@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
/*! tailwindcss v4.0.9 | MIT License | https://tailwindcss.com */
@charset "UTF-8";
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 4px 4px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown, .selectize-input, .selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}
.selectize-input, .selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #ccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 4px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled, .selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  border-radius: 4px 4px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input > div.active {
  background: #428bca;
  color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  border-radius: 1px;
}
.selectize-dropdown .option, .selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}
.selectize-dropdown .option, .selectize-dropdown [data-disabled], .selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}
.selectize-dropdown .active.create {
  color: #262626;
}
.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fff;
}
.selectize-dropdown, .selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}
.selectize-dropdown-content {
  padding: 5px 0;
}
.selectize-dropdown-header {
  padding: 6px 12px;
}
.selectize-input {
  min-height: 34px;
}
.selectize-input.dropdown-active {
  border-radius: 4px;
}
.selectize-input.dropdown-active::before {
  display: none;
}
.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.has-error .selectize-input {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .selectize-input:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}
.selectize-control.multi .selectize-input > div {
  border-radius: 3px;
}
.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
}
/*!
 * Bootstrap-select v1.13.18 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden, .bootstrap-select > select.bs-select-hidden, select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*="col-"].dropdown-menu-right, .row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle, .bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled, .bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus, .bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .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;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0';
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform-style: preserve-3d;
  transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  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 .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.bs-searchbox, .bs-actionsbox, .bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
body {
  color: #333;
  font-size: 13px;
  line-height: 1.6;
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
p, li, li a {
  color: #555;
}
a {
  color: #72c02c;
  text-decoration: none;
}
a, a:focus, a:hover, a:active {
  outline: 0 !important;
}
a:focus {
  text-decoration: none;
}
a:hover {
  color: #72c02c;
  text-decoration: underline;
}
hr {
  margin: 30px 0;
}
h1 {
  font-size: 28px;
  line-height: 35px;
}
h2 {
  font-size: 24px;
  line-height: 33px;
}
h3 {
  font-size: 20px;
  line-height: 27px;
}
h4 {
  font-size: 18px;
  line-height: 23px;
}
h5 {
  font-size: 16px;
  line-height: 19px;
}
h6 {
  line-height: 18px;
}
h1, h2, h3, h4, h5, h6 {
  color: #585f69;
  margin-top: 5px;
  text-shadow: none;
  font-weight: normal;
}
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
  margin-right: 5px;
}
.headline {
  display: block;
  margin: 10px 0 25px 0;
  border-bottom: 1px dotted #e4e9f0;
}
.headline h2 {
  font-size: 22px;
}
.headline h2, .headline h3, .headline h4, .headline h5 {
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #72c02c;
}
.headline-md {
  margin-bottom: 15px;
}
.headline-sd {
  margin-bottom: 5px;
}
.headline-md h2 {
  font-size: 21px;
}
.heading {
  text-align: center;
}
.heading h2 {
  padding: 0 12px;
  position: relative;
  display: inline-block;
  line-height: 34px !important;
}
.heading h2:before, .heading h2:after {
  content: ' ';
  width: 70%;
  position: absolute;
  border-width: 1px;
  border-color: #bbb;
}
.heading h2:before {
  right: 100%;
}
.heading h2:after {
  left: 100%;
}
@media (max-width: 768px) {
  .heading h2:before, .heading h2:after {
    width: 35%;
  }
}
@media (max-width: 600px) {
  .heading h2 {
    font-size: 19px;
  }
  .heading h2:before, .heading h2:after {
    width: 15%;
  }
}
.heading-v1 h2:before, .heading-v1 h2:after {
  top: 15px;
  height: 6px;
  border-top-style: solid;
  border-bottom-style: solid;
}
.heading-v2 h2:before, .heading-v2 h2:after {
  top: 15px;
  height: 6px;
  border-top-style: dashed;
  border-bottom-style: dashed;
}
.heading-v3 h2:before, .heading-v3 h2:after {
  top: 15px;
  height: 6px;
  border-top-style: dotted;
  border-bottom-style: dotted;
}
.heading-v4 h2:before, .heading-v4 h2:after {
  top: 17px;
  border-bottom-style: solid;
}
.heading-v5 h2:before, .heading-v5 h2:after {
  top: 17px;
  border-bottom-style: dashed;
}
.heading-v6 h2:before, .heading-v6 h2:after {
  top: 17px;
  border-bottom-style: dotted;
}
h2.heading-md {
  font-size: 20px;
  line-height: 24px;
}
h2.heading-sm, h3.heading-md {
  font-size: 18px;
  line-height: 24px;
}
h3.heading-md {
  line-height: 22px;
}
h3.heading-sm {
  font-size: 16px;
  line-height: 20px;
}
h3.heading-xs {
  font-size: 14px;
  margin-bottom: 0;
}
.devider.devider-dotted {
  border-top: 2px dotted #eee;
}
.devider.devider-dashed {
  border-top: 2px dashed #eee;
}
.devider.devider-db {
  height: 5px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.devider.devider-db-dashed {
  height: 5px;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
}
.devider.devider-db-dotted {
  height: 5px;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
}
.table thead > tr > th {
  color: #585f69;
  border-bottom: none;
}
@media (max-width: 768px) {
  .table th.hidden-sm, .table td.hidden-sm {
    display: none !important;
  }
}
.form-control {
  box-shadow: none !important;
  border-color: #ddd !important;
}
.form-control:focus {
  border-color: #bbb;
  box-shadow: 0 0 2px #c9c9c9;
}
.form-spacing .form-control {
  margin-bottom: 15px;
}
.input-group-addon {
  color: #b3b3b3;
  font-size: 14px;
  background: #fff;
  border-color: #ddd !important;
}
.form-group > .control-label {
  padding-top: 6px;
}
.carousel-v1 .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 7px 15px;
  background: rgba(0, 0, 0, 0.7);
}
.carousel-v1 .carousel-caption p {
  color: #fff;
  margin-bottom: 0;
}
.carousel-v1 .carousel-arrow a.carousel-control {
  opacity: 1;
  font-size: 30px;
  height: inherit;
  width: inherit;
  background: none;
  text-shadow: none;
  position: inherit;
}
.carousel-v1 .carousel-arrow a i {
  top: 50%;
  opacity: 0.6;
  background: #000;
  margin-top: -18px;
  padding: 2px 12px;
  position: absolute;
}
.carousel-v1 .carousel-arrow a i:hover {
  opacity: 0.8;
}
.carousel-v1 .carousel-arrow a.left i {
  left: 0;
}
.carousel-v1 .carousel-arrow a.right i {
  right: 0;
}
.tab-v1 .nav-tabs {
  border: none;
  background: none;
  border-bottom: solid 2px #72c02c;
}
.tab-v1 .nav-tabs a {
  font-size: 14px;
  padding: 5px 10px;
}
.tab-v1 .nav-tabs > .active > a, .tab-v1 .nav-tabs > .active > a:hover, .tab-v1 .nav-tabs > .active > a:focus {
  color: #fff;
  border: none;
  background: #72c02c;
}
.tab-v1 .nav-tabs > li > a {
  border: none;
}
.tab-v1 .nav-tabs > li > a:hover {
  color: #fff;
  background: #72c02c;
}
.tab-v1 .tab-content img {
  margin-top: 4px;
  margin-bottom: 15px;
}
.tab-v1 .tab-content img.img-tab-space {
  margin-top: 7px;
}
.tab-v2 .nav-tabs {
  border-bottom: none;
}
.tab-v2 .nav-tabs li a {
  padding: 9px 16px;
  background: none;
  border: none;
}
.tab-v2 .nav-tabs li.active a {
  background: #fff;
  padding: 7px 15px 9px;
  border: solid 1px #eee;
  border-top: solid 2px #72c02c;
  border-bottom: none !important;
}
.tab-v2 .tab-content {
  padding: 10px 16px;
  border: solid 1px #eee;
}
.tab-v3 .nav-pills li a {
  color: #777;
  font-size: 17px;
  padding: 4px 8px;
  margin-bottom: 3px;
  background: #fafafa;
  border: solid 1px #eee;
}
.tab-v3 .nav-pills li a:hover, .tab-v3 .nav-pills li.active a {
  color: #fff;
  background: #72c02c;
  border: solid 1px #68af28;
}
.tab-v3 .nav-pills li i {
  width: 1.25em;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
}
.acc-v1 .panel-heading {
  padding: 0;
  box-shadow: none;
}
.acc-v1 .panel-heading a {
  display: block;
  font-size: 15px;
  padding: 5px 15px;
  background: #fefefe;
  color: #4f91cd;
}
.acc-icon a.accordion-toggle i {
  color: #585f69;
  margin-right: 8px;
}
.acc-icon a.accordion-toggle:hover i {
  color: #39414c;
}
.pagination li a {
  color: #777;
  padding: 6px 12px;
}
.pagination li a:hover {
  color: #fff;
  background: #5fb611;
  border-color: #5fb611;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  border-color: #72c02c;
  background-color: #72c02c;
}
.pagination-no-space .pagination {
  margin: 0;
}
.pager li > a:hover, .pager li > a:focus {
  color: #fff;
  background: #5fb611;
  border-color: #5fb611;
}
.sidebar-nav-v1 li {
  padding: 0;
}
.sidebar-nav-v1 li a {
  display: block;
  padding: 8px 30px 8px 10px;
}
.sidebar-nav-v1 li a:hover {
  text-decoration: none;
}
.sidebar-nav-v1 > li.active, .sidebar-nav-v1 > li.active:hover {
  background: #717984;
  border-color: #d3e0e9;
}
.sidebar-nav-v1 > li.active > a {
  color: #fff;
}
.sidebar-nav-v1 li ul {
  padding: 0;
  list-style: none;
}
.sidebar-nav-v1 li ul, .sidebar-nav-v1 li.active ul a {
  background: #f8f8f8;
}
.sidebar-nav-v1 li ul a {
  color: #585f69;
  font-size: 12px;
  border-top: solid 1px #ddd;
  padding: 6px 30px 6px 17px;
}
.sidebar-nav-v1 ul li:hover a, .sidebar-nav-v1 ul li.active a {
  color: #72c02c;
}
.list-group-item li > .badge {
  float: right;
}
.sidebar-nav-v1 span.badge {
  margin-top: 8px;
  margin-right: 10px;
}
.sidebar-nav-v1 .list-toggle > span.badge {
  margin-right: 25px;
}
.sidebar-nav-v1 ul li span.badge {
  margin-top: 8px;
  font-size: 11px;
  padding: 3px 5px;
  margin-right: 10px;
}
.list-toggle:after {
  top: 7px;
  right: 10px;
  color: #777;
  font-size: 14px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}
.list-toggle.active:after {
  color: #fff;
  content: "\f107";
}
.sidebar-nav-v1 li [class^="fa"], .sidebar-nav-v1 li [class*=" fa"] {
  width: 1.25em;
  left: -2px;
  margin-right: 2px;
  text-align: center;
  position: relative;
  display: inline-block;
}
.sidebar-nav-v1 li [class^="fa"].fa-lg, .sidebar-nav-v1 li [class*=" fa"].fa-lg {
  width: 1.5625em;
}
.btn {
  box-shadow: none;
}
.btn-u {
  border: 0;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  padding: 6px 13px;
  position: relative;
  background: #72c02c;
  display: inline-block;
  text-decoration: none;
}
.btn-u:hover {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.btn-u-sm, a.btn-u-sm {
  padding: 3px 12px;
}
.btn-u-lg, a.btn-u-lg {
  font-size: 18px;
  padding: 10px 25px;
}
.btn-u-xs, a.btn-u-xs {
  font-size: 12px;
  padding: 2px 12px;
  line-height: 18px;
}
.btn-group .dropdown-menu > li > a {
  padding: 3px 13px;
}
.btn-group > .btn-u, .btn-group-vertical > .btn-u {
  float: left;
  position: relative;
}
.btn-group > .btn-u:first-child {
  margin-left: 0;
}
@-moz-document url-prefix() {
  .footer-subsribe .btn-u {
    padding-bottom: 4px;
  }
}
@media (max-width: 768px) {
  @-moz-document url-prefix() {
    .btn-u {
      padding-bottom: 6px;
    }
  }
}
.btn-u:hover, .btn-u:focus, .btn-u:active, .btn-u.active, .open .dropdown-toggle.btn-u {
  background: #5fb611;
}
.btn-u-split.dropdown-toggle {
  border-left: solid 1px #5fb611;
}
.btn-u.btn-u-blue {
  background: #4f91cd;
}
.btn-u.btn-u-blue:hover, .btn-u.btn-u-blue:focus, .btn-u.btn-u-blue:active, .btn-u.btn-u-blue.active, .open .dropdown-toggle.btn-u.btn-u-blue {
  background: #2980b9;
}
.btn-u.btn-u-split-blue.dropdown-toggle {
  border-left: solid 1px #2980b9;
}
.btn-u.btn-u-red {
  background: #e74c3c;
}
.btn-u.btn-u-red:hover, .btn-u.btn-u-red:focus, .btn-u.btn-u-red:active, .btn-u.btn-u-red.active, .open .dropdown-toggle.btn-u.btn-u-red {
  background: #c0392b;
}
.btn-u.btn-u-split-red.dropdown-toggle {
  border-left: solid 1px #c0392b;
}
.btn-u.btn-u-orange {
  background: #e67e22;
}
.btn-u.btn-u-orange:hover, .btn-u.btn-u-orange:focus, .btn-u.btn-u-orange:active, .btn-u.btn-u-orange.active, .open .dropdown-toggle.btn-u.btn-u-orange {
  background: #d35400;
}
.btn-u.btn-u-split-orange.dropdown-toggle {
  border-left: solid 1px #d35400;
}
.btn-u.btn-u-white {
  background: #fff;
  color: #4f91cd;
}
.btn-u.btn-u-white:hover, .btn-u.btn-u-white:focus, .btn-u.btn-u-white:active, .btn-u.btn-u-white.active, .open .dropdown-toggle.btn-u.btn-u-white {
  background: #f0f6fc;
  color: #4f91cd;
}
.btn-u.btn-u-split-white.dropdown-toggle {
  border-left: solid 1px #4f91cd;
}
.btn-u.btn-u-sea {
  background: #1abc9c;
}
.btn-u.btn-u-sea:hover, .btn-u.btn-u-sea:focus, .btn-u.btn-u-sea:active, .btn-u.btn-u-sea.active, .open .dropdown-toggle.btn-u.btn-u-sea {
  background: #16a085;
}
.btn-u.btn-u-split-sea.dropdown-toggle {
  border-left: solid 1px #16a085;
}
.btn-u.btn-u-green {
  background: #2ecc71;
}
.btn-u.btn-u-green:hover, .btn-u.btn-u-green:focus, .btn-u.btn-u-green:active, .btn-u.btn-u-green.active, .open .dropdown-toggle.btn-u.btn-u-green {
  background: #27ae60;
}
.btn-u.btn-u-split-green.dropdown-toggle {
  border-left: solid 1px #27ae60;
}
.btn-u.btn-u-yellow {
  background: #f1c40f;
}
.btn-u.btn-u-yellow:hover, .btn-u.btn-u-yellow:focus, .btn-u.btn-u-yellow:active, .btn-u.btn-u-yellow.active, .open .dropdown-toggle.btn-u.btn-u-yellow {
  background: #f39c12;
}
.btn-u.btn-u-split-yellow.dropdown-toggle {
  border-left: solid 1px #f39c12;
}
.btn-u.btn-u-default {
  background: #95a5a6;
}
.btn-u.btn-u-default:hover, .btn-u.btn-u-default:focus, .btn-u.btn-u-default:active, .btn-u.btn-u-default.active, .open .dropdown-toggle.btn-u.btn-u-default {
  background: #7f8c8d;
}
.btn-u.btn-u-split-default.dropdown-toggle {
  border-left: solid 1px #7f8c8d;
}
.btn-u.btn-u-purple {
  background: #9b6bcc;
}
.btn-u.btn-u-purple:hover, .btn-u.btn-u-purple:focus, .btn-u.btn-u-purple:active, .btn-u.btn-u-purple.active, .open .dropdown-toggle.btn-u.btn-u-purple {
  background: #814fb5;
}
.btn-u.btn-u-split-purple.dropdown-toggle {
  border-left: solid 1px #814fb5;
}
.btn-u.btn-u-aqua {
  background: #27d7e7;
}
.btn-u.btn-u-aqua:hover, .btn-u.btn-u-aqua:focus, .btn-u.btn-u-aqua:active, .btn-u.btn-u-aqua.active, .open .dropdown-toggle.btn-u.btn-u-aqua {
  background: #26bac8;
}
.btn-u.btn-u-split-aqua.dropdown-toggle {
  border-left: solid 1px #26bac8;
}
.btn-u.btn-u-brown {
  background: #9c8061;
}
.btn-u.btn-u-brown:hover, .btn-u.btn-u-brown:focus, .btn-u.btn-u-brown:active, .btn-u.btn-u-brown.active, .open .dropdown-toggle.btn-u.btn-u-brown {
  background: #81674b;
}
.btn-u.btn-u-split-brown.dropdown-toggle {
  border-left: solid 1px #81674b;
}
.btn-u.btn-u-dark-blue {
  background: #4765a0;
}
.btn-u.btn-u-dark-blue:hover, .btn-u.btn-u-dark-blue:focus, .btn-u.btn-u-dark-blue:active, .btn-u.btn-u-dark-blue.active, .open .dropdown-toggle.btn-u.btn-u-dark-blue {
  background: #324c80;
}
.btn-u.btn-u-split-dark.dropdown-toggle {
  border-left: solid 1px #324c80;
}
.btn-u.btn-u-light-green {
  background: #79d5b3;
}
.btn-u.btn-u-light-green:hover, .btn-u.btn-u-light-green:focus, .btn-u.btn-u-light-green:active, .btn-u.btn-u-light-green.active, .open .dropdown-toggle.btn-u.btn-u-light-green {
  background: #59b795;
}
.btn-u.btn-u-split-light-green.dropdown-toggle {
  border-left: solid 1px #59b795;
}
.btn-u.btn-u-dark {
  background: #555;
}
.btn-u.btn-u-dark:hover, .btn-u.btn-u-dark:focus, .btn-u.btn-u-dark:active, .btn-u.btn-u-dark.active, .open .dropdown-toggle.btn-u.btn-u-dark {
  background: #333;
}
.btn-u.btn-u-split-dark.dropdown-toggle {
  border-left: solid 1px #333;
}
.btn-u.btn-u-light-grey {
  background: #585f69;
}
.btn-u.btn-u-light-grey:hover, .btn-u.btn-u-light-grey:focus, .btn-u.btn-u-light-grey:active, .btn-u.btn-u-light-grey.active, .open .dropdown-toggle.btn-u.btn-u-light-grey {
  background: #484f58;
}
.btn-u.btn-u-split-light-grey.dropdown-toggle {
  border-left: solid 1px #484f58;
}
.btn-u.btn-brd {
  color: #555;
  font-weight: 200;
  background: none;
  border: solid 1px transparent;
  transition: all 0.1s ease-in-out;
}
.btn-u.btn-brd:hover {
  background: none;
  border: solid 1px #eee;
}
.btn-u.btn-brd:focus {
  background: none;
}
.btn-u.btn-brd.btn-brd-hover:hover {
  color: #fff !important;
}
.btn-u.btn-brd {
  border-color: #72c02c;
}
.btn-u.btn-brd:hover {
  color: #5fb611;
  border-color: #5fb611;
}
.btn-u.btn-brd.btn-brd-hover:hover {
  background: #5fb611;
}
.btn-u.btn-brd.btn-u-blue {
  border-color: #3498db;
}
.btn-u.btn-brd.btn-u-blue:hover {
  color: #2980b9;
  border-color: #2980b9;
}
.btn-u.btn-brd.btn-u-blue.btn-brd-hover:hover {
  background: #2980b9;
}
.btn-u.btn-brd.btn-u-red {
  border-color: #e74c3c;
}
.btn-u.btn-brd.btn-u-red:hover {
  color: #c0392b;
  border-color: #c0392b;
}
.btn-u.btn-brd.btn-u-red.btn-brd-hover:hover {
  background: #c0392b;
}
.btn-u.btn-brd.btn-u-orange {
  border-color: #e67e22;
}
.btn-u.btn-brd.btn-u-orange:hover {
  color: #d35400;
  border-color: #d35400;
}
.btn-u.btn-brd.btn-u-orange.btn-brd-hover:hover {
  background: #d35400;
}
.btn-u.btn-brd.btn-u-sea {
  border-color: #1abc9c;
}
.btn-u.btn-brd.btn-u-sea:hover {
  color: #16a085;
  border-color: #16a085;
}
.btn-u.btn-brd.btn-u-sea.btn-brd-hover:hover {
  background: #16a085;
}
.btn-u.btn-brd.btn-u-green {
  border-color: #2ecc71;
}
.btn-u.btn-brd.btn-u-green:hover {
  color: #27ae60;
  border-color: #27ae60;
}
.btn-u.btn-brd.btn-u-green.btn-brd-hover:hover {
  background: #27ae60;
}
.btn-u.btn-brd.btn-u-yellow {
  border-color: #f1c40f;
}
.btn-u.btn-brd.btn-u-yellow:hover {
  color: #f39c12;
  border-color: #f39c12;
}
.btn-u.btn-brd.btn-u-yellow.btn-brd-hover:hover {
  background: #f39c12;
}
.btn-u.btn-brd.btn-u-default {
  border-color: #95a5a6;
}
.btn-u.btn-brd.btn-u-default:hover {
  color: #7f8c8d;
  border-color: #7f8c8d;
}
.btn-u.btn-brd.btn-u-default.btn-brd-hover:hover {
  background: #7f8c8d;
}
.btn-u.btn-brd.btn-u-dark {
  border-color: #555;
}
.btn-u.btn-brd.btn-u-dark:hover {
  color: #333;
  border-color: #333;
}
.btn-u.btn-brd.btn-u-dark.btn-brd-hover:hover {
  background: #333;
}
.btn-u.btn-brd.btn-u-light-grey {
  border-color: #585f69;
}
.btn-u.btn-brd.btn-u-light-grey:hover {
  color: #484f58;
  border-color: #484f58;
}
.btn-u.btn-brd.btn-u-light-grey.btn-brd-hover:hover {
  background: #484f58;
}
.btn-u.btn-brd.btn-u-purple {
  border-color: #9b6bcc;
}
.btn-u.btn-brd.btn-u-purple:hover {
  color: #814fb5;
  border-color: #814fb5;
}
.btn-u.btn-brd.btn-u-purple.btn-brd-hover:hover {
  background: #814fb5;
}
.btn-u.btn-brd.btn-u-aqua {
  border-color: #27d7e7;
}
.btn-u.btn-brd.btn-u-aqua:hover {
  color: #26bac8;
  border-color: #26bac8;
}
.btn-u.btn-brd.btn-u-aqua.btn-brd-hover:hover {
  background: #26bac8;
}
.btn-u.btn-brd.btn-u-brown {
  border-color: #9c8061;
}
.btn-u.btn-brd.btn-u-brown:hover {
  color: #81674b;
  border-color: #81674b;
}
.btn-u.btn-brd.btn-u-brown.btn-brd-hover:hover {
  background: #81674b;
}
.btn-u.btn-brd.btn-u-dark-blue {
  border-color: #4765a0;
}
.btn-u.btn-brd.btn-u-dark-blue:hover {
  color: #324c80;
  border-color: #324c80;
}
.btn-u.btn-brd.btn-u-dark-blue.btn-brd-hover:hover {
  background: #324c80;
}
.btn-u.btn-brd.btn-u-light-green {
  border-color: #79d5b3;
}
.btn-u.btn-brd.btn-u-light-green:hover {
  color: #59b795;
  border-color: #59b795;
}
.btn-u.btn-brd.btn-u-light-green.btn-brd-hover:hover {
  background: #59b795;
}
.btn-u.btn-brd.btn-u-light {
  color: #fff;
  border-color: #fff;
}
.btn-u.btn-brd.btn-u-light:hover {
  border-color: #fff;
}
.btn-u.btn-brd.btn-u-light.btn-brd-hover:hover {
  background: #fff;
  color: #555 !important;
}
span.label {
  font-size: 11px;
  font-weight: 400;
  padding: 4px 7px;
}
span.badge {
  font-weight: 400;
  padding: 4px 7px;
}
span.label-u, span.badge-u {
  background: #72c02c;
}
span.label-blue, span.badge-blue {
  background: #3498db;
}
span.label-red, span.badge-red {
  background: #e74c3c;
}
span.label-green, span.badge-green {
  background: #2ecc71;
}
span.label-sea, span.badge-sea {
  background: #1abc9c;
}
span.label-orange, span.badge-orange {
  background: #e67e22;
}
span.label-yellow, span.badge-yellow {
  background: #f1c40f;
}
span.label-purple, span.badge-purple {
  background: #9b6bcc;
}
span.label-aqua, span.badge-aqua {
  background: #27d7e7;
}
span.label-brown, span.badge-brown {
  background: #9c8061;
}
span.label-dark-blue, span.badge-dark-blue {
  background: #4765a0;
}
span.label-light-green, span.badge-light-green {
  background: #79d5b3;
}
span.label-light, span.badge-light {
  color: #777;
  background: #ecf0f1;
}
span.label-dark, span.badge-dark {
  background: #555;
}
.badge-lists li {
  position: relative;
}
.badge-lists span.badge {
  top: -10px;
  right: -6px;
  position: absolute;
}
.badge-lists.badge-icons span.badge {
  min-width: 12px;
  padding: 3px 6px;
}
.badge-lists.badge-icons i {
  font-size: 18px;
  min-width: 25px;
}
.badge-box-v1 a {
  color: #777;
  min-width: 40px;
  font-size: 18px;
  padding: 8px 9px;
  display: inline-block;
  border: solid 1px #eee;
}
.badge-box-v2 a {
  color: #777;
  font-size: 12px;
  padding: 10px;
  min-width: 70px;
  text-align: center;
  display: inline-block;
  border: solid 1px #eee;
}
.badge-box-v2 a i {
  font-size: 20px;
}
.badge-box-v1 a i, .badge-box-v2 a i {
  display: block;
  margin: 1px auto 2px;
}
.badge-box-v1 a:hover, .badge-box-v2 a:hover {
  color: #555;
  border-color: #555;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.social-icons {
  margin: 0;
  padding: 0;
}
.social-icons li {
  list-style: none;
  margin-right: 3px;
  margin-bottom: 5px;
  text-indent: -9999px;
  display: inline-block;
}
.social-icons li a, a.social-icon {
  width: 28px;
  height: 28px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.social-icons li.active a, .social-icons li:hover a {
  background-position: 0 -38px;
}
.social-icons-color li a {
  opacity: 0.7;
  background-position: 0 -38px !important;
  -webkit-backface-visibility: hidden;
}
.social-icons-color li a:hover {
  opacity: 1;
}
.social_amazon {
  background: url(/img/icons/social/amazon.png) no-repeat;
}
.social_behance {
  background: url(/img/icons/social/behance.png) no-repeat;
}
.social_blogger {
  background: url(/img/icons/social/blogger.png) no-repeat;
}
.social_deviantart {
  background: url(/img/icons/social/deviantart.png) no-repeat;
}
.social_dribbble {
  background: url(/img/icons/social/dribbble.png) no-repeat;
}
.social_dropbox {
  background: url(/img/icons/social/dropbox.png) no-repeat;
}
.social_evernote {
  background: url(/img/icons/social/evernote.png) no-repeat;
}
.social_facebook {
  background: url(/img/icons/social/facebook.png) no-repeat;
}
.social_forrst {
  background: url(/img/icons/social/forrst.png) no-repeat;
}
.social_github {
  background: url(/img/icons/social/github.png) no-repeat;
}
.social_googleplus {
  background: url(/img/icons/social/googleplus.png) no-repeat;
}
.social_instagram {
  background: url(/img/icons/social/instagram.png) no-repeat;
}
.social_jolicloud {
  background: url(/img/icons/social/jolicloud.png) no-repeat;
}
.social_last-fm {
  background: url(/img/icons/social/last-fm.png) no-repeat;
}
.social_linkedin {
  background: url(/img/icons/social/linkedin.png) no-repeat;
}
.social_picasa {
  background: url(/img/icons/social/picasa.png) no-repeat;
}
.social_pintrest {
  background: url(/img/icons/social/pintrest.png) no-repeat;
}
.social_rss {
  background: url(/img/icons/social/rss.png) no-repeat;
}
.social_skype {
  background: url(/img/icons/social/skype.png) no-repeat;
}
.social_spotify {
  background: url(/img/icons/social/spotify.png) no-repeat;
}
.social_stumbleupon {
  background: url(/img/icons/social/stumbleupon.png) no-repeat;
}
.social_tumblr {
  background: url(/img/icons/social/tumblr.png) no-repeat;
}
.social_twitter {
  background: url(/img/icons/social/twitter.png) no-repeat;
}
.social_vimeo {
  background: url(/img/icons/social/vimeo.png) no-repeat;
}
.social_wordpress {
  background: url(/img/icons/social/wordpress.png) no-repeat;
}
.social_xing {
  background: url(/img/icons/social/xing.png) no-repeat;
}
.social_yahoo {
  background: url(/img/icons/social/yahoo.png) no-repeat;
}
.social_youtube {
  background: url(/img/icons/social/youtube.png) no-repeat;
}
.social_vk {
  background: url(/img/icons/social/vk.png) no-repeat;
}
i.icon-custom {
  color: #555;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 5px;
  text-align: center;
  display: inline-block;
  border: solid 1px #555;
}
i.icon-sm {
  width: 35px;
  height: 35px;
  font-size: 16px;
  line-height: 35px;
}
i.icon-lg {
  width: 60px;
  height: 60px;
  font-size: 31px;
  line-height: 60px;
  margin-bottom: 10px;
}
i.icon-2x {
  font-size: 30px;
}
i.icon-3x {
  font-size: 40px;
}
i.icon-4x {
  font-size: 50px;
}
i.icon-line {
  font-size: 17px;
}
i.icon-sm.icon-line {
  font-size: 14px;
}
i.icon-lg.icon-line {
  font-size: 28px;
}
i.icon-2x.icon-line {
  font-size: 27px;
}
i.icon-3x.icon-line {
  font-size: 36px;
}
i.icon-4x.icon-line {
  font-size: 47px;
}
.link-icon, .link-bg-icon {
  color: #555;
}
.link-icon:hover, .link-bg-icon:hover {
  border: none;
  text-decoration: none;
}
.link-icon:hover i {
  color: #72c02c;
  background: none;
  border: solid 1px #72c02c;
}
.link-bg-icon:hover i {
  color: #72c02c;
  background: #72c02c;
  border-color: #72c02c;
  color: #fff !important;
}
i.icon-color-u, i.icon-color-red, i.icon-color-sea, i.icon-color-dark, i.icon-color-grey, i.icon-color-blue, i.icon-color-green, i.icon-color-yellow, i.icon-color-orange, i.icon-color-purple, i.icon-color-aqua, i.icon-color-brown, i.icon-color-dark-blue, i.icon-color-light-grey, i.icon-color-light-green, {
  background: none;
}
i.icon-color-u {
  color: #72c02c;
  border: solid 1px #72c02c;
}
i.icon-color-blue {
  color: #3498db;
  border: solid 1px #3498db;
}
i.icon-color-red {
  color: #e74c3c;
  border: solid 1px #e74c3c;
}
i.icon-color-sea {
  color: #1abc9c;
  border: solid 1px #1abc9c;
}
i.icon-color-green {
  color: #2ecc71;
  border: solid 1px #2ecc71;
}
i.icon-color-yellow {
  color: #f1c40f;
  border: solid 1px #f1c40f;
}
i.icon-color-orange {
  color: #e67e22;
  border: solid 1px #e67e22;
}
i.icon-color-grey {
  color: #95a5a6;
  border: solid 1px #95a5a6;
}
i.icon-color-purple {
  color: #9b6bcc;
  border: solid 1px #9b6bcc;
}
i.icon-color-aqua {
  color: #27d7e7;
  border: solid 1px #27d7e7;
}
i.icon-color-brown {
  color: #9c8061;
  border: solid 1px #9c8061;
}
i.icon-color-dark-blue {
  color: #4765a0;
  border: solid 1px #4765a0;
}
i.icon-color-light-green {
  color: #79d5b3;
  border: solid 1px #79d5b3;
}
i.icon-color-light {
  color: #fff;
  border: solid 1px #fff;
}
i.icon-color-light-grey {
  color: #585f69;
  border: solid 1px #585f69;
}
i.icon-bg-u, i.icon-bg-red, i.icon-bg-sea, i.icon-bg-dark, i.icon-bg-grey, i.icon-bg-blue, i.icon-bg-green, i.icon-bg-yellow, i.icon-bg-orange, i.icon-bg-purple, i.icon-bg-aqua, i.icon-bg-brown, i.icon-bg-dark-blue, i.icon-bg-light-grey, i.icon-bg-light-green {
  color: #fff;
  border-color: transparent;
}
i.icon-bg-u {
  background: #72c02c;
}
i.icon-bg-blue {
  background: #3498db;
}
i.icon-bg-red {
  background: #e74c3c;
}
i.icon-bg-sea {
  background: #1abc9c;
}
i.icon-bg-green {
  background: #2ecc71;
}
i.icon-bg-yellow {
  background: #f1c40f;
}
i.icon-bg-orange {
  background: #e67e22;
}
i.icon-bg-grey {
  background: #95a5a6;
}
i.icon-bg-dark {
  background: #555;
}
i.icon-bg-purple {
  background: #9b6bcc;
}
i.icon-bg-aqua {
  background: #27d7e7;
}
i.icon-bg-brown {
  background: #9c8061;
}
i.icon-bg-dark-blue {
  background: #4765a0;
}
i.icon-bg-light-green {
  background: #79d5b3;
}
i.icon-bg-light {
  background: #fff;
  border-color: transparent;
}
i.icon-bg-light-grey {
  background: #585f69;
  border-color: transparent;
}
.fa-fixed [class^="fa"], .fa-fixed [class*=" fa"] {
  width: 1.25em;
  text-align: center;
  display: inline-block;
}
.fa-fixed [class^="fa"].fa-lg, .fa-fixed [class*=" fa"].fa-lg {
  width: 1.5625em;
}
.content-boxes-v1 {
  text-align: center;
}
.content-boxes-v1 span {
  display: block;
  margin-top: 5px;
}
@media (max-width: 992px) {
  .content-boxes-v2, .content-boxes-v2 .text-justify {
    text-align: center;
  }
  .content-boxes-v2 span {
    display: block;
    margin-top: 5px;
  }
}
.content-boxes-v3 {
  margin-bottom: 15px;
}
.content-boxes-v3 i {
  top: 8px;
  float: left;
  position: relative;
}
.content-boxes-v3 .content-boxes-in-v3 {
  padding: 0 10px;
  overflow: hidden;
}
.content-boxes-v3 .content-boxes-in-v3 h3 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.content-boxes-v3 .content-boxes-in-v3 h3 a {
  color: #555;
}
.servive-block {
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.servive-block p, .servive-block h2 {
  color: #fff;
}
.servive-block h2 a:hover {
  text-decoration: none;
}
.servive-block-light, .servive-block-default {
  background: #fafafa;
  border: solid 1px #eee;
}
.servive-block-default:hover {
  box-shadow: 0 0 8px #eee;
}
.servive-block-light p, .servive-block-light h2, .servive-block-light h3, .servive-block-light h4, .servive-block-light h5, .servive-block-light table, .servive-block-light li, .servive-block-default p, .servive-block-default h2 {
  color: #4f91cd;
}
.servive-block-u {
  background: #72c02c;
}
.servive-block-blue {
  background: #3498db;
}
.servive-block-red {
  background: #e74c3c;
}
.servive-block-sea {
  background: #1abc9c;
}
.servive-block-grey {
  background: #95a5a6;
}
.servive-block-yellow {
  background: #f1c40f;
}
.servive-block-orange {
  background: #e67e22;
}
.servive-block-green {
  background: #2ecc71;
}
.servive-block-purple {
  background: #9b6bcc;
}
.servive-block-aqua {
  background: #27d7e7;
}
.servive-block-brown {
  background: #9c8061;
}
.servive-block-dark-blue {
  background: #4765a0;
}
.servive-block-light-green {
  background: #79d5b3;
}
.servive-block-dark {
  background: #555;
}
.servive-block-light {
  background: #ecf0f1;
}
.funny-boxes {
  overflow: hidden;
  padding: 15px 20px;
  margin-bottom: 25px;
  background: #f7f7f7;
  transition: all 0.3s ease-in-out;
}
.funny-boxes h2 a {
  color: #555;
}
.funny-boxes p a {
  color: #72c02c;
}
.funny-boxes .funny-boxes-img li i {
  color: #72c02c;
  font-size: 12px;
  margin-right: 5px;
}
.funny-boxes .funny-boxes-img img {
  display: block;
  margin: 5px 10px 10px 0;
}
.funny-boxes h2 {
  margin-top: 0;
  font-size: 20px;
  line-height: 20px;
}
.funny-boxes ul.funny-boxes-rating li {
  display: inline;
}
.funny-boxes ul.funny-boxes-rating li i {
  color: #f8be2c;
  cursor: pointer;
  font-size: 16px;
}
.funny-boxes ul.funny-boxes-rating li i:hover {
  color: #f8be2c;
}
.funny-boxes-colored p, .funny-boxes-colored h2 a, .funny-boxes-colored .funny-boxes-img li, .funny-boxes-colored .funny-boxes-img li i {
  color: #fff !important;
}
.funny-boxes-red {
  background: #e74c3c;
}
.funny-boxes-blue {
  background: #3498db;
}
.funny-boxes-grey {
  background: #95a5a6;
}
.funny-boxes-sea {
  background: #1abc9c;
}
.funny-boxes-top-sea {
  border-top: solid 2px #1abc9c;
}
.funny-boxes-top-sea:hover {
  border-top-color: #16a085;
}
.funny-boxes-top-yellow {
  border-top: solid 2px #f1c40f;
}
.funny-boxes-top-yellow:hover {
  border-top-color: #f39c12;
}
.funny-boxes-left-orange {
  border-left: solid 2px #e67e22;
}
.funny-boxes-left-orange:hover {
  border-left-color: #d35400;
}
.funny-boxes-left-green {
  border-left: solid 2px #72c02c;
}
.funny-boxes-left-green:hover {
  border-left-color: #5fb611;
}
.funny-boxes-right-u {
  border-right: solid 2px #72c02c;
}
.funny-boxes-right-u:hover {
  border-right-color: #5fb611;
}
.dropcap {
  float: left;
  color: #72c02c;
  padding: 5px 0;
  font-size: 45px;
  font-weight: 200;
  line-height: 30px;
  margin: 0px 5px 0 0;
}
.dropcap-bg {
  float: left;
  color: #fff;
  padding: 7px 0;
  min-width: 50px;
  font-size: 35px;
  font-weight: 200;
  line-height: 35px;
  text-align: center;
  background: #72c02c;
  margin: 4px 10px 0 0;
}
.text-highlights {
  color: #fff;
  font-weight: 200;
  padding: 0px 5px;
  background: #555;
}
.text-highlights-green {
  background: #72c02c;
}
.text-highlights-red {
  background: #e74c3c;
}
.text-highlights-sea {
  background: #1abc9c;
}
.text-highlights-orange {
  background: #e67e22;
}
.text-highlights-yellow {
  background: #f1c40f;
}
.text-highlights-purple {
  background: #9b6bcc;
}
.text-highlights-aqua {
  background: #27d7e7;
}
.text-highlights-brown {
  background: #9c8061;
}
.text-highlights-dark-blue {
  background: #4765a0;
}
.text-highlights-light-green {
  background: #79d5b3;
}
.text-highlights-hsblue {
  background: #4f91cd;
}
.text-border {
  border-bottom: dashed 1px #555;
}
.text-border-default {
  border-color: #95a5a6;
}
.text-border-green {
  border-color: #72c02c;
}
.text-border-blue {
  border-color: #3498db;
}
.text-border-red {
  border-color: #e74c3c;
}
.text-border-yellow {
  border-color: #f1c40f;
}
.text-border-purple {
  border-color: #9b6bcc;
}
.list-styles li {
  margin-bottom: 8px;
}
.tooltips-show {
  position: relative;
}
.contex-bg p {
  opacity: 0.8;
  padding: 8px 10px;
}
.contex-bg p:hover {
  opacity: 1;
}
blockquote {
  padding: 5px 15px;
  border-left-width: 2px;
}
blockquote p {
  font-size: 14px;
  font-weight: 400;
}
blockquote h1, blockquote h2, blockquote span {
  font-size: 18px;
  margin: 0 0 8px;
  line-height: 24px;
}
blockquote.bq-text-lg p, blockquote.bq-text-lg small {
  text-transform: uppercase;
}
blockquote.bq-text-lg p {
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}
blockquote.text-right, blockquote.hero.text-right {
  border-left: none;
  border-right: 2px solid #eee;
}
blockquote.hero.text-right, blockquote.hero.text-right:hover {
  border-color: #555;
}
blockquote:hover, blockquote.text-right:hover {
  border-color: #72c02c;
  transition: all 0.4s ease-in-out;
}
blockquote.bq-dark, blockquote.bq-dark:hover {
  border-color: #585f69;
}
blockquote.bq-green {
  border-color: #72c02c;
}
blockquote.hero {
  border: none;
  padding: 18px;
  font-size: 16px;
  background: #f3f3f3;
  border-left: solid 2px #666;
}
blockquote.hero:hover {
  background: #eee;
  border-left-color: #666;
}
blockquote.hero.hero-dark, blockquote.hero.hero-default {
  border: none;
}
blockquote.hero.hero-dark {
  background: #444;
}
blockquote.hero.hero-dark:hover {
  background: #555;
}
blockquote.hero.hero-default {
  background: #72c02c;
}
blockquote.hero.hero-default:hover {
  background: #5fb611;
}
blockquote.hero.hero-dark p, blockquote.hero.hero-dark h2, blockquote.hero.hero-dark small, blockquote.hero.hero-default p, blockquote.hero.hero-default h2, blockquote.hero.hero-default small {
  color: #fff;
  font-weight: 200;
}
.tag-box {
  padding: 12px;
  background: #fff;
  margin-bottom: 20px;
}
.tag-box h2 {
  font-size: 20px;
  line-height: 25px;
}
.tag-box p {
  margin-bottom: 0;
}
.tag-box.tag-text-space p {
  margin-bottom: 10px;
}
.tag-box-v1 {
  border: solid 1px #eee;
  border-top: solid 2px #72c02c;
}
.tag-box-v2 {
  background: #fafafa;
  border: solid 1px #eee;
}
.tag-box-v3 {
  border: solid 2px #f0f6fc;
  border-radius: 4px !important;
}
.tag-box-v4 {
  border: dashed 1px #bbb;
}
.tag-box-v5 {
  margin: 20px 0;
  text-align: center;
  border: dashed 1px #ccc;
}
.tag-box-v5 span {
  color: #555;
  font-size: 28px;
  margin-bottom: 0;
}
.tag-box-v6 {
  background: #fafafa;
  border: solid 1px #eee;
}
.tag-box-v7 {
  border: solid 1px #eee;
  border-bottom: solid 2px #72c02c;
}
.testimonials {
  margin-bottom: 10px;
}
.testimonials .testimonial-info {
  color: #72c02c;
  padding: 0 15px;
  margin-top: 15px;
}
.testimonials .testimonial-info span {
  position: relative;
}
.testimonials .testimonial-info em {
  color: #777;
  display: block;
  font-size: 13px;
}
.testimonials .testimonial-info img {
  width: 25px;
  float: left;
  height: 25px;
  padding: 2px;
  margin-right: 10px;
}
.testimonials .testimonial-author {
  overflow: hidden;
}
.testimonials .carousel-arrow {
  top: -30px;
  position: relative;
}
.testimonials .carousel-arrow i {
  color: #777;
  padding: 2px;
  min-width: 25px;
  font-size: 20px;
  text-align: center;
  background: #f3f7f9;
}
.testimonials .carousel-arrow i:hover {
  color: #fff;
  background: #72c02c;
}
.testimonials .carousel-control {
  opacity: 1;
  width: 100%;
  text-align: right;
  text-shadow: none;
  position: absolute;
  filter: Alpha(opacity = 100);
}
.testimonials .carousel-control.left {
  right: 27px;
  left: auto;
}
.testimonials .carousel-control.right {
  right: 0px;
}
.testimonials.testimonials-v1 .item p {
  position: relative;
}
.testimonials.testimonials-v1 .item p:after, .testimonials.testimonials-v1 .item p:before {
  left: 80px;
  bottom: -20px;
}
.testimonials.testimonials-v1 .item p:after {
  border-top: 22px solid;
  border-left: 0 solid transparent;
  border-right: 22px solid transparent;
}
.testimonials.testimonials-v2 .testimonial-info {
  padding: 0 20px;
}
.testimonials.testimonials-v2 p {
  padding-bottom: 15px;
}
.testimonials.testimonials-v2 .carousel-arrow {
  top: -55px;
}
.testimonials.testimonials-v2 .item p:after, .testimonials.testimonials-v2 .item p:before {
  left: 8%;
  bottom: 45px;
}
.testimonials.testimonials-v2 .item p:after {
  border-top: 20px solid;
  border-left: 25px solid transparent;
  border-right: 0px solid transparent;
}
.testimonials.testimonials-v1 p, .testimonials.testimonials-v2 p {
  padding: 7px 11px 11px 11px;
  font-size: 13px;
  font-style: italic;
  background: #f3f7f9;
  border-radius: 5px;
}
.testimonials.testimonials-v1 .item p:after, .testimonials.testimonials-v2 .item p:after {
  width: 0;
  height: 0;
  content: " ";
  display: block;
  position: absolute;
  border-top-color: #f3f7f9;
  border-left-style: inset;
  border-right-style: inset;
}
.testimonials-bg-dark .item p, .testimonials-bg-default .item p {
  color: #fff;
  font-weight: 200;
}
.testimonials-bg-dark .carousel-arrow i, .testimonials-bg-default .carousel-arrow i {
  color: #fff;
}
.testimonials-bg-default .item p {
  background: #72c02c;
}
.testimonials.testimonials-bg-default .item p:after, .testimonials.testimonials-bg-default .item p:after {
  border-top-color: #72c02c;
}
.testimonials-bg-default .carousel-arrow i {
  background: #72c02c;
}
.testimonials.testimonials-bg-default .carousel-arrow i:hover {
  background: #5fb611;
}
.testimonials-bg-dark .item p {
  background: #555;
}
.testimonials.testimonials-bg-dark .item p:after, .testimonials.testimonials-bg-dark .item p:after {
  border-top-color: #555;
}
.testimonials-bg-dark .carousel-arrow i {
  color: #fff;
  background: #555;
}
.testimonials.testimonials-bg-dark .carousel-arrow i:hover {
  background: #333;
}
.testimonials.testimonials-bg-dark .testimonial-info {
  color: #555;
}
.testimonial-amount {
  margin-top: -5px;
  color: #ccc;
}
.panel-heading {
  color: #fff;
  padding: 5px 15px;
}
.panel .table {
  margin-bottom: 0;
}
.panel-u {
  border-color: #72c02c;
}
.panel-u > .panel-heading {
  background: #72c02c;
}
.panel-blue {
  border-color: #3498db;
}
.panel-blue > .panel-heading {
  background: #3498db;
}
.panel-red {
  border-color: #e74c3c;
}
.panel-red > .panel-heading {
  background: #e74c3c;
}
.panel-green {
  border-color: #2ecc71;
}
.panel-green > .panel-heading {
  background: #2ecc71;
}
.panel-sea {
  border-color: #1abc9c;
}
.panel-sea > .panel-heading {
  background: #1abc9c;
}
.panel-orange {
  border-color: #e67e22;
}
.panel-orange > .panel-heading {
  background: #e67e22;
}
.panel-yellow {
  border-color: #f1c40f;
}
.panel-yellow > .panel-heading {
  background: #f1c40f;
}
.panel-grey {
  border-color: #95a5a6;
}
.panel-grey > .panel-heading {
  background: #95a5a6;
}
.panel-dark {
  border-color: #555;
}
.panel-dark > .panel-heading {
  background: #555;
}
.panel-purple {
  border-color: #9b6bcc;
}
.panel-purple > .panel-heading {
  background: #9b6bcc;
}
.panel-aqua {
  border-color: #27d7e7;
}
.panel-aqua > .panel-heading {
  background: #27d7e7;
}
.panel-brown {
  border-color: #9c8061;
}
.panel-brown > .panel-heading {
  background: #9c8061;
}
.panel-dark-blue {
  border-color: #4765a0;
}
.panel-dark-blue > .panel-heading {
  background: #4765a0;
}
.panel-light-green {
  border-color: #79d5b3;
}
.panel-light-green > .panel-heading {
  background: #79d5b3;
}
.panel-default-dark {
  border-color: #585f69;
}
.panel-default-dark > .panel-heading {
  background: #585f69;
}
.progress-u {
  box-shadow: none;
}
.progress-u .progress-bar {
  box-shadow: none;
}
.progress-lg {
  height: 25px;
}
.progress-lg p {
  padding-top: 3px;
}
.progress-sm {
  height: 12px;
}
.progress-xs {
  height: 7px;
}
.progress-xxs {
  height: 3px;
}
.progress {
  background: #e5e5e5;
}
.progress-bar-u {
  background: #72c02c;
}
.progress-bar-blue {
  background: #3498db;
}
.progress-bar-orange {
  background: #e67e22;
}
.progress-bar-red {
  background: #e74c3c;
}
.progress-bar-purple {
  background: #9b6bcc;
}
.progress-bar-aqua {
  background: #27d7e7;
}
.progress-bar-brown {
  background: #9c8061;
}
.progress-bar-dark-blue {
  background: #4765a0;
}
.progress-bar-light-green {
  background: #79d5b3;
}
.progress-bar-dark {
  background: #555;
}
.stars-existing {
  color: #72c02c;
  cursor: pointer;
}
.star-lg {
  font-size: 30px;
}
.star-sm {
  font-size: 25px;
}
.star-xs {
  font-size: 20px;
}
.star-default {
  font-size: 16px;
}
img.img-bordered {
  padding: 3px;
  border: solid 1px #eee;
}
img.img-circle {
  border-radius: 50% !important;
}
.responsive-video {
  height: 0;
  padding-top: 1px;
  position: relative;
  margin-bottom: -3px;
  padding-bottom: 56.25%;
}
.responsive-video iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-right-5 {
  margin-right: 5px;
}
.no-top-space {
  margin-top: 0;
  padding-top: 0;
}
.no-bottom-space {
  margin-bottom: 0;
  padding-bottom: 0;
}
.margin-bottom-5, .margin-bottom-10, .margin-bottom-15, .margin-bottom-20, .margin-bottom-25, .margin-bottom-30, .margin-bottom-35, .margin-bottom-40, .margin-bottom-45, .margin-bottom-50, .margin-bottom-55, .margin-bottom-60 {
  clear: both;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-35 {
  margin-bottom: 35px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-45 {
  margin-bottom: 45px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-bottom-55 {
  margin-bottom: 55px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .sm-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .sm-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .sm-margin-bottom-30 {
    margin-bottom: 30px;
  }
  .sm-margin-bottom-40 {
    margin-bottom: 40px;
  }
  .sm-margin-bottom-50 {
    margin-bottom: 50px;
  }
  .sm-margin-bottom-60 {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .md-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .md-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .md-margin-bottom-30 {
    margin-bottom: 30px;
  }
  .md-margin-bottom-40 {
    margin-bottom: 40px;
  }
  .md-margin-bottom-50 {
    margin-bottom: 50px;
  }
  .md-margin-bottom-60 {
    margin-bottom: 60px;
  }
}
.color-sea {
  color: #1abc9c;
}
.color-red {
  color: #e74c3c;
}
.color-aqua {
  color: #27d7e7;
}
.color-blue {
  color: #3498db;
}
.color-grey {
  color: #95a5a6;
}
.color-dark {
  color: #555555;
}
.color-green {
  color: #72c02c;
}
.color-brown {
  color: #9c8061;
}
.color-light {
  color: #ffffff;
}
.color-orange {
  color: #e67e22;
}
.color-green1 {
  color: #2ecc71;
}
.color-purple {
  color: #9b6bcc;
}
.color-dark-blue {
  color: #4765a0;
}
.color-light-grey {
  color: #585f69;
}
.color-light-green {
  color: #79d5b3;
}
.bg-color-dark, .bg-color-sea, .bg-color-red, .bg-color-aqua, .bg-color-blue, .bg-color-grey, .bg-color-green, .bg-color-brown, .bg-color-orange, .bg-color-green1, .bg-color-purple, .bg-color-dark-blue, .bg-color-light-grey, .bg-color-light-green {
  color: #fff;
}
.bg-color-dark {
  background-color: #555;
}
.bg-color-sea {
  background-color: #1abc9c;
}
.bg-color-red {
  background-color: #e74c3c;
}
.bg-color-aqua {
  background-color: #27d7e7;
}
.bg-color-blue {
  background-color: #3498db;
}
.bg-color-grey {
  background-color: #95a5a6;
}
.bg-color-green {
  background-color: #72c02c;
}
.bg-color-brown {
  background-color: #9c8061;
}
.bg-color-orange {
  background-color: #e67e22;
}
.bg-color-green1 {
  background-color: #2ecc71;
}
.bg-color-purple {
  background-color: #9b6bcc;
}
.bg-color-dark-blue {
  background-color: #4765a0;
}
.bg-color-light-grey {
  background-color: #585f69;
}
.bg-color-light-green {
  background-color: #79d5b3;
}
.rounded {
  border-radius: 4px !important;
}
.rounded-x {
  border-radius: 50% !important;
}
.rounded-2x {
  border-radius: 10px !important;
}
.rounded-3x {
  border-radius: 15px !important;
}
.rounded-4x {
  border-radius: 20px !important;
}
.rounded-top {
  border-radius: 4px 4px 0 0 !important;
}
.rounded-left {
  border-radius: 4px 0 0 4px !important;
}
.rounded-right {
  border-radius: 0 4px 4px 0 !important;
}
.rounded-bottom {
  border-radius: 0 0 4px 4px !important;
}
.overflow-h {
  overflow: hidden;
}
.overflow-a {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.lft-img-margin {
  margin: 0 20px 5px 0;
}
.rgt-img-margin {
  margin: 0 0 5px 10px;
}
.padding-left-5 {
  padding-left: 5px;
}
.img-width-200 {
  width: 200px;
}
.content {
  padding-top: 20px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .content {
    padding-top: 10px;
  }
}
.text-justify p {
  text-align: justify;
}
.bg-light {
  padding: 10px 15px;
  margin-bottom: 10px;
  background: #fcfcfc;
  border: solid 1px #e5e5e5;
}
.bg-light:hover {
  border: solid 1px #bbb;
}
.hover-effect {
  transition: all 0.4s ease-in-out;
}
.hover-effect-kenburn {
  left: 10px;
  margin-left: -10px;
  position: relative;
  transition: all 0.8s ease-in-out;
}
.hover-effect-kenburn:hover {
  transform: scale(2) rotate(5deg);
}
#notifications .notification {
  padding-top: 15px;
  padding-bottom: 5px;
}
#notifications .notification:nth-child(even) {
  background: #ececec;
}
#notifications .notification:nth-child(odd) {
  background: #fbfbfb;
}
#notifications .notification .icon {
  font-size: 18px;
  margin-top: 5px;
  color: #4f91cd;
}
#notifications .notification .title {
  font-weight: 700;
  color: #4f91cd;
}
#notifications .notification time {
  font-size: 10px;
}
body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(/img/patterns/15.png) repeat;
}
.parallax-bg {
  background: url(/img/blur/img1.jpg) 50% 0 repeat fixed;
}
.parallax-counter {
  padding: 60px 0;
  background: url(/img/bg/9.jpg) 50% 0 no-repeat fixed;
}
.parallax-counter h4 {
  color: #fff;
  font-size: 18px;
}
.parallax-counter .counters {
  color: #fff;
  padding: 20px 0;
  font-weight: 200;
  background: rgba(0,0,0,0.6);
}
.parallax-team {
  background: url(/img/team/faces.jpg) 50% 0 repeat fixed;
}
.parallax-team, .parallax-team .title-box-v2 {
  position: relative;
}
.parallax-team:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(255,255,255,0.9);
}
.topbar {
  z-index: 12;
  padding: 8px 0;
  position: relative;
}
.topbar ul.loginbar {
  margin: 0;
}
.topbar ul.loginbar > li {
  display: inline;
  list-style: none;
  position: relative;
  padding-bottom: 15px;
}
.topbar ul.loginbar > li > a, .topbar ul.loginbar > li > a:hover {
  color: #7c8082;
  font-size: 11px;
  text-transform: uppercase;
}
.topbar ul.loginbar li i.fa {
  color: #bbb;
}
.topbar ul.loginbar li.topbar-devider {
  top: -1px;
  padding: 0;
  font-size: 8px;
  position: relative;
  margin: 0 9px 0 5px;
  font-family: Tahoma;
  border-right: solid 1px #bbb;
}
.topbar ul.lenguages {
  top: 25px;
  left: -5px;
  display: none;
  padding: 4px 0;
  padding-left: 0;
  list-style: none;
  min-width: 100px;
  position: absolute;
  background: #f0f0f0;
}
.topbar li:hover ul.lenguages {
  display: block;
}
.topbar ul.lenguages:after {
  top: -4px;
  width: 0;
  height: 0;
  left: 8px;
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 6px solid #f0f0f0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-left-style: inset;
  border-right-style: inset;
}
.topbar ul.lenguages li a {
  color: #555;
  display: block;
  font-size: 10px;
  padding: 2px 12px;
  margin-bottom: 1px;
  text-transform: uppercase;
}
.topbar ul.lenguages li.active a i {
  color: #999;
  float: right;
  margin-top: 2px;
}
.topbar ul.lenguages li a:hover, .topbar ul.lenguages li.active a {
  background: #fafafa;
}
.topbar ul.lenguages li a:hover {
  text-decoration: none;
}
.topbar-v1 {
  background: #f2f2f2;
  margin-bottom: 5px;
}
.topbar-v1 ul {
  margin: 0;
}
.topbar-v1 .top-v1-contacts li {
  color: #666;
  padding: 5px 0;
  font-size: 12px;
  margin-right: 15px;
  display: inline-block;
}
.topbar-v1 .top-v1-contacts i {
  color: #999;
  font-size: 13px;
  margin-right: 3px;
}
.topbar-v1 .top-v1-data {
  text-align: right;
}
@media (max-width: 992px) {
  .topbar-v1 .top-v1-contacts {
    margin: 10px 0;
  }
  .topbar-v1 .top-v1-data li {
    padding: 0px 16px;
    line-height: 27px;
    margin-left: -5px;
    position: relative;
  }
}
.header {
  z-index: 99;
  position: relative;
  border-bottom: solid 1px #f0f0f0;
}
.header .navbar {
  margin: 0;
  min-height: inherit;
}
.header .navbar-default {
  border: none;
  background: none;
}
.header .navbar-collapse {
  position: relative;
}
.header .navbar-brand {
  z-index: 1;
  top: -10px;
  position: relative;
  padding: 0 10px 10px;
  margin-top: -5px;
}
.header-brand-logo {
  width: 300px;
}
@media (min-width: 992px) {
  .header .navbar-nav {
    float: right;
  }
}
.header .navbar-default .navbar-nav > li > a {
  color: #687074;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.header .navbar-default .navbar-nav > .active > a {
  color: #72c02c;
}
.header .navbar-right .dropdown-menu {
  right: inherit;
}
.navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  margin-top: 0px;
  background: #72c02c;
  padding: 6px 10px 2px;
}
.navbar-default .navbar-toggle {
  border-color: #5fb611;
}
.navbar-default .navbar-toggle:hover {
  background: #5fb611;
}
.navbar-default .navbar-toggle .fa {
  color: #fff;
  font-size: 19px;
}
@media (max-width: 767px) {
  .header .navbar-brand {
    top: -21px;
  }
  .header .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding: 9px 10px;
  }
  .header .navbar-default .navbar-nav > li a {
    border-bottom: solid 1px #eee;
  }
  .header .navbar-default .navbar-nav > li > a:focus {
    background: none;
  }
  .header .navbar-default .navbar-nav > li > a:hover {
    color: #72c02c;
  }
  .header .navbar-default .navbar-nav > .active > a,	.header .navbar-default .navbar-nav > .active > a:hover,	.header .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background: #72c02c;
  }
  .header .dropdown-submenu li a {
    font-size: 12px;
  }
}
@media (min-width: 767px) {
  .header .navbar-collapse {
    padding: 0;
  }
  .header .navbar-nav {
    top: 7px;
    float: right;
    position: relative;
    margin: 0px -15px 5px -15px;
  }
  .header .navbar-default .navbar-nav > li {
    margin-left: 10px;
  }
  .header .navbar-default .navbar-nav > li > a {
    padding: 9px 20px 9px 10px;
  }
  .header .navbar-default .navbar-nav > li > a,	.header .navbar-default .navbar-nav > li > a:focus {
    border-bottom: solid 2px transparent;
  }
  .header .navbar-default .navbar-nav > li > a:hover,	.header .navbar-default .navbar-nav > .active > a {
    border-bottom: solid 2px #72c02c;
  }
  .header .navbar-default .navbar-nav > li > a,	.header .navbar-default .navbar-nav > li > a:hover,	.header .navbar-default .navbar-nav > li > a:focus,	.header .navbar-default .navbar-nav > .active > a,	.header .navbar-default .navbar-nav > .active > a:hover,	.header .navbar-default .navbar-nav > .active > a:focus {
    background: none;
  }
  .header .navbar-default .navbar-nav > .open > a,	.header .navbar-default .navbar-nav > .open > a:hover,	.header .navbar-default .navbar-nav > .open > a:focus {
    color: #687074;
  }
  .header .dropdown-menu {
    padding: 0;
    min-width: 200px;
    border-radius: 0;
    z-index: 9999 !important;
    margin-top: -2px !important;
    border-top: solid 2px #72c02c;
    border-bottom: solid 2px #4f91cd;
  }
  .header .dropdown-menu li a {
    color: #687074;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 12px;
    border-bottom: solid 1px #eee;
  }
  .header .dropdown-menu .active > a,	.header .dropdown-menu li > a:hover {
    color: #fff;
    filter: none !important;
    background: #687074 !important;
    transition: all 0.1s ease-in-out;
  }
  .header .dropdown-menu li > a:focus {
    background: none;
    filter: none !important;
  }
  .header .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
    top: 40px;
  }
}
@media (max-width: 1375px) and (min-width: 767px) {
  .header .navbar-nav > li:last-child.dropdown:hover > .dropdown-menu {
    margin-left: -80px;
  }
}
.header .navbar .nav > li > .search {
  color: #aaa;
  cursor: pointer;
  min-width: 35px;
  font-size: 15px;
  text-align: center;
  background: #f7f7f7;
  padding: 11px 0 12px;
  display: inline-block;
  border-bottom: solid 2px #aaa;
}
.header .navbar .nav > li > .search:hover {
  color: #72c02c;
  background: #f7f7f7;
  border-bottom-color: #72c02c;
}
.header .navbar .search-open {
  right: 0;
  top: 38px;
  display: none;
  padding: 14px;
  position: absolute;
  background: #fcfcfc;
  border-top: solid 2px #eee;
  box-shadow: 0 1px 3px #ddd;
}
.header .navbar .search-open form {
  margin: 0;
}
@media (min-width: 767px) {
  .header .navbar .search-open {
    width: 330px;
  }
  .header .navbar-nav .open > .dropdown-menu,	.header-v1 .navbar-nav .open > .dropdown-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .header .navbar .nav > li > .search {
    color: #999;
    width: 35px;
    height: 34px;
    line-height: 12px;
    text-align: left;
    text-align: center;
    margin: 5px 10px 0;
    background: #eee;
    border-bottom: none;
  }
  .header .navbar .nav > li > .search:hover {
    background: #5fb611;
    color: #fff !important;
  }
  .header .navbar .search-open {
    top: 5px;
    padding: 0;
    left: 48px;
    border-top: none;
    box-shadow: none;
    background: none;
    margin-right: 10px;
  }
}
.header-v1 {
  border-bottom: none;
}
.header-v1 .navbar-brand {
  top: 2px;
  padding: 0 10px 10px;
}
.header-v1 .navbar .search-open {
  background: #f8f8f8;
}
@media (max-width: 767px) {
  .header-v1 .navbar .search-open {
    bottom: -6px;
  }
}
.header-v1 .navbar .nav > li > .search {
  padding: 11px;
  border: none;
  min-width: 37px;
}
.header-v1 .navbar .nav > li > .search:hover {
  background: #72c02c;
  color: #fff !important;
}
.header-v1 .navbar-toggle {
  margin-top: 3px;
}
@media (min-width: 767px) and (max-width: 992px) {
  .header-v1 .navbar-brand {
    margin-bottom: 15px;
  }
}
@media (min-width: 767px) {
  .header-v1 .navbar-default .navbar-nav > li {
    margin-left: 1px;
  }
  .header-v1 .navbar-default .navbar-nav > li > a {
    padding: 9px 30px 6px 20px;
  }
  .header-v1 .navbar-default .navbar-nav > .active > a,	.header-v1 .navbar-default .navbar-nav > li > a:hover,	.header-v1 .navbar-default .navbar-nav > li > a:focus {
    color: #fff !important;
    background: #72c02c !important;
  }
  .header-v1 .navbar-default .navbar-nav > .open > a,	.header-v1 .navbar-default .navbar-nav > .open > a:hover,	.header-v1 .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background: #72c02c;
  }
  .header-v1 .dropdown-menu {
    background: #fafafa;
  }
}
.header-fixed .header {
  height: 78px;
}
.header-fixed .header.header-fixed-shrink {
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  z-index: 9999;
  position: fixed;
  margin-top: -35px;
  background: rgba(255,255,255, 0.9);
  border-bottom-color: #f5f5f5;
  transition: height 0.6s;
}
.header-fixed .header.header-fixed-shrink .navbar-brand {
  top: 10px;
  z-index: 1;
  position: relative;
  padding: 0 10px 10px;
}
.header-fixed .header.header-fixed-shrink .navbar-brand img {
  width: 90%;
}
.header-fixed .header.header-fixed-shrink .search, .header-fixed .header.header-fixed-shrink .active a {
  border-bottom: none !important;
}
.header-fixed .header.header-fixed-shrink .dropdown > a:after {
  top: 19px;
}
.header-fixed .navbar-toggle {
  margin-top: 5px;
}
.mobileNavigation-toggle {
  float: right;
  font-size: 18px;
  padding: 3px 15px;
  margin: 0px 10px 5px 0;
  background: #4f91cd;
  color: white;
  display: none;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .mobileNavigation-toggle {
    display: block;
  }
}
.mobileNavigation-toggle:hover, .mobileNavigation-toggle:focus {
  color: white;
}
.mobileNavigation {
  position: fixed;
  top: 0;
  right: 0;
  width: 260px;
  height: 100%;
  background: #333;
  z-index: 1000;
  transform: translate(260px, 0);
  transition: 350ms 0ms cubic-bezier(1, 0, 0, 1);
}
.mobileNavigation-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px 15px;
  overflow: scroll;
}
.wrapper {
  transition: 350ms 0ms cubic-bezier(1, 0, 0, 1);
}
body.body--mobileNavigationOpen .mobileNavigation {
  transform: translate(0, 0);
}
body.body--mobileNavigationOpen .wrapper {
  transform: translate(-260px, 0);
}
.mobileNavigation .dropdown-menu {
  position: static;
  display: block;
  background: none;
  padding: 0;
  border: 0;
  box-shadow: none;
  width: 100%;
  float: none;
}
.mobileNavigation .nav > li {
  margin-bottom: 10px;
}
.mobileNavigation .nav a {
  color: white;
  font-size: 15px;
}
.mobileNavigation .nav a:hover, .mobileNavigation .nav a:focus {
  background: rgba(0,0,0,0.8);
  color: white;
}
.mobileNavigation .nav .dropdown-menu a {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.header-fixed .header.header-fixed-shrink .search {
  margin-top: 12px;
  padding: 8px !important;
  color: #585f69 !important;
  background: none !important;
}
.header-fixed .header.header-fixed-shrink .search-open {
  border-top: none;
  background: rgba(255,255,255, 0.9);
}
@media (max-width: 992px) {
  .header-fixed .header {
    height: 118px;
  }
  .header-fixed .header.header-fixed-shrink {
    height: 135px;
  }
}
@media (max-width: 767px) {
  .header-fixed .header,	.header-fixed .header.header-fixed-shrink {
    height: 88px;
  }
  .header-fixed .header .navbar-nav {
    background: #fff;
    padding: 6px 0;
    margin-top: 0px;
    border: solid 1px #eee;
  }
  .header-fixed .header .navbar-default .navbar-collapse,	.header-fixed .header .navbar-default .navbar-form {
    border: none;
  }
  .header-fixed .navbar-toggle {
    margin-top: 9px;
  }
  .header-fixed .header.header-fixed-shrink .navbar .nav > li > .search {
    top: 5px;
    position: relative;
  }
}
@media (min-width: 767px) {
  .header-fixed .header.header-fixed-shrink .navbar-nav > li > a {
    padding: 19px 30px 18px 20px;
    border-bottom: solid 1px transparent !important;
  }
  .header-fixed .header.header-fixed-shrink .search-open {
    top: 56px;
  }
}
.dropdown-submenu {
  position: relative;
}
.dropdown > a:after, .dropdown-submenu > a:after {
  top: 8px;
  right: 9px;
  font-size: 11px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}
@media (max-width: 767px) {
  .dropdown-submenu > a:after {
    content: " ";
  }
}
.dropdown > a:after {
  top: 9px;
  content: "\f107";
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -5px;
  margin-left: 0px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
@media (max-width: 767px) {
  .dropdown-submenu > .dropdown-menu {
    display: block;
    margin-left: 15px;
  }
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.dropdown-menu li [class^="fa-"], .dropdown-menu li [class*=" fa-"] {
  left: -3px;
  width: 1.25em;
  margin-right: 1px;
  position: relative;
  text-align: center;
  display: inline-block;
}
.dropdown-menu li [class^="fa-"].fa-lg, .dropdown-menu li [class*=" fa-"].fa-lg {
  width: 1.5625em;
}
.menu-icon {
  margin-right: 10px;
  font-weight: 200;
}
.dropdown-show {
  position: relative;
  display: inline-block;
  box-shadow: 0 0 4px #eee;
}
.purchase {
  padding: 25px 0 30px;
  border-bottom: solid 1px #eee;
  background: url(/img/breadcrumbs.png) repeat;
}
.purchase p {
  margin-bottom: 0;
}
.purchase span {
  color: #666;
  display: block;
  font-size: 24px;
  line-height: 35px;
  font-weight: normal;
  margin-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
}
.purchase .btn-buy {
  text-align: center;
}
.purchase .btn-buy a {
  margin-top: 27px;
}
.purchase .btn-buy a i {
  margin-right: 5px;
}
@media (max-width: 992px) {
  .purchase {
    text-align: center;
  }
  .purchase span {
    font-size: 22px;
    line-height: 29px;
  }
  .purchase .btn-buy a {
    margin-top: 25px;
    font-size: 16px;
  }
}
.service {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 15px 15px 10px;
}
.service:hover {
  background: #fcfcfc;
  box-shadow: 0 0 5px #ddd;
  transition: box-shadow 0.2s ease-in-out;
}
.service:hover i {
  color: #656565;
}
.service .desc {
  padding: 0 15px;
  overflow: hidden;
}
.service .desc h4 {
  font-size: 22px;
  line-height: 25px;
}
.service .service-icon {
  float: left;
  padding: 10px;
  color: #72c02c;
  font-size: 35px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.service .service-icon.icon-cogs {
  font-size: 37px;
}
.service .service-icon.icon-plane {
  font-size: 43px;
}
.recent-work a {
  text-align: center;
  background: #fcfcfc;
  display: inline-block;
}
.recent-work a:hover {
  text-decoration: none;
}
.recent-work a:hover strong {
  color: #555;
}
.recent-work em.overflow-hidden {
  display: block;
}
.recent-work a span {
  display: block;
  padding: 10px;
  border-bottom: solid 2px #eee;
}
.recent-work a strong {
  color: #555;
  display: block;
}
.recent-work a i {
  color: #777;
}
.recent-work a img {
  transition: all 0.8s ease-in-out;
}
.recent-work a:hover img {
  opacity: 0.8;
  transform: scale(1.2) rotate(3deg);
}
.recent-work a:hover span {
  border-bottom: solid 2px #72c02c;
  transition: all 0.3s ease-in-out;
}
.work {
  margin-top: 6px;
}
.work .details {
  padding: 10px;
}
.work .caption {
  display: block;
  padding-top: 5px;
  color: #585f69 !important;
  font-size: 18px !important;
}
.work .caption:hover {
  cursor: pointer;
  color: #444 !important;
  text-decoration: underline;
}
.footer {
  color: #fff;
  background: #4f91cd;
}
.footer.margin-top-0 {
  margin-top: 0;
}
.footer p, .footer a {
  font-size: 14px;
}
.footer p {
  color: #dadada;
}
.footer a {
  color: #f0f6fc;
}
.footer a:hover {
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.footer h2, .footer h3, .footer h4 {
  color: #e4e4e4;
  background: none;
  text-shadow: none;
}
.footer .footer-subsribe {
  width: 85%;
}
.footer .blog-list {
  margin: 0;
  padding: 0;
  color: #dadada;
  list-style: none;
}
.footer .blog-list li {
  padding: 0 0;
  margin-bottom: 7px;
}
.footer .blog-list li span {
  color: #818488;
}
.footer .dl-horizontal, .footer .dl-horizontal:hover {
  border: none !important;
  background: none !important;
}
.footer .posts .dl-horizontal a {
  color: #dadada;
}
.footer .dl-horizontal a:hover {
  color: #a8f85f !important;
}
.footer .dl-horizontal img {
  border-color: #888 !important;
}
.copyright {
  font-size: 12px;
  padding: 5px 0px;
  background: #585f69;
}
.copyright p {
  color: #f0f6fc;
  margin-top: 12px;
}
.copyright a {
  margin: 0 5px;
  color: #f0f6fc;
}
.copyright a:hover {
  color: #fff;
}
.copyright a img {
  margin-top: 5px;
}
.breadcrumbs {
  overflow: hidden;
  border-bottom: solid 1px #f0f0f0;
  background: url(/img/breadcrumbs.png) repeat;
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs h1 {
  color: #666;
  font-size: 22px;
  margin-top: 8px;
}
.breadcrumb {
  padding: 0px;
  top: 4px;
  padding-right: 0;
  margin-bottom: 10px;
  background: none;
  position: relative;
}
.breadcrumb a {
  color: #777;
}
.breadcrumb li {
  font-size: 11px;
}
.breadcrumb li.active, .breadcrumb li a:hover {
  color: #4f91cd;
  text-decoration: none;
}
a.thumbnail {
  padding: 0;
  border: none;
  margin-bottom: 15px;
}
.thumbnail-style {
  padding: 7px;
  margin-bottom: 20px;
}
.thumbnail-style:hover {
  box-shadow: 0 0 8px #ddd;
  transition: box-shadow 0.2s ease-in-out;
}
.thumbnail h3, .thumbnail-style h3 {
  margin: 6px 0 8px 0;
}
.thumbnail h3 a, .thumbnail-style h3 a {
  color: #585f69;
  font-size: 20px;
}
.thumbnail h3 a:hover, .thumbnail-style h3 a:hover {
  color: #72c02c;
  text-decoration: none;
}
.thumbnail-style .thumbnail-img {
  position: relative;
  margin-bottom: 11px;
}
.thumbnail-style a.btn-more {
  right: -10px;
  bottom: 10px;
  color: #fff;
  padding: 1px 6px;
  position: absolute;
  background: #72c02c;
  display: inline-block;
}
.thumbnail-style a.btn-more:hover {
  text-decoration: none;
  box-shadow: 0 0 0 2px #377500;
}
.thumbnail-style:hover a.btn-more {
  right: 10px;
}
.thumbnail-kenburn img {
  left: 10px;
  margin-left: -10px;
  position: relative;
  transition: all 0.8s ease-in-out;
}
.thumbnail-kenburn:hover img {
  transform: scale(1.2) rotate(2deg);
}
.service-alternative .service:hover {
  background: #76ca2c;
  transition: all 0.4s ease-in-out;
}
.service-alternative .service:hover i, .service-alternative .service:hover p, .service-alternative .service:hover h4 {
  color: #fff;
}
.service-v1 h2 {
  margin: 15px 0 10px;
  font-size: 20px;
  line-height: 28px;
}
.service-v1 p {
  text-align: justify;
}
.posts .dl-horizontal a {
  color: #555;
}
.posts .dl-horizontal {
  margin-bottom: 15px;
  overflow: hidden;
}
.posts .dl-horizontal dt {
  width: 60px;
  float: left;
}
.posts .dl-horizontal dt img {
  width: 60px;
  height: 60px;
  padding: 2px;
  margin-top: 2px;
  border: solid 1px #ddd;
}
.posts .dl-horizontal dd {
  margin-left: 70px;
}
.posts .dl-horizontal dd p {
  margin: 0;
}
.posts .dl-horizontal dd a {
  font-size: 14px;
  line-height: 16px !important;
}
.posts .dl-horizontal dd a:hover {
  color: #72c02c;
  text-decoration: none;
}
.posts .dl-horizontal:hover dt img, .posts .dl-horizontal:hover dd a {
  color: #72c02c;
  border-color: #72c02c !important;
  transition: all 0.4s ease-in-out;
}
.team ul.team-socail {
  text-align: right;
}
.team ul.team-socail li {
  padding: 0 !important;
  margin: 0 !important;
}
.team ul.team-socail li a, .team ul.team-socail li a:hover {
  text-decoration: none;
}
.team ul.team-socail li i {
  color: #aaa;
  padding: 3px;
  min-width: 30px;
  font-size: 20px;
  text-align: center;
  background: #f7f7f7;
  display: inline-block;
}
.team ul.team-socail li i:hover {
  color: #fff;
  background: #72c02c;
  transition: all 0.2s ease-in-out;
}
.team .thumbnail-style {
  padding: 12px;
}
.team .thumbnail-style img {
  margin-bottom: 7px;
}
.team .thumbnail-style h3 {
  margin-bottom-bottom: 5px;
}
.team .thumbnail-style:hover h3 a {
  color: #72c02c !important;
}
.team .thumbnail-style small {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}
.about-me {
  overflow: hidden;
}
.about-me h2 {
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
}
.about-me span {
  color: #999;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.about-me .social-icons {
  margin-top: 7px;
}
.about-my-goals h2 {
  text-transform: uppercase;
}
.about-skills {
  padding: 40px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: url(/img/breadcrumbs.png) repeat;
}
.gallery-page .thumbnail, .gallery-page .thumbnail:hover {
  padding: 0;
  border: none;
  box-shadow: none;
}
.gallery-page .thumbnails {
  margin-bottom: 6px;
}
.privacy a {
  text-decoration: underline;
}
.privacy a:hover {
  color: #72c02c;
  text-decoration: none;
}
.portfolio-item h2 {
  color: #555;
  font-size: 24px;
  margin: 0 0 15px;
}
.portfolio-item li {
  padding: 3px 0;
}
.portfolio-item p a {
  text-decoration: underline;
}
.portfolio-item p a:hover {
  text-decoration: none;
}
.portfolio-item1 ul {
  margin: 10px 0 20px;
}
.portfolio-item1 li {
  font-size: 16px;
  margin-bottom: 3px;
}
.portfolio-item1 li i {
  font-size: 18px;
  margin-right: 4px;
}
ul.blog-tags li {
  display: inline-block;
}
ul.blog-tags a {
  font-size: 13px;
  padding: 2px 7px;
  background: #f7f7f7;
  margin: 0 3px 6px 0;
  display: inline-block;
}
ul.blog-tags a i {
  color: #666;
}
ul.blog-tags a:hover {
  background: #72c02c;
}
ul.blog-tags a:hover, ul.blog-tags a:hover i {
  color: #fff !important;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.blog-photos li {
  display: inline;
}
.blog-photos li img {
  opacity: 0.6;
  width: 58px;
  height: 58px;
  margin: 0 2px 8px;
}
.blog-photos li img:hover {
  opacity: 1;
  box-shadow: 0 0 0 2px #72c02c;
}
.blog-twitter .blog-twitter-inner {
  padding: 10px;
  background: #f7f7f7;
  position: relative;
  margin-bottom: 10px;
}
.blog-twitter .blog-twitter-inner, .blog-twitter .blog-twitter-inner:after, .blog-twitter .blog-twitter-inner:before {
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.blog-twitter .blog-twitter-inner:after, .blog-twitter .blog-twitter-inner:before {
  width: 0;
  height: 0;
  right: 0px;
  bottom: 0px;
  content: " ";
  display: block;
  position: absolute;
}
.blog-twitter .blog-twitter-inner:after {
  border-top: 15px solid #eee;
  border-right: 15px solid transparent;
  border-left: 0px solid transparent;
  border-left-style: inset;
  border-right-style: inset;
}
.blog-twitter .blog-twitter-inner:before {
  border-bottom: 15px solid #fff;
  border-right: 0 solid transparent;
  border-left: 15px solid transparent;
  border-left-style: inset;
  border-bottom-style: inset;
}
.blog-twitter .blog-twitter-inner:hover {
  border-color: #72c02c;
  border-top-color: #72c02c;
}
.blog-twitter .blog-twitter-inner:hover:after {
  border-top-color: #72c02c;
}
.blog-twitter .blog-twitter-inner span.twitter-time {
  color: #777;
  display: block;
  font-size: 11px;
}
.blog-twitter .blog-twitter-inner a {
  color: #72c02c;
  text-decoration: none;
}
.blog-twitter .blog-twitter-inner a:hover {
  text-decoration: underline;
}
.blog-twitter .blog-twitter-inner i.fa {
  top: 2px;
  color: #bbb;
  font-size: 18px;
  position: relative;
}
@media (max-width: 767px) {
  .magazine-sb-login,	.sb-ivoimage {
    display: none;
  }
}
.who li {
  margin-bottom: 6px;
}
.who li i {
  color: #72c02c;
  font-size: 13px;
  margin-right: 8px;
  position: relative;
}
.who li:hover i, .who li:hover a {
  color: #777;
}
.who li:hover a:hover {
  text-decoration: none;
}
.fullwidthbanner-container.slider-promo {
  max-height: 460px !important;
}
.slider-promo-info-bg {
  padding: 25px 20px 20px;
  background: url('/img/bg-black.png') repeat;
}
.slider-promo-info span.big-size {
  color: #fff;
  display: block;
  font-size: 30px;
  margin-bottom: 25px;
  text-shadow: 0 !important;
}
.slider-promo-info p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}
.promo-box {
  padding: 20px;
  margin: 25px 0 20px;
  text-align: center;
}
.promo-box i {
  display: block;
  font-size: 50px;
}
.promo-box p {
  font-size: 14px;
  margin-bottom: 0;
}
.promo-box strong, .promo-box strong a {
  color: #555;
  display: block;
  font-size: 20px;
  font-weight: 200;
  margin: 20px 0 15px;
}
.promo-box:hover strong, .promo-box:hover strong a {
  color: #72c02c;
}
.promo-service {
  margin-bottom: 20px;
}
.promo-service li {
  margin-bottom: 5px;
}
.promo-service a.btn-u {
  margin: 0 20px 10px 0;
}
.title-box {
  font-size: 16px;
  text-align: center;
  padding: 10px 0 30px;
  border-bottom: solid 1px #eee;
}
.title-box .title-box-text {
  color: #555;
  display: block;
  font-size: 35px;
  font-weight: 200;
}
@media (max-width: 768px) {
  .title-box .title-box-text {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .title-box p {
    font-size: 15px;
  }
}
.block-blockquote {
  margin: 20px 0;
  text-align: center;
  border: dashed 1px #ccc;
}
.block-blockquote-inner {
  padding: 15px;
}
.block-blockquote p {
  font-size: 26px;
  margin-bottom: 0;
}
.info-blocks {
  margin-bottom: 15px;
}
.info-blocks:hover i.icon-info-blocks {
  color: #72c02c;
  transition: all 0.2s ease-in-out;
}
.info-blocks i.icon-info-blocks {
  float: left;
  color: #777;
  font-size: 30px;
  min-width: 50px;
  margin-top: 10px;
  text-align: center;
}
.info-blocks .info-blocks-in {
  padding: 0 10px;
  overflow: hidden;
}
.info-blocks .info-blocks-in h3 {
  color: #555;
  font-size: 20px;
  line-height: 28px;
}
.info-blocks .info-blocks-in p {
  font-size: 12px;
}
.brand-page .btn {
  margin-bottom: 10px;
}
.form-page input, .form-page select {
  margin-bottom: 10px;
}
ul.labels-demo {
  margin: 5px 0;
}
ul.labels-demo li {
  list-style: none;
  display: inline-block;
  margin: 0 5px 2px 0;
}
.badge-sidebar {
  border-left: solid 1px #eee;
}
@media (max-width: 991px) {
  .badge-sidebar {
    border-left: none;
  }
}
.line-icon-page .item-box {
  width: 25%;
  float: left;
  height: 90px;
  text-align: center;
  padding: 20px 10px;
  margin: 0 -1px -1px 0;
  border: 1px solid #ddd;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  .line-icon-page .item-box {
    height: 115px;
  }
}
@media (max-width: 450px) {
  .line-icon-page .item-box {
    height: 130px;
  }
}
.line-icon-page .item-box:hover {
  background: #fafafa;
}
.line-icon-page .item span {
  display: block;
  font-size: 28px;
  margin-bottom: 10px;
}
.line-icon-page .item:hover {
  color: #72c02c;
}
.bs-glyphicons {
  padding-left: 0;
  list-style: none;
  overflow: hidden;
  padding-bottom: 1px;
  margin-bottom: 20px;
}
.bs-glyphicons li {
  width: 25%;
  float: left;
  height: 115px;
  padding: 10px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  margin: 0 -1px -1px 0;
  border: 1px solid #ddd;
}
.bs-glyphicons .glyphicon {
  display: block;
  font-size: 24px;
  margin: 5px auto 10px;
}
.bs-glyphicons li:hover {
  color: #72c02c;
  background-color: #fafafa;
}
@media (min-width: 768px) {
  .bs-glyphicons li {
    width: 12.5%;
  }
}
.map {
  width: 100%;
  height: 350px;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
.map-box {
  height: 250px;
}
.map-box-space {
  margin-top: 15px;
}
.map-box-space1 {
  margin-top: 7px;
}
.service-or {
  overflow: hidden;
  position: relative;
}
.service-bg {
  background-color: rgba(255,255,255,0.1);
  width: 250px;
  padding: 60px;
  position: absolute;
  top: -10px;
  right: -100px;
  transform: rotate(55deg);
  -o-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  -moz-transform: rotate(55deg);
  -webkit-transform: rotate(55deg);
}
.servive-block-v2 .servive-block-in {
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 15px;
  background: rgba(255,255,255,0.2);
}
.servive-block-v2 .servive-block-in img {
  width: 100%;
  margin-bottom: 15px;
}
.servive-block-v2 .servive-block-in i {
  font-size: 40px;
}
.servive-block-v2 .servive-block-in h4 {
  line-height: 25px;
}
.servive-block-v2 .servive-block-in p {
  margin-bottom: 20px;
}
.servive-block-v2 .servive-block-in i, .servive-block-v2 .servive-block-in h4, .servive-block-v2 .servive-block-in p {
  color: #fff;
}
.easy-block-v1 {
  position: relative;
}
.easy-block-v1 img {
  width: 100%;
}
.easy-block-v1 .overflow-h h3 {
  width: 60%;
  float: left;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
}
.easy-block-v1 .easy-block-v1-badge {
  left: 0px;
  top: 10px;
  z-index: 1;
  color: #fff;
  padding: 4px 10px;
  position: absolute;
}
.easy-block-v2 {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.easy-block-v2 img {
  width: 100%;
}
.easy-bg-v2 {
  top: 5px;
  color: #fff;
  width: 100px;
  padding: 5px;
  right: -32px;
  font-size: 13px;
  position: absolute;
  text-align: center;
  letter-spacing: 2px;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.rgba-red {
  background-color: rgba(231,76,60,0.8);
}
.rgba-blue {
  background-color: rgba(52,152,219,0.8);
}
.rgba-default {
  background-color: rgba(114,192,44,0.8);
}
.rgba-purple {
  background-color: rgba(155,107,204,0.8);
}
.easy-block-v3 {
  text-align: left;
  background: #585f69;
  margin-bottom: 10px;
  padding: 30px 20px 20px;
}
.easy-block-v3.first {
  background: #696f77;
}
.easy-block-v3.second {
  background: #707780;
}
.easy-block-v3.third {
  background: #787f88;
}
.easy-block-v3 i {
  color: #fff;
  float: left;
  font-size: 30px;
  min-width: 45px;
  padding-top: 10px;
}
.easy-block-v3 .inner-faq-b {
  overflow: hidden;
}
.easy-block-v3 .inner-faq-b h2, .easy-block-v3 .inner-faq-b h3 {
  font-size: 21px;
  margin-bottom: 8px;
}
.easy-block-v3 .inner-faq-b h4 {
  color: #fff;
  font-size: 17px;
  margin-bottom: 2px;
}
.easy-block-v3 .inner-faq-b h2, .easy-block-v3 .inner-faq-b h3, .easy-block-v3 .inner-faq-b p {
  color: #fff;
}
.full-w-block {
  padding: 30px 0;
  background: #282828;
}
.full-w-block .info-blocks i, .full-w-block .info-blocks-in h3 {
  color: #fff;
}
.full-w-block .info-blocks-in p {
  color: #ccc;
}
.full-w-block .info-blocks:hover i.icon-info-blocks {
  color: #fff;
}
.team-v2 {
  position: relative;
  margin-bottom: 20px;
}
.team-v2 img {
  width: 100%;
}
.team-v2 .inner-team {
  padding: 20px;
  background: #fff;
  text-align: center;
}
.team-v2 .inner-team h3 {
  margin: 0;
}
.team-v2 .inner-team small {
  display: block;
  font-size: 12px;
  margin-bottom: 7px;
}
.team-v2 .inner-team p {
  font-size: 13px;
}
.team-v2 .inner-team hr {
  margin: 10px 0 15px;
}
.team-social {
  margin-bottom: 0;
}
.team-social li {
  padding: 0 2px;
}
.team-social li a {
  font-size: 14px;
  padding: 6px 4px;
  border-radius: 50% !important;
}
.team-social li i {
  min-width: 20px;
}
.team-social li a.fb {
  color: #4862a3;
  border: 1px solid #4862a3;
}
.team-social li a.tw {
  color: #159ceb;
  border: 1px solid #159ceb;
}
.team-social li a.gp {
  color: #dc4a38;
  border: 1px solid #dc4a38;
}
.team-social li a:hover {
  text-decoration: none;
}
.team-social li a.fb:hover {
  color: #fff;
  background: #4862a3;
}
.team-social li a.tw:hover {
  color: #fff;
  background: #159ceb;
}
.team-social li a.gp:hover {
  color: #fff;
  background: #dc4a38;
}
.simple-block {
  margin-bottom: 20px;
}
.simple-block img {
  width: 100%;
}
.simple-block p {
  text-align: center;
}
.simple-block .carousel-indicators {
  top: 10px;
  left: 65%;
  text-align: right;
}
.simple-block .carousel-indicators .active {
  background: #555;
}
.simple-block .carousel-indicators li {
  border-color: #555;
}
.simple-block .carousel-inner > .item {
  margin: 0;
}
.two-blocks {
  text-align: center;
}
.two-blocks-in {
  margin-bottom: 30px;
}
.two-blocks-in i {
  color: #fff;
  padding: 11px;
  font-size: 30px;
  min-width: 50px;
  text-align: center;
  background: #585f69;
  margin-bottom: 10px;
  display: inline-block;
}
.three-blocks {
  text-align: center;
}
.three-blocks-in {
  margin-bottom: 30px;
}
.three-blocks-in i {
  color: #777;
  padding: 9px 6px;
  font-size: 20px;
  min-width: 40px;
  margin-bottom: 10px;
  border: 1px solid #777;
}
.three-blocks-in h3 {
  font-size: 20px;
  margin-bottom: 7px;
}
.banner-info {
  margin-bottom: 10px;
}
.banner-info i {
  float: left;
  color: #fff;
  padding: 11px;
  min-width: 40px;
  font-size: 22px;
  text-align: center;
  margin: 7px 20px 0 0;
}
.banner-info i.fa {
  min-width: 46px;
}
.banner-info.light i {
  border: 1px solid #fff;
}
.banner-info.dark i {
  background: #585f69;
}
.banner-info h3 {
  font-size: 21px;
  margin-bottom: 5px;
}
.banner-info.light h3 {
  color: #fff;
}
.banner-info.light p {
  color: #eee;
}
.breadcrumbs-v2 {
  text-align: center;
  position: relative;
  background: url('/img/bg/11.jpg') no-repeat center;
}
.breadcrumbs-v2-in {
  padding: 60px 0;
  position: relative;
}
.breadcrumbs-v2 h1 {
  color: #fff;
  text-transform: uppercase;
}
.breadcrumb-v2 li a, .breadcrumb-v2 li.active {
  color: #fff;
}
.breadcrumb-v2 li i {
  color: #fff;
  min-width: 19px;
  padding: 3px 7px;
  margin-right: 5px;
  text-align: center;
  border: 1px solid #fff;
}
.breadcrumbs-v3 {
  padding: 10px 0;
  background: #585f69;
  border-bottom: 1px solid #eee;
}
.breadcrumbs-v3 h1 {
  color: #fff;
  margin: 3px 0;
  font-size: 22px;
  font-weight: 200;
}
.breadcrumbs-v3 .breadcrumb {
  padding: 0;
  margin-top: 2px;
  margin-bottom: 0;
}
.breadcrumbs-v3 .breadcrumb li a {
  color: #fff;
}
.title-box-v2 {
  text-align: center;
  margin-bottom: 40px;
}
.title-box-v2 h2 {
  font-size: 25px;
  text-transform: uppercase;
}
.title-box-v2 p {
  font-size: 13px;
}
.no-space {
  padding: 0;
}
.list-style-v1 li {
  margin-bottom: 7px;
}
.list-style-v1 i {
  margin-right: 5px;
}
.friend-request {
  display: inline-block;
  padding: 5px 10px;
}
.friend-request a:hover {
  text-decoration: none;
}
.friend-request .name {
  display: inline-block;
  width: 150px;
  margin: 0;
  padding-left: 5px;
}
.friend-request .buttons {
  display: inline;
}
.friend {
  width: 120px;
  height: 120px;
  display: inline-block;
  margin: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 2px #dadada;
  font-size: 13px;
}
.friend .friend__remove-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  color: white;
  z-index: 1;
  display: block;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.40);
  text-align: center;
  line-height: 28px;
  transition: all 0.2s;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.friend .friend__remove-btn:hover {
  background: rgba(255, 255, 255, 0.80);
  border: 1px solid rgba(255, 255, 255, 0.70);
  color: black;
}
.friendlist .friend {
  width: 75px;
  height: 75px;
  font-size: 12px;
}
.friend .avatar {
  position: absolute;
  font-size: 12px;
  width: 100%;
  height: 100%;
}
.friend .name {
  position: absolute;
  color: white;
  background: rgba(0, 0, 0, 0.38);
  margin: 0;
  padding: 2px 5px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.profilelist .friend-btn a {
  overflow: hidden;
  min-width: 45px;
  margin-top: 15px;
  float: right;
}
.profilelist .friend-btn a span {
  display: inline-block;
  width: 0;
  transition: all 0.4s;
  opacity: 0;
}
.profilelist .friend-btn a:hover span {
  width: 135px;
  opacity: 1;
}
.userlist-small .user {
  width: 75px;
  height: 75px;
  display: inline-block;
  margin: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 2px #dadada;
  font-size: 12px;
}
.userlist-small .avatar {
  position: absolute;
  width: 100%;
}
.userlist-small .name {
  position: absolute;
  color: white;
  background: rgba(0, 0, 0, 0.38);
  margin: 0;
  padding: 2px 5px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.sponsors .row {
  margin-bottom: 20px;
}
.sponsor {
  text-align: center;
}
.sponsor .img-container {
  width: 100%;
  height: 120px;
  border: 1px solid #ddd;
  padding: 10px;
}
.btn {
  height: 34px;
}
.btn--primary {
  background: #4f91cd;
  color: white !important;
}
.btn--orange {
  background: #d95000;
  color: white !important;
}
.btn--default {
  background: rgba(0,0,0,0.1);
  color: #555;
}
.btn--link {
  color: #555;
}
.btn--dark {
  background: #555;
  color: white !important;
  text-transform: uppercase;
  box-shadow: none !important;
}
.header {
  border: 0;
}
.header .navbar-nav {
  top: 0;
  margin-bottom: 0;
}
.header-form {
  margin: 0 -5px;
  padding: 5px 0;
  float: right;
}
.header-form--mobile {
  display: none;
  padding: 5px 10px;
  text-align: right;
}
.header-form--mobile .header-form-actions,	.header-form--mobile .header-language,	.header-form--mobile .header-form-user {
  float: right;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .header-form {
    display: none;
  }
  .header-form--mobile {
    display: block;
  }
}
.header-form > form {
  float: left;
}
.header-form-input,	.header-form-note,	.header-form-icons,	.header-form-actions {
  padding: 0 5px;
  float: left;
}
.header-form-note {
  font-size: 12px;
  color: #aaa;
  padding-top: 9px;
}
.header-form-input input {
  padding: 6px 12px;
  border: transparent;
  height: 34px;
}
.header-form-icon {
  font-size: 21px;
  display: inline-block;
  padding: 1px 2px 0px;
  color: #868686 !important;
}
.header-form-user {
  float: left;
  margin-right: 10px;
}
.header-form-user-name {
  float: left;
  padding-right: 10px;
  font-weight: bold;
  padding-top: 7px;
}
.header-form-user-avatar {
  float: left;
}
.header-form-user-avatar img {
  border-radius: 50% !important;
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.header-form-links {
  float: left;
}
.header-language {
  float: left;
  margin-left: 10px;
}
.header-language .dropdown-menu {
  left: auto;
  right: 0;
  border: 0;
}
@media (max-width: 767px) {
  .primaryNavigation {
    min-height: 56px;
  }
  #eventdetail_navanchor {
    height: 0 !important;
  }
}
.primaryNavigation-language {
  margin-left: 30px !important;
}
.primaryNavigation-language > a {
  color: #aaa !important;
  text-transform: uppercase;
}
.primaryNavigation .nav > li {
  margin-left: 10px;
}
.primaryNavigation .nav > li > a {
  border-bottom: 5px solid transparent;
  color: #333;
  padding-bottom: 30px;
  padding-top: 26px;
  font-weight: normal;
  font-size: 15px;
}
.primaryNavigation .nav > li > a:hover, .primaryNavigation .nav > li > a:focus, .primaryNavigation .nav > li.active > a {
  border-bottom-color: #4f91cd;
  background: none;
  color: #4f91cd;
}
.header .navbar-nav > li.dropdown:hover > .dropdown-menu {
  top: 83px;
  left: auto;
  right: 0px;
}
.header .dropdown-menu {
  border-top: 0 !important;
}
.dropdown > a:after {
  display: none;
}
.breadcrumbs {
  border: 0;
}
.jumbotron {
  background: url("/img/hopa-jumbotron1.jpg") center center no-repeat;
  background-size: cover;
  min-height: 280px;
}
.features {
  margin-top: -150px;
}
@media (min-width: 767px) {
  .features {
    margin-top: -100px;
    display: flex;
    margin-top: -100px;
  }
}
.feature {
  padding: 0 15px;
}
@media (min-width: 767px) {
  .feature {
    width: 50%;
  }
}
.feature-box {
  background: white;
  padding: 20px 30px;
}
.feature-title {
  font-size: 20px;
  font-weight: bold;
  color: #4f91cd;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 1.1;
}
.feature-link {
  font-weight: bold;
}
.sidebar-header {
  margin-top: -9px;
}
.sidebar-event {
  position: relative;
  padding-left: 60px;
  min-height: 58px;
  margin-bottom: 10px;
}
.sidebar-event-date {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 4px;
  color: white;
  background: #d95000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  min-width: 48px;
}
.sidebar-event-date span {
  font-size: 32px;
  display: block;
}
.sidebar-event-link {
  font-weight: bold;
}
.sidebar-event-link a {
  color: #555;
}
.sidebar-event-link a:hover,	.sidebar-event-link a:focus {
  text-decoration: none;
}
.footer-socialLinks {
  font-size: 21px;
  margin-top: 10px;
  margin-bottom: 8px;
}
.footer-socialLinks a {
  color: #f0f6fc;
  font-size: 32px;
}
.footer-socialLinks a:hover {
  color: #fff;
}
.sponsor img {
  margin: 0 auto;
}
.sky-form {
  margin: 0;
  outline: none;
  box-shadow: 0 0 20px rgba(0,0,0,.3);
  font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
  color: #666;
}
.sky-form header {
  display: block;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(0,0,0,.1);
  background: rgba(248,248,248,.9);
  font-size: 25px;
  font-weight: 300;
  color: #232323;
}
.sky-form fieldset {
  display: block;
  padding: 25px 30px 5px;
  border: none;
  background: rgba(255,255,255,.9);
}
.sky-form fieldset + fieldset {
  border-top: 1px solid rgba(0,0,0,.1);
}
.sky-form section {
  margin-bottom: 20px;
}
.sky-form footer {
  display: block;
  padding: 15px 30px 25px;
  border-top: 1px solid rgba(0,0,0,.1);
  background: rgba(248,248,248,.9);
}
.sky-form footer:after {
  content: '';
  display: table;
  clear: both;
}
.sky-form a {
  color: #2da5da;
}
.sky-form .label {
  display: block;
  margin-bottom: 6px;
  line-height: 19px;
  font-weight: 400;
}
.sky-form .label.col {
  margin: 0;
  padding-top: 10px;
}
.sky-form .note {
  margin-top: 6px;
  padding: 0 1px;
  font-size: 11px;
  line-height: 15px;
  color: #999;
}
.sky-form .input, .sky-form .select, .sky-form .textarea, .sky-form .radio, .sky-form .checkbox, .sky-form .toggle, .sky-form .button {
  position: relative;
  display: block;
}
.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 39px;
  padding: 8px 10px;
  outline: none;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  background: #fff;
  font: 15px/19px 'Open Sans', Helvetica, Arial, sans-serif;
  color: #404040;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.sky-form .progress {
  float: right;
  margin-top: 10px;
  line-height: 39px;
  color: #232323;
}
.sky-form .input-captcha img {
  position: absolute;
  top: 2px;
  right: 2px;
  border-left: 1px solid #e5e5e5;
}
.sky-form .input-file .button {
  position: absolute;
  top: 4px;
  right: 4px;
  float: none;
  height: 31px;
  margin: 0;
  padding: 0 20px;
  font-size: 13px;
  line-height: 31px;
}
.sky-form .input-file .button:hover {
  box-shadow: none;
}
.sky-form .input-file .button input {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  font-size: 30px;
  cursor: pointer;
  opacity: 0;
}
.sky-form .select i {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 5px;
  height: 11px;
  background: #fff;
  box-shadow: 0 0 0 12px #fff;
}
.sky-form .select i:after, .sky-form .select i:before {
  content: '';
  position: absolute;
  right: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.sky-form .select i:after {
  bottom: 0;
  border-top: 4px solid #404040;
}
.sky-form .select i:before {
  top: 0;
  border-bottom: 4px solid #404040;
}
.sky-form .select-multiple select {
  height: auto;
}
.sky-form .textarea textarea {
  height: auto;
  resize: none;
}
.sky-form .textarea-resizable textarea {
  resize: vertical;
}
.sky-form .textarea-expandable textarea {
  height: 39px;
}
.sky-form .textarea-expandable textarea:focus {
  height: auto;
}
.sky-form .radio, .sky-form .checkbox {
  margin-bottom: 4px;
  padding-left: 27px;
  font-size: 15px;
  line-height: 27px;
  color: #404040;
  cursor: pointer;
}
.sky-form .radio:last-child, .sky-form .checkbox:last-child {
  margin-bottom: 0;
}
.sky-form .radio input, .sky-form .checkbox input {
  position: absolute;
  left: -9999px;
}
.sky-form .radio i, .sky-form .checkbox i {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 13px;
  height: 13px;
  outline: none;
  border-width: 2px;
  border-style: solid;
  background: #fff;
}
.sky-form .radio i {
  border-radius: 50%;
}
.sky-form .radio input + i:after, .sky-form .checkbox input + i:after {
  position: absolute;
  opacity: 0;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
}
.sky-form .radio input + i:after {
  content: '';
  top: 4px;
  left: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.sky-form .checkbox input + i:after {
  content: '\f00c';
  top: -1px;
  left: -1px;
  width: 15px;
  height: 15px;
  font: normal 12px/16px FontAwesome;
  text-align: center;
}
.sky-form .radio input:checked + i:after, .sky-form .checkbox input:checked + i:after {
  opacity: 1;
}
.sky-form .inline-group {
  margin: 0 -30px -4px 0;
}
.sky-form .inline-group:after {
  content: '';
  display: table;
  clear: both;
}
.sky-form .inline-group .radio, .sky-form .inline-group .checkbox {
  float: left;
  margin-right: 30px;
}
.sky-form .inline-group .radio:last-child, .sky-form .inline-group .checkbox:last-child {
  margin-bottom: 4px;
}
.sky-form .toggle {
  margin-bottom: 4px;
  padding-right: 61px;
  font-size: 15px;
  line-height: 27px;
  color: #404040;
  cursor: pointer;
}
.sky-form .toggle:last-child {
  margin-bottom: 0;
}
.sky-form .toggle input {
  position: absolute;
  left: -9999px;
}
.sky-form .toggle i {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  display: block;
  width: 49px;
  height: 17px;
  border-width: 2px;
  border-style: solid;
  border-radius: 12px;
  background: #fff;
}
.sky-form .toggle i:after {
  content: 'OFF';
  position: absolute;
  top: 2px;
  right: 8px;
  left: 8px;
  font-style: normal;
  font-size: 9px;
  line-height: 13px;
  font-weight: 700;
  text-align: left;
  color: #5f5f5f;
}
.sky-form .toggle i:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 4px;
  right: 4px;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  opacity: 1;
  -ms-transition: right 0.2s;
  -moz-transition: right 0.2s;
  -webkit-transition: right 0.2s;
}
.sky-form .toggle input:checked + i:after {
  content: 'ON';
  text-align: right;
}
.sky-form .toggle input:checked + i:before {
  right: 36px;
}
.sky-form .rating {
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 27px;
  color: #404040;
}
.sky-form .rating:last-child {
  margin-bottom: 0;
}
.sky-form .rating input {
  position: absolute;
  left: -9999px;
}
.sky-form .rating label {
  display: block;
  float: right;
  height: 17px;
  margin-top: 5px;
  padding: 0 2px;
  font-size: 17px;
  line-height: 17px;
  cursor: pointer;
}
.sky-form .button {
  float: right;
  height: 39px;
  overflow: hidden;
  margin: 10px 0 0 20px;
  padding: 0 25px;
  outline: none;
  border: 0;
  font: 300 15px/39px 'Open Sans', Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.sky-form .button-uploading {
  position: relative;
  color: transparent;
  cursor: default;
}
.sky-form .button-uploading:after {
  content: 'Uploading...';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  -o-animation: blink 1s linear infinite;
  -ms-animation: blink 1s linear infinite;
  -moz-animation: blink 1s linear infinite;
  -webkit-animation: blink 1s linear infinite;
}
.sky-form .icon-append, .sky-form .icon-prepend {
  position: absolute;
  top: 5px;
  width: 29px;
  height: 29px;
  font-size: 15px;
  line-height: 29px;
  text-align: center;
}
.sky-form .icon-append {
  right: 5px;
  padding-left: 3px;
  border-left-width: 1px;
  border-left-style: solid;
}
.sky-form .icon-prepend {
  left: 5px;
  padding-right: 3px;
  border-right-width: 1px;
  border-right-style: solid;
}
.sky-form .input .icon-prepend + input, .sky-form .textarea .icon-prepend + textarea {
  padding-left: 46px;
}
.sky-form .input .icon-append + input, .sky-form .textarea .icon-append + textarea {
  padding-right: 46px;
}
.sky-form .input .icon-prepend + .icon-append + input, .sky-form .textarea .icon-prepend + .icon-append + textarea {
  padding-left: 46px;
}
.sky-form .row {
  margin: 0 -15px;
}
.sky-form .row:after {
  content: '';
  display: table;
  clear: both;
}
.sky-form .col {
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.sky-form .col-1 {
  width: 8.33%;
}
.sky-form .col-2 {
  width: 16.66%;
}
.sky-form .col-3 {
  width: 25%;
}
.sky-form .col-4 {
  width: 33.33%;
}
.sky-form .col-5 {
  width: 41.66%;
}
.sky-form .col-6 {
  width: 50%;
}
.sky-form .col-7 {
  width: 58.33%;
}
.sky-form .col-8 {
  width: 66.67%;
}
.sky-form .col-9 {
  width: 75%;
}
.sky-form .col-10 {
  width: 83.33%;
}
.sky-form .col-11 {
  width: 91.66%;
}
@media screen and (max-width: 600px) {
  .sky-form .col {
    float: none;
    width: 100%;
  }
}
.sky-form .tooltip {
  position: absolute;
  z-index: 1;
  left: -9999px;
  padding: 2px 8px 3px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  background: rgba(0,0,0,0.9);
  color: #fff;
  opacity: 0;
  -ms-transition: margin 0.3s, opacity 0.3s;
  -moz-transition: margin 0.3s, opacity 0.3s;
  -webkit-transition: margin 0.3s, opacity 0.3s;
}
.sky-form .tooltip:after {
  content: '';
  position: absolute;
}
.sky-form .input input:focus + .tooltip, .sky-form .textarea textarea:focus + .tooltip {
  opacity: 1;
}
.sky-form .tooltip-top-right {
  bottom: 100%;
  margin-bottom: 15px;
}
.sky-form .tooltip-top-right:after {
  top: 100%;
  right: 16px;
  border-top: 4px solid rgba(0,0,0,0.9);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.sky-form .input input:focus + .tooltip-top-right, .sky-form .textarea textarea:focus + .tooltip-top-right {
  right: 0;
  left: auto;
  margin-bottom: 5px;
}
.sky-form .tooltip-top-left {
  bottom: 100%;
  margin-bottom: 15px;
}
.sky-form .tooltip-top-left:after {
  top: 100%;
  left: 16px;
  border-top: 4px solid rgba(0,0,0,0.9);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.sky-form .input input:focus + .tooltip-top-left, .sky-form .textarea textarea:focus + .tooltip-top-left {
  right: auto;
  left: 0;
  margin-bottom: 5px;
}
.sky-form .tooltip-right {
  top: 9px;
  white-space: nowrap;
  margin-left: 15px;
}
.sky-form .tooltip-right:after {
  top: 6px;
  right: 100%;
  border-top: 4px solid transparent;
  border-right: 4px solid rgba(0,0,0,0.9);
  border-bottom: 4px solid transparent;
}
.sky-form .input input:focus + .tooltip-right, .sky-form .textarea textarea:focus + .tooltip-right {
  left: 100%;
  margin-left: 5px;
}
.sky-form .tooltip-left {
  top: 9px;
  white-space: nowrap;
  margin-right: 15px;
}
.sky-form .tooltip-left:after {
  top: 6px;
  left: 100%;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid rgba(0,0,0,0.9);
}
.sky-form .input input:focus + .tooltip-left, .sky-form .textarea textarea:focus + .tooltip-left {
  right: 100%;
  left: auto;
  margin-right: 5px;
}
.sky-form .tooltip-bottom-right {
  top: 100%;
  margin-top: 15px;
}
.sky-form .tooltip-bottom-right:after {
  bottom: 100%;
  right: 16px;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(0,0,0,0.9);
  border-left: 4px solid transparent;
}
.sky-form .input input:focus + .tooltip-bottom-right, .sky-form .textarea textarea:focus + .tooltip-bottom-right {
  right: 0;
  left: auto;
  margin-top: 5px;
}
.sky-form .tooltip-bottom-left {
  top: 100%;
  margin-top: 15px;
}
.sky-form .tooltip-bottom-left:after {
  bottom: 100%;
  left: 16px;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(0,0,0,0.9);
  border-left: 4px solid transparent;
}
.sky-form .input input:focus + .tooltip-bottom-left, .sky-form .textarea textarea:focus + .tooltip-bottom-left {
  right: auto;
  left: 0;
  margin-top: 5px;
}
.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea, .sky-form .radio i, .sky-form .checkbox i, .sky-form .toggle i, .sky-form .icon-append, .sky-form .icon-prepend {
  border-color: #e5e5e5;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}
.sky-form .toggle i:before {
  background-color: #2da5da;
}
.sky-form .rating label {
  color: #ccc;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
}
.sky-form .button {
  background-color: #2da5da;
  opacity: 0.8;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
.sky-form .button.button-secondary {
  background-color: #b3b3b3;
}
.sky-form .icon-append, .sky-form .icon-prepend {
  color: #ccc;
}
.sky-form .input:hover input, .sky-form .select:hover select, .sky-form .textarea:hover textarea, .sky-form .radio:hover i, .sky-form .checkbox:hover i, .sky-form .toggle:hover i, .sky-form .ui-slider-handle:hover {
  border-color: #8dc9e5;
}
.sky-form .rating input + label:hover, .sky-form .rating input + label:hover ~ label {
  color: #2da5da;
}
.sky-form .button:hover {
  opacity: 1;
}
.sky-form .input input:focus, .sky-form .select select:focus, .sky-form .textarea textarea:focus, .sky-form .radio input:focus + i, .sky-form .checkbox input:focus + i, .sky-form .toggle input:focus + i {
  border-color: #2da5da;
}
.sky-form .radio input + i:after {
  background-color: #2da5da;
}
.sky-form .checkbox input + i:after {
  color: #2da5da;
}
.sky-form .radio input:checked + i, .sky-form .checkbox input:checked + i, .sky-form .toggle input:checked + i {
  border-color: #2da5da;
}
.sky-form .rating input:checked ~ label {
  color: #2da5da;
}
.sky-form .state-error input, .sky-form .state-error select, .sky-form .state-error textarea, .sky-form .radio.state-error i, .sky-form .checkbox.state-error i, .sky-form .toggle.state-error i {
  background: #fff0f0;
}
.sky-form .state-error select + i {
  background: #fff0f0;
  box-shadow: 0 0 0 12px #fff0f0;
}
.sky-form .toggle.state-error input:checked + i {
  background: #fff0f0;
}
.sky-form .state-error + em {
  display: block;
  margin-top: 6px;
  padding: 0 1px;
  font-style: normal;
  font-size: 11px;
  line-height: 15px;
  color: #ee9393;
}
.sky-form .rating.state-error + em {
  margin-top: -4px;
  margin-bottom: 4px;
}
.sky-form .state-success input, .sky-form .state-success select, .sky-form .state-success textarea, .sky-form .radio.state-success i, .sky-form .checkbox.state-success i, .sky-form .toggle.state-success i {
  background: #f0fff0;
}
.sky-form .state-success select + i {
  background: #f0fff0;
  box-shadow: 0 0 0 12px #f0fff0;
}
.sky-form .toggle.state-success input:checked + i {
  background: #f0fff0;
}
.sky-form .state-success + em {
  display: block;
  margin-top: 6px;
  padding: 0 1px;
  font-style: normal;
  font-size: 11px;
  line-height: 15px;
  color: #ee9393;
}
.sky-form .note-success {
  color: #6fb679;
}
.sky-form .input.state-disabled input, .sky-form .select.state-disabled, .sky-form .textarea.state-disabled, .sky-form .radio.state-disabled, .sky-form .checkbox.state-disabled, .sky-form .toggle.state-disabled, .sky-form .button.state-disabled {
  cursor: default;
  opacity: 0.5;
}
.sky-form .input.state-disabled:hover input, .sky-form .select.state-disabled:hover select, .sky-form .textarea.state-disabled:hover textarea, .sky-form .radio.state-disabled:hover i, .sky-form .checkbox.state-disabled:hover i, .sky-form .toggle.state-disabled:hover i {
  border-color: #e5e5e5;
}
.sky-form .message {
  display: none;
  color: #6fb679;
}
.sky-form .message i {
  display: block;
  margin: 0 auto 20px;
  width: 81px;
  height: 81px;
  border: 1px solid #6fb679;
  border-radius: 50%;
  font-size: 30px;
  line-height: 81px;
}
.sky-form.submited fieldset, .sky-form.submited footer {
  display: none;
}
.sky-form.submited .message {
  display: block;
  padding: 25px 30px;
  background: rgba(255,255,255,.9);
  font: 300 18px/27px 'Open Sans', Helvetica, Arial, sans-serif;
  text-align: center;
}
.sky-form .ui-slider {
  position: relative;
  height: 3px;
  border: 2px solid #e5e5e5;
  background: #fff;
  margin: 12px 6px 26px;
}
.sky-form .ui-slider-handle {
  position: absolute;
  width: 15px;
  height: 15px;
  margin: -8px 0 0 -8px;
  border: 2px solid #e5e5e5;
  outline: none;
  background: #fff;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}
.sky-form-modal {
  position: fixed;
  z-index: 1;
  display: none;
  width: 400px;
}
.sky-form-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}
.sky-form .label {
  border-radius: 0;
  font-size: 100%;
  text-align: left;
  white-space: normal;
  color: inherit;
}
.sky-form .radio, .sky-form .checkbox {
  font-weight: 400;
}
.sky-form .radio + .radio, .sky-form .checkbox + .checkbox {
  margin-top: 0;
}
.sky-form {
  box-shadow: none;
}
.sky-form header {
  color: inherit;
  font-size: 20px;
  background: #fff;
  font-weight: 400;
  padding: 8px 30px;
}
.sky-form fieldset {
  background: #fff;
  padding: 0;
}
.sky-form footer {
  background: #fff;
  padding: 15px 30px;
  border: 0;
}
.sky-form a {
  color: inherit;
}
.sky-form a.btn-u {
  color: #fff;
}
.sky-form .input input {
  height: 34px;
  padding: 6px 12px;
}
.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea {
  border-width: 1px;
  font-size: 14px;
  color: #404040;
}
.sky-form .select select {
  height: 34px;
  padding: 6px 10px;
}
.sky-form .select-multiple select {
  height: auto;
}
.sky-form .input-file .button {
  height: 32px;
  top: 1px;
  right: 1px;
}
.sky-form .input-captcha img {
  position: absolute;
  top: 1px;
  right: 1px;
  border-left: 1px solid #e5e5e5;
}
.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea, .sky-form .radio i, .sky-form .checkbox i, .sky-form .toggle i, .sky-form .icon-append, .sky-form .icon-prepend {
  border-color: #bbb;
}
.sky-form .toggle i:before {
  background-color: #999;
}
.sky-form .button {
  background: #72c02c;
}
.sky-form .toggle {
  font-weight: normal;
}
.sky-form .toggle i {
  width: 54px;
  height: 21px;
  border-width: 1px;
}
.sky-form .toggle i:after {
  top: 3px;
}
.sky-form .toggle i:before {
  top: 5px;
  right: 6px;
}
.radio, .checkbox {
  margin-top: 0;
}
.sky-form .radio i, .sky-form .checkbox i {
  width: 17px;
  height: 17px;
  border-width: 1px;
}
.sky-form .checkbox input + i:after {
  top: 2px;
  left: 0;
  font: normal 10px FontAwesome;
}
.sky-form .radio input + i:after {
  top: 5px;
  left: 5px;
  background-color: #999;
}
.sky-form .checkbox input + i:after {
  color: #999;
}
.sky-form .radio input:checked + i, .sky-form .checkbox input:checked + i, .sky-form .toggle input:checked + i {
  border-color: #999;
}
.sky-form .rating input:checked ~ label {
  color: #72c02c;
}
.sky-form .select i {
  top: 14px;
  width: 9px;
  right: 13px;
  height: 6px;
}
.sky-form .select i:after, .sky-form .select i:before {
  top: 4px;
}
.sky-form .select i:before {
  top: -2px;
  border-bottom: 4px solid #404040;
}
.label-rounded .ui-slider-handle {
  border-radius: 50% !important;
}
.sky-form .icon-append, .sky-form .icon-prepend {
  top: 1px;
  height: 32px;
  font-size: 14px;
  line-height: 33px;
  background: inherit;
}
.sky-form .icon-append {
  right: 1px;
  padding: 0 3px;
  min-width: 34px;
}
.sky-form .icon-prepend {
  left: 6px;
  padding-right: 5px;
}
.sky-form .input input:focus, .sky-form .select select:focus, .sky-form .textarea textarea:focus {
  border-color: #bbb;
  box-shadow: 0 0 2px #c9c9c9;
}
.sky-form .radio input:focus + i, .sky-form .checkbox input:focus + i, .sky-form .toggle input:focus + i {
  border-color: #999;
  box-shadow: none;
}
.sky-form .input:hover input, .sky-form .select:hover select, .sky-form .textarea:hover textarea {
  border-color: #999;
}
.sky-form .radio:hover i, .sky-form .checkbox:hover i, .sky-form .toggle:hover i, .sky-form .ui-slider-handle:hover {
  border-color: #999;
}
.sky-form .rating input + label:hover, .sky-form .rating input + label:hover ~ label {
  color: #bbb;
}
.sky-form .icon-append, .sky-form .icon-prepend {
  color: #b3b3b3;
}
.sky-form .input.state-disabled:hover input, .sky-form .select.state-disabled:hover select, .sky-form .textarea.state-disabled:hover textarea, .sky-form .radio.state-disabled:hover i, .sky-form .checkbox.state-disabled:hover i, .sky-form .toggle.state-disabled:hover i {
  border-color: #bbb;
}
.sky-form button *, .sky-form button *:after, .sky-form button *:before {
  margin: 0 auto;
  padding: 0 auto;
}
.btn-u.button-uploading:after {
  top: 6px;
}
.btn-u.btn-u-lg.button-uploading:after {
  top: 10px;
}
.btn-u.btn-u-sm.button-uploading:after {
  top: 3px;
}
.btn-u.btn-u-xs.button-uploading:after {
  top: 2px;
}
.label {
  padding: 0.2em 0 0.3em;
}
/*! purgecss start ignore */
/*! purgecss end ignore */
[class^="famfamfam-flag"] {
  display: inline-block;
  width: 16px;
  height: 11px;
  line-height: 11px;
  background-image: url("/img/famfamfam-flags.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.famfamfam-flag-zw {
  background-position: 0px 0px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-zm {
  background-position: -16px 0px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-za {
  background-position: 0px -11px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-yt {
  background-position: -16px -11px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ye {
  background-position: -32px 0px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ws {
  background-position: -32px -11px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-wf {
  background-position: 0px -22px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-wales {
  background-position: -16px -22px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-vu {
  background-position: -32px -22px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-vn {
  background-position: 0px -33px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-vi {
  background-position: -16px -33px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-vg {
  background-position: -32px -33px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ve {
  background-position: -48px 0px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-vc {
  background-position: -48px -11px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-va {
  background-position: -48px -22px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-uz {
  background-position: -48px -33px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-uy {
  background-position: 0px -44px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-us {
  background-position: -16px -44px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-um {
  background-position: -16px -44px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ug {
  background-position: -32px -44px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ua {
  background-position: -48px -44px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-tz {
  background-position: -64px 0px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-tw {
  background-position: -64px -11px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-tv {
  background-position: -64px -22px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-tt {
  background-position: -64px -33px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-tr {
  background-position: -64px -44px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-to {
  background-position: 0px -55px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-tn {
  background-position: -16px -55px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-tm {
  background-position: -32px -55px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-tl {
  background-position: -48px -55px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-tk {
  background-position: -64px -55px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-tj {
  background-position: 0px -66px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-th {
  background-position: -16px -66px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-tg {
  background-position: -32px -66px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-tf {
  background-position: -48px -66px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-td {
  background-position: -64px -66px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-tc {
  background-position: -80px 0px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-sz {
  background-position: -80px -11px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-sy {
  background-position: -80px -22px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-sx {
  background-position: -80px -33px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-sv {
  background-position: -80px -44px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-st {
  background-position: -80px -55px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ss {
  background-position: -80px -66px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-sr {
  background-position: 0px -77px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-so {
  background-position: -16px -77px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-sn {
  background-position: -32px -77px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-sm {
  background-position: -48px -77px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-sl {
  background-position: -64px -77px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-sk {
  background-position: -80px -77px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-si {
  background-position: -96px 0px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-sh {
  background-position: -96px -11px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-sg {
  background-position: -96px -22px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-se {
  background-position: -96px -33px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-sd {
  background-position: -96px -44px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-scotland {
  background-position: -96px -55px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-sc {
  background-position: -96px -66px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-sb {
  background-position: -96px -77px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-sa {
  background-position: 0px -88px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-rw {
  background-position: -16px -88px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ru {
  background-position: -32px -88px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-rs {
  background-position: -48px -88px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ro {
  background-position: -64px -88px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-qa {
  background-position: -80px -88px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-py {
  background-position: -96px -88px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-pw {
  background-position: 0px -99px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-pt {
  background-position: -16px -99px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ps {
  background-position: -32px -99px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-pr {
  background-position: -48px -99px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-pn {
  background-position: -64px -99px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-pm {
  background-position: -80px -99px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-pl {
  background-position: -96px -99px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-pk {
  background-position: -112px 0px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ph {
  background-position: -112px -11px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-pg {
  background-position: -112px -22px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-pf {
  background-position: -112px -33px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-pe {
  background-position: -112px -44px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-pa {
  background-position: -112px -55px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-om {
  background-position: -112px -66px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-nz {
  background-position: -112px -77px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-nu {
  background-position: -112px -88px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-nr {
  background-position: -112px -99px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-no {
  background-position: 0px -110px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-bv {
  background-position: 0px -110px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-sj {
  background-position: 0px -110px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-nl {
  background-position: -16px -110px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ni {
  background-position: -32px -110px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ng {
  background-position: -48px -110px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-nf {
  background-position: -64px -110px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ne {
  background-position: -80px -110px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-nc {
  background-position: -96px -110px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-na {
  background-position: -112px -110px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-mz {
  background-position: -128px 0px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-my {
  background-position: -128px -11px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-mx {
  background-position: -128px -22px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-mw {
  background-position: -128px -33px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-mv {
  background-position: -128px -44px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-mu {
  background-position: -128px -55px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-mt {
  background-position: -128px -66px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ms {
  background-position: -128px -77px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-mr {
  background-position: -128px -88px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-mq {
  background-position: -128px -99px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-mp {
  background-position: -128px -110px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-mo {
  background-position: 0px -121px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-mn {
  background-position: -16px -121px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-mm {
  background-position: -32px -121px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ml {
  background-position: -48px -121px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-mk {
  background-position: -64px -121px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-mh {
  background-position: -80px -121px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-mg {
  background-position: -96px -121px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-me {
  background-position: 0px -132px;
  width: 16px;
  height: 12px;
}
.famfamfam-flag-md {
  background-position: -112px -121px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-mc {
  background-position: -128px -121px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ma {
  background-position: -16px -132px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ly {
  background-position: -32px -132px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-lv {
  background-position: -48px -132px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-lu {
  background-position: -64px -132px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-lt {
  background-position: -80px -132px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ls {
  background-position: -96px -132px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-lr {
  background-position: -112px -132px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-lk {
  background-position: -128px -132px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-li {
  background-position: -144px 0px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-lc {
  background-position: -144px -11px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-lb {
  background-position: -144px -22px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-la {
  background-position: -144px -33px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-kz {
  background-position: -144px -44px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ky {
  background-position: -144px -55px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-kw {
  background-position: -144px -66px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-kr {
  background-position: -144px -77px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-kp {
  background-position: -144px -88px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-kn {
  background-position: -144px -99px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-km {
  background-position: -144px -110px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ki {
  background-position: -144px -121px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-kh {
  background-position: -144px -132px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-kg {
  background-position: 0px -144px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ke {
  background-position: -16px -144px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-jp {
  background-position: -32px -144px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-jo {
  background-position: -48px -144px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-jm {
  background-position: -64px -144px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-je {
  background-position: -80px -144px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-it {
  background-position: -96px -144px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-is {
  background-position: -112px -144px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ir {
  background-position: -128px -144px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-iq {
  background-position: -144px -144px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-io {
  background-position: -160px 0px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-in {
  background-position: -160px -11px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-im {
  background-position: -160px -22px;
  width: 16px;
  height: 9px;
}
.famfamfam-flag-il {
  background-position: -160px -31px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ie {
  background-position: -160px -42px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-id {
  background-position: -160px -53px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-hu {
  background-position: -160px -64px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ht {
  background-position: -160px -75px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-hr {
  background-position: -160px -86px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-hn {
  background-position: -160px -97px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-hk {
  background-position: -160px -108px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-gy {
  background-position: -160px -119px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-gw {
  background-position: -160px -130px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-gu {
  background-position: -160px -141px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-gt {
  background-position: 0px -155px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-gs {
  background-position: -16px -155px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-gr {
  background-position: -32px -155px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-gq {
  background-position: -48px -155px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-gp {
  background-position: -64px -155px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-gn {
  background-position: -80px -155px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-gm {
  background-position: -96px -155px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-gl {
  background-position: -112px -155px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-gi {
  background-position: -128px -155px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-gh {
  background-position: -144px -155px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-gg {
  background-position: -160px -155px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ge {
  background-position: -176px 0px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-gd {
  background-position: -176px -11px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-gb {
  background-position: -176px -22px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ga {
  background-position: -176px -33px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-fr {
  background-position: -176px -44px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-gf {
  background-position: -176px -44px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-re {
  background-position: -176px -44px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-mf {
  background-position: -176px -44px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-bl {
  background-position: -176px -44px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-fo {
  background-position: -176px -55px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-fm {
  background-position: -176px -66px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-fk {
  background-position: -176px -77px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-fj {
  background-position: -176px -88px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-fi {
  background-position: -176px -99px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-fam {
  background-position: -176px -110px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-eu {
  background-position: -176px -121px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-et {
  background-position: -176px -132px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-es {
  background-position: -176px -143px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-er {
  background-position: -176px -154px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-england {
  background-position: 0px -166px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-eh {
  background-position: -16px -166px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-eg {
  background-position: -32px -166px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ee {
  background-position: -48px -166px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ec {
  background-position: -64px -166px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-dz {
  background-position: -80px -166px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-do {
  background-position: -96px -166px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-dm {
  background-position: -112px -166px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-dk {
  background-position: -128px -166px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-dj {
  background-position: -144px -166px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-de {
  background-position: -160px -166px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-cz {
  background-position: -176px -166px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-cy {
  background-position: 0px -177px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-cx {
  background-position: -16px -177px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-cw {
  background-position: -32px -177px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-cv {
  background-position: -48px -177px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-cu {
  background-position: -64px -177px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-cs {
  background-position: -80px -177px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-cr {
  background-position: -96px -177px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-co {
  background-position: -112px -177px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-cn {
  background-position: -128px -177px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-cm {
  background-position: -144px -177px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-cl {
  background-position: -160px -177px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ck {
  background-position: -176px -177px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ci {
  background-position: -192px 0px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-cg {
  background-position: -192px -11px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-cf {
  background-position: -192px -22px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-cd {
  background-position: -192px -33px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-cc {
  background-position: -192px -44px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-catalonia {
  background-position: -192px -55px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ca {
  background-position: -192px -66px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-bz {
  background-position: -192px -77px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-by {
  background-position: -192px -88px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-bw {
  background-position: -192px -99px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-bt {
  background-position: -192px -110px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-bs {
  background-position: -192px -121px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-br {
  background-position: -192px -132px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-bq {
  background-position: -192px -143px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-bo {
  background-position: -192px -154px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-bn {
  background-position: -192px -165px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-bm {
  background-position: -192px -176px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-bj {
  background-position: 0px -188px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-bi {
  background-position: -16px -188px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-bh {
  background-position: -32px -188px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-bg {
  background-position: -48px -188px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-bf {
  background-position: -64px -188px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-be {
  background-position: -80px -188px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-bd {
  background-position: -96px -188px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-bb {
  background-position: -112px -188px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ba {
  background-position: -128px -188px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-az {
  background-position: -144px -188px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ax {
  background-position: -160px -188px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-aw {
  background-position: -176px -188px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-au {
  background-position: -192px -188px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-hm {
  background-position: -192px -188px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-at {
  background-position: -208px 0px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-as {
  background-position: -208px -11px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ar {
  background-position: -208px -22px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ao {
  background-position: -208px -33px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-an {
  background-position: -208px -44px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-am {
  background-position: -208px -55px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-al {
  background-position: -208px -66px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ai {
  background-position: -208px -77px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ag {
  background-position: -208px -88px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-af {
  background-position: -208px -99px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ae {
  background-position: -208px -110px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-ad {
  background-position: -208px -121px;
  width: 16px;
  height: 11px;
}
.famfamfam-flag-np {
  background-position: -208px -132px;
  width: 9px;
  height: 11px;
}
.famfamfam-flag-ch {
  background-position: -208px -143px;
  width: 11px;
  height: 11px;
}
/*! purgecss start ignore */
/*! purgecss end ignore */
[class^="sporticon-"], [class*=" sporticon-"] {
  display: inline-block;
  width: 17px;
  height: 16px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../images/sporticons-v1.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}
[class^="sporticon-"]:last-child, [class*=" sporticon-"]:last-child {
  *margin-left: 0;
}
.sporticon-archery {
  width: 17px;
  height: 17px;
  background-position: -5px -5px;
}
.sporticon-artistic {
  width: 17px;
  height: 17px;
  background-position: -32px -5px;
}
.sporticon-athletics {
  width: 17px;
  height: 17px;
  background-position: -59px -5px;
}
.sporticon-athletics_crosscountry {
  width: 17px;
  height: 17px;
  background-position: -59px -5px;
}
.sporticon-athletics_stairclimbing {
  width: 17px;
  height: 17px;
  background-image: url("../images/athletics_stairclimbing.png");
  background-position: 0px 0px;
}
.sporticon-athletics_track {
  width: 17px;
  height: 17px;
  background-position: -59px -5px;
}
.sporticon-athletics_trail {
  width: 17px;
  height: 17px;
  background-position: -59px -5px;
}
.sporticon-badminton {
  width: 17px;
  height: 17px;
  background-position: -86px -5px;
}
.sporticon-bandy {
  width: 17px;
  height: 17px;
  background-position: -113px -5px;
}
.sporticon-baseball {
  width: 17px;
  height: 17px;
  background-position: -140px -5px;
}
.sporticon-basketball {
  width: 17px;
  height: 17px;
  background-position: -167px -5px;
}
.sporticon-basque_pelota {
  width: 17px;
  height: 17px;
  background-position: -194px -5px;
}
.sporticon-biathlon {
  width: 17px;
  height: 17px;
  background-position: -221px -5px;
}
.sporticon-billiard {
  width: 17px;
  height: 17px;
  background-position: -248px -5px;
}
.sporticon-bmx {
  width: 17px;
  height: 17px;
  background-position: -275px -5px;
}
.sporticon-bobsleigh {
  width: 17px;
  height: 17px;
  background-position: -302px -5px;
}
.sporticon-bocce {
  width: 17px;
  height: 17px;
  background-position: -329px -5px;
}
.sporticon-bowling {
  width: 17px;
  height: 17px;
  background-position: -356px -5px;
}
.sporticon-boxing {
  width: 17px;
  height: 17px;
  background-position: -383px -5px;
}
.sporticon-canoe_slalom {
  width: 17px;
  height: 17px;
  background-position: -410px -5px;
}
.sporticon-canoe_sprint {
  width: 17px;
  height: 17px;
  background-position: -437px -5px;
}
.sporticon-chess {
  width: 17px;
  height: 17px;
  background-position: -464px -5px;
}
.sporticon-climbing {
  width: 17px;
  height: 17px;
  background-position: -491px -5px;
}
.sporticon-cricket {
  width: 17px;
  height: 17px;
  background-position: -518px -5px;
}
.sporticon-croquet {
  width: 17px;
  height: 17px;
  background-position: -545px -5px;
}
.sporticon-crossfit {
  width: 17px;
  height: 17px;
  background-image: url("../images/crossfit.png");
  background-position: 0px 0px;
}
.sporticon-curling {
  width: 17px;
  height: 17px;
  background-position: -572px -5px;
}
.sporticon-cycling_road {
  width: 17px;
  height: 17px;
  background-position: -599px -5px;
}
.sporticon-cycling_track {
  width: 17px;
  height: 17px;
  background-position: -626px -5px;
}
.sporticon-dance {
  width: 17px;
  height: 17px;
  background-position: -653px -5px;
}
.sporticon-diving {
  width: 17px;
  height: 17px;
  background-position: -680px -5px;
}
.sporticon-dragonboat {
  width: 17px;
  height: 17px;
  background-image: url("../images/dragonboat.png");
  background-position: 0px 0px;
}
.sporticon-droneracing {
  width: 17px;
  height: 17px;
  background-image: url("../images/droneracing.png");
  background-position: 0px 0px;
}
.sporticon-duathlon {
  width: 17px;
  height: 17px;
  background-image: url("../images/duathlon.png");
  background-position: 0px 0px;
}
.sporticon-equestrian {
  width: 17px;
  height: 17px;
  background-position: -707px -5px;
}
.sporticon-equestrian_vaulting {
  width: 17px;
  height: 17px;
  background-position: -734px -5px;
}
.sporticon-f1 {
  width: 17px;
  height: 17px;
  background-position: -761px -5px;
}
.sporticon-fencing {
  width: 17px;
  height: 17px;
  background-position: -788px -5px;
}
.sporticon-figure_skating {
  width: 17px;
  height: 17px;
  background-position: -815px -5px;
}
.sporticon-fitness {
  width: 17px;
  height: 17px;
  background-position: -842px -5px;
}
.sporticon-floorball {
  width: 17px;
  height: 17px;
  background-position: -869px -5px;
}
.sporticon-football {
  width: 17px;
  height: 17px;
  background-position: -896px -5px;
}
.sporticon-football_American {
  width: 17px;
  height: 17px;
  background-position: -923px -5px;
}
.sporticon-freestyle_and_greco-roman {
  width: 17px;
  height: 17px;
  background-position: -950px -5px;
}
.sporticon-frisbee {
  width: 17px;
  height: 17px;
  background-position: -977px -5px;
}
.sporticon-golf {
  width: 17px;
  height: 17px;
  background-position: -1004px -5px;
}
.sporticon-handball {
  width: 17px;
  height: 17px;
  background-position: -1031px -5px;
}
.sporticon-hockey_field {
  width: 17px;
  height: 17px;
  background-position: -1058px -5px;
}
.sporticon-hockey_ice {
  width: 17px;
  height: 17px;
  background-position: -1085px -5px;
}
.sporticon-hockey_roller {
  width: 17px;
  height: 17px;
  background-position: -1112px -5px;
}
.sporticon-jeu_de_paume {
  width: 17px;
  height: 17px;
  background-position: -1139px -5px;
}
.sporticon-judo {
  width: 17px;
  height: 17px;
  background-position: -1166px -5px;
}
.sporticon-karate {
  width: 17px;
  height: 17px;
  background-position: -1193px -5px;
}
.sporticon-kayak {
  width: 17px;
  height: 17px;
  background-position: -437px -5px;
}
.sporticon-korfball {
  width: 17px;
  height: 17px;
  background-position: -1220px -5px;
}
.sporticon-lacrosse {
  width: 17px;
  height: 17px;
  background-position: -1247px -5px;
}
.sporticon-lifesaving {
  width: 17px;
  height: 17px;
  background-position: -1274px -5px;
}
.sporticon-luge {
  width: 17px;
  height: 17px;
  background-position: -1301px -5px;
}
.sporticon-modern_pentathlon {
  width: 17px;
  height: 17px;
  background-position: -1328px -5px;
}
.sporticon-motorracing {
  width: 17px;
  height: 13px;
  background-position: -1355px -5px;
}
.sporticon-mountaineering {
  width: 17px;
  height: 17px;
  background-position: -1382px -5px;
}
.sporticon-mtb {
  width: 17px;
  height: 17px;
  background-position: -1409px -5px;
}
.sporticon-netball {
  width: 17px;
  height: 17px;
  background-position: -1436px -5px;
}
.sporticon-nordic_combined {
  width: 17px;
  height: 17px;
  background-position: -1463px -5px;
}
.sporticon-obstaclecourse {
  width: 15px;
  height: 17px;
  background-position: -1490px -5px;
}
.sporticon-offroad_driving {
  width: 17px;
  height: 17px;
  background-image: url("../images/offroad_driving.png");
  background-position: 0px 0px;
}
.sporticon-orienteering {
  width: 17px;
  height: 17px;
  background-position: -1515px -5px;
}
.sporticon-paragliding {
  width: 17px;
  height: 17px;
  background-position: -1542px -5px;
}
.sporticon-pelota_vasca {
  width: 17px;
  height: 17px;
  background-position: -1569px -5px;
}
.sporticon-polo {
  width: 17px;
  height: 17px;
  background-position: -1596px -5px;
}
.sporticon-racquets {
  width: 17px;
  height: 17px;
  background-position: -1623px -5px;
}
.sporticon-rhythmic {
  width: 17px;
  height: 17px;
  background-position: -1650px -5px;
}
.sporticon-roque {
  width: 17px;
  height: 17px;
  background-position: -1677px -5px;
}
.sporticon-rowing {
  width: 17px;
  height: 17px;
  background-position: -1704px -5px;
}
.sporticon-rugby_union {
  width: 17px;
  height: 17px;
  background-position: -1731px -5px;
}
.sporticon-sailing {
  width: 17px;
  height: 17px;
  background-position: -1758px -5px;
}
.sporticon-shooting {
  width: 17px;
  height: 17px;
  background-position: -1785px -5px;
}
.sporticon-skating_figure {
  width: 17px;
  height: 17px;
  background-position: -1812px -5px;
}
.sporticon-skating_shorttrack_speed {
  width: 17px;
  height: 17px;
  background-position: -1839px -5px;
}
.sporticon-skating_speed {
  width: 17px;
  height: 17px;
  background-position: -1866px -5px;
}
.sporticon-skeleton {
  width: 17px;
  height: 17px;
  background-position: -1893px -5px;
}
.sporticon-ski_alpine {
  width: 17px;
  height: 17px;
  background-position: -1920px -5px;
}
.sporticon-ski_crosscountry {
  width: 17px;
  height: 17px;
  background-position: -1947px -5px;
}
.sporticon-ski_freestyle {
  width: 17px;
  height: 17px;
  background-position: -1974px -5px;
}
.sporticon-ski_jump {
  width: 17px;
  height: 17px;
  background-position: -2001px -5px;
}
.sporticon-ski_water {
  width: 17px;
  height: 17px;
  background-position: -2028px -5px;
}
.sporticon-snowboarding {
  width: 17px;
  height: 17px;
  background-position: -2055px -5px;
}
.sporticon-softball {
  width: 17px;
  height: 17px;
  background-position: -2082px -5px;
}
.sporticon-squash {
  width: 17px;
  height: 17px;
  background-position: -2109px -5px;
}
.sporticon-standuppaddle {
  width: 17px;
  height: 17px;
  background-image: url("../images/standuppaddle.png");
  background-position: 0px 0px;
}
.sporticon-sumo {
  width: 17px;
  height: 17px;
  background-position: -2136px -5px;
}
.sporticon-surfing {
  width: 17px;
  height: 17px;
  background-position: -2163px -5px;
}
.sporticon-swimming {
  width: 17px;
  height: 17px;
  background-position: -2190px -5px;
}
.sporticon-swimming_sync {
  width: 17px;
  height: 17px;
  background-position: -2217px -5px;
}
.sporticon-table_tennis {
  width: 17px;
  height: 17px;
  background-position: -2244px -5px;
}
.sporticon-taekwondo {
  width: 17px;
  height: 17px;
  background-position: -2271px -5px;
}
.sporticon-tennis {
  width: 17px;
  height: 17px;
  background-position: -2298px -5px;
}
.sporticon-trampoline {
  width: 17px;
  height: 17px;
  background-position: -2325px -5px;
}
.sporticon-triathlon {
  width: 17px;
  height: 17px;
  background-position: -2352px -5px;
}
.sporticon-tug_of_war {
  width: 17px;
  height: 17px;
  background-position: -2379px -5px;
}
.sporticon-volleyball_beach {
  width: 17px;
  height: 17px;
  background-position: -2406px -5px;
}
.sporticon-volleyball_indoor {
  width: 17px;
  height: 17px;
  background-position: -2433px -5px;
}
.sporticon-volunteer {
  width: 17px;
  height: 17px;
  background-image: url("../images/volunteer.png");
  background-position: 0px 0px;
}
.sporticon-water_motorsports {
  width: 17px;
  height: 17px;
  background-position: -2460px -5px;
}
.sporticon-walking {
  width: 17px;
  height: 17px;
  background-image: url("../images/walking.png");
  background-position: 0px 0px;
}
.sporticon-waterpolo {
  width: 17px;
  height: 17px;
  background-position: -2487px -5px;
}
.sporticon-weightlifting {
  width: 17px;
  height: 17px;
  background-position: -2514px -5px;
}
.sporticon-wushu {
  width: 17px;
  height: 17px;
  background-position: -2541px -5px;
}
.sporticon-yoga {
  width: 17px;
  height: 17px;
  background-image: url("../images/yoga.png");
  background-position: 0px 0px;
}
.magazine-page h3, .magazine-page h3 a {
  color: #555;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 1px;
  text-decoration: none;
}
.magazine-page h3 a:hover {
  color: #72c02c;
}
.magazine-page span.magazine-badge {
  top: 0;
  left: 0;
  color: #fff;
  font-size: 14px;
  padding: 2px 8px;
  position: absolute;
  font-style: inherit;
}
.magazine-page span.magazine-badge-default {
  background: #7f8c8d;
}
.magazine-page span.magazine-badge-red {
  background: #e74c3c;
}
.magazine-page span.magazine-badge-green {
  background: #2ecc71;
}
.magazine-page span.magazine-badge-blue {
  background: #3498db;
}
.magazine-news {
  margin-bottom: 20px;
}
.magazine-news h3 {
  margin: 15px 0 10px;
}
.magazine-news .by-author strong {
  color: #72c02c;
}
.magazine-news .by-author span {
  color: #777;
}
.magazine-news a.read-more {
  color: #72c02c;
}
.magazine-news .by-author {
  margin-bottom: 8px;
}
.magazine-news-img {
  overflow: hidden;
  max-height: 150px;
  position: relative;
}
.magazine-mini-news .post-author {
  font-size: 11px;
}
.magazine-mini-news h3, .magazine-mini-news h3 a {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 6px;
}
.magazine-mini-news .post-author {
  margin-bottom: 8px;
}
.magazine-mini-news .post-author span {
  color: #555;
}
.magazine-mini-news .post-author strong {
  color: #72c02c;
}
.news-read-more {
  margin: 20px 0;
}
.news-read-more a {
  font-size: 14px;
}
.news-read-more a:hover {
  text-decoration: none;
}
.news-read-more i {
  color: #fff;
  padding: 2px 3px;
  font-size: 14px;
  background: #72c02c;
}
.magazine-posts h2, .magazine-posts h3 {
  margin-top: -5px;
}
.magazine-posts span {
  color: #777;
  display: block;
  font-size: 12px;
  margin-bottom: 7px;
}
.magazine-posts span i {
  font-style: normal;
}
.magazine-posts .magazine-posts-img {
  overflow: hidden;
  max-height: 105px;
  position: relative;
}
.magazine-posts .magazine-posts-img:hover img {
  opacity: 0.9;
}
.magazine-sb-categories ul li {
  font-size: 14px;
  margin-bottom: 5px;
}
.magazine-sb-categories ul i {
  color: #72c02c;
  font-size: 14px;
}
.magazine-sb-social .social-icons li {
  margin-bottom: 0;
  margin-right: 1px;
}
a {
  color: #4f91cd;
}
a:focus, a:hover, a:active {
  color: #4f91cd;
}
.color-green {
  color: #4f91cd;
}
a.read-more:hover {
  color: #4f91cd;
}
.linked:hover {
  color: #4f91cd;
}
.header .navbar-default .navbar-nav > .active > a {
  color: #4f91cd;
}
.navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: #4f91cd;
}
.navbar-default .navbar-toggle {
  border-color: #2980b9;
}
.navbar-default .navbar-toggle:hover {
  background: #2980b9;
}
@media (max-width: 767px) {
  .header .navbar-default .navbar-nav > li > a:hover {
    color: #4f91cd;
  }
  .header .navbar-default .navbar-nav > .active > a,	.header .navbar-default .navbar-nav > .active > a:hover,	.header .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background: #4f91cd;
  }
}
@media (min-width: 767px) {
  .header .navbar-default .navbar-nav > li > a:hover,	.header .navbar-default .navbar-nav > .active > a {
    border-bottom: solid 1px #4f91cd;
  }
  .header .navbar-default .navbar-nav > .open > a,	.header .navbar-default .navbar-nav > .open > a:hover,	.header .navbar-default .navbar-nav > .open > a:focus {
    color: #4f91cd;
  }
  .header .dropdown-menu {
    border-top: solid 2px #4f91cd;
  }
}
.header .navbar .nav > li > .search:hover {
  color: #4f91cd;
  border-bottom-color: #4f91cd;
}
@media (max-width: 767px) {
  .header .navbar .nav > li > .search:hover {
    background: #2980b9;
  }
}
.topbar-v1 .top-v1-data li a:hover i {
  color: #4f91cd;
}
.header-v1 .navbar .nav > li > .search:hover {
  background: #4f91cd;
}
@media (min-width: 767px) {
  .header-v1 .navbar-default .navbar-nav > li > a:hover,	.header-v1 .navbar-default .navbar-nav > .active > a {
    color: #fff;
    background: #4f91cd !important;
  }
  .header-v1 .navbar-default .navbar-nav > .open > a,	.header-v1 .navbar-default .navbar-nav > .open > a:hover,	.header-v1 .navbar-default .navbar-nav > .open > a:focus {
    background: #4f91cd;
  }
}
.sequence-inner {
  background: linear-gradient(#fff, #deeffc);
}
#sequence-theme h2 {
  background: rgba(52, 152, 219, 0.8);
}
#sequence-theme .info p {
  background: rgba(52, 152, 219, 0.8);
}
.btn-u {
  background: #4f91cd;
}
.btn-u:hover, .btn-u:focus, .btn-u:active, .btn-u.active, .open .dropdown-toggle.btn-u {
  background: #2980b9;
}
.btn-u-split.dropdown-toggle {
  border-left: solid 1px #2980b9;
}
.btn-u.btn-brd {
  border-color: #4f91cd;
}
.btn-u.btn-brd:hover {
  color: #2980b9;
  border-color: #2980b9;
}
.btn-u.btn-brd.btn-brd-hover:hover {
  background: #2980b9;
}
.service .service-icon {
  color: #4f91cd;
}
.service-alternative .service:hover {
  background: #4f91cd;
}
.thumbnail-style h3 a:hover {
  color: #4f91cd;
}
.thumbnail-style a.btn-more {
  background: #4f91cd;
}
.thumbnail-style a.btn-more:hover {
  box-shadow: 0 0 0 2px #2980b9;
}
.recent-work a:hover span {
  border-bottom: solid 2px #4f91cd;
}
.headline h2, .headline h3, .headline h4 {
  border-bottom: 2px solid #4f91cd;
}
.headline h5 {
  border-bottom: 1px solid #4f91cd;
}
blockquote:hover {
  border-left-color: #4f91cd;
}
.hero {
  border-left-color: #4f91cd;
}
.carousel-arrow a.carousel-control:hover {
  color: #4f91cd;
}
.footer a, .copyright a, .footer a:hover, .copyright a:hover {
  color: #f0f6fc;
}
.footer .dl-horizontal a:hover {
  color: #4f91cd !important;
}
.posts .dl-horizontal a:hover {
  color: #4f91cd;
}
.posts .dl-horizontal:hover dt img, .posts .dl-horizontal:hover dd a {
  color: #4f91cd;
  border-color: #4f91cd !important;
}
.post-comment h3, .blog-item .media h3, .blog-item .media h4.media-heading span a {
  color: #4f91cd;
}
.tab-v1 .nav-tabs {
  border-bottom: solid 2px #4f91cd;
}
.tab-v1 .nav-tabs > .active > a, .tab-v1 .nav-tabs > .active > a:hover, .tab-v1 .nav-tabs > .active > a:focus {
  background: #4f91cd;
}
.tab-v1 .nav-tabs > li > a:hover {
  background: #4f91cd;
}
.tab-v2 .nav-tabs li.active a {
  border-top: solid 2px #4f91cd;
}
.tab-v3 .nav-pills li a:hover, .tab-v3 .nav-pills li.active a {
  background: #4f91cd;
  border: solid 1px #2980b9;
}
.acc-home a.active, .acc-home a.accordion-toggle:hover {
  color: #4f91cd;
}
.acc-home .collapse.in {
  border-bottom: solid 1px #4f91cd;
}
.testimonials .testimonial-info {
  color: #4f91cd;
}
.testimonials .carousel-arrow i:hover {
  background: #4f91cd;
}
.info-blocks:hover i.icon-info-blocks {
  color: #4f91cd;
}
.breadcrumb li.active, .breadcrumb li a:hover {
  color: #4f91cd;
}
.team .thumbnail-style:hover h3 a {
  color: #4f91cd !important;
}
.team ul.team-socail li i:hover {
  background: #4f91cd;
}
.who li i, .who li:hover i, .who li:hover a {
  color: #4f91cd;
}
.privacy a:hover {
  color: #4f91cd;
}
.view a.info:hover {
  background: #4f91cd;
}
.sorting-block .sorting-nav li.active {
  color: #4f91cd;
  border-bottom: solid 1px #4f91cd;
}
.sorting-block .sorting-grid li a:hover span.sorting-cover {
  background: #4f91cd;
}
.blog h3 {
  color: #4f91cd;
}
.blog li a:hover {
  color: #4f91cd;
}
ul.blog-tags a:hover {
  background: #4f91cd;
}
.blog-post-tags ul.blog-tags a:hover {
  background: none repeat scroll 0 0 #4f91cd;
}
.blog-photos li img:hover {
  box-shadow: 0 0 0 2px #4f91cd;
}
.blog-twitter .blog-twitter-inner:hover {
  border-color: #4f91cd;
  border-top-color: #4f91cd;
}
.blog-twitter .blog-twitter-inner:hover:after {
  border-top-color: #4f91cd;
}
.blog-twitter .blog-twitter-inner a {
  color: #4f91cd;
}
.blog-item h4.media-heading span a {
  color: #4f91cd;
}
.coming-soon-border {
  border-top: solid 3px #4f91cd;
}
.booking-blocks p a {
  color: #4f91cd;
}
.icon-page li:hover {
  color: #4f91cd;
}
.glyphicons-demo a:hover {
  color: #4f91cd;
  text-decoration: none;
}
.magazine-news .by-author strong {
  color: #4f91cd;
}
.magazine-news a.read-more {
  color: #4f91cd;
}
.magazine-mini-news .post-author strong {
  color: #4f91cd;
}
.news-read-more i {
  background: #4f91cd;
}
.magazine-page h3 a:hover {
  color: #4f91cd;
}
.tag-box-v1 {
  border-top: solid 2px #4f91cd;
}
.tag-box-v7 {
  border-bottom: solid 2px #4f91cd;
}
.fa-icons li:hover {
  color: #4f91cd;
}
.fa-icons li:hover i {
  background: #4f91cd;
}
.bs-glyphicons li:hover {
  color: #4f91cd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #4f91cd;
  border-color: #4f91cd;
}
.pagination li a:hover {
  background: #2980b9;
  border-color: #2980b9;
}
.pager li > a:hover, .pager li > a:focus {
  background: #2980b9;
  border-color: #2980b9;
}
.reg-block {
  border-top: solid 2px #4f91cd;
}
#effect-2 figure .img-hover {
  background: #4f91cd;
}
.blog h2 a:hover {
  color: #4f91cd;
}
.timeline-v1 > li > .timeline-badge i:hover {
  color: #4f91cd;
}
.timeline-v1 .timeline-footer .likes:hover i {
  color: #4f91cd;
}
.timeline-v2 > li .cbp_tmicon {
  background: #4f91cd;
}
.progress-bar-u {
  background: #4f91cd;
}
.job-description .save-job a:hover, .block-description .save-job a:hover {
  color: #4f91cd;
}
.job-description .p-chart .overflow-h li i, .job-description .p-chart .overflow-h li a, .block-description .p-chart .overflow-h li i, .block-description .p-chart .overflow-h li a {
  color: #4f91cd;
}
.job-description .colorful-ul li a {
  color: #4f91cd;
}
.s-results .related-search a:hover {
  color: #4f91cd;
}
.s-results .inner-results h3 a:hover {
  color: #4f91cd;
}
.s-results .up-ul li a:hover {
  color: #4f91cd;
}
.s-results .down-ul li a {
  color: #4f91cd;
}
.funny-boxes p a {
  color: #4f91cd;
}
.funny-boxes .funny-boxes-img li i {
  color: #4f91cd;
}
.funny-boxes-left-green {
  border-left: solid 2px #4f91cd;
}
.funny-boxes-left-green:hover {
  border-left-color: #4f91cd;
}
.sidebar-nav-v1 ul li:hover a, .sidebar-nav-v1 ul li.active a {
  color: #4f91cd;
}
blockquote.bq-green {
  border-color: #4f91cd;
}
blockquote:hover, blockquote.text-right:hover {
  border-color: #4f91cd;
}
.testimonials .carousel-arrow i:hover {
  background: #4f91cd;
}
.testimonials-bg-default .item p {
  background: #4f91cd;
}
.testimonials.testimonials-bg-default .item p:after, .testimonials.testimonials-bg-default .item p:after {
  border-top-color: #4f91cd;
}
.testimonials-bg-default .carousel-arrow i {
  background: #4f91cd;
}
.testimonials.testimonials-bg-default .carousel-arrow i:hover {
  background: #2980b9;
}
.promo-box:hover strong, .promo-box:hover strong a {
  color: #4f91cd;
}
.dropcap {
  color: #4f91cd;
}
.dropcap-bg {
  color: #fff;
  background: #4f91cd;
}
span.label-u, span.badge-u {
  background: #4f91cd;
}
.link-icon:hover i {
  color: #4f91cd;
  border: solid 1px #4f91cd;
}
.link-bg-icon:hover i {
  color: #4f91cd;
  background: #4f91cd !important;
  border-color: #4f91cd;
}
i.icon-color-u {
  color: #4f91cd;
  border: solid 1px #4f91cd;
}
i.icon-bg-u {
  background: #4f91cd;
}
.line-icon-page .item:hover {
  color: #4f91cd;
}
.servive-block-u {
  background: #4f91cd;
}
.servive-block-outline {
  border: 2px solid #4f91cd;
  color: #4f91cd;
}
.servive-content {
  min-height: 70px;
  color: #fff;
}
.panel-u > .panel-heading {
  background: #4f91cd;
}
.owl-btn:hover {
  background: #4f91cd;
}
.counters span.counter-icon i {
  background: #4f91cd;
}
.counters span.counter-icon i:after {
  border-top: 7px solid #4f91cd;
}
.sky-form .button {
  background: #4f91cd;
}
.sky-form .rating input:checked ~ label {
  color: #4f91cd;
}
.pricing:hover h4 {
  color: #4f91cd;
}
.pricing-head h3 {
  background: #4f91cd;
  text-shadow: 0 1px 0 #2980b9;
}
.pricing-head h4 {
  color: #999;
  background: #fcfcfc;
  border-bottom: solid 1px #deeffc;
}
.pricing-content li {
  border-bottom: solid 1px #deeffc;
}
.pricing-content li i {
  color: #4f91cd;
}
.sticker-left {
  background: #4f91cd;
}
.pricing-footer a, .pricing-footer button {
  background: #4f91cd;
}
.pricing-footer a:hover, .pricing-footer button:hover {
  background: #2980b9;
}
.price-active h4 {
  color: #4f91cd;
}
.no-space-pricing .price-active .pricing-head h4, .no-space-pricing .pricing:hover .pricing-head h4 {
  color: #4f91cd;
}
.pricing-mega-v1 .pricing-head h3, .pricing-mega-v2 .pricing-head h3, .pricing-mega-v3 .pricing-head h3 {
  text-shadow: 0 1px 0 #2980b9;
}
.pricing-mega-v1 .pricing:hover h4 i {
  color: #4f91cd;
}
.pricing-mega-v1 .pricing-content li i {
  color: #4f91cd;
}
.pricing-bg-colored .pricing:hover {
  background: #4f91cd;
}
.pricing-bg-colored .pricing-head i {
  color: #4f91cd;
}
.pricing-mega-v2 .block:hover .bg-color {
  background: #4f91cd;
}
.pricing-mega-v2 .block:hover h3, .pricing-mega-v2 .block:hover h4, .pricing-mega-v2 .block:hover li, .pricing-mega-v2 .block:hover li i, .pricing-mega-v2 .block:hover h4 i {
  background: #4f91cd;
}
.pricing-mega-v1 .btn-group .dropdown-menu, .pricing-mega-v3 .btn-group .dropdown-menu {
  background: #4f91cd !important;
}
.pricing-mega-v1 .btn-group .dropdown-menu li a:hover, .pricing-mega-v3 .btn-group .dropdown-menu li a:hover {
  background: #2980b9;
}
.hscolor {
  color: #4f91cd;
}
.hscolor-light {
  color: #c9d1d8;
}
/*! purgecss start ignore */
/*! purgecss end ignore */
.carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption p {
  color: #fff;
  text-shadow: 2px 3px 2px #000;
}
@media (max-width: 689px) {
  .carousel-caption h2 {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 30px;
    margin-bottom: 0px;
  }
}
@media (max-width: 620px) {
  .carousel-caption h2 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: -20px;
  }
}
@media (max-width: 540px) {
  .carousel-caption h2 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: -40px;
  }
}
@media (max-width: 425px) {
  .carousel-caption h2 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: -50px;
  }
}
@media (max-width: 767px) {
  .carousel-caption h2 {
    text-shadow: 2px 2px 5px rgba(0,0,0,1), -2px -2px 5px rgba(0,0,0,1);
    font-weight: bold !important;
  }
}
.advtext {
  font-size: 9px;
  color: #999;
  text-align: center;
}
ul#eventtab li a .icon-tab {
  margin-bottom: -3px;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.icon-athletics-16 {
  background-image: url('/img/icon_athletics.png');
}
.icon-athletics_crosscountry-16 {
  background-image: url('/img/icon_athletics.png');
}
.icon-athletics_stairclimbing-16 {
  background-image: url('/img/icon_athletics_stairclimbing.png');
}
.icon-athletics_track-16 {
  background-image: url('/img/icon_athletics.png');
}
.icon-athletics_trail-16 {
  background-image: url('/img/icon_athletics.png');
}
ol a, ul a {
  color: #4f91cd;
}
ul#eventtab a, ul.sidebar-nav-v1 a {
  color: #555;
}
ul#eventtab li.active a, ul#eventtab li a:hover {
  color: #fff;
}
ul#eventtab li.active a .icon-athletics-16, ul#eventtab li a:hover .icon-athletics-16 {
  background-image: url('/img/icon_athletics_selected.png');
}
.icon-cycling_road-16 {
  background-image: url('/img/icon_cycling.png');
}
ul#eventtab li a .icon-cycling_road-16 {
  width: 20px;
}
ul#eventtab li.active a .icon-cycling_road-16, ul#eventtab li a:hover .icon-cycling_road-16 {
  background-image: url('/img/icon_cycling_selected.png');
}
.icon-cycling_track-16 {
  background-image: url('/img/icon_cycling.png');
}
.icon-swimming-16 {
  background-image: url('/img/icon_swimming.png');
}
ul#eventtab li a .icon-swimming-16 {
  width: 27px;
}
ul#eventtab li.active a .icon-swimming-16, ul#eventtab li a:hover .icon-swimming-16 {
  background-image: url('/img/icon_swimming_selected.png');
}
.icon-other-16 {
  background-image: url('/img/icon_other.png');
}
ul#eventtab li.active a .icon-other-16, ul#eventtab li a:hover .icon-other-16 {
  background-image: url('/img/icon_other_selected.png');
}
.icon-football-16 {
  background-image: url('/img/icon_football.png');
}
.icon-volleyball_indoor-16 {
  background-image: url('/img/icon_volleyball_indoor.png');
}
.icon-cricket-16 {
  background-image: url('/img/icon_cricket.png');
}
.icon-badminton-16 {
  background-image: url('/img/icon_badminton.png');
}
.icon-table_tennis-16 {
  background-image: url('/img/icon_table_tennis.png');
}
.icon-obstaclecourse-16 {
  background-image: url('/img/icon_obstaclecourse.png');
}
.icon-offroad_driving-16 {
  background-image: url('/img/icon_offroad_driving.png');
}
.icon-volunteer-16 {
  background-image: url('/img/icon_volunteer.png');
}
.icon-walking-16 {
  background-image: url('/img/icon_walking.png');
}
.icon-mtb-16 {
  background-image: url('/img/icon_mtb.png');
}
.icon-canoe_sprint-16 {
  background-image: url('/img/icon_canoe_sprint.png');
}
.icon-kayak-16 {
  background-image: url('/img/icon_kayak.png');
}
.icon-karate-16 {
  background-image: url('/img/icon_karate.png');
}
.icon-taekwondo-16 {
  background-image: url('/img/icon_taekwondo.png');
}
.icon-dragonboat-16 {
  background-image: url('/img/icon_dragonboat.png');
}
.icon-droneracing-16 {
  background-image: url('/img/icon_droneracing.png');
}
.icon-mountaineering-16 {
  background-image: url('/img/icon_mountaineering.png');
}
.icon-yoga-16 {
  background-image: url('/img/icon_yoga.png');
}
@media (max-width: 705px) {
  ul#eventtab li span {
    display: none;
  }
}
.eventlistheader {
  padding: 0px 0px 8px 0px;
  overflow: hidden;
  border-bottom: 1px dotted #4f91cd;
}
.eventlistheader .searchcontainer {
  display: inline-block;
}
.eventlistheader_intro {
  float: left;
  text-align: left;
  width: 100%;
}
label {
  font-weight: normal !important;
}
ul.eventlist {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.eventlist li {
  position: relative;
  padding: 15px 0 15px 125px;
  min-height: 126px;
  overflow: hidden;
  border-bottom: 1px dotted #4f91cd;
}
ul.eventlist li:hover, ul.eventlist li:focus {
  background: #f6f9fb;
}
ul.eventlist li a:hover {
  text-decoration: none;
}
ul.eventlist li .eventthumb {
  position: absolute;
  left: 0;
  width: 110px;
  text-align: center;
}
.tab-v1 .tab-content .eventthumb img {
  margin-top: 0px;
}
.eventtitle {
  margin-bottom: 5px;
}
.eventtitle a h3 {
  color: #4f91cd;
  font-weight: bold;
  margin-right: 80px;
}
.eventindicators {
  float: right;
  text-align: right;
  width: 110px;
  height: 25px;
  margin-left: 10px;
}
@media (max-width: 450px) {
  ul.eventlist li {
    padding: 10px 0px;
    min-height: 80px;
  }
  ul.eventlist li .eventthumb {
    display: none;
  }
  .eventindicators {
    width: 80px;
  }
}
.eventmoredetails {
  display: none;
  margin-bottom: 5px;
}
.nfeventmoredetails {
  margin-bottom: 5px;
}
.eventgotoinfo {
  float: right;
  width: 180px;
  color: #4f91cd;
  text-align: right;
}
@media (max-width: 767px) {
  .eventgotoinfo {
    float: none;
    text-align: left;
  }
  .event-moreinfo {
    display: none;
  }
  .event-scores {
    margin-top: 30px;
  }
}
.eventgotoinfo a {
  color: #4f91cd;
}
.eventprop {
  color: #4f91cd;
}
ol.alphalist {
  list-style-type: lower-latin;
}
.eventheaddl {
  margin-bottom: 0px;
}
.eventheaddl, .profileheaddl {
  font-size: 16px;
}
.profileheaddl {
  margin-left: 20px;
}
.eventheaddl dt, .profileheaddl dt {
  width: 70px;
  color: #999;
  font-weight: normal;
  padding: 4px 0 4px 0;
}
.profileheaddl dt {
  float: left;
  width: 120px;
  white-space: normal;
}
.eventheaddl dd, .profileheaddl dd {
  margin-left: 82px;
  padding: 4px 0 4px 0;
}
.profileheaddl dd {
  margin-left: 140px;
}
@media (max-width: 752px) {
  .eventheaddl dt, .profileheaddl dt {
    padding: 4px 0 0 0;
  }
  .eventheaddl dd, .profileheaddl dd {
    margin-left: 0px;
  }
}
#map_canvas {
  width: 100%;
  height: 400px;
  margin: 0 auto;
  width: 100%;
}
.eventdetaildl {
  margin-bottom: 22px;
}
.eventdetaildl dt {
  width: 130px;
  color: #999;
  font-weight: normal;
  padding: 2px 0 2px 0;
  text-align: left;
}
.eventdetaildl dd {
  margin-left: 132px;
  padding: 2px 0 2px 0;
}
@media (max-width: 752px) {
  .eventdetaildl dt {
    width: 200px;
    padding: 0;
  }
  .eventdetaildl dd {
    margin-left: 0px;
    padding: 2px 0 4px 0;
  }
}
#eventdetails_tabs .headline {
  display: block;
  margin: 0px 0 8px 0;
}
ul.racecomponents_list {
  list-style: none;
  margin: 0 10px;
  padding: 0;
}
ul.racecomponents_list li {
  background-repeat: no-repeat;
  padding-left: 27px;
  white-space: nowrap;
}
thead.light tr th {
  color: #999;
  font-weight: normal;
}
.eventdetailracetable {
  width: 100%;
  margin-top: -25px;
  margin-bottom: 10px;
}
#eventdetail_tabs {
  margin-bottom: 30px;
}
#owl-sponsor .item img {
  display: block;
  width: 100%;
  height: auto;
}
.owl-navigation {
  margin-top: 10px;
}
.sponsortxt {
  color: #AAA;
  font-size: 8pt;
  font-style: italic;
}
.nolinkcolor {
  color: #333;
}
.vid {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.vid iframe, .vid object, .vid embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.reg-block-right {
  border-left: 1px solid #BBB;
}
@media (max-width: 768px) {
  .reg-block-right {
    border-left: 0;
  }
}
.reg-page-dob .input input, .reg-page-dob .select select {
  padding-left: 6px;
  padding-right: 0;
}
.reg-page-name, .reg-page-gender, .reg-page-dob {
  padding-right: 15px;
}
.reg-page-name .col, .reg-page-gender .col, .reg-page-dob .col {
  padding-right: 0;
}
.alert-danger ul li {
  color: #a94442;
}
a.accountlink {
  color: #4f91cd;
}
.form-login-sidebar section {
  margin-bottom: 4px;
}
.form-login-sidebar footer {
  text-align: center;
}
.book-breadcrumb ol {
  margin: 5px 0 20px 0;
  padding: 0;
}
.book-breadcrumb li {
  color: #4f91cd;
  background: url('/img/breadcrumbArrowSelected.gif') right 2px no-repeat;
  padding: 0 20px 0 0;
}
.book-breadcrumb li.selected {
  color: #b4b4b4;
  background: url('/img/breadcrumbArrow.gif') right 2px no-repeat;
  padding: 0 24px 0 0;
}
.book-breadcrumb li.selected a {
  color: #b4c6d6;
}
.book-breadcrumb li.selected-last {
  color: #b4b4b4;
  background: none right 2px no-repeat;
  padding: 0 24px 0 0;
}
.book-breadcrumb li {
  display: inline;
  list-style: none;
  font-weight: bold;
}
.partic_addr, .partic_newcontact {
  display: none;
  margin: 10px;
}
#partic_addr .control-label, #partic_newcontact .control-label {
  padding-top: 6px;
}
.labelPartic_disabled {
  color: #CCC;
}
#rpt_selection {
  margin-top: 25px;
}
.rptdescr {
  color: #999;
}
#participant_selection .headline , #rpt_selection .headline {
  margin-bottom: 15px;
}
.register-btn-row {
  margin-top: 5px;
}
.panel-group .panel-hsblue {
  border-color: #4f91cd;
  overflow: visible;
}
.panel-hsblue .panel-heading {
  background-color: #4f91cd;
}
.acc-v1 .panel-heading-dark a {
  background: #4f91cd;
  color: #fff;
  font-weight: bold;
}
.acc-v1 .panel-heading-dark a:hover {
  color: #fff;
}
.panel-heading-dark .panel-title, .panel-heading-dark .panel-title a {
  margin-bottom: 0;
}
.bookoptionprice {
  font-size: 16px;
  padding-top: 4px;
}
.bookoptionprice span.currency, .bookoptionprice span.pricevalue {
  font-weight: bold;
}
.bookoptionprice span.oldprice {
  text-decoration: line-through;
}
.panel-body .headline {
  margin: 10px 0;
}
.formhelptxt {
  padding-top: 5px;
  font-style: italic;
}
.formhelptxt2 {
  font-style: italic;
}
.charamount {
  float: left;
  width: 94px;
}
.amountfraction {
  padding-top: 7px;
}
.carttitle h5 {
  font-weight: bold;
  margin-top: 0px;
}
.carttitle a h5 {
  color: #4f91cd;
}
.table>tbody>tr>td.cartaction {
  padding-top: 5px;
}
.cartdel {
  font-size: 18px;
}
.cartdel:hover {
  color: #2980b9;
}
.summary_row {
  font-weight: bold;
  font-size: 16px;
}
.summary_label {
  margin-right: 20px;
  text-align: right;
}
.addr_block {
  margin-bottom: 30px;
}
.ccv_icon {
  padding-top: 5px;
}
.table>tbody>tr.sumrow>td {
  border-top: 0;
  padding: 2px;
}
.summarybox .tag-box-v1 {
  border-top: 1px solid #4f91cd;
}
.modal-vertical-centered {
  transform: translate(0, 50%) !important;
  -ms-transform: translate(0, 50%) !important;
  -webkit-transform: translate(0, 50%) !important;
}
.biblist {
  position: relative;
}
.biblist li {
  list-style: none outside none;
  position: absolute;
}
.bib {
  background-color: #fff;
  border: 1px solid #4f91cd;
  color: #585f69;
  text-align: center;
}
.bib a {
  display: block;
  width: 40px;
  height: 25px;
}
.bib:hover {
  background-color: #4f91cd;
  color: #fff;
}
.bib:hover a {
  color: #fff;
}
.selectedBib {
  border: 1px solid #ccc;
  color: #ccc;
}
.selectedBib:hover {
  background-color: #fff;
  color: #ccc;
}
.selectedBib a, .selectedBib a:hover {
  color: #ccc;
  text-decoration: none;
}
.pager li a.biblistprev, .pager li a.biblistnext {
  display: none;
}
#paysubmitloading {
  display: block;
  padding: 0 20px;
}
#paysubmitframe {
  display: none;
  margin: 0;
  padding: 0;
  border: none;
  width: 410px;
  height: 410px;
}
@media screen and (min-width: 768px) {
  #orderprogress .modal-dialog {
    width: 412px;
  }
  #orderprogress .modal-body {
    max-height: 410px;
  }
}
#orderprogress .modal-body {
  padding: 20px 0 20px 0;
}
.orgcur {
  color: #AAA;
  font-size: 9pt;
}
#summaryError {
  display: none;
}
.pay-icons {
  margin: 0;
  padding: 0;
}
.pay-icons li {
  list-style: none;
  margin-right: 3px;
  margin-bottom: 5px;
  display: inline-block;
}
.pay-icons li img {
  display: block;
}
h2.hsblue, h5.hsblue {
  color: #4f91cd;
  font-weight: bold;
}
span.hsblue {
  color: #4f91cd;
}
.bibBox {
  border: 3px solid #4f91cd;
  height: 70px;
  width: 96px;
  text-align: center;
  line-height: 64px;
  background-color: #fff;
  font-size: 35px;
  color: #4f91cd;
}
.imgEventDone {
  width: 96px;
  text-align: center;
  padding-top: 10px;
}
#profileSlugPicker {
  margin: 10px 0 10px 0;
}
.donateBox {
  position: relative;
  width: 250px;
  height: 368px;
}
.donateCauseSubTxt {
  margin-top: 5px;
}
.donateMoreInfoLink, .donateMoreInfoLinkDirect {
  float: right;
}
.donateProgress {
  margin-bottom: 5px;
}
.donateDetails {
  display: none;
  clear: right;
}
.donateDetailsInner table {
  width: 100%;
}
.donateDetailsInner td {
  font-size: 11px;
  padding-right: 2px;
  vertical-align: text-top;
}
.donateDetailsInner td.donationDetailCharityTitle {
  color: #4f91cd;
  padding-right: 5px;
}
.donateDetailsInner td.donationDetailAmount {
  text-align: right;
  font-size: 12px;
  padding-right: 0px;
}
.participationTable {
  font-size: 14px;
}
.funny-boxes-left-blue {
  border-left: solid 2px #4f91cd;
}
.funny-boxes-left-blue:hover {
  border-left-color: #4f91cd;
}
.funny-boxes-right-blue {
  border-right: solid 2px #4f91cd;
}
.funny-boxes-right-blue:hover {
  border-right-color: #4f91cd;
}
span.ext {
  background: url(/img/icons/extlink.png) right center no-repeat;
  padding-right: 12px;
}
.ui-autocomplete-loading {
  background: white url("/img/loading.gif") right center no-repeat;
}
.registeragreetos span {
  font-size: 13px;
  line-height: 20px;
}
.donateAnonSubtext {
  font-size: 12px;
  color: #666;
}
.popover:has(.donateForm) {
  max-width: 320px;
}
.popover:has(.donateForm) > .popover-content {
  padding: 16px 20px;
}
.donateForm h4 {
  margin-top: 0;
  margin-bottom: 12px;
}
.donateForm .form-group {
  margin-bottom: 10px;
}
.donateForm {
  padding: 12px;
}
.donateForm .form-control {
  margin-top: 5px;
}
.donateForm .donateSubmit {
  margin-top: 14px;
  margin-bottom: 0;
}
.donateForm .charitytxtbox {
  margin-top: 8px;
}
.donateForm .charitytextarea {
  margin-top: 6px;
}
.paychoice_info {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}
.account_racesTable>tbody>tr>td {
  border-top: 0px;
}
.account_racelinks, .account_racelinks td {
  border-top: 0px;
}
.account_racelinks td {
  text-align: right;
}
.tmpsearchpp-sent {
  display: none;
}
.eventDescrReadMore {
  margin-left: 10px;
}
.eventDescrReadMore a {
  font-weight: bold;
}
.profileNote {
  color: #AAA;
  font-size: 9pt;
  font-style: italic;
  margin: 15px 0;
}
.ppHintBlock a, .ppHintBlock a:hover {
  color: white;
  text-decoration: underline;
}
.ppHintBlock ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ppHintBlock ul li {
  font-size: 12pt;
  color: white;
}
.ppHintBlock .checkmark {
  font-size: 16pt;
}
.sky-form a {
  color: #4f91cd;
}
.btnCartMoreRaces {
  margin-right: 10px;
  font-size: 13px;
  padding: 4px 20px;
}
#ppStep2 {
  display: none;
}
#ppError {
  display: none;
}
h3.ppBlue, h5.ppBlue {
  color: #3498db;
}
.ppGreyBlock {
  color: #ecf0f1;
}
h3.ppGrey {
  color: #ecf0f1;
}
#ppUploadPreview {
  max-width: 100%;
  margin-left: 20px;
}
.memberlist div {
  margin-bottom: 2px;
}
.memberlist div img {
  margin-right: 5px;
}
.memberlist div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.donationListTable {
  margin-bottom: 0px;
}
.donationListTotal {
  color: #AAA;
  font-size: 12px;
  margin-bottom: 25px;
}
.regstatetagline {
  color: #2980b9;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
.regsclosingagline {
  color: #d95000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .regsclosingagline,	.regstatetagline {
    display: block;
  }
}
#cmSelector .radio {
  margin-bottom: 18px;
}
#cmSelector .control-label {
  padding-top: 5px;
}
.donationListTable {
  margin-bottom: 0px;
}
.donationListTotal {
  color: #AAA;
  font-size: 12px;
  margin-bottom: 25px;
}
.ael {
  width: 170px;
  margin-right: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden !important;
  float: left;
}
.clublisting_container {
  position: relative;
  height: 245px;
  padding: 0;
}
.clublisting_detailslink {
  margin-right: 10px;
  z-index: 1000;
}
.clublisting_title {
  position: absolute;
  left: 10px;
  height: 35px;
  width: 60%;
  top: 3px;
  z-index: 800;
}
.clublisting_title h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clublisting_membertype-v2 {
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clublisting_img {
  position: absolute;
  width: 100%;
  top: 40px;
}
.clublisting_membertype {
  position: absolute;
  top: 220px;
  left: 10px;
}
.clublisting_img-v2 {
  position: absolute;
  width: 100%;
  top: 20px;
  z-index: 500;
  padding: 20px;
}
.clublisting_img img, .clublisting_img-v2 img {
  margin: 0 auto;
}
.clublisting_container-v2 {
  position: relative;
  height: 210px;
  padding: 0;
}
.clublisting_membertype-v2 {
  position: absolute;
  top: 188px;
  left: 10px;
}
.clubmemberlistthumb {
  width: 30px;
  float: left;
}
#clubadd_st2_box, #clubadd_st3_box {
  display: none;
}
#dropdownMultiaccountManage {
  text-align: left;
}
#otcEventsDateMatch {
  display: none;
}
#otcStep2, #otcStep3 {
  display: none;
}
#otcError {
  display: none;
}
#otcErrorStep2 {
  display: none;
}
#otcErrorStep3 {
  display: none;
}
.eventedit {
  float: right;
  margin-top: 5px;
}
.eventedit a {
  color: #4f91cd;
}
#oteError {
  display: none;
}
#oteError div {
  font-weight: bold;
}
.profilelistheader {
  margin-bottom: 15px;
  padding: 8px 0;
  overflow: hidden;
  border-bottom: 1px dotted #4f91cd;
}
ul.profilelist {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.profilelist li {
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 15px 125px;
  min-height: 80px;
  overflow: hidden;
  border-bottom: 1px dotted #4f91cd;
}
ul.profilelist li .profilethumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  text-align: center;
}
.profilethumb img {
  width: 70px;
  height: 70px;
}
.profilelistitemtitle {
  margin-bottom: 5px;
}
.profilelistitemtitle h3 a {
  color: #4f91cd;
  margin-top: 15px;
}
@media (max-width: 450px) {
  ul.profilelist li {
    padding: 0 0 15px 0;
  }
  ul.profilelist li .profilethumb {
    display: none;
  }
}
.cmindicators {
  float: right;
  text-align: right;
  width: 165px;
  margin-left: 10px;
}
.cmindicators img {
  margin-left: 6px;
  margin-bottom: 3px;
  float: right;
}
@media (max-width: 450px) {
  .cmindicators {
    width: 80px;
  }
}
.btnSoldout {
  background-color: red;
  border-color: red;
}
.btnSoldout:focus, .btnSoldout:hover, .btnSoldout:active {
  background-color: red;
  border-color: red;
}
.motivationtxt {
  margin-top: 5px;
  color: #999;
  font-style: italic;
  font-size: 14px;
}
.motivationtxt a {
  color: #999;
}
.motivationtxt a:hover {
  text-decoration: underline;
}
.testimonial_dt {
  color: #999;
  font-size: 7pt;
  font-style: normal;
}
.charitytxtbox {
  margin-top: 5px;
}
.charitytxtbox a {
  color: red;
}
.charitytextarea {
  display: none;
}
.testimonial_item {
  margin-bottom: 20px;
}
.topbar-v1 .top-v1-data .clubprofilestopbar {
  border: 0;
  padding: 0;
}
.topbar-v1 .top-v1-data .clubprofilestopbar li {
  display: inline-block;
  border: 0;
  padding: 0;
}
@media (max-width: 425px) {
  .topbar-v1 .top-v1-data li.topClubProfLinks {
    display: none;
  }
}
.membertypeicons span {
  font-size: 15px;
}
.profilelistitemextrainfo {
  font-size: 16px;
}
.sendinmailLink {
  color: #4f91cd;
  font-size: 14px;
  font-weight: bold;
}
.sendinmailLink a {
  color: #4f91cd;
}
.accounttoggleheader {
  color: #4f91cd;
}
.promotop {
  min-height: 120px;
  padding: 0 0 5px 10px;
  background-color: #4f91cd;
  margin-bottom: 10px;
}
.promotop h4 {
  padding-top: 10px;
}
.promotop h4, .promotop p {
  color: #fff;
}
.promotop img {
  margin-left: 10px;
}
.breadcrumb {
  text-align: right;
}
.breadcrumbBox {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 990px) {
  .breadcrumbBox {
    display: none;
  }
}
.option_membertype {
  line-height: 28px;
}
.disableInput label {
  color: #CCC;
}
.memberfilterlist label {
  margin-right: 10px;
}
.stepindicator {
  background-color: #4f91cd;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  color: #fff;
  margin: 2px;
  margin-right: 5px;
}
.stepindicator span {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}
#suggestedPP {
  margin-bottom: 20px;
}
#slugPreview {
  margin-top: 10px;
  font-size: 13px;
  display: none;
  text-align: left;
  padding: 15px;
}
#ppPrevious {
  width: 220px;
}
.social-icons, .pay-icons {
  margin-top: 20px;
}
.pay-icons li {
  color: #c8c8c8;
  font-size: 33px;
  margin-top: -12px;
}
.sponsorsupdown a, .trainingupdown a, .clubmsgupdown a {
  margin-left: 3px;
  color: #4f91cd;
}
.socialentry label {
  line-height: 32px;
}
.socialentry label div {
  color: rgba(131, 131, 131, 0.56);
}
.socialentry label span {
  margin-left: 1px;
  font-size: 18px;
}
.socialentry label i {
  color: #4f91cd;
  font-size: 18px;
}
.socialentry .col-lg-5 {
  margin-left: -25px;
}
.profilesociallinks {
  margin-left: 147px;
}
.profilesociallinks a {
  margin-right: 15px;
}
.profilesociallinks i {
  color: #4f91cd;
  font-size: 18px;
}
.badge-menu {
  margin-top: 8px;
  margin-right: 25px;
  float: right;
  color: #4f91cd;
  cursor: pointer;
}
.active .badge-menu {
  color: #fff;
}
.sporttype_horizonal {
  margin-right: 8px;
}
.sporttype_horizonal i {
  margin-top: 2px;
  margin-right: 4px;
}
.pagination {
  float: right;
}
#trainingForm .inline-group .checkbox {
  margin-right: 15px;
}
.clubmsg_header {
  color: #4f91cd;
}
table.filelistTable td {
  padding-top: 5px;
  padding-right: 7px;
}
table.filelistTable .name {
  width: 100%;
}
table.filelistTable .size {
  white-space: nowrap;
}
.fileListSep {
  display: none;
  margin: 10px 0 0 0;
}
.uploadupdown {
  width: 75px;
}
.uploadupdown a {
  margin-left: 3px;
  color: #4f91cd;
}
.bi_gallery {
  margin-top: 3px;
}
.bi_gallery a img {
  margin-top: 5px;
  margin-right: 2px;
}
#prodoptions_single, #prodoptions_var {
  display: none;
}
.currencyCopy {
  padding-left: 17px;
  line-height: 30px;
}
.widewarning {
  overflow: hidden;
  padding: 10px 0 6px;
  background-color: #a94442;
  color: #fff;
}
.widewarning h1, .widewarning p, .widewarning .close {
  color: #fff;
}
.widewarning a {
  color: #fff;
  text-decoration: underline;
}
.orderdetailstable td {
  padding-bottom: 3px;
  vertical-align: top;
}
.prodlistcontainer {
  border: 1px solid #ccc;
  padding: 5px 3px 5px 8px;
  height: 100px;
  overflow-y: scroll;
}
.prodlistcontainer label {
  margin: 0;
}
.searchcontainer {
  position: relative;
}
.searchcontainer input {
  padding-right: 22px;
}
.searchcontainer a {
  left: auto;
  right: 5px;
  top: 9px;
}
a.searchcontainer-closing {
  position: absolute;
  background-image: url('/img/searchclose.png');
  text-decoration: none;
  width: 16px;
  height: 16px;
  padding: 0;
  cursor: pointer;
  display: none;
}
.adbox {
  text-align: center;
}
.borderless>tbody>tr>td, .borderless>thead>tr>th {
  border: none;
}
.tab-v3 .nav-pills li a.pillhl {
  background: red;
  color: #fff;
}
.tab-v3 .nav-pills li a.pillhl:hover {
  background: #fff;
  color: red;
  border: 1px solid red;
}
.eventextrainfo {
  margin-bottom: 10px;
  background-color: #f0f0f0;
  margin-right: 128px;
  padding: 5px;
}
.promoinput {
  display: none;
}
.promoinput > div {
  border: 1px solid #ccc;
  padding: 10px 10px 0 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 580px) {
  .promoinputheader {
    display: none;
  }
}
.storegrid-v1 {
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
}
.storegrid-v1 .productgridbox {
  width: 25%;
}
.storegrid-v1 .productgridbox > div {
  position: relative;
  margin-left: 20px;
  margin-bottom: 15px;
  border: 1px dashed #e1e1e1;
  padding: 10px;
}
.storegrid-v1 .productgridbox > div:hover {
  border: 1px solid #4f91cd;
  cursor: pointer;
}
.storegrid-v1 .productgridbox .productimage {
  margin: 0 auto;
}
.storegrid-v1 .productgridbox .producttitle {
  width: 100%;
  height: 118px;
  overflow: hidden;
  margin-top: 5px;
  text-align: center;
  color: #585f69;
  font-size: 18px;
}
.storegrid-v1 .productgridbox .producttitle a {
  color: #585f69;
}
.storegrid-v1 .productprice {
  position: absolute;
  bottom: 5px;
  color: #585f69;
  font-size: 18px;
  line-height: 19px;
  vertical-align: middle;
}
.storegrid-v1 .productprice .pricetag_from {
  font-style: italic;
  font-size: 12px;
}
.storegrid-v1 .productprice .pricetag_from:after {
  content: "\a";
  white-space: pre;
}
.storegrid-v1 .productgridbox .productfooter {
  min-height: 34px;
}
.storegrid-v1 .productprice .pricetag_price_dec {
  vertical-align: super;
  font-size: 10px;
}
.storegrid-v1 .productgridbox .productbuy {
  float: right;
  margin-left: 8px;
}
.storegrid-v1 .productgridbox .productbuy a {
  font-size: 25px;
}
.storegrid-v1 .productbottomline {
  clear: both;
  font-size: 12px;
  color: #4f91cd;
  margin-top: 3px;
}
.storegrid-v1 .productgridbox .productlabel {
  background: rgba(79,145,205,0.7);
  top: 20px;
  right: -1px;
  color: #fff;
  font-size: 14px;
  padding: 3px 8px;
  font-weight: 600;
  position: absolute;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .storegrid-v1 .productgridbox {
    width: 33%;
  }
}
@media (max-width: 600px) {
  .storegrid-v1 .productgridbox {
    width: 50%;
  }
  .storegrid-v1 .productgridbox .producttitle {
    font-size: 16px;
  }
}
@media (max-width: 440px) {
  .storegrid-v1 .productgridbox {
    width: 100%;
  }
}
.product-add-loading {
  display: none;
}
.productdetail_order_box {
  border: 1px solid #4f91cd;
  background-color: #f2f3f9;
  padding: 12px;
  font-size: 16px;
}
.eventdescription {
  text-align: left;
  color: #4f91cd;
  font-size: 16px;
  line-height: 20px;
}
.eventdescription a {
  text-decoration: underline;
  color: #4f91cd;
}
.eventdescription h1, .eventdescription h2, .eventdescription h3, .eventdescription h4, .eventdescription h5 {
  color: #4f91cd;
}
.clubkit_outofstock_notice {
  color: red;
}
.clubkit_outofstock_notice a {
  color: red;
  text-decoration: underline;
}
.productdetaildl dt, .productdetaildl dd {
  min-height: 24px;
}
.table-nested tbody td {
  background-color: transparent;
  border: 0px;
}
.product_addconfirm_note {
  margin-top: 10px;
  color: red;
}
.product_addconfirm_note a {
  color: red;
}
.product_addconfirm_note a:hover {
  text-decoration: underline;
}
.label-info {
  background-color: #4f91cd;
}
.newVariant .bootstrap-tagsinput {
  width: 100%;
  line-height: 28px;
}
.prodoptions_varListEmpty {
  color: #ccc;
  font-style: italic;
  margin-bottom: 4px;
}
.selectize-control.multi .selectize-input > div {
  background-color: #fff;
}
input.number-input-without-arrows[type=number]::-webkit-inner-spin-button, input.number-input-without-arrows[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input.number-input-without-arrows[type="number"] {
  -moz-appearance: textfield;
}
[data-readmore] {
  overflow: hidden;
}
.eventcontactdl dt, .eventcontactdl dd {
  height: 25px;
  line-height: 25px;
}
.reg-page-dob section {
  margin-bottom: 0px;
}
.comm_filter_list {
  margin-left: 24px;
  margin-bottom: 20px;
}
.comm_filter_list .checkboxes {
  padding: 6px 24px 10px 10px;
  height: 200px;
  overflow-y: auto;
  border: 1px solid #ccc;
}
.cfl_disabled {
  color: #CCC;
}
.cfl_disabled .checkboxes {
  overflow: hidden;
}
.cfl_disabled .checkboxes i {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.checkboxes label {
  display: block;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  margin-left: 18px;
}
.checkboxes label input[type='checkbox'] {
  margin-left: -18px;
}
.memdetailprint {
  float: right;
  margin: 0 20px 0 10px;
}
.regmoreathletes {
  white-space: nowrap;
}
#bookTab .nav-pills>li>a {
  font-size: 14px;
  line-height: 25px;
}
#bookTab .nav-pills>li.active>a, #bookTab .nav-pills>li.active>a:hover, #bookTab .nav-pills>li.active>a:focus {
  background-color: #4f91cd;
  font-size: 18px;
}
#bookTab .tab-content {
  border: 2px solid #4f91cd;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 14px;
}
li.menu_subheader {
  background-color: #ddd;
  height: 23px;
  border-top: solid 1px #ddd;
  padding-left: 17px;
}
.menuicon_wide {
  float: left;
  width: 28px;
  height: 28px;
  text-align: center;
}
a.btn-payment, input.btn-payment, button.btn-payment {
  height: 40px;
  padding: 5px 25px;
  margin-top: 20px;
}
#orderprocess_ccwidget #cko-widget {
  float: right;
  padding-left: 10px;
  padding-right: 0px;
}
#cko-widget .payment-methods {
  margin-top: 4px;
}
.payment-choice-loading {
  padding-top: 30px;
  float: right;
}
.servive-block .btn-u-white {
  font-weight: bold;
}
.memtype_radiolist input {
  float: left;
  width: 30px;
}
.memtype_radiolist label {
  line-height: 17px;
}
.memtype_radiolist span {
  color: #888;
  font-size: 12px;
}
.resultTargetExtraInfo {
  float: right !important;
  white-space: nowrap;
}
.resultGender {
  float: left;
  width: 44px;
}
.resultNat {
  float: left;
  width: 44px;
  margin-left: 7px;
}
.text-highlights-hsblue {
  background: #3498db;
}
.eventheaddl .text-highlights, .eventtitle .text-highlights {
  font-size: 13px;
  padding-bottom: 1px;
  font-weight: 500;
  white-space: nowrap;
}
.timingoverviewdl {
  overflow: hidden;
}
.timingoverviewdl dt {
  width: 51px;
  float: left;
}
.timingoverviewdl dd {
  margin-left: 53px;
}
.dfoundationsgrid {
  margin: 10px auto;
  position: relative;
  text-align: center;
}
.dfoundationsgrid .dfoundationgridbox {
  min-height: 105px;
  width: 250px;
  display: inline-block;
}
.dfoundationsgrid .dfoundationgridbox > div {
  position: relative;
  margin-left: 20px;
  margin-bottom: 15px;
  border: 1px dashed #e1e1e1;
  padding: 10px;
}
.dfoundationsgrid .dfoundationgridbox > div:hover {
  border: 1px solid #4f91cd;
  cursor: pointer;
}
.dfoundationsgrid .dfoundationgridbox .productimage {
  margin: 0 auto;
}
.dfoundationsgrid .dfoundationgridbox .producttitle {
  width: 100%;
  min-height: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  color: #585f69;
  font-size: 18px;
}
.dfoundationsgrid .dfoundationgridbox .producttitle a {
  color: #585f69;
}
.dfoundationsgrid .dfoundationgridbox a:hover {
  text-decoration: none;
}
.dfoundationsgrid .dfoundationgridbox .df_sub {
  color: #555;
}
.headline small a {
  color: #999;
}
.headline small a:hover {
  color: #4f91cd;
}
.sourceref {
  font-style: italic;
  font-size: 11px;
  color: #999;
}
.sourceref a {
  color: #999;
  text-decoration: none;
}
.sourceref a:hover {
  color: #999;
  text-decoration: underline;
}
.sponsorContainer .item {
  float: left;
  height: 145px;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 990px) {
  .sponsorContainer .item {
    width: 250px;
  }
}
.sponsorContainer .item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#eventdetail_logo {
  display: none;
}
@media (min-width: 770px) {
  #eventdetail_nav.stick {
    position: fixed;
    top: 10px;
  }
}
.pophelp {
  font-size: 18px;
}
#subscriptionsForm label.checkbox {
  font-size: inherit;
  color: inherit;
}
.timing_splits_table td, .timing_splits_table th {
  padding-right: 22px;
  padding-bottom: 4px;
}
.resultTargetNameResprInfo {
  float: left;
}
.resultTIRepr {
  color: #999;
  font-size: 10px;
}
.resultListingTable>tbody>tr>td {
  padding: 5px 8px;
}
.timing_multisports_table hr {
  margin: 5px 0;
}
.timing_multisports_table .racecomponents_list {
  margin-top: 4px;
}
.timing_multisports_table h4 {
  margin-top: 0px;
}
.nfevent_content_main {
  border-bottom: 1px dotted #e4e9f0;
  padding-bottom: 15px;
}
.nfevent_content_side {
  border-bottom: 1px dotted #e4e9f0;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.comboEventsList {
  margin: 0 10px;
}
.comboEventsListItem {
  padding: 8px 0 4px 5px;
  margin-top: 1px;
  margin-bottom: 1px;
  border-bottom: 1px dotted #4f91cd;
}
.comboEventsListItem:first-child {
  border-top: 1px dotted #4f91cd;
}
.comboracesingle {
  font-size: 14px;
  padding-top: 5px;
}
.comboraceselect {
  display: table-cell;
  width: 100%;
}
.smalldl {
  margin: 4px 0 0 0;
  display: inline-block;
}
.smalldl dt {
  width: 95px;
  color: #999;
  font-weight: normal;
  padding: 1px 0 1px 0;
  text-align: left;
  float: left;
  clear: left;
}
.smalldl dd {
  margin-left: 100px;
  padding: 1px 0 1px 0;
}
.tabev-content {
  background: #fafafa;
  border: solid 1px #eee;
  padding: 15px;
}
.tabev-content .devider.devider-dashed:last-child {
  border-top: 0px;
}
.evpublishinfo {
  float: right;
  color: #999;
  font-size: 11px;
}
.input-group-addon i {
  width: 15px;
}
.sociallogin_existing {
  margin-top: 15px;
  color: #999;
  font-size: 9pt;
  font-style: italic;
}
.eventdetailracetable > tbody > tr:first-child > td {
  border-top: 0px;
}
.eventdetailracetable > tbody > tr:nth-child(odd) > td {
  padding-top: 8px;
}
.eventdetailracetable > tbody > tr:nth-child(even) > td {
  padding-bottom: 8px;
}
.eventdetailracetable > tbody > tr:not(:last-child):nth-child(even) > td {
  border-bottom: 1px solid #ddd;
}
.eventdetail-racedtshort {
  font-size: 11px;
  color: #999;
}
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#mini-clndr {
  margin: 0 auto;
  width: 259px;
}
#mini-clndr .clndr {
  overflow: hidden;
  border-bottom: 4px solid #4f91cd;
}
#mini-clndr .clndr .controls {
  background-color: #4f91cd;
  color: white;
}
#mini-clndr .clndr .controls .clndr-previous-button, #mini-clndr .clndr .controls .clndr-next-button {
  width: 15%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  transition: background-color 0.5s;
}
#mini-clndr .clndr .controls .clndr-previous-button:hover, #mini-clndr .clndr .controls .clndr-next-button:hover {
  background-color: #3478b5;
}
#mini-clndr .clndr .controls .month {
  width: 70%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
#mini-clndr .clndr .days-container {
  position: relative;
  width: 259px;
  height: 216px;
  display: inline-block;
}
#mini-clndr .clndr .days-container .days {
  position: absolute;
  left: 0;
  width: 259px;
  height: 222px;
  transition: left 0.5s;
  background-color: #ebebeb;
}
#mini-clndr .clndr .days-container .days .day, #mini-clndr .clndr .days-container .days .empty {
  width: 37px;
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 12px;
  text-align: center;
  color: #212121;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#mini-clndr .clndr .days-container .days .day.event, #mini-clndr .clndr .days-container .days .empty.event {
  cursor: pointer;
}
#mini-clndr .clndr .days-container .days .day.event.calev-hse {
  padding-top: 3px;
  padding-bottom: 3px;
}
#mini-clndr .clndr .days-container .days .day.event.calev-hse div {
  height: 25px;
  width: 25px;
  margin: 0 auto;
  line-height: 25px;
  border-radius: 50% !important;
  background-color: #4f91cd;
  color: white;
  text-align: center;
  padding-right: 1px;
}
#mini-clndr .clndr .days-container .days .day.event.calev-nfe {
  background-color: #d2d2d2;
}
#mini-clndr .clndr .days-container .days .day.event:hover, #mini-clndr .clndr .days-container .days .empty.event:hover {
  background-color: #f0f6fc;
}
#mini-clndr .clndr .days-container .days .day.adjacent-month, #mini-clndr .clndr .days-container .days .empty.adjacent-month {
  color: rgba(0, 0, 0, 0.3);
}
#mini-clndr .clndr .days-container .days .empty {
  height: 31px;
  vertical-align: bottom;
}
#mini-clndr .clndr .days-container .days .headers {
  background-color: #f0f6fc;
  padding-top: 5px;
  padding-bottom: 5px;
}
#mini-clndr .clndr .days-container .days .headers .day-header {
  width: 37px;
  display: inline-block;
  text-align: center;
  color: #2980b9;
}
#mini-clndr .clndr .days-container .events {
  position: absolute;
  left: 259px;
  width: 259px;
  height: 222px;
  transition: left 0.5s;
  background-color: #ebebeb;
}
#mini-clndr .clndr .days-container .events .headers {
  position: relative;
}
#mini-clndr .clndr .days-container .events .event-header {
  width: 100%;
  background-color: #f0f6fc;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color: #2980b9;
}
#mini-clndr .clndr .days-container .events .x-button {
  position: absolute;
  font-size: 80%;
  top: 7px;
  left: 20px;
  cursor: pointer;
  transition: color 0.25s;
}
#mini-clndr .clndr .days-container .events .x-button:hover {
  color: white;
}
#mini-clndr .clndr .days-container .events .events-list {
  overflow-y: scroll;
  height: 185px;
}
#mini-clndr .clndr .days-container .events .events-list .event {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: background-color 0.25s;
  width: 100%;
  overflow: hidden;
}
#mini-clndr .clndr .days-container .events .events-list .event .event-dtLoc {
  width: 62px;
  float: left;
  font-size: 10px;
}
#mini-clndr .clndr .days-container .events .events-list .event .event-dtLoc a span {
  color: #999;
  font-size: 11px;
}
#mini-clndr .clndr .days-container .events .events-list .event .event-titleSt {
  margin-left: 65px;
}
#mini-clndr .clndr .days-container .events .events-list .event:hover {
  background-color: #f5f5f5;
}
#mini-clndr .clndr .days-container .events .events-list .event a {
  position: relative;
  display: block;
  font-size: 12px;
  background-color: transparent;
  color: #585f69;
  text-decoration: none;
  transition: color 0.25s;
}
#mini-clndr .clndr .days-container .events .events-list .event .calev-st {
  max-width: 30px;
  max-height: 14px;
  width: auto;
  height: auto;
  margin-top: -2px;
}
#mini-clndr .clndr .days-container .events .events-list .event a:hover {
  background-color: transparent;
  color: #4f91cd;
}
#mini-clndr .clndr .days-container.show-events .days {
  left: -259px;
}
#mini-clndr .clndr .days-container.show-events .events {
  left: 0;
}
.panel-default .collapse.in {
  background-color: #f0f6fc;
}
.panel-group .panel {
  margin-bottom: 10px;
}
.panel-body {
  padding: 5px 15px;
}
.panel-hsblue .panel-footer {
  background-color: #f0f6fc;
}
.panel-group .panel-hsblue {
  margin-bottom: 20px;
}
.panel-hsblue .panel {
  margin-bottom: 20px;
}
.panel-body .alert {
  margin-top: 10px;
}
.tab-pane .eventlistheader h2, .tab-pane .eventlistheader_intro {
  padding-left: 8px;
}
.eventlistheader .headline {
  margin-bottom: 13px;
}
.charityfoundation_info h5 {
  margin-top: 10px;
  margin-bottom: 2px;
}
.charityfoundation_info_moreless {
  overflow: hidden;
}
.clublisting_container-v2 {
  padding: 0;
}
#eac1_options label {
  margin-right: 8px;
}
#eventlogo_upload {
  width: 1px;
  height: 1px;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.row-eq-height {
  display: flex;
}
.evsetupraceslist {
  margin: 8px 0;
}
.evsetupraceslist > div {
  padding-bottom: 8px;
  border-bottom: 1px dashed #e4e9f0;
}
.evsetuprptmember div {
  display: inline-block;
  width: 175px;
}
.evsetuprptmember input {
  display: inline-block !important;
  width: 94px !important;
}
#category_template {
  display: none;
}
#rptcategories > div {
  margin-bottom: 8px;
}
.agefromto {
  display: inline-block;
  width: 60px;
}
.editpricecurrency div {
  display: inline-block;
}
.editpricecurrency div:first-child {
  width: 26px;
}
.editpricecurrency div:last-child {
  width: 80px;
}
.btn-danger2 {
  color: red !important;
  border-color: red;
  background-color: white;
}
.btn-danger2:hover, .btn-danger2:focus {
  color: white !important;
  border-color: red;
  background-color: red;
}
.btn-danger2:focus {
  outline: thin dotted !important;
}
.accesscodeinput {
  height: 40px;
  font-size: 24px;
  font-family: monospace;
}
.evsetuprac {
  padding: 5px;
  background-color: #f0f6fc;
  font-family: monospace;
  font-weight: bold;
}
.evstatetxt-0, .evstatetxt-0 a {
  color: red;
  font-weight: bold;
}
.evstatetxt-1, .evstatetxt-1 a {
  color: orange;
  font-weight: bold;
}
.evstatetxt-2, .evstatetxt-2 a {
  color: green;
  font-weight: bold;
}
#evdetailotherclubevents {
  margin-bottom: 20px;
}
#othercev_more {
  display: none;
}
.timezonetxt {
  font-size: 12px;
  color: #666;
}
.catfeeTable td:first-child {
  width: 82px;
}
.catfeeTable td:not(:last-child) {
  padding-right: 10px;
}
.catfeeTableHeader {
  color: #999;
}
.evsetupheaderstate {
  padding-left: 10px;
}
.showmoreventdetailscontainer {
  display: none;
}
.newcatfeecontainer {
  overflow-x: auto;
  white-space: nowrap;
}
#collapse-clubmemberships li a {
  padding-right: 8px;
}
button.evslocked {
  color: #ccc !important;
  border-color: #ccc !important;
}
.evslocked {
  opacity: 0.6;
  pointer-events: none;
}
#notifications {
  margin-bottom: 20px;
}
.topbar-v1 .top-v1-data li .logout {
  padding-right: 7px;
}
.topbar-v1 .top-v1-data li .logout a {
  padding: 0px;
}
.resultsintro {
  margin-bottom: 20px;
}
.cartbox {
  border: 1px solid #4f91cd;
  background-color: #f0f6fc;
  padding: 15px;
}
.cartbox h5 {
  color: #4f91cd;
  font-size: 15px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}
.cartbox_price {
  white-space: nowrap;
}
.race-lb {
  margin-bottom: 20px;
  border: 1px solid #4f91cd;
  width: 100%;
  font-size: 11px;
}
.rlbTitle {
  background-color: #4f91cd;
  color: #fff;
  font-weight: bold;
  padding: 5px;
}
.rlbTitle a {
  color: #fff;
  cursor: pointer;
}
.rlbTitle a:hover {
  cursor: pointer;
}
.rlbTitleName {
  overflow: hidden;
  white-space: nowrap;
  margin-right: 20px;
  text-overflow: ellipsis;
}
.rlbScores {
  color: #4f91cd;
}
.rlbScores .table {
  margin-bottom: 0px;
  table-layout: fixed;
  width: 100%;
  max-width: 260px;
}
.rlbScores .table>thead>tr>th, .rlbScores .table>tbody>tr>td {
  padding: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rlbScoreName {
  padding-right: 10px;
}
.rlbEmpty {
  padding: 5px;
}
.table.carttable>thead>tr>th, .table.carttable>tbody>tr>th, .table.carttable>tfoot>tr>th, .table.carttable>thead>tr>td, .table.carttable>tbody>tr>td, .table.carttable>tfoot>tr>td, .cartsubtable>tbody>tr>td {
  padding: 8px 4px;
}
.cartnohltitle h5 {
  font-weight: normal;
}
.cartsubraceproductsRow .carttitle {
  font-weight: normal;
  font-size: 14px;
}
.resultsnotavailable {
  font-size: 20px;
  margin: 50px auto;
  text-align: center;
  color: #4f91cd;
}
.dash-box {
  position: relative;
  background: #F2F2F2;
  border-radius: 4px;
  text-align: center;
  margin: 30px 0 40px;
}
.dash-box-icon {
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}
.dash-box-action {
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  left: 50%;
}
.dash-box-body {
  padding: 50px 20px;
}
.dash-box-icon:after {
  width: 60px;
  height: 60px;
  position: absolute;
  background: #fff;
  content: '';
  border-radius: 50%;
  left: -10px;
  top: -10px;
  z-index: -1;
}
.dash-box-icon > i {
  background: #fff;
  border-radius: 50%;
  line-height: 40px;
  color: #585f69;
  width: 40px;
  height: 40px;
  font-size: 22px;
}
.dash-box-icon:before {
  width: 75px;
  height: 75px;
  position: absolute;
  background: #ddd;
  content: '';
  border-radius: 50%;
  left: -17px;
  top: -17px;
  z-index: -2;
}
.dash-box-action > a {
  border: none;
  background: #FFF;
  border-radius: 19px;
  padding: 7px 16px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: .5px;
  color: #555;
  box-shadow: 0 3px 5px #d4d4d4;
}
.dash-box-action > a:hover {
  color: #003e85;
}
.dash-box-body > .dash-box-count {
  display: block;
  font-size: 30px;
  color: #585f69;
  font-weight: 300;
}
.dash-box-body > .dash-box-title {
  font-size: 13px;
  color: #585f69;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-v17-latin-300.eot");
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/open-sans-v17-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-latin-300.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-300.woff") format("woff"), url("../fonts/open-sans-v17-latin-300.ttf") format("truetype"), url("../fonts/open-sans-v17-latin-300.svg#OpenSans") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v17-latin-regular.eot");
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-regular.woff") format("woff"), url("../fonts/open-sans-v17-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v17-latin-regular.svg#OpenSans") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v17-latin-600.eot");
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/open-sans-v17-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-600.woff") format("woff"), url("../fonts/open-sans-v17-latin-600.ttf") format("truetype"), url("../fonts/open-sans-v17-latin-600.svg#OpenSans") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v17-latin-700.eot");
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans-v17-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-700.woff") format("woff"), url("../fonts/open-sans-v17-latin-700.ttf") format("truetype"), url("../fonts/open-sans-v17-latin-700.svg#OpenSans") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/open-sans-v17-latin-800.eot");
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("../fonts/open-sans-v17-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-latin-800.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-800.woff") format("woff"), url("../fonts/open-sans-v17-latin-800.ttf") format("truetype"), url("../fonts/open-sans-v17-latin-800.svg#OpenSans") format("svg");
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css*/
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !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^="#"]:after,
  a[href^="javascript:"]: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;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}
.glyphicon-minus:before {
  content: "−";
}
.glyphicon-cloud:before {
  content: "☁";
}
.glyphicon-envelope:before {
  content: "✉";
}
.glyphicon-pencil:before {
  content: "✏";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "⛺";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "⌛";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "¥";
}
.glyphicon-jpy:before {
  content: "¥";
}
.glyphicon-ruble:before {
  content: "₽";
}
.glyphicon-rub:before {
  content: "₽";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  background-color: #f5f8fa;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #3097D1;
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(32.8181818182, 106.3023715415, 147.6818181818);
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #f5f8fa;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role=button] {
  cursor: pointer;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: rgb(119.085, 119.085, 119.085);
}
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .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 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase, .initialism {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: rgb(119.085, 119.085, 119.085);
}
.text-primary {
  color: #3097D1;
}
a.text-primary:hover,
a.text-primary:focus {
  color: rgb(37.4545454545, 121.3201581028, 168.5454545455);
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}
.bg-primary {
  color: #fff;
}
.bg-primary {
  background-color: #3097D1;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(37.4545454545, 121.3201581028, 168.5454545455);
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.6;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@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;
}
.initialism {
  font-size: 90%;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 17.5px;
  border-left: 5px solid rgb(238.425, 238.425, 238.425);
}
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.6;
  color: rgb(119.085, 119.085, 119.085);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid rgb(238.425, 238.425, 238.425);
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.6;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 13px;
  line-height: 1.6;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.3333333333%;
}
.col-xs-2 {
  width: 16.6666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.3333333333%;
}
.col-xs-5 {
  width: 41.6666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.3333333333%;
}
.col-xs-8 {
  width: 66.6666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.3333333333%;
}
.col-xs-11 {
  width: 91.6666666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.3333333333%;
}
.col-xs-pull-2 {
  right: 16.6666666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.3333333333%;
}
.col-xs-pull-5 {
  right: 41.6666666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.3333333333%;
}
.col-xs-pull-8 {
  right: 66.6666666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.3333333333%;
}
.col-xs-pull-11 {
  right: 91.6666666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.3333333333%;
}
.col-xs-push-2 {
  left: 16.6666666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.3333333333%;
}
.col-xs-push-5 {
  left: 41.6666666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.3333333333%;
}
.col-xs-push-8 {
  left: 66.6666666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.3333333333%;
}
.col-xs-push-11 {
  left: 91.6666666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(119.085, 119.085, 119.085);
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #f5f8fa;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: rgb(232.25, 232.25, 232.25);
}
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  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: 700;
}
input[type=search] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}
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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.6;
  color: rgb(85.425, 85.425, 85.425);
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  background-image: none;
  border: 1px solid #999999;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: rgb(152.3181818182, 203.4110671937, 232.1818181818);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(152, 203, 232, 0.6);
}
.form-control::-moz-placeholder {
  color: rgb(127.5, 127.5, 127.5);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: rgb(127.5, 127.5, 127.5);
}
.form-control::-webkit-input-placeholder {
  color: rgb(127.5, 127.5, 127.5);
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: rgb(238.425, 238.425, 238.425);
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 36px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 36px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}
.input-sm, .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-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 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, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(114.75, 114.75, 114.75);
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:hover {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #3097D1;
  border-color: rgb(42.0909090909, 136.337944664, 189.4090909091);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(37.4545454545, 121.3201581028, 168.5454545455);
  border-color: rgb(18.9090909091, 61.2490118577, 85.0909090909);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(37.4545454545, 121.3201581028, 168.5454545455);
  border-color: rgb(30.9636363636, 100.295256917, 139.3363636364);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(37.4545454545, 121.3201581028, 168.5454545455);
  background-image: none;
  border-color: rgb(30.9636363636, 100.295256917, 139.3363636364);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(30.9636363636, 100.295256917, 139.3363636364);
  border-color: rgb(18.9090909091, 61.2490118577, 85.0909090909);
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #3097D1;
  border-color: rgb(42.0909090909, 136.337944664, 189.4090909091);
}
.btn-primary .badge {
  color: #3097D1;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #2ab27b;
  border-color: rgb(37.1318181818, 157.3681818182, 108.7431818182);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(32.2636363636, 136.7363636364, 94.4863636364);
  border-color: rgb(12.7909090909, 54.2090909091, 37.4590909091);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.2636363636, 136.7363636364, 94.4863636364);
  border-color: rgb(25.4481818182, 107.8518181818, 74.5268181818);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(32.2636363636, 136.7363636364, 94.4863636364);
  background-image: none;
  border-color: rgb(25.4481818182, 107.8518181818, 74.5268181818);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(25.4481818182, 107.8518181818, 74.5268181818);
  border-color: rgb(12.7909090909, 54.2090909091, 37.4590909091);
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #2ab27b;
  border-color: rgb(37.1318181818, 157.3681818182, 108.7431818182);
}
.btn-success .badge {
  color: #2ab27b;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #8eb4cb;
  border-color: rgb(124.5363636364, 168.4090909091, 194.9636363636);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(107.0727272727, 156.8181818182, 186.9272727273);
  border-color: rgb(60.5090909091, 104.7272727273, 131.4909090909);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(107.0727272727, 156.8181818182, 186.9272727273);
  border-color: rgb(82.6236363636, 140.5909090909, 175.6763636364);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(107.0727272727, 156.8181818182, 186.9272727273);
  background-image: none;
  border-color: rgb(82.6236363636, 140.5909090909, 175.6763636364);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(82.6236363636, 140.5909090909, 175.6763636364);
  border-color: rgb(60.5090909091, 104.7272727273, 131.4909090909);
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #8eb4cb;
  border-color: rgb(124.5363636364, 168.4090909091, 194.9636363636);
}
.btn-info .badge {
  color: #8eb4cb;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #cbb956;
  border-color: rgb(197, 176.9230769231, 66.5);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(182, 162.6153846154, 56);
  border-color: rgb(104, 92.9230769231, 32);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(182, 162.6153846154, 56);
  border-color: rgb(154.7, 138.2230769231, 47.6);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(182, 162.6153846154, 56);
  background-image: none;
  border-color: rgb(154.7, 138.2230769231, 47.6);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(154.7, 138.2230769231, 47.6);
  border-color: rgb(104, 92.9230769231, 32);
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #cbb956;
  border-color: rgb(197, 176.9230769231, 66.5);
}
.btn-warning .badge {
  color: #cbb956;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #bf5329;
  border-color: rgb(170.0064655172, 73.8771551724, 36.4935344828);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(149.0129310345, 64.7543103448, 31.9870689655);
  border-color: rgb(65.0387931034, 28.2629310345, 13.9612068966);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(149.0129310345, 64.7543103448, 31.9870689655);
  border-color: rgb(119.6219827586, 51.9823275862, 25.6780172414);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(149.0129310345, 64.7543103448, 31.9870689655);
  background-image: none;
  border-color: rgb(119.6219827586, 51.9823275862, 25.6780172414);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(119.6219827586, 51.9823275862, 25.6780172414);
  border-color: rgb(65.0387931034, 28.2629310345, 13.9612068966);
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #bf5329;
  border-color: rgb(170.0064655172, 73.8771551724, 36.4935344828);
}
.btn-danger .badge {
  color: #bf5329;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #3097D1;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(32.8181818182, 106.3023715415, 147.6818181818);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  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%;
}
.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;
  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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: rgb(38.25, 38.25, 38.25);
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3097D1;
  outline: 0;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.6;
  color: rgb(119.085, 119.085, 119.085);
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle, .btn-group.btn-group-lg > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  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-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.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-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: rgb(85.425, 85.425, 85.425);
  text-align: center;
  background-color: rgb(238.425, 238.425, 238.425);
  border: 1px solid #999999;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 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-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.nav > li.disabled > a {
  color: rgb(119.085, 119.085, 119.085);
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #3097D1;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: rgb(85.425, 85.425, 85.425);
  cursor: default;
  background-color: #f5f8fa;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.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: #fff;
  background-color: #3097D1;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f5f8fa;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.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-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@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;
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 14px 15px;
  font-size: 18px;
  line-height: 22px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  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: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@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: 22px;
  }
  .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: 14px;
    padding-bottom: 14px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: rgb(211, 224.2, 233);
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(93.5, 93.5, 93.5);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: rgb(238.425, 238.425, 238.425);
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: rgb(238.425, 238.425, 238.425);
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: rgb(238.425, 238.425, 238.425);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgb(211, 224.2, 233);
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-brand {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(157.335, 157.335, 157.335);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: rgb(119.085, 119.085, 119.085);
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.6;
  color: #3097D1;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: rgb(32.8181818182, 106.3023715415, 147.6818181818);
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #3097D1;
  border-color: #3097D1;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.alert-success hr {
  border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
}
.alert-success .alert-link {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.alert-info hr {
  border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}
.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.alert-warning hr {
  border-top-color: rgb(247.064516129, 225.4623655914, 180.935483871);
}
.alert-warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.alert-danger hr {
  border-top-color: rgb(227.5869565217, 185.4130434783, 192.4420289855);
}
.alert-danger .alert-link {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgb(211, 224.2, 233);
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: rgb(238.425, 238.425, 238.425);
}
.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: rgb(119.085, 119.085, 119.085);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #3097D1;
  border-color: #3097D1;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: rgb(214.9090909091, 234.8577075099, 246.0909090909);
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-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,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid rgb(211, 224.2, 233);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid rgb(211, 224.2, 233);
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid rgb(211, 224.2, 233);
}
.panel-default {
  border-color: rgb(211, 224.2, 233);
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #fff;
  border-color: rgb(211, 224.2, 233);
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(211, 224.2, 233);
}
.panel-default > .panel-heading .badge {
  color: #fff;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(211, 224.2, 233);
}
.panel-primary {
  border-color: #3097D1;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3097D1;
  border-color: #3097D1;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3097D1;
}
.panel-primary > .panel-heading .badge {
  color: #3097D1;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3097D1;
}
.panel-success {
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-info {
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-warning {
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-danger {
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.6;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.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 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.ui-datepicker {
  width: 24em;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
  background-image: none !important;
}
.ui-datepicker-prev:before,
.ui-datepicker-next:before {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  font-weight: normal;
  align-items: center;
  justify-content: center;
}
.ui-datepicker-prev:before {
  content: "\f100";
}
.ui-datepicker-next:before {
  content: "\f101";
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #8eb4cb;
  background: #3097D1;
  color: #333;
  font-weight: 400;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)*/
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.3333333333em;
  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.2857142857em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.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: #fff;
}
.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-remove:before,
.fa-close:before,
.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,
.fa-bar-chart: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-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.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,
.fa-gratipay: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-pp: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-buoy: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-resistance: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-y-combinator-square:before,
.fa-yc-square:before,
.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";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}
#payment-form {
  width: 100%;
  margin: 0 auto;
}
iframe {
  width: 100%;
}
.checkout-container {
  display: flex;
  flex-direction: column;
}
.pay-button {
  border: none;
  border-radius: 3px;
  color: #FFF;
  font-weight: 500;
  height: 40px;
  width: 100%;
  background-color: #13395E;
  box-shadow: 0 1px 3px 0 rgba(19, 57, 94, 0.4);
}
.pay-button:active {
  background-color: #0B2A49;
  box-shadow: 0 1px 3px 0 rgba(19, 57, 94, 0.4);
}
.pay-button:hover {
  background-color: #15406B;
  box-shadow: 0 2px 5px 0 rgba(19, 57, 94, 0.4);
}
.pay-button:disabled {
  background-color: #697887;
  box-shadow: none;
}
.pay-button:not(:disabled) {
  cursor: pointer;
}
.card-frame {
  border: solid 1px #13395E;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 8px;
  height: 40px;
  box-shadow: 0 1px 3px 0 rgba(19, 57, 94, 0.2);
}
.card-frame.frame--rendered {
  opacity: 1;
}
.card-frame.frame--rendered.frame--focus {
  border: solid 1px #13395E;
  box-shadow: 0 2px 5px 0 rgba(19, 57, 94, 0.15);
}
.card-frame.frame--rendered.frame--invalid {
  border: solid 1px #D96830;
  box-shadow: 0 2px 5px 0 rgba(217, 104, 48, 0.15);
}
.success-payment-message {
  color: #13395E;
  line-height: 1.4;
}
.token {
  color: #b35e14;
  font-size: 0.9rem;
  font-family: monospace;
}
@media screen and (min-width: 31rem) {
  .checkout-container {
    flex-direction: row;
  }
  .card-frame {
    margin-bottom: 0;
  }
  .pay-button {
    width: 175px;
    margin-left: 8px;
  }
}
