@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin,cyrillic');
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*
 * Off Canvas
 * --------------------------------------------------
 */
.offcanvas-backdrop {
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -10000;
  background-color: #000;
  opacity: 0;
  display: none;
}
.offcanvas-backdrop.active {
  opacity: 0.8;
  z-index: 1040;
  display: block;
}
@media screen and (max-width: 991px) {
  body.offcanvas {
    overflow: hidden;
  }
  .pe-menu {
    -webkit-transition: left 0.15s ease;
    -o-transition: left 0.15s ease;
    transition: left 0.15s ease;
    display: block;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: -250px;
    z-index: 1060;
    width: 250px;
    height: 100%;
    min-height: 100%;
    background-color: #fff;
    overflow: auto;
  }
  .pe-menu > .container {
    padding-right: 0px;
    padding-left: 0px;
    width: auto;
  }
  body.offcanvas-left-active .pe-menu {
    left: 0px;
  }
  .pe-offcanvas-right {
    -webkit-transition: right 0.15s ease;
    -o-transition: right 0.15s ease;
    transition: right 0.15s ease;
    display: block;
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: -250px;
    z-index: 1060;
    width: 250px;
    height: 100%;
    min-height: 100%;
    background-color: #fff;
    overflow: auto;
  }
  .pe-offcanvas-right .panel {
    box-shadow: none;
    overflow: auto;
    margin-bottom: 0px;
  }
  body.offcanvas-right-active .pe-offcanvas-right {
    right: 0;
  }
}
@media (max-width: 991px) {
  .pe-sidebar .pe-panel-default {
    border: none;
  }
  .pe-sidebar .panel-section,
  .pe-sidebar .panel-body,
  .pe-sidebar .panel-heading {
    padding: 15px;
  }
  .pe-navbar-inverse .pe-menu {
    border: none;
    background-color: #212121;
  }
  .pe-navbar-inverse .pe-menu > .navbar-nav {
    margin: 0px;
    padding: 0px;
    float: none !important;
  }
  .pe-navbar-inverse .pe-menu > .navbar-nav > li {
    float: none;
    display: block;
    padding: 0px;
  }
  .pe-navbar-inverse .pe-menu > .navbar-nav > li:last-child {
    padding-right: 0px;
  }
  .pe-navbar-inverse .pe-menu > .navbar-nav > li.-header {
    background-color: #f5f5f5;
    padding: 0 15px;
    line-height: 48px;
    margin-top: -1px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .pe-navbar-inverse .pe-menu > .navbar-nav > li.-header span {
    display: block;
    font-weight: 500;
  }
  .pe-navbar-inverse .pe-menu > .navbar-nav > li > a {
    margin-left: 0px;
    line-height: 45px;
    white-space: nowrap;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 20px;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    border-top: none;
    border-left: 2px solid transparent;
    font-weight: 300;
  }
  .pe-navbar-inverse .pe-menu > .navbar-nav > li > a:hover,
  .pe-navbar-inverse .pe-menu > .navbar-nav > li > a:focus {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background-color: #191919;
    color: #ffffff;
    border-top: none;
  }
  .pe-navbar-inverse .pe-menu > .navbar-nav > li.active > a,
  .pe-navbar-inverse .pe-menu > .navbar-nav > li.active > a:hover,
  .pe-navbar-inverse .pe-menu > .navbar-nav > li.active > a:focus {
    color: #ffffff;
    font-weight: 300;
    background-color: #191919;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    border-top: none;
  }
  .pe-navbar-inverse .pe-menu > .navbar-nav .open a,
  .pe-navbar-inverse .pe-menu > .navbar-nav .open a:hover,
  .pe-navbar-inverse .pe-menu > .navbar-nav .open a:focus {
    border-top: none;
  }
  .pe-navbar-inverse .pe-menu > .navbar-nav .open .dropdown-menu {
    padding: 0px;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .pe-navbar-inverse .pe-menu > .navbar-nav .open .dropdown-menu > li > a {
    border-top: none;
    display: block;
    clear: both;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    line-height: 35px;
    font-weight: 300;
    font-size: 13px;
    padding: 0px 30px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .pe-navbar-inverse .pe-menu > .navbar-nav .open .dropdown-menu > li > a:hover,
  .pe-navbar-inverse .pe-menu > .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #191919;
    border-top: none;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .pe-navbar-inverse .pe-menu > .navbar-nav > li.-header {
    line-height: 38px;
  }
}
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgba(0, 0, 0, 0.75);
  background-color: #fff;
  text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
  text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #b5b9bd;
}
h1 small.text-accent,
h2 small.text-accent,
h3 small.text-accent,
h4 small.text-accent,
h5 small.text-accent,
h6 small.text-accent,
.h1 small.text-accent,
.h2 small.text-accent,
.h3 small.text-accent,
.h4 small.text-accent,
.h5 small.text-accent,
.h6 small.text-accent,
h1 .small.text-accent,
h2 .small.text-accent,
h3 .small.text-accent,
h4 .small.text-accent,
h5 .small.text-accent,
h6 .small.text-accent,
.h1 .small.text-accent,
.h2 .small.text-accent,
.h3 .small.text-accent,
.h4 .small.text-accent,
.h5 .small.text-accent,
.h6 .small.text-accent {
  color: #f39c12;
}
h1.-uppercase {
  line-height: 1.4;
}
h1.-lead,
.h1.-lead {
  font-size: 34px;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 15px;
}
b,
strong {
  font-weight: 600;
}
.text-light {
  font-weight: 300;
}
.text-light small {
  font-weight: 300;
}
.text-normal {
  font-weight: 400;
}
.text-strong {
  font-weight: 600;
}
.text-xs {
  font-size: 10px;
}
.text-sm {
  font-size: 12px;
}
.text-md {
  font-size: 16px;
}
.text-lg {
  font-size: 18px;
}
.text-secondary {
  color: rgba(0, 0, 0, 0.75);
}
.text-disabled {
  color: rgba(0, 0, 0, 0.36);
}
.text-grey {
  color: rgba(0, 0, 0, 0.45);
}
.text-green {
  color: #27ae60;
}
.text-red {
  color: #e74c3c;
}
.text-carrot {
  color: #e67e22;
}
.text-pumpkin {
  color: #d35400;
}
.text-amber {
  color: #ffc107;
}
.text-pink {
  color: #e91e63;
}
.text-accent {
  color: #f39c12;
}
.text-accent-dark {
  color: #1b4f72;
}
.text-orange {
  color: #ff9800;
}
.text-blue-light {
  color: #03a9f4;
}
.text-blue-dark {
  color: #01579b;
}
.text-school {
  color: #9b59b6;
}
.text-preschool {
  color: #f39c12;
}
@media (max-width: 767px) {
  body {
    font-size: 12px;
    line-height: 1.428571429;
  }
  h1.-lead {
    font-size: 24px !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    font-size: 14px;
  }
  .text-xs,
  .text-sm {
    font-size: 10px;
  }
}
a.inherit {
  color: inherit;
}
a.inherit:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .sm-block {
    display: block;
  }
}
.-uppercase {
  text-transform: uppercase;
}
.pe-navbar {
  border: 0;
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.pe-navbar .navbar-nav:first-child {
  margin-left: 30px;
}
.pe-navbar > .container .navbar-brand {
  font-weight: 500;
  line-height: 30px;
  font-size: 18px;
  color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 30px;
}
.pe-navbar .navbar-toggle {
  padding-right: 15px;
  margin: 0px;
}
.pe-navbar .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .pe-navbar .nav > li > a {
    color: rgba(255, 255, 255, 0.5);
    padding: 5px 10px;
    line-height: 20px;
    font-size: 12px;
    margin: 0px 3px;
    font-weight: 500;
    border-radius: 3px;
  }
  .pe-navbar .nav > li > a:hover,
  .pe-navbar .nav > li > a:focus {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .pe-navbar .nav > .active > a,
  .pe-navbar .nav > .active > a:hover,
  .pe-navbar .nav > .active > a:focus {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .pe-navbar .nav > .disabled > a,
  .pe-navbar .nav > .disabled > a:hover,
  .pe-navbar .nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
@media (max-width: 991px) {
  .pe-navbar .navbar-nav {
    margin: 0;
    float: none !important;
    padding-top: 15px;
  }
  .pe-navbar .navbar-nav:first-child {
    margin-left: 0px;
  }
  .pe-navbar .navbar-nav.navbar-right:last-child {
    margin: 0px;
  }
  .pe-navbar .navbar-nav + .navbar-nav {
    padding-top: 0px;
  }
  .pe-navbar .nav > li {
    float: none;
    display: block;
    padding: 0 15px;
  }
  .pe-navbar .nav > li > a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .pe-navbar .nav .open a {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .pe-navbar .nav li.dropdown.open ul.dropdown-menu {
    padding: 0px;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
  }
  .pe-navbar .nav li.dropdown.open ul.dropdown-menu > li {
    padding-left: 15px;
  }
  .pe-navbar .nav li.dropdown.open ul.dropdown-menu > li a {
    color: #2e86c1;
    padding: 0px 0px 5px 0px;
    line-height: 20px;
    font-size: 12px;
    margin: 0px 0px 5px 0px;
    font-weight: 400;
    display: block;
    clear: both;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .pe-navbar .nav li.dropdown.open ul.dropdown-menu > li a:hover,
  .pe-navbar .nav li.dropdown.open ul.dropdown-menu > li a:focus {
    color: #85c1e9;
    background-color: transparent;
  }
  .pe-navbar .nav > li > a {
    color: #2e86c1;
    padding: 0px 0px 10px 0px;
    line-height: 20px;
    font-size: 13px;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
    border-radius: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .pe-navbar .nav > li > a:hover,
  .pe-navbar .nav > li > a:focus {
    color: #85c1e9;
    background-color: transparent;
  }
  .pe-navbar .nav > .active > a,
  .pe-navbar .nav > .active > a:hover,
  .pe-navbar .nav > .active > a:focus {
    color: rgba(0, 0, 0, 0.87);
    font-weight: 600;
    background-color: transparent;
  }
  .pe-navbar .nav > .disabled > a,
  .pe-navbar .nav > .disabled > a:hover,
  .pe-navbar .nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: inherit;
  }
}
@media (min-width: 992px) {
  .pe-navbar-inverse .-ellepsis {
    max-width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.pe-navbar-inverse {
  background-color: #00182c;
  margin-bottom: 0;
  border-bottom: 0;
  min-height: 50px;
}
.pe-navbar-inverse .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.5);
  padding: 15px 0 15px;
  line-height: 20px;
  font-size: 14px;
  margin-left: 20px;
  font-weight: 300;
}
.pe-navbar-inverse .navbar-nav > li > a:hover,
.pe-navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.pe-navbar-inverse .navbar-nav > .active > a,
.pe-navbar-inverse .navbar-nav > .active > a:hover,
.pe-navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.pe-navbar-inverse .navbar-nav > .disabled > a,
.pe-navbar-inverse .navbar-nav > .disabled > a:hover,
.pe-navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.pe-navbar-inverse .navbar-nav > .open > a,
.pe-navbar-inverse .navbar-nav > .open > a:hover,
.pe-navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.pe-navbar-inverse > .container .navbar-brand {
  font-weight: 300;
  line-height: 20px;
  padding: 15px 15px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  height: 50px;
}
.pe-btn {
  font-weight: 600;
  border-radius: 2px;
  font-size: 13px;
  padding: 8px 15px;
  min-width: 64px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.pe-btn:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px) {
  .pe-btn {
    font-size: 12px;
  }
}
.btn-sm {
  font-size: 12px;
}
.btn-xs {
  font-size: 10px;
  padding: 4px 10px 2px;
}
.pe-btn-lg {
  font-size: 16px;
}
.btn-wide {
  padding-right: 40px;
  padding-left: 40px;
}
.pe-btn-full-width {
  padding: 12px 0 10px;
  border-radius: 0px;
}
.btn-link:hover {
  text-decoration: none;
}
.nk-btn-link-danger {
  color: #ff2d55;
}
.nk-btn-link-danger:hover,
.nk-btn-link-danger:active,
.nk-btn-link-danger:focus {
  color: #ff7a93;
}
.-flat {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.-flat:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.-btn-flat-primary {
  color: #2e86c1;
  background-color: transparent;
  border-color: #2e86c1;
}
.-btn-flat-primary:hover,
.-btn-flat-primary:focus,
.-btn-flat-primary:active,
.-btn-flat-primary.active,
.open > .dropdown-toggle.-btn-flat-primary {
  color: #2e86c1;
  background-color: rgba(0, 0, 0, 0);
  border-color: #226490;
}
.-btn-flat-primary:active,
.-btn-flat-primary.active,
.open > .dropdown-toggle.-btn-flat-primary {
  background-image: none;
}
.-btn-flat-primary.disabled,
.-btn-flat-primary[disabled],
fieldset[disabled] .-btn-flat-primary,
.-btn-flat-primary.disabled:hover,
.-btn-flat-primary[disabled]:hover,
fieldset[disabled] .-btn-flat-primary:hover,
.-btn-flat-primary.disabled:focus,
.-btn-flat-primary[disabled]:focus,
fieldset[disabled] .-btn-flat-primary:focus,
.-btn-flat-primary.disabled:active,
.-btn-flat-primary[disabled]:active,
fieldset[disabled] .-btn-flat-primary:active,
.-btn-flat-primary.disabled.active,
.-btn-flat-primary[disabled].active,
fieldset[disabled] .-btn-flat-primary.active {
  background-color: transparent;
  border-color: #2e86c1;
}
.-btn-flat-primary .badge {
  color: transparent;
  background-color: #2e86c1;
}
.-btn-flat-default {
  color: rgba(0, 0, 0, 0.75);
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.75);
}
.-btn-flat-default:hover,
.-btn-flat-default:focus,
.-btn-flat-default:active,
.-btn-flat-default.active,
.open > .dropdown-toggle.-btn-flat-default {
  color: rgba(0, 0, 0, 0.75);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0.75);
}
.-btn-flat-default:active,
.-btn-flat-default.active,
.open > .dropdown-toggle.-btn-flat-default {
  background-image: none;
}
.-btn-flat-default.disabled,
.-btn-flat-default[disabled],
fieldset[disabled] .-btn-flat-default,
.-btn-flat-default.disabled:hover,
.-btn-flat-default[disabled]:hover,
fieldset[disabled] .-btn-flat-default:hover,
.-btn-flat-default.disabled:focus,
.-btn-flat-default[disabled]:focus,
fieldset[disabled] .-btn-flat-default:focus,
.-btn-flat-default.disabled:active,
.-btn-flat-default[disabled]:active,
fieldset[disabled] .-btn-flat-default:active,
.-btn-flat-default.disabled.active,
.-btn-flat-default[disabled].active,
fieldset[disabled] .-btn-flat-default.active {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.75);
}
.-btn-flat-default .badge {
  color: transparent;
  background-color: rgba(0, 0, 0, 0.75);
}
.pe-btn-gray {
  color: #7f7f7f;
  background-color: transparent;
  border-color: #7f7f7f;
  border-width: 1px;
  border-style: solid;
}
.pe-btn-gray:hover,
.pe-btn-gray:focus,
.pe-btn-gray:active,
.pe-btn-gray.active,
.open > .dropdown-toggle.pe-btn-gray {
  color: #7f7f7f;
  background-color: rgba(0, 0, 0, 0);
  border-color: #606060;
}
.pe-btn-gray:active,
.pe-btn-gray.active,
.open > .dropdown-toggle.pe-btn-gray {
  background-image: none;
}
.pe-btn-gray.disabled,
.pe-btn-gray[disabled],
fieldset[disabled] .pe-btn-gray,
.pe-btn-gray.disabled:hover,
.pe-btn-gray[disabled]:hover,
fieldset[disabled] .pe-btn-gray:hover,
.pe-btn-gray.disabled:focus,
.pe-btn-gray[disabled]:focus,
fieldset[disabled] .pe-btn-gray:focus,
.pe-btn-gray.disabled:active,
.pe-btn-gray[disabled]:active,
fieldset[disabled] .pe-btn-gray:active,
.pe-btn-gray.disabled.active,
.pe-btn-gray[disabled].active,
fieldset[disabled] .pe-btn-gray.active {
  background-color: transparent;
  border-color: #7f7f7f;
}
.pe-btn-gray .badge {
  color: transparent;
  background-color: #7f7f7f;
}
.pe-btn-gray:hover {
  background-color: #7f7f7f;
  color: #fff;
}
.pe-btn-link {
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
  border-color: transparent;
}
.pe-btn-link:hover,
.pe-btn-link:focus,
.pe-btn-link:active,
.pe-btn-link.active,
.open > .dropdown-toggle.pe-btn-link {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.pe-btn-link:active,
.pe-btn-link.active,
.open > .dropdown-toggle.pe-btn-link {
  background-image: none;
}
.pe-btn-link.disabled,
.pe-btn-link[disabled],
fieldset[disabled] .pe-btn-link,
.pe-btn-link.disabled:hover,
.pe-btn-link[disabled]:hover,
fieldset[disabled] .pe-btn-link:hover,
.pe-btn-link.disabled:focus,
.pe-btn-link[disabled]:focus,
fieldset[disabled] .pe-btn-link:focus,
.pe-btn-link.disabled:active,
.pe-btn-link[disabled]:active,
fieldset[disabled] .pe-btn-link:active,
.pe-btn-link.disabled.active,
.pe-btn-link[disabled].active,
fieldset[disabled] .pe-btn-link.active {
  background-color: transparent;
  border-color: transparent;
}
.pe-btn-link .badge {
  color: transparent;
  background-color: rgba(0, 0, 0, 0.87);
}
.pe-btn-link:hover {
  background-color: #f5f5f5;
}
.pe-btn-link-inverse {
  color: rgba(255, 255, 255, 0.85);
  background-color: transparent;
  border-color: transparent;
}
.pe-btn-link-inverse:hover,
.pe-btn-link-inverse:focus,
.pe-btn-link-inverse:active,
.pe-btn-link-inverse.active,
.open > .dropdown-toggle.pe-btn-link-inverse {
  color: rgba(255, 255, 255, 0.85);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.pe-btn-link-inverse:active,
.pe-btn-link-inverse.active,
.open > .dropdown-toggle.pe-btn-link-inverse {
  background-image: none;
}
.pe-btn-link-inverse.disabled,
.pe-btn-link-inverse[disabled],
fieldset[disabled] .pe-btn-link-inverse,
.pe-btn-link-inverse.disabled:hover,
.pe-btn-link-inverse[disabled]:hover,
fieldset[disabled] .pe-btn-link-inverse:hover,
.pe-btn-link-inverse.disabled:focus,
.pe-btn-link-inverse[disabled]:focus,
fieldset[disabled] .pe-btn-link-inverse:focus,
.pe-btn-link-inverse.disabled:active,
.pe-btn-link-inverse[disabled]:active,
fieldset[disabled] .pe-btn-link-inverse:active,
.pe-btn-link-inverse.disabled.active,
.pe-btn-link-inverse[disabled].active,
fieldset[disabled] .pe-btn-link-inverse.active {
  background-color: transparent;
  border-color: transparent;
}
.pe-btn-link-inverse .badge {
  color: transparent;
  background-color: rgba(255, 255, 255, 0.85);
}
.pe-btn-link-inverse:hover {
  color: #ffffff;
}
.pe-btn-info {
  color: #2c658b;
  background-color: #eaf3f9;
  border-color: transparent;
}
.pe-btn-info:hover,
.pe-btn-info:focus,
.pe-btn-info:active,
.pe-btn-info.active,
.open > .dropdown-toggle.pe-btn-info {
  color: #2c658b;
  background-color: #c3dced;
  border-color: rgba(0, 0, 0, 0);
}
.pe-btn-info:active,
.pe-btn-info.active,
.open > .dropdown-toggle.pe-btn-info {
  background-image: none;
}
.pe-btn-info.disabled,
.pe-btn-info[disabled],
fieldset[disabled] .pe-btn-info,
.pe-btn-info.disabled:hover,
.pe-btn-info[disabled]:hover,
fieldset[disabled] .pe-btn-info:hover,
.pe-btn-info.disabled:focus,
.pe-btn-info[disabled]:focus,
fieldset[disabled] .pe-btn-info:focus,
.pe-btn-info.disabled:active,
.pe-btn-info[disabled]:active,
fieldset[disabled] .pe-btn-info:active,
.pe-btn-info.disabled.active,
.pe-btn-info[disabled].active,
fieldset[disabled] .pe-btn-info.active {
  background-color: #eaf3f9;
  border-color: transparent;
}
.pe-btn-info .badge {
  color: #eaf3f9;
  background-color: #2c658b;
}
.pe-btn-grey {
  color: #616161;
  background-color: #e0e0e0;
  border-color: transparent;
}
.pe-btn-grey:hover,
.pe-btn-grey:focus,
.pe-btn-grey:active,
.pe-btn-grey.active,
.open > .dropdown-toggle.pe-btn-grey {
  color: #616161;
  background-color: #c7c7c7;
  border-color: rgba(0, 0, 0, 0);
}
.pe-btn-grey:active,
.pe-btn-grey.active,
.open > .dropdown-toggle.pe-btn-grey {
  background-image: none;
}
.pe-btn-grey.disabled,
.pe-btn-grey[disabled],
fieldset[disabled] .pe-btn-grey,
.pe-btn-grey.disabled:hover,
.pe-btn-grey[disabled]:hover,
fieldset[disabled] .pe-btn-grey:hover,
.pe-btn-grey.disabled:focus,
.pe-btn-grey[disabled]:focus,
fieldset[disabled] .pe-btn-grey:focus,
.pe-btn-grey.disabled:active,
.pe-btn-grey[disabled]:active,
fieldset[disabled] .pe-btn-grey:active,
.pe-btn-grey.disabled.active,
.pe-btn-grey[disabled].active,
fieldset[disabled] .pe-btn-grey.active {
  background-color: #e0e0e0;
  border-color: transparent;
}
.pe-btn-grey .badge {
  color: #e0e0e0;
  background-color: #616161;
}
.pe-btn-primary {
  color: #ffffff;
  background-color: #2e86c1;
  border-color: transparent;
}
.pe-btn-primary:hover,
.pe-btn-primary:focus,
.pe-btn-primary:active,
.pe-btn-primary.active,
.open > .dropdown-toggle.pe-btn-primary {
  color: #ffffff;
  background-color: #246998;
  border-color: rgba(0, 0, 0, 0);
}
.pe-btn-primary:active,
.pe-btn-primary.active,
.open > .dropdown-toggle.pe-btn-primary {
  background-image: none;
}
.pe-btn-primary.disabled,
.pe-btn-primary[disabled],
fieldset[disabled] .pe-btn-primary,
.pe-btn-primary.disabled:hover,
.pe-btn-primary[disabled]:hover,
fieldset[disabled] .pe-btn-primary:hover,
.pe-btn-primary.disabled:focus,
.pe-btn-primary[disabled]:focus,
fieldset[disabled] .pe-btn-primary:focus,
.pe-btn-primary.disabled:active,
.pe-btn-primary[disabled]:active,
fieldset[disabled] .pe-btn-primary:active,
.pe-btn-primary.disabled.active,
.pe-btn-primary[disabled].active,
fieldset[disabled] .pe-btn-primary.active {
  background-color: #2e86c1;
  border-color: transparent;
}
.pe-btn-primary .badge {
  color: #2e86c1;
  background-color: #ffffff;
}
.pe-btn-accent {
  color: #ffffff;
  background-color: #f39c12;
  border-color: transparent;
}
.pe-btn-accent:hover,
.pe-btn-accent:focus,
.pe-btn-accent:active,
.pe-btn-accent.active,
.open > .dropdown-toggle.pe-btn-accent {
  color: #ffffff;
  background-color: #c87f0a;
  border-color: rgba(0, 0, 0, 0);
}
.pe-btn-accent:active,
.pe-btn-accent.active,
.open > .dropdown-toggle.pe-btn-accent {
  background-image: none;
}
.pe-btn-accent.disabled,
.pe-btn-accent[disabled],
fieldset[disabled] .pe-btn-accent,
.pe-btn-accent.disabled:hover,
.pe-btn-accent[disabled]:hover,
fieldset[disabled] .pe-btn-accent:hover,
.pe-btn-accent.disabled:focus,
.pe-btn-accent[disabled]:focus,
fieldset[disabled] .pe-btn-accent:focus,
.pe-btn-accent.disabled:active,
.pe-btn-accent[disabled]:active,
fieldset[disabled] .pe-btn-accent:active,
.pe-btn-accent.disabled.active,
.pe-btn-accent[disabled].active,
fieldset[disabled] .pe-btn-accent.active {
  background-color: #f39c12;
  border-color: transparent;
}
.pe-btn-accent .badge {
  color: #f39c12;
  background-color: #ffffff;
}
.pe-navbar-btn {
  color: #ffffff;
  background-color: #2196f3;
  border-color: transparent;
}
.pe-navbar-btn:hover,
.pe-navbar-btn:focus,
.pe-navbar-btn:active,
.pe-navbar-btn.active,
.open > .dropdown-toggle.pe-navbar-btn {
  color: #ffffff;
  background-color: #0c7cd5;
  border-color: rgba(0, 0, 0, 0);
}
.pe-navbar-btn:active,
.pe-navbar-btn.active,
.open > .dropdown-toggle.pe-navbar-btn {
  background-image: none;
}
.pe-navbar-btn.disabled,
.pe-navbar-btn[disabled],
fieldset[disabled] .pe-navbar-btn,
.pe-navbar-btn.disabled:hover,
.pe-navbar-btn[disabled]:hover,
fieldset[disabled] .pe-navbar-btn:hover,
.pe-navbar-btn.disabled:focus,
.pe-navbar-btn[disabled]:focus,
fieldset[disabled] .pe-navbar-btn:focus,
.pe-navbar-btn.disabled:active,
.pe-navbar-btn[disabled]:active,
fieldset[disabled] .pe-navbar-btn:active,
.pe-navbar-btn.disabled.active,
.pe-navbar-btn[disabled].active,
fieldset[disabled] .pe-navbar-btn.active {
  background-color: #2196f3;
  border-color: transparent;
}
.pe-navbar-btn .badge {
  color: #2196f3;
  background-color: #ffffff;
}
.pe-btn-white {
  color: rgba(255, 255, 255, 0.85);
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff !important;
  font-weight: 300;
}
.pe-btn-white:hover,
.pe-btn-white:focus,
.pe-btn-white:active,
.pe-btn-white.active,
.open > .dropdown-toggle.pe-btn-white {
  color: rgba(255, 255, 255, 0.85);
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.pe-btn-white:active,
.pe-btn-white.active,
.open > .dropdown-toggle.pe-btn-white {
  background-image: none;
}
.pe-btn-white.disabled,
.pe-btn-white[disabled],
fieldset[disabled] .pe-btn-white,
.pe-btn-white.disabled:hover,
.pe-btn-white[disabled]:hover,
fieldset[disabled] .pe-btn-white:hover,
.pe-btn-white.disabled:focus,
.pe-btn-white[disabled]:focus,
fieldset[disabled] .pe-btn-white:focus,
.pe-btn-white.disabled:active,
.pe-btn-white[disabled]:active,
fieldset[disabled] .pe-btn-white:active,
.pe-btn-white.disabled.active,
.pe-btn-white[disabled].active,
fieldset[disabled] .pe-btn-white.active {
  background-color: transparent;
  border-color: #ffffff;
}
.pe-btn-white .badge {
  color: transparent;
  background-color: rgba(255, 255, 255, 0.85);
}
.pe-btn-white:hover,
.pe-btn-white:focus,
.pe-btn-white:active {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.85) !important;
}
.pe-btn-white-nob {
  color: rgba(255, 255, 255, 0.85);
  background-color: transparent;
  border-color: transparent;
}
.pe-btn-white-nob:hover,
.pe-btn-white-nob:focus,
.pe-btn-white-nob:active,
.pe-btn-white-nob.active,
.open > .dropdown-toggle.pe-btn-white-nob {
  color: rgba(255, 255, 255, 0.85);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.pe-btn-white-nob:active,
.pe-btn-white-nob.active,
.open > .dropdown-toggle.pe-btn-white-nob {
  background-image: none;
}
.pe-btn-white-nob.disabled,
.pe-btn-white-nob[disabled],
fieldset[disabled] .pe-btn-white-nob,
.pe-btn-white-nob.disabled:hover,
.pe-btn-white-nob[disabled]:hover,
fieldset[disabled] .pe-btn-white-nob:hover,
.pe-btn-white-nob.disabled:focus,
.pe-btn-white-nob[disabled]:focus,
fieldset[disabled] .pe-btn-white-nob:focus,
.pe-btn-white-nob.disabled:active,
.pe-btn-white-nob[disabled]:active,
fieldset[disabled] .pe-btn-white-nob:active,
.pe-btn-white-nob.disabled.active,
.pe-btn-white-nob[disabled].active,
fieldset[disabled] .pe-btn-white-nob.active {
  background-color: transparent;
  border-color: transparent;
}
.pe-btn-white-nob .badge {
  color: transparent;
  background-color: rgba(255, 255, 255, 0.85);
}
.pe-btn-white-nob:hover,
.pe-btn-white-nob:focus,
.pe-btn-white-nob:active {
  color: #ffffff;
}
.pe-btn-block-default {
  display: block;
  padding: 14px 0 10px;
  font-weight: 400;
  border-radius: 0px;
  color: rgba(255, 255, 255, 0.9);
  background-color: #97c3e0;
  border-color: transparent;
}
.pe-btn-block-default:hover,
.pe-btn-block-default:focus,
.pe-btn-block-default:active,
.pe-btn-block-default.active,
.open > .dropdown-toggle.pe-btn-block-default {
  color: rgba(255, 255, 255, 0.9);
  background-color: #6facd4;
  border-color: rgba(0, 0, 0, 0);
}
.pe-btn-block-default:active,
.pe-btn-block-default.active,
.open > .dropdown-toggle.pe-btn-block-default {
  background-image: none;
}
.pe-btn-block-default.disabled,
.pe-btn-block-default[disabled],
fieldset[disabled] .pe-btn-block-default,
.pe-btn-block-default.disabled:hover,
.pe-btn-block-default[disabled]:hover,
fieldset[disabled] .pe-btn-block-default:hover,
.pe-btn-block-default.disabled:focus,
.pe-btn-block-default[disabled]:focus,
fieldset[disabled] .pe-btn-block-default:focus,
.pe-btn-block-default.disabled:active,
.pe-btn-block-default[disabled]:active,
fieldset[disabled] .pe-btn-block-default:active,
.pe-btn-block-default.disabled.active,
.pe-btn-block-default[disabled].active,
fieldset[disabled] .pe-btn-block-default.active {
  background-color: #97c3e0;
  border-color: transparent;
}
.pe-btn-block-default .badge {
  color: #97c3e0;
  background-color: rgba(255, 255, 255, 0.9);
}
.nk-btn-default {
  color: #333333;
  background-color: #eeeeee;
  border-color: #e2e2e2;
}
.nk-btn-default:hover,
.nk-btn-default:focus,
.nk-btn-default:active,
.nk-btn-default.active,
.open > .dropdown-toggle.nk-btn-default {
  color: #333333;
  background-color: #d5d5d5;
  border-color: #c3c3c3;
}
.nk-btn-default:active,
.nk-btn-default.active,
.open > .dropdown-toggle.nk-btn-default {
  background-image: none;
}
.nk-btn-default.disabled,
.nk-btn-default[disabled],
fieldset[disabled] .nk-btn-default,
.nk-btn-default.disabled:hover,
.nk-btn-default[disabled]:hover,
fieldset[disabled] .nk-btn-default:hover,
.nk-btn-default.disabled:focus,
.nk-btn-default[disabled]:focus,
fieldset[disabled] .nk-btn-default:focus,
.nk-btn-default.disabled:active,
.nk-btn-default[disabled]:active,
fieldset[disabled] .nk-btn-default:active,
.nk-btn-default.disabled.active,
.nk-btn-default[disabled].active,
fieldset[disabled] .nk-btn-default.active {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}
.nk-btn-default .badge {
  color: #eeeeee;
  background-color: #333333;
}
.nk-btn-primary {
  color: #ffffff;
  background-color: #63b6e5;
  border-color: #2497d8;
}
.nk-btn-primary:hover,
.nk-btn-primary:focus,
.nk-btn-primary:active,
.nk-btn-primary.active,
.open > .dropdown-toggle.nk-btn-primary {
  color: #ffffff;
  background-color: #37a2de;
  border-color: #1b72a3;
}
.nk-btn-primary:active,
.nk-btn-primary.active,
.open > .dropdown-toggle.nk-btn-primary {
  background-image: none;
}
.nk-btn-primary.disabled,
.nk-btn-primary[disabled],
fieldset[disabled] .nk-btn-primary,
.nk-btn-primary.disabled:hover,
.nk-btn-primary[disabled]:hover,
fieldset[disabled] .nk-btn-primary:hover,
.nk-btn-primary.disabled:focus,
.nk-btn-primary[disabled]:focus,
fieldset[disabled] .nk-btn-primary:focus,
.nk-btn-primary.disabled:active,
.nk-btn-primary[disabled]:active,
fieldset[disabled] .nk-btn-primary:active,
.nk-btn-primary.disabled.active,
.nk-btn-primary[disabled].active,
fieldset[disabled] .nk-btn-primary.active {
  background-color: #63b6e5;
  border-color: #2497d8;
}
.nk-btn-primary .badge {
  color: #63b6e5;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.nk-btn-info {
  color: #333333;
  background-color: #eef3f7;
  border-color: #cbdbe7;
}
.nk-btn-info:hover,
.nk-btn-info:focus,
.nk-btn-info:active,
.nk-btn-info.active,
.open > .dropdown-toggle.nk-btn-info {
  color: #333333;
  background-color: #cbdbe7;
  border-color: #a2bdd3;
}
.nk-btn-info:active,
.nk-btn-info.active,
.open > .dropdown-toggle.nk-btn-info {
  background-image: none;
}
.nk-btn-info.disabled,
.nk-btn-info[disabled],
fieldset[disabled] .nk-btn-info,
.nk-btn-info.disabled:hover,
.nk-btn-info[disabled]:hover,
fieldset[disabled] .nk-btn-info:hover,
.nk-btn-info.disabled:focus,
.nk-btn-info[disabled]:focus,
fieldset[disabled] .nk-btn-info:focus,
.nk-btn-info.disabled:active,
.nk-btn-info[disabled]:active,
fieldset[disabled] .nk-btn-info:active,
.nk-btn-info.disabled.active,
.nk-btn-info[disabled].active,
fieldset[disabled] .nk-btn-info.active {
  background-color: #eef3f7;
  border-color: #cbdbe7;
}
.nk-btn-info .badge {
  color: #eef3f7;
  background-color: #333333;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.nk-btn-danger {
  color: #ffffff;
  background-color: #ff2d55;
  border-color: #e0002b;
}
.nk-btn-danger:hover,
.nk-btn-danger:focus,
.nk-btn-danger:active,
.nk-btn-danger.active,
.open > .dropdown-toggle.nk-btn-danger {
  color: #ffffff;
  background-color: #f9002f;
  border-color: #a2001f;
}
.nk-btn-danger:active,
.nk-btn-danger.active,
.open > .dropdown-toggle.nk-btn-danger {
  background-image: none;
}
.nk-btn-danger.disabled,
.nk-btn-danger[disabled],
fieldset[disabled] .nk-btn-danger,
.nk-btn-danger.disabled:hover,
.nk-btn-danger[disabled]:hover,
fieldset[disabled] .nk-btn-danger:hover,
.nk-btn-danger.disabled:focus,
.nk-btn-danger[disabled]:focus,
fieldset[disabled] .nk-btn-danger:focus,
.nk-btn-danger.disabled:active,
.nk-btn-danger[disabled]:active,
fieldset[disabled] .nk-btn-danger:active,
.nk-btn-danger.disabled.active,
.nk-btn-danger[disabled].active,
fieldset[disabled] .nk-btn-danger.active {
  background-color: #ff2d55;
  border-color: #e0002b;
}
.nk-btn-danger .badge {
  color: #ff2d55;
  background-color: #ffffff;
}
.nk-btn-violet {
  color: #ffffff;
  background-color: #8e44ad;
  border-color: #612e76;
}
.nk-btn-violet:hover,
.nk-btn-violet:focus,
.nk-btn-violet:active,
.nk-btn-violet.active,
.open > .dropdown-toggle.nk-btn-violet {
  color: #ffffff;
  background-color: #703688;
  border-color: #3d1d4a;
}
.nk-btn-violet:active,
.nk-btn-violet.active,
.open > .dropdown-toggle.nk-btn-violet {
  background-image: none;
}
.nk-btn-violet.disabled,
.nk-btn-violet[disabled],
fieldset[disabled] .nk-btn-violet,
.nk-btn-violet.disabled:hover,
.nk-btn-violet[disabled]:hover,
fieldset[disabled] .nk-btn-violet:hover,
.nk-btn-violet.disabled:focus,
.nk-btn-violet[disabled]:focus,
fieldset[disabled] .nk-btn-violet:focus,
.nk-btn-violet.disabled:active,
.nk-btn-violet[disabled]:active,
fieldset[disabled] .nk-btn-violet:active,
.nk-btn-violet.disabled.active,
.nk-btn-violet[disabled].active,
fieldset[disabled] .nk-btn-violet.active {
  background-color: #8e44ad;
  border-color: #612e76;
}
.nk-btn-violet .badge {
  color: #8e44ad;
  background-color: #ffffff;
}
.nk-btn-midnight {
  color: #ffffff;
  background-color: #2c3e50;
  border-color: #476481;
}
.nk-btn-midnight:hover,
.nk-btn-midnight:focus,
.nk-btn-midnight:active,
.nk-btn-midnight.active,
.open > .dropdown-toggle.nk-btn-midnight {
  color: #ffffff;
  background-color: #1a242f;
  border-color: #31465a;
}
.nk-btn-midnight:active,
.nk-btn-midnight.active,
.open > .dropdown-toggle.nk-btn-midnight {
  background-image: none;
}
.nk-btn-midnight.disabled,
.nk-btn-midnight[disabled],
fieldset[disabled] .nk-btn-midnight,
.nk-btn-midnight.disabled:hover,
.nk-btn-midnight[disabled]:hover,
fieldset[disabled] .nk-btn-midnight:hover,
.nk-btn-midnight.disabled:focus,
.nk-btn-midnight[disabled]:focus,
fieldset[disabled] .nk-btn-midnight:focus,
.nk-btn-midnight.disabled:active,
.nk-btn-midnight[disabled]:active,
fieldset[disabled] .nk-btn-midnight:active,
.nk-btn-midnight.disabled.active,
.nk-btn-midnight[disabled].active,
fieldset[disabled] .nk-btn-midnight.active {
  background-color: #2c3e50;
  border-color: #476481;
}
.nk-btn-midnight .badge {
  color: #2c3e50;
  background-color: #ffffff;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.nk-btn-sm {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.nk-btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.favourite {
  color: rgba(0, 0, 0, 0.36);
}
.favourite:hover,
.favourite:focus,
.favourite:active {
  color: #ffc107;
}
.favourite.on {
  color: #ffc107;
}
.favourite.on:hover,
.favourite.on:focus,
.favourite.on:active {
  color: #ffc107;
}
.pe-float-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: #2e86c1;
  z-index: 999;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.12);
}
.pe-float-button:hover {
  background-color: #2978ac;
  color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.pe-btn-flat {
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0px;
  padding-right: 0px;
}
.pe-btn-flat:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pe-btn-flat-primary {
  color: #2e86c1;
}
.pe-btn-flat-primary:hover {
  color: #85c1e9;
}
.pe-btn-flat-danger {
  color: #f44336;
}
.pe-btn-flat-danger:hover {
  color: #ef5350;
}
.pe-btn-text {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  font-weight: 600;
  color: #2e86c1;
  padding-left: 0;
  padding-right: 0;
}
.pe-btn-text:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pe-btn-text.-danger {
  color: #e74c3c;
}
.pe-btn-text.-danger:hover {
  color: #a82315;
}
.pe-btn-text + .pe-btn-text {
  margin-left: 15px;
}
.pe-btn-default {
  color: rgba(0, 0, 0, 0.75);
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pe-btn-default:hover,
.pe-btn-default:focus,
.pe-btn-default:active,
.pe-btn-default.active,
.open > .dropdown-toggle.pe-btn-default {
  color: rgba(0, 0, 0, 0.75);
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0.1);
}
.pe-btn-default:active,
.pe-btn-default.active,
.open > .dropdown-toggle.pe-btn-default {
  background-image: none;
}
.pe-btn-default.disabled,
.pe-btn-default[disabled],
fieldset[disabled] .pe-btn-default,
.pe-btn-default.disabled:hover,
.pe-btn-default[disabled]:hover,
fieldset[disabled] .pe-btn-default:hover,
.pe-btn-default.disabled:focus,
.pe-btn-default[disabled]:focus,
fieldset[disabled] .pe-btn-default:focus,
.pe-btn-default.disabled:active,
.pe-btn-default[disabled]:active,
fieldset[disabled] .pe-btn-default:active,
.pe-btn-default.disabled.active,
.pe-btn-default[disabled].active,
fieldset[disabled] .pe-btn-default.active {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.1);
}
.pe-btn-default .badge {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.75);
}
.pe-btn-primary {
  color: #ffffff;
  background-color: #2e86c1;
  border-color: transparent;
  color: #fff !important;
}
.pe-btn-primary:hover,
.pe-btn-primary:focus,
.pe-btn-primary:active,
.pe-btn-primary.active,
.open > .dropdown-toggle.pe-btn-primary {
  color: #ffffff;
  background-color: #246998;
  border-color: rgba(0, 0, 0, 0);
}
.pe-btn-primary:active,
.pe-btn-primary.active,
.open > .dropdown-toggle.pe-btn-primary {
  background-image: none;
}
.pe-btn-primary.disabled,
.pe-btn-primary[disabled],
fieldset[disabled] .pe-btn-primary,
.pe-btn-primary.disabled:hover,
.pe-btn-primary[disabled]:hover,
fieldset[disabled] .pe-btn-primary:hover,
.pe-btn-primary.disabled:focus,
.pe-btn-primary[disabled]:focus,
fieldset[disabled] .pe-btn-primary:focus,
.pe-btn-primary.disabled:active,
.pe-btn-primary[disabled]:active,
fieldset[disabled] .pe-btn-primary:active,
.pe-btn-primary.disabled.active,
.pe-btn-primary[disabled].active,
fieldset[disabled] .pe-btn-primary.active {
  background-color: #2e86c1;
  border-color: transparent;
}
.pe-btn-primary .badge {
  color: #2e86c1;
  background-color: #ffffff;
}
.pe-btn-flat-default {
  color: rgba(0, 0, 0, 0.45);
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.45);
  box-shadow: none;
}
.pe-btn-flat-default:hover,
.pe-btn-flat-default:focus,
.pe-btn-flat-default:active,
.pe-btn-flat-default.active,
.open > .dropdown-toggle.pe-btn-flat-default {
  color: rgba(0, 0, 0, 0.45);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0.45);
}
.pe-btn-flat-default:active,
.pe-btn-flat-default.active,
.open > .dropdown-toggle.pe-btn-flat-default {
  background-image: none;
}
.pe-btn-flat-default.disabled,
.pe-btn-flat-default[disabled],
fieldset[disabled] .pe-btn-flat-default,
.pe-btn-flat-default.disabled:hover,
.pe-btn-flat-default[disabled]:hover,
fieldset[disabled] .pe-btn-flat-default:hover,
.pe-btn-flat-default.disabled:focus,
.pe-btn-flat-default[disabled]:focus,
fieldset[disabled] .pe-btn-flat-default:focus,
.pe-btn-flat-default.disabled:active,
.pe-btn-flat-default[disabled]:active,
fieldset[disabled] .pe-btn-flat-default:active,
.pe-btn-flat-default.disabled.active,
.pe-btn-flat-default[disabled].active,
fieldset[disabled] .pe-btn-flat-default.active {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.45);
}
.pe-btn-flat-default .badge {
  color: transparent;
  background-color: rgba(0, 0, 0, 0.45);
}
.pe-btn-flat-default:hover {
  color: #2e86c1;
  background-color: transparent;
  border-color: #2e86c1;
  box-shadow: none;
}
.pe-btn-flat-default:hover:hover,
.pe-btn-flat-default:hover:focus,
.pe-btn-flat-default:hover:active,
.pe-btn-flat-default:hover.active,
.open > .dropdown-toggle.pe-btn-flat-default:hover {
  color: #2e86c1;
  background-color: rgba(0, 0, 0, 0);
  border-color: #226490;
}
.pe-btn-flat-default:hover:active,
.pe-btn-flat-default:hover.active,
.open > .dropdown-toggle.pe-btn-flat-default:hover {
  background-image: none;
}
.pe-btn-flat-default:hover.disabled,
.pe-btn-flat-default:hover[disabled],
fieldset[disabled] .pe-btn-flat-default:hover,
.pe-btn-flat-default:hover.disabled:hover,
.pe-btn-flat-default:hover[disabled]:hover,
fieldset[disabled] .pe-btn-flat-default:hover:hover,
.pe-btn-flat-default:hover.disabled:focus,
.pe-btn-flat-default:hover[disabled]:focus,
fieldset[disabled] .pe-btn-flat-default:hover:focus,
.pe-btn-flat-default:hover.disabled:active,
.pe-btn-flat-default:hover[disabled]:active,
fieldset[disabled] .pe-btn-flat-default:hover:active,
.pe-btn-flat-default:hover.disabled.active,
.pe-btn-flat-default:hover[disabled].active,
fieldset[disabled] .pe-btn-flat-default:hover.active {
  background-color: transparent;
  border-color: #2e86c1;
}
.pe-btn-flat-default:hover .badge {
  color: transparent;
  background-color: #2e86c1;
}
.btn-link {
  font-weight: 500;
  text-transform: uppercase;
}
.pe-btn-header {
  color: #2e86c1;
  background-color: transparent;
  border-color: #2e86c1;
  padding: 15px 40px;
  text-transform: uppercase;
  font-size: 14px;
}
.pe-btn-header:hover,
.pe-btn-header:focus,
.pe-btn-header:active,
.pe-btn-header.active,
.open > .dropdown-toggle.pe-btn-header {
  color: #2e86c1;
  background-color: rgba(0, 0, 0, 0);
  border-color: #226490;
}
.pe-btn-header:active,
.pe-btn-header.active,
.open > .dropdown-toggle.pe-btn-header {
  background-image: none;
}
.pe-btn-header.disabled,
.pe-btn-header[disabled],
fieldset[disabled] .pe-btn-header,
.pe-btn-header.disabled:hover,
.pe-btn-header[disabled]:hover,
fieldset[disabled] .pe-btn-header:hover,
.pe-btn-header.disabled:focus,
.pe-btn-header[disabled]:focus,
fieldset[disabled] .pe-btn-header:focus,
.pe-btn-header.disabled:active,
.pe-btn-header[disabled]:active,
fieldset[disabled] .pe-btn-header:active,
.pe-btn-header.disabled.active,
.pe-btn-header[disabled].active,
fieldset[disabled] .pe-btn-header.active {
  background-color: transparent;
  border-color: #2e86c1;
}
.pe-btn-header .badge {
  color: transparent;
  background-color: #2e86c1;
}
.pe-btn-header:hover {
  color: #b0d7f1;
  background-color: transparent;
  border-color: #b0d7f1;
}
.pe-btn-header:hover:hover,
.pe-btn-header:hover:focus,
.pe-btn-header:hover:active,
.pe-btn-header:hover.active,
.open > .dropdown-toggle.pe-btn-header:hover {
  color: #b0d7f1;
  background-color: rgba(0, 0, 0, 0);
  border-color: #7cbde7;
}
.pe-btn-header:hover:active,
.pe-btn-header:hover.active,
.open > .dropdown-toggle.pe-btn-header:hover {
  background-image: none;
}
.pe-btn-header:hover.disabled,
.pe-btn-header:hover[disabled],
fieldset[disabled] .pe-btn-header:hover,
.pe-btn-header:hover.disabled:hover,
.pe-btn-header:hover[disabled]:hover,
fieldset[disabled] .pe-btn-header:hover:hover,
.pe-btn-header:hover.disabled:focus,
.pe-btn-header:hover[disabled]:focus,
fieldset[disabled] .pe-btn-header:hover:focus,
.pe-btn-header:hover.disabled:active,
.pe-btn-header:hover[disabled]:active,
fieldset[disabled] .pe-btn-header:hover:active,
.pe-btn-header:hover.disabled.active,
.pe-btn-header:hover[disabled].active,
fieldset[disabled] .pe-btn-header:hover.active {
  background-color: transparent;
  border-color: #b0d7f1;
}
.pe-btn-header:hover .badge {
  color: transparent;
  background-color: #b0d7f1;
}
.pe-panel-default {
  border-color: rgba(0, 0, 0, 0.1);
}
.pe-panel-default > .panel-heading {
  color: #333333;
  background-color: #ffffff;
  border-color: #f7f7f7;
}
.pe-panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.pe-panel-default > .panel-heading .badge {
  color: #ffffff;
  background-color: #333333;
}
.pe-panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.pe-panel-default .list-group-item:first-child {
  border-radius: 0 !important;
}
.pe-panel-warning {
  border-color: rgba(0, 0, 0, 0.1);
}
.pe-panel-warning > .panel-heading {
  color: #333333;
  background-color: #f39c12;
  border-color: #f7f7f7;
}
.pe-panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.pe-panel-warning > .panel-heading .badge {
  color: #f39c12;
  background-color: #333333;
}
.pe-panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.pe-panel-warning .list-group-item:first-child {
  border-radius: 0 !important;
}
.panel {
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.panel.-shadow-2 {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.12);
}
.panel.-shadow-3 {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.panel .-header {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.panel .-header .-title {
  font-size: 18px;
  margin: 0px;
}
.panel .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel-section,
.panel-body,
.panel-heading {
  padding: 20px;
}
.panel-section-img {
  height: 150px;
  background-size: cover;
}
.panel-section.pv15 {
  padding: 17px;
}
.panel-section.fixed-height-60 {
  padding: 0 20px;
}
.panel-section.fixed-height-60 .fixed-height-element {
  line-height: 60px;
}
.panel-section.fixed-height-50 {
  padding: 0 20px;
}
.panel-section.fixed-height-50 .fixed-height-element {
  line-height: 50px;
}
.panel-section-btn {
  display: block;
  text-align: center;
  cursor: pointer;
  padding: 8px 0;
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.75);
}
.panel-section-btn:hover {
  text-decoration: underline;
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.87);
}
.panel-bb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .panel-section,
  .panel-body,
  .panel-heading {
    padding: 15px;
  }
  .panel {
    border-radius: 0px;
    margin-bottom: 10px;
  }
}
.pe-list-group .list-group-item {
  border-radius: 0px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
  display: block;
  padding: 17px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .pe-list-group .list-group-item {
    padding: 15px 10px;
  }
}
.pe-list-group .list-group-item > .badge {
  float: right;
}
.pe-list-group .list-group-item > .badge + .badge {
  margin-right: 5px;
}
.pe-list-group .list-group-item.pv10 {
  padding: 12px 17px;
}
@media (max-width: 767px) {
  .pe-list-group .list-group-item.pv10 {
    padding: 10px 10px;
  }
}
.pe-list-group.-separated .list-group-item {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
  border: none;
}
.pe-list-group-warning-sm .list-group-item .insts-description.ellepsis {
  font-size: 13px;
  height: 76.285714308px;
  overflow: hidden;
}
.pe-list-group-warning-sm .list-group-item .insts-description.ellepsis strong {
  line-height: 1.428571429;
}
@media (max-width: 991px) {
  .pe-list-group-warning-sm .list-group-item .insts-description.ellepsis {
    font-size: 14px;
    height: 42.000000012px;
  }
}
@media (max-width: 767px) {
  .pe-list-group-warning-sm .list-group-item .insts-description.ellepsis {
    font-size: 12px;
    height: 36.285714296px;
  }
}
.list-group-item:hover {
  cursor: default;
}
.list-group-item:hover .media-heading a {
  text-decoration: underline;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.mtxl,
.mvxl,
.maxl {
  margin-top: 50px !important;
}
.ptxl,
.pvxl,
.paxl {
  padding-top: 50px !important;
}
.ptxxl,
.pvxxl,
.paxxl {
  padding-top: 90px !important;
}
.mtxxl,
.mvxxl,
.maxxl {
  margin-top: 90px !important;
}
.pbxl,
.pvxl,
.paxl {
  padding-bottom: 50px !important;
}
.pbxxl,
.pvxxl,
.paxxl {
  padding-bottom: 90px !important;
}
.mbxxl,
.mvxxl,
.maxxl {
  margin-bottom: 90px !important;
}
.mbxl,
.mvxl,
.maxl {
  margin-bottom: 50px !important;
}
.last-col {
  overflow: hidden;
}
.ptn,
.pvn,
.pan {
  padding-top: 0 !important;
}
.ptx,
.pvx,
.pax {
  padding-top: 5px !important;
}
.pts,
.pvs,
.pas {
  padding-top: 10px !important;
}
.ptm,
.pvm,
.pam {
  padding-top: 15px !important;
}
.ptl,
.pvl,
.pal {
  padding-top: 30px !important;
}
.prn,
.phn,
.pan {
  padding-right: 0 !important;
}
.prx,
.phx,
.pax {
  padding-right: 5px !important;
}
.prs,
.phs,
.pas {
  padding-right: 10px !important;
}
.prm,
.phm,
.pam {
  padding-right: 15px !important;
}
.prl,
.phl,
.pal {
  padding-right: 30px !important;
}
.pbn,
.pvn,
.pan {
  padding-bottom: 0 !important;
}
.pbx,
.pvx,
.pax {
  padding-bottom: 5px !important;
}
.pbs,
.pvs,
.pas {
  padding-bottom: 10px !important;
}
.pbm,
.pvm,
.pam {
  padding-bottom: 15px !important;
}
.pbl,
.pvl,
.pal {
  padding-bottom: 30px !important;
}
.pln,
.phn,
.pan {
  padding-left: 0 !important;
}
.plx,
.phx,
.pax {
  padding-left: 5px !important;
}
.pls,
.phs,
.pas {
  padding-left: 10px !important;
}
.plm,
.phm,
.pam {
  padding-left: 15px !important;
}
.pll,
.phl,
.pal {
  padding-left: 30px !important;
}
.mtn,
.mvn,
.man {
  margin-top: 0px !important;
}
.mtx,
.mvx,
.max {
  margin-top: 5px !important;
}
.mts,
.mvs,
.mas {
  margin-top: 10px !important;
}
.mtm,
.mvm,
.mam {
  margin-top: 15px !important;
}
.mtl,
.mvl,
.mal {
  margin-top: 30px !important;
}
.mrn,
.mhn,
.man {
  margin-right: 0px !important;
}
.mrx,
.mhx,
.max {
  margin-right: 5px !important;
}
.mrs,
.mhs,
.mas {
  margin-right: 10px !important;
}
.mrm,
.mhm,
.mam {
  margin-right: 15px !important;
}
.mrl,
.mhl,
.mal {
  margin-right: 30px !important;
}
.mbn,
.mvn,
.man {
  margin-bottom: 0px !important;
}
.mbx,
.mvx,
.max {
  margin-bottom: 5px !important;
}
.mbs,
.mvs,
.mas {
  margin-bottom: 10px !important;
}
.mbm,
.mvm,
.mam {
  margin-bottom: 15px !important;
}
.mbl,
.mvl,
.mal {
  margin-bottom: 30px !important;
}
.mln,
.mhn,
.man {
  margin-left: 0px !important;
}
.mlx,
.mhx,
.max {
  margin-left: 5px !important;
}
.mls,
.mhs,
.mas {
  margin-left: 10px !important;
}
.mlm,
.mhm,
.mam {
  margin-left: 15px !important;
}
.mll,
.mhl,
.mal {
  margin-left: 30px !important;
}
.-bb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.-bt {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
body {
  background-color: #f2f3f4;
}
.fill-white {
  background-color: #fff;
}
.fill-grey-50 {
  background-color: #fafafa;
}
.fill-grey-100 {
  background-color: #f5f5f5;
}
.fill-grey-200 {
  background-color: #eeeeee;
}
.fill-blueDarker {
  background-color: #2c658b;
}
.fill-grayLighter {
  background-color: #f8f8f8;
}
.fill-content {
  background-color: #f2f3f4;
}
.light {
  font-weight: 300 !important;
}
.muted {
  color: #b5b9bd;
}
.orange {
  color: #ff9900;
}
.orangeDark {
  color: #e68a00;
}
.yellow {
  color: #ffcc00;
}
.yellowDark {
  color: #dbaf00;
}
.grayDarker {
  color: #404040;
}
.denim {
  color: #3c4e5a;
}
.color-light {
  color: #666666;
}
.ios7-red {
  color: #ff2a68;
}
.nowrap {
  white-space: nowrap;
}
.section-title {
  font-size: 14px;
}
a {
  color: #2e86c1;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
a:hover {
  color: #85c1e9;
  text-decoration: none;
}
.content {
  padding: 50px 0 25px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .content {
    padding: 10px 0;
  }
  .content .container {
    padding: 0 5px;
  }
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.two-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
  height: 40.000000012px;
}
.pe-row-full-width .section {
  padding: 20px;
}
.pe-row-full-width .section-wide {
  padding: 20px 30px;
}
.pe-row-full-width .pe-menu {
  background-color: #f8f8f8;
}
.pe-row-full-width .pe-col {
  padding-left: 0px;
  padding-right: 0px;
}
.sbb {
  border-bottom: 1px solid #f3f3f3;
}
.sbt {
  border-top: 1px solid #f3f3f3;
}
.sbr {
  border-right: 1px solid #f3f3f3;
}
.sbl {
  border-left: 1px solid #f3f3f3;
}
@media screen and (min-width: 992px) {
  .pe-sidebar.affix {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 19.76666666%;
  }
}
.pe-list-warning {
  padding-left: 0px;
  list-style: none;
  white-space: nowrap;
  height: 74px;
  overflow-x: auto;
  overflow-y: hidden;
}
.pe-list-warning .-item {
  display: inline-block;
  width: 400px;
}
.pe-title-line {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
  padding: 0 15px;
}
.pe-title-line .-title {
  line-height: 50px;
  font-weight: 500;
}
.insts-description.ellepsis {
  height: 42.000000012px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .insts-description.ellepsis {
    height: 36.285714296px;
  }
}
.inverse-text-color {
  color: #ffffff;
}
.inverse-text-color h1,
.inverse-text-color h2,
.inverse-text-color h3,
.inverse-text-color h4,
.inverse-text-color h5,
.inverse-text-color h6 {
  color: #ffffff;
}
.inverse-text-color .-bb {
  border-color: rgba(255, 255, 255, 0.5);
}
.inverse-text-color a {
  color: rgba(255, 255, 255, 0.5);
}
.inverse-text-color a:hover {
  color: #ffffff;
}
.inverse-text-color i {
  color: rgba(255, 255, 255, 0.5);
}
.inverse-text-color label {
  font-weight: 300;
}
.inverse-text-color .form-control {
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0px;
}
.inverse-text-color .form-inline button {
  margin-left: -4px;
}
.inverse-text-color .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.36);
}
.inverse-text-color .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.36);
}
.inverse-text-color .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.36);
}
.inverse-text-color .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.36);
}
.inverse-text-color .pe-list-block,
.inverse-text-color .pe-list-inline {
  color: rgba(255, 255, 255, 0.85);
}
.inverse-text-color .pe-list-block i,
.inverse-text-color .pe-list-inline i {
  color: rgba(255, 255, 255, 0.5);
}
.inverse-text-color .text-secondary {
  color: rgba(255, 255, 255, 0.85);
}
.inverse-text-color .text-secondary i {
  color: rgba(255, 255, 255, 0.85);
}
.inverse-text-color .text-disabled {
  color: rgba(255, 255, 255, 0.5);
}
.inverse-text-color .pe-rating-bottom i {
  color: rgba(255, 255, 255, 0.5);
}
.inverse-text-color .pe-breadcrumb {
  padding: 0px;
  margin-bottom: 0px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}
.inverse-text-color .pe-breadcrumb > li {
  display: inline-block;
}
.inverse-text-color .pe-breadcrumb > li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 300;
  text-decoration: underline;
}
.inverse-text-color .pe-breadcrumb > li a:hover {
  color: #fff;
  text-decoration: underline;
}
.inverse-text-color .pe-breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: rgba(255, 255, 255, 0.5);
}
.inverse-text-color .pe-breadcrumb > .active {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  font-size: 12px;
}
@media (max-width: 767px) {
  .inverse-text-color h1 {
    font-size: 20px;
  }
  .inverse-text-color .-subtitle {
    font-size: 14px !important;
  }
}
.navbar-shadow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.pe-list-inline {
  padding-left: 0;
  list-style: none;
}
.pe-list-inline li {
  margin-right: 10px;
  display: inline-block;
  white-space: nowrap;
}
.pe-list-inline li > i {
  color: rgba(0, 0, 0, 0.36);
  width: 15px;
}
@media (max-width: 767px) {
  .pe-list-inline li {
    margin-right: 5px;
  }
  .pe-list-inline.-xs-block li {
    margin-right: 0px;
    display: block;
    margin-bottom: 2px;
  }
}
.pe-list-block {
  padding-left: 0;
  list-style: none;
}
.pe-list-block li {
  display: block;
  margin-bottom: 2px;
}
.pe-list-block li > i {
  color: rgba(0, 0, 0, 0.36);
  width: 15px;
}
@media (max-width: 991px) {
  .pe-list-block.-sm-inline li {
    margin-right: 10px;
    display: inline-block;
    white-space: nowrap;
  }
  .pe-list-block.-sm-inline li.one-line {
    overflow: visible;
  }
}
.pe-list-icons {
  padding-left: 0;
  list-style: none;
}
.pe-list-icons > li {
  margin-bottom: 3px;
}
.pe-list-icons i {
  color: rgba(0, 0, 0, 0.36);
  width: 15px;
}
.pe-list-insts {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.pe-list-insts-bordered .list-item {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.pe-list-insts-bordered .list-item:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.insts-title {
  font-size: 18px;
}
.insts-title a {
  color: rgba(0, 0, 0, 0.87);
}
.insts-title a:hover {
  color: #85c1e9;
}
.list-item-more {
  position: relative;
  margin-top: 25px;
  border-radius: 10px;
}
.list-item-more > .arrow,
.list-item-more > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.list-item-more > .arrow {
  border-width: 9px;
}
.list-item-more > .arrow:after {
  border-width: 8px;
  content: "";
}
.list-item-more > .arrow {
  left: 150px;
  margin-left: -9px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: #f8f8f8;
  top: -9px;
}
@media (max-width: 767px) {
  .list-item-more > .arrow {
    left: 125px;
  }
}
.list-item-more > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -8px;
  border-top-width: 0;
  border-bottom-color: #f8f8f8;
}
.pe-links {
  padding-left: 0px;
  list-style: none;
}
.pe-links > li {
  display: inline;
  padding-right: 15px;
  white-space: nowrap;
}
.pe-links.pe-links-sm > li > a {
  font-size: 12px;
}
@media (min-width: 992px) {
  .-pe-menu {
    background-color: #f5f5f5;
    z-index: 2;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
  }
  .-pe-menu .pe-nav-tabs > li > a {
    line-height: 43px;
    font-size: 13px;
  }
}
.pe-nav-tabs > li {
  float: left;
  padding: 0 7px;
}
.pe-nav-tabs > li:last-child {
  padding-right: 0px;
}
.pe-nav-tabs > li:first-child {
  padding-left: 0px;
}
.pe-nav-tabs > li.-help-text {
  line-height: 48px;
  color: rgba(0, 0, 0, 0.36);
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .pe-nav-tabs > li.-help-text {
    line-height: 38px;
    font-size: 12px;
  }
}
.pe-nav-tabs > li > a {
  line-height: 48px;
  padding: 0;
  border-bottom: 2px solid transparent;
  color: #2e86c1;
}
@media (max-width: 767px) {
  .pe-nav-tabs > li > a {
    line-height: 38px;
    font-size: 12px;
  }
}
.pe-nav-tabs > li > a:hover,
.pe-nav-tabs > li > a:focus {
  background-color: transparent;
  border-bottom: 2px solid #85c1e9;
  color: #85c1e9;
}
.pe-nav-tabs > li.active > a,
.pe-nav-tabs > li.active > a:hover,
.pe-nav-tabs > li.active > a:focus {
  color: rgba(0, 0, 0, 0.87);
  font-weight: bold;
  border-bottom: 2px solid #2e86c1;
}
.pe-nav-tabs > li.disabled > a,
.pe-nav-tabs > li.disabled > a:hover,
.pe-nav-tabs > li.disabled > a:focus {
  color: rgba(0, 0, 0, 0.36);
  font-weight: 400;
  border-bottom: 2px solid transparent;
}
.pe-nav-tabs.-centered {
  text-align: center;
}
.pe-nav-tabs.-centered > li {
  float: none;
  display: inline-block;
}
.pe-nav-tabs-inverse > li > a {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
}
.pe-nav-tabs-inverse > li > a:hover {
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
}
.pe-nav-tabs-inverse > li.active > a,
.pe-nav-tabs-inverse > li.active > a:hover,
.pe-nav-tabs-inverse > li.active > a:focus {
  color: #ffffff;
  font-weight: 400;
  border-bottom: 2px solid #ffffff;
}
.pe-nav-pills > li:first-child a {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pe-nav-pills > li:last-child a {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pe-nav-pills > li > a {
  border-radius: 0px;
  color: #2e86c1;
  padding: 5px 20px;
  font-size: 13px;
  font-weight: 300;
  border: 1px solid #2e86c1;
}
.pe-nav-pills > li + li {
  margin-left: -1px;
}
.pe-nav-pills > li.active > a,
.pe-nav-pills > li.active > a:hover,
.pe-nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #2e86c1;
}
.pager {
  margin: 0 !important;
  text-align: center;
  padding: 5px 15px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pager > .pagination {
  margin: 0px;
  padding: 0px;
}
.pager > .pagination > li > a {
  padding: 10px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.75);
  border: 0px;
}
.pager > .pagination > li > a:hover,
.pager > .pagination > li > a:focus {
  color: #85c1e9;
  background-color: transparent;
}
.pager > .pagination > li.active > a,
.pager > .pagination > li.active > a:hover,
.pager > .pagination > li.active > a:focus {
  color: rgba(0, 0, 0, 0.87);
  font-weight: bold;
  background-color: transparent;
}
.pager > .pagination > li.disabled {
  display: none;
}
.pe-images {
  margin-bottom: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  list-style: none;
  white-space: nowrap;
  height: 74px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.pe-images > li {
  display: inline-block;
  margin-right: 2px;
}
.pe-images > li img {
  max-height: 74px;
  border-radius: 0px;
}
.pe-inst-map #map {
  height: 300px;
}
.pe-number {
  line-height: 75px;
  font-size: 15px;
  text-align: right;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.36);
  min-width: 20px;
}
@media (max-width: 767px) {
  .pe-number {
    line-height: 50px;
  }
}
.pe-avatar {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .pe-avatar {
    width: 50px;
    height: 50px;
  }
}
.pe-avatar-text {
  background-color: #deeffd;
  color: white;
  line-height: 75px;
  font-weight: 300;
  font-size: 32.5px;
  text-align: center;
}
@media (max-width: 767px) {
  .pe-avatar-text {
    line-height: 50px;
    font-size: 25px;
  }
}
.pe-avatar-sm {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.pe-avatar-text-sm {
  background-color: #dde7ef;
  color: white;
  line-height: 50px;
  font-weight: 300;
  font-size: 25px;
  text-align: center;
}
.subheading {
  list-style-type: none;
  padding-left: 0px;
  overflow-y: auto;
}
.subheading > li {
  margin-right: 15px;
  padding-bottom: 7px;
}
.pe-label {
  background-color: #f5f5f5;
  font-weight: 500;
  color: #616161;
}
.pe-icon {
  line-height: 100px;
  font-weight: 300;
  font-size: 50px;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.pe-icon.-centered {
  margin-left: auto;
  margin-right: auto;
}
.pe-icon-user {
  background-color: #f5f5f5;
  color: #bdbdbd;
  font-size: 50px;
  padding-top: 0px;
}
.pe-rating-non {
  display: inline-block;
  margin-right: 7px;
  background-color: #f1c40f;
  height: 18px;
  padding: 0 5px;
  line-height: 18px;
  font-size: 13px;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
  position: relative;
}
.pe-rating-non.rating-5 {
  background-color: #229954;
}
.pe-rating-non.rating-5 .-corner {
  border-color: transparent transparent transparent #229954;
}
.pe-rating-non.rating-4 {
  background-color: #2ecc71;
}
.pe-rating-non.rating-4 .-corner {
  border-color: transparent transparent transparent #2ecc71;
}
.pe-rating-non.rating-3 {
  background-color: #f39c12;
}
.pe-rating-non.rating-3 .-corner {
  border-color: transparent transparent transparent #f39c12;
}
.pe-rating-non.rating-2 {
  background-color: #d35400;
}
.pe-rating-non.rating-2 .-corner {
  border-color: transparent transparent transparent #d35400;
}
.pe-rating-non.rating-1 {
  background-color: #c0392b;
}
.pe-rating-non.rating-1 .-corner {
  border-color: transparent transparent transparent #c0392b;
}
.pe-rating-non .-corner {
  position: absolute;
  top: 0;
  margin-right: -5px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 5px;
  border-color: transparent transparent transparent #f1c40f;
}
@media (max-width: 767px) {
  .pe-rating-non {
    height: 14px;
    line-height: 14px;
    font-size: 10px;
  }
  .pe-rating-non .-corner {
    margin-right: -4px;
    border-width: 7px 0 7px 4px;
  }
}
table.pe-table thead tr th {
  border-bottom: 2px solid #2e86c1;
}
table.pe-table tbody tr td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pe-price-table .-price {
  font-size: 18px;
  font-weight: 600;
}
.pe-price-table .-price-label {
  font-size: 12px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.36);
}
.list-view .summary {
  margin: 0;
  text-align: left;
}
.list-view {
  padding: 0;
}
.pe-left-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
.pe-left-menu > li.active > a,
.pe-left-menu li.active > a:hover {
  background-color: #0288d1;
  color: #ffffff;
}
.pe-left-menu > li > a {
  padding: 10px 15px;
  color: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
}
.pe-left-menu > li > a:hover,
.pe-left-menu > li > a:focus {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.pe-a {
  color: inherit;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  cursor: pointer;
  display: block;
}
.pe-a .-title {
  color: #2e86c1;
}
.pe-a:hover,
.pe-a:focus {
  color: inherit;
}
.pe-a:hover .-title,
.pe-a:focus .-title {
  color: #85c1e9;
}
.pe-label {
  padding: 2px 6px;
  border-radius: 5px;
}
.pe-label.-sm {
  font-size: 80%;
}
.label-danger {
  background-color: #fadbd8;
  color: #e74c3c;
  font-weight: 600 !important;
}
.pe-label.-warning {
  background-color: #f1c40f;
  color: #fff;
  font-weight: 400 !important;
}
.pe-label.-school {
  background-color: #9b59b6;
  color: #fff;
  font-weight: 400 !important;
}
.pe-label.-preschool {
  background-color: #f39c12;
  color: #fff;
  font-weight: 400 !important;
}
.label-default {
  background-color: #f2f3f4;
  color: rgba(0, 0, 0, 0.75);
  font-weight: 600 !important;
}
.label-primary {
  background-color: #d6eaf8;
  color: #2e86c1;
  font-weight: 600 !important;
}
.label-block {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-affix.affix {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
a.disabled {
  color: rgba(0, 0, 0, 0.36);
}
a.disabled:hover {
  color: #85c1e9;
}
@media (max-width: 767px) {
  .-fullwidth-xs {
    padding-left: 0px;
    padding-right: 0px;
  }
  .-fullwidth-xs .row {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.pe-block-white {
  border: 1px solid transparent;
  padding: 20px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.pe-block-white img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.pe-block-white:hover {
  border: 1px solid #fff;
}
.pe-block-white:hover a {
  color: #fff;
}
.pe-block-white:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.form-horizontal .control-label {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.75);
}
.form-horizontal .form-inline .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-horizontal .btn-group {
  margin: 0;
}
input.btn + input.btn {
  margin-left: 8px;
}
.bt {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.bb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.-min-height-600 {
  min-height: 600px;
}
.modal-backdrop {
  background-color: #1b1f19;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.95;
  filter: alpha(opacity=95);
}
@media (min-width: 768px) {
  .modal-sm {
    width: 350px;
  }
}
.modal-body,
.modal-footer {
  padding: 15px;
}
.modal-footer {
  margin-top: 0px;
}
/* YouTube Responsive CSS for HubSpot */
.hs-responsive-embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  margin-bottom: 25px;
}
.hs-responsive-embed-youtube iframe {
  position: absolute;
  width: 100%!important;
  height: 100%!important;
  max-width: 560px;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 16px;
}
.media-heading small {
  font-size: 80%;
}
.media-heading a {
  font-weight: 600;
}
.media-heading a:hover {
  color: #85c1e9;
}
.media-heading small i {
  font-size: 12px;
}
@media (max-width: 767px) {
  .media-heading {
    font-size: 14px;
  }
}
.media-description {
  height: 40.000000012px;
  margin-bottom: 5px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .media-description {
    max-height: 34.285714296px;
  }
}
.media .-link {
  color: #1e8449 !important;
}
.media .-link:hover,
.media .-link:focus {
  color: #52be80 !important;
}
.media .-tel {
  color: rgba(0, 0, 0, 0.36);
}
.media .-tel:hover,
.media .-tel:focus {
  color: #85c1e9;
}
@media (min-width: 992px) {
  .media-department .pe-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  .media-department .pe-avatar-text {
    background-color: #dde7ef;
    color: white;
    line-height: 50px;
    font-weight: 300;
    font-size: 25px;
    text-align: center;
  }
}
.media-list {
  padding: 20px;
}
.media-list li.media {
  margin-top: 15px;
}
.media-list li.media:last-child .media-body {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.media-list li.media:first-child {
  margin-top: 0px;
}
.media-list .media-body {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.media-list .media > .pull-left {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .media-list {
    padding: 10px 15px;
  }
  .media-list li.media {
    margin-top: 10px;
  }
  .media-list li.media:last-child .media-body {
    border-bottom: 0px;
    padding-bottom: 0px;
  }
  .media-list li.media:first-child {
    margin-top: 0px;
  }
  .media-list .media-body {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .media-list .media > .pull-left {
    margin-right: 10px;
  }
}
.pe-article {
  font-size: 15px;
}
.pe-article img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.pe-article .lead {
  font-size: 17px;
  font-weight: 400;
}
.pe-article ul li,
.pe-article ol li {
  margin-bottom: 10px;
}
.pe-article h1,
.pe-article h2,
.pe-article h3 {
  margin: 20px 0;
}
.pe-article h4,
.pe-article h5,
.pe-article h6 {
  margin: 10px 0;
}
.pe-article h2 {
  font-size: 23px;
}
.pe-article h3 {
  font-size: 21px;
}
.pe-article h4 {
  font-size: 19px;
}
.pe-article h5 {
  font-size: 17px;
}
.pe-article h6 {
  font-size: 16px;
}
.pe-article p {
  line-height: 1.5;
}
.pe-article .pe-list-inline li {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}
.pe-articles {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.pe-articles .pe-article {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pe-articles .pe-article:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}
.pe-article-side-nav {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.pe-article-side-nav ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 10px;
}
.pe-article-side-nav ul li {
  margin-bottom: 5px;
}
.pe-article-side-nav ul li a {
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}
.pe-article-side-nav li {
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 600;
}
.pe-article-side-nav li a {
  font-size: 14px;
  font-weight: 600;
}
.pe-article-side-nav li.active a {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}
.pe-header-container .-promo-btn {
  padding: 15px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
}
.pe-header-container .-promo-btn a {
  text-transform: uppercase;
  text-decoration: underline;
}
.pe-header-container .-promo-btn .btn {
  color: #ffc400;
  padding-top: 0px;
  padding-bottom: 0px;
}
.pe-header-container .-promo-btn .btn:hover {
  color: #ffe57f;
}
.pe-header-container.-overflow .pe-header {
  padding: 100px 0 50px;
}
.pe-header-container.-overflow .pe-header-content {
  margin-top: 30px;
}
.pe-header-container.-overflow.-pv100 .pe-header {
  padding: 170px 0 150px;
}
.pe-header-container.-overflow.-pv150 .pe-header {
  padding: 220px 0 200px;
}
.pe-header-container.-overflow.-pv200 .pe-header {
  padding: 270px 0 250px;
}
.pe-header-container.-pv100 .pe-header {
  padding: 170px 0 100px;
}
.pe-header-container.-pv150 .pe-header {
  padding: 220px 0 150px;
}
.pe-header-container.-pv200 .pe-header {
  padding: 270px 0 200px;
}
.pe-header {
  padding: 100px 0 50px;
  position: relative;
  background-color: #000;
  overflow: hidden;
}
.pe-header.-nav {
  padding-bottom: 75px;
}
.pe-header .-text {
  z-index: 1;
  position: relative;
}
.pe-header .-text .-subtitle {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  font-size: 18px;
}
.pe-header .-bg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.pe-header .-bg-img.-blur {
  -webkit-filter: blur(40px);
  filter: blur(40px);
  margin: -40px;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='40');
  -webkit-transform: translate3d(0, 0, 0);
}
.pe-header .form-control {
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
}
.pe-header .form-control:focus {
  border-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .pe-header {
    padding: 80px 0 30px;
  }
}
.pe-header-inst-reg.pe-header {
  background-color: #2e86c1;
}
.pe-header-for-clients .-bg-img {
  background-image: url(/img/2400/bokeh3.jpg);
  opacity: 0.15;
  filter: alpha(opacity=15);
}
.pe-header-photovideo {
  padding: 120px 0 70px;
}
.pe-header-photovideo .-bg-img {
  background-image: url(/img/2400/photovideo.jpg);
  opacity: 0.15;
  filter: alpha(opacity=15);
}
.pe-header-legal .-bg-img {
  background-image: url(/img/2400/bokeh2.jpg);
  opacity: 0.15;
  filter: alpha(opacity=15);
}
.pe-header-green.pe-header {
  background-color: #388e3c;
}
.pe-header-midnight.pe-header {
  background-color: #2c3e50;
}
.panel-section-img.-school {
  background-image: url(/img/1000/school.jpg);
}
.panel-section-img.-preschool {
  background-image: url(/img/1000/preschool.jpg);
}
.panel-section-img.-additional {
  background-image: url(/img/1000/additional3.jpg);
}
.panel-section-img.-tutor {
  background-image: url(/img/1000/tutor.jpg);
}
.pe-subheader .-school .-bg-img {
  background-image: url(/img/2400/school-header-bg.jpg);
}
.pe-subheader .-preschool .-bg-img {
  background-image: url(/img/2400/preschool-header-bg.jpg);
}
.pe-header-school .-bg-img {
  background-image: url(/img/2400/school-header-bg-alt.jpg);
}
.pe-header-login .-bg-img {
  background-image: url(/img/2400/login-header-bg.jpg);
}
.pe-header-404 .-bg-img {
  background-image: url(/img/2400/404-header-bg.jpg);
}
.pe-header-consulting .-bg-img {
  background-image: url(/img/2400/consulting-header-bg.jpg);
}
.pe-header-preschool .-bg-img {
  background-image: url(/img/2400/preschool-header-bg.jpg);
}
.pe-header-news {
  padding-top: 130px;
  padding-bottom: 60px;
}
.pe-header-news .-bg-img {
  background-image: url(/img/2400/news-header-bg-3.jpg);
}
.pe-header-advertising .-bg-img {
  background-image: url(/img/2400/advertising-header-bg.jpg);
}
.pe-header-admin .-bg-img {
  background-image: url(/img/2400/admin-header-bg.jpg);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.pe-header-index .-bg-img {
  background-image: url(/img/2400/index-header-bg.jpg);
  background-position: 50% 50%;
}
.pe-header-content {
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .pe-header-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.pe-header-content-white {
  background-color: #fff;
  padding: 60px 0 30px;
}
.pe-subheader-menu {
  background-color: #1b1f23;
}
.pe-subheader-menu .row .col-sm-6:first-child {
  border-left: none;
}
.pe-subheader-menu .row .col-sm-6:last-child {
  border-right: none;
}
.pe-subheader-menu .-item {
  height: 180px;
  display: block;
  cursor: pointer;
  overflow: hidden;
}
.pe-subheader-menu .-item .-text-container {
  z-index: 1;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.pe-subheader-menu .-item .-text-container .-text {
  display: table-cell;
  vertical-align: middle;
}
.pe-subheader-menu .-item .-bg-img {
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.pe-subheader-menu .-item:hover .-bg-img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.pe-subheader-school .-bg-img {
  background-image: url(/img/1000/school-alt.jpg);
}
.pe-subheader-preschool .-bg-img {
  background-image: url(/img/1000/preschool-alt.jpg);
}
.pe-subheader-additional .-bg-img {
  background-image: url(/img/1000/additional3.jpg);
}
.pe-subheader-tutor .-bg-img {
  background-image: url(/img/1000/tutor.jpg);
}
.pe-subheader-nav {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.pe-subheader-nav .-label {
  line-height: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.pe-subheader-nav .-label.-ellepsis > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pe-subheader-nav .-nav li {
  line-height: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.pe-subheader-nav .-nav li a {
  color: #2e86c1;
  padding: 0px;
}
.pe-subheader-nav .-nav li a:hover,
.pe-subheader-nav .-nav li a:active {
  background-color: transparent;
  color: #85c1e9;
}
.pe-subheader-nav .-nav li.active,
.pe-subheader-nav .-nav li.active a,
.pe-subheader-nav .-nav li.active a:hover,
.pe-subheader-nav .-nav li.active a:focus {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
}
.pe-subheader-nav .-nav li + li {
  margin-left: 15px;
}
.pe-subheader-nav .-nav.-centered {
  text-align: center;
}
.pe-subheader-nav .-nav.-centered > li {
  float: none;
  display: inline-block;
}
.pe-subheader-nav .-nav-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.pe-subheader-nav .-nav-scroll li {
  float: none;
  display: inline-block;
  white-space: nowrap;
}
.pe-subheader-nav .-nav-btn {
  padding: 5px 0;
}
.pe-header-nav {
  position: absolute;
  height: 43px;
  bottom: 0;
  left: 0;
  right: 0;
}
.pe-header-nav .-label {
  line-height: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.pe-header-nav .-label.-ellepsis > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pe-header-nav .-nav li {
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid transparent;
}
.pe-header-nav .-nav li.disabled {
  color: rgba(0, 0, 0, 0.36);
  cursor: not-allowed;
  text-transform: uppercase;
}
.pe-header-nav .-nav li a {
  color: rgba(255, 255, 255, 0.5);
  padding: 0px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
}
.pe-header-nav .-nav li:hover {
  border-bottom: 3px solid rgba(255, 255, 255, 0.85);
}
.pe-header-nav .-nav li:hover a {
  background-color: transparent;
}
.pe-header-nav .-nav li.active {
  border-bottom: 3px solid #f39c12;
}
.pe-header-nav .-nav li.active span,
.pe-header-nav .-nav li.active a,
.pe-header-nav .-nav li.active a:hover,
.pe-header-nav .-nav li.active a:focus {
  background-color: transparent;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
}
.pe-header-nav .-nav li + li {
  margin-left: 25px;
}
.pe-header-nav .-nav.-centered {
  text-align: center;
}
.pe-header-nav .-nav.-centered > li {
  float: none;
  display: inline-block;
}
.pe-header-nav .-nav-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.pe-header-nav .-nav-scroll li {
  float: none;
  display: inline-block;
  white-space: nowrap;
}
.pe-header-nav .-nav-btn {
  padding: 5px 0;
}
.pe-content-nav {
  height: 60px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pe-content-nav .-label {
  line-height: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.pe-content-nav .-label.-ellepsis > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pe-content-nav .-nav li {
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 17px;
  border-bottom: 3px solid transparent;
}
.pe-content-nav .-nav li.disabled {
  color: rgba(0, 0, 0, 0.36);
  cursor: not-allowed;
}
.pe-content-nav .-nav li a {
  color: rgba(0, 0, 0, 0.75);
  padding: 0px;
  font-weight: 400;
}
.pe-content-nav .-nav li:hover {
  border-bottom: 3px solid rgba(0, 0, 0, 0.36);
}
.pe-content-nav .-nav li:hover a {
  background-color: transparent;
}
.pe-content-nav .-nav li.active {
  border-bottom: 3px solid #2e86c1;
}
.pe-content-nav .-nav li.active a,
.pe-content-nav .-nav li.active a:hover {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
}
.pe-content-nav .-nav li + li {
  margin-left: 25px;
}
.pe-content-nav .-nav.-centered {
  text-align: center;
}
.pe-content-nav .-nav.-centered > li {
  float: none;
  display: inline-block;
}
.pe-content-nav .-nav-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.pe-content-nav .-nav-scroll li {
  float: none;
  display: inline-block;
  white-space: nowrap;
}
.pe-content-nav .-nav-btn {
  padding: 5px 0;
}
/* Turquoise */
/* Green Sea */
/* Emerald */
/* Nephritis */
/* Peter River */
/* Belize Hole */
/* Amethyst */
/* Wisteria */
/* Wet Asphalt */
/* Midnight Blue */
/* Sunflower */
/* Orange */
/* Carrot */
/* Pumpkin */
/* Alizarin */
/* Pomegranate */
/* Clouds */
/* Silver */
/* Concrete */
/* Asbestos */
.fill-orange-500 {
  background-color: #f39c12;
}
.fill-midnight-blue-500 {
  background-color: #2c3e50;
}
.fill-emerald-900 {
  background-color: #186a3b;
}
.fill-emerald-500 {
  background-color: #2ecc71;
}
.fill-peter-river-800 {
  background-color: #21618c;
}
.fill-clouds-500 {
  background-color: #ecf0f1;
}
.fill-grey-600 {
  background-color: #e0e0e0;
}
.fill-grey-700 {
  background-color: #e0e0e0;
}
.hero-warning {
  background-color: #fafafa;
  padding: 20px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.hero-warning .media {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .hero-warning .media {
    padding: 0;
  }
}
.-warning .insts-description {
  color: rgba(0, 0, 0, 0.75);
}
.-warning span.open,
.-warning span.closed {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.36);
  text-decoration: underline;
}
.-warning span.open:hover,
.-warning span.closed:hover,
.-warning span.open:focus,
.-warning span.closed:focus {
  color: #85c1e9;
}
.-warning span.closed {
  display: none;
}
.-warning .insts-description.opened {
  height: auto !important;
}
.-warning .insts-description.opened span.closed {
  display: inline;
}
.-warning .insts-description.opened span.open {
  display: none;
}
.-warning .-link a {
  color: #1e8449;
}
.-warning .-link a:hover,
.-warning .-link a:focus {
  color: #52be80;
}
.-warning .pe-list-inline a,
.-warning .pe-list-block a,
.-warning .pe-list-inline li,
.-warning .pe-list-block li {
  color: rgba(0, 0, 0, 0.36);
}
.-warning .pe-list-inline a:hover,
.-warning .pe-list-inline a:focus,
.-warning .pe-list-block a:hover,
.-warning .pe-list-block a:hover {
  color: #85c1e9;
}
.-warning-results-top {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0px;
}
.-warning-results-bottom {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0px;
}
.-warning-form {
  font-size: 12px;
}
.-warning-form .media .insts-description.ellepsis {
  font-size: 12px;
  height: 36.285714296px;
}
.-warning-form .media-heading {
  font-size: 15px;
}
.pe-dl {
  margin: 0;
}
.pe-dl dt {
  text-align: left;
  color: rgba(0, 0, 0, 0.36);
  font-weight: 400;
}
.pe-rating.rating-5 {
  color: #27ae60;
}
.pe-rating.rating-4 {
  color: #2ecc71;
}
.pe-rating.rating-3 {
  color: #f39c12;
}
.pe-rating.rating-2 {
  color: #d35400;
}
.pe-rating.rating-1 {
  color: #c0392b;
}
.text-sm .-stars {
  font-size: 12px;
  width: 60px;
}
.text-sm .-stars i {
  width: 12px;
}
.-stars {
  position: relative;
  font-size: 14px;
  width: 70px;
}
.-stars i {
  width: 14px;
}
.-stars .-layer-1 i {
  color: rgba(0, 0, 0, 0.36);
}
.-stars .-layer-2 {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.-stars .-layer-2 i {
  color: #f1c40f;
}
@media (max-width: 767px) {
  .-stars {
    font-size: 12px;
    width: 60px;
  }
  .-stars i {
    width: 12px;
  }
  .text-sm .-stars {
    font-size: 10px;
    width: 50px;
  }
  .text-sm .-stars i {
    width: 10px;
  }
}
.pe-notification .-warning {
  background-color: #f1c40f;
}
.pe-inst-photo {
  width: 150px;
}
.pe-list-inst + .pe-list-inst {
  margin-bottom: 40px;
}
.pe-list-inst .inst-heading {
  font-size: 16px;
  margin: 0 0 10px 0;
}
.pe-list-inst .-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.-img-container {
  position: relative;
}
.-img-container .-price {
  position: absolute;
  right: 0;
  top: 10%;
  background-color: rgba(50, 50, 50, 0.95);
  padding: 7px 10px;
  color: #ffffff;
  font-weight: 300;
}
.-inst-description {
  margin: 7px 0;
  padding-left: 0px;
  color: rgba(0, 0, 0, 0.75);
}
.-inst-description > li {
  display: inline;
}
.-inst-description > li:after {
  content: "\00B7";
  padding: 0 5px;
  color: #cccccc;
}
.-inst-description > li:last-child:after {
  content: "";
  padding: 0px;
}
.-pe-card + .-pe-card {
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
}
.-pe-card .-image-bg {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#8c000000', GradientType=0);
}
.-pe-card .-image-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  width: 100%;
  vertical-align: middle;
  font-weight: 300;
}
.-pe-card .-image-content a {
  color: #ffffff;
}
.-pe-card .-image-content .-heading {
  font-size: 18px;
  margin: 0px 0 5px 0;
  font-weight: 300;
}
.-pe-card .-image-content .-rating {
  color: rgba(255, 255, 255, 0.85);
}
.-pe-card .-header {
  margin-bottom: 20px;
}
.-pe-card .-header .-title {
  margin: 0px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.45);
}
.-pe-card .-item {
  margin-bottom: 20px;
}
.-pe-card .-content + .-content {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.-pe-card .-heading {
  font-size: 14px;
  margin: 10px 0 5px 0;
  font-weight: 400;
}
.-pe-card .-rating {
  margin-bottom: 3px;
  font-size: 12px;
}
.-pe-card .-btn {
  text-transform: uppercase;
  font-weight: 600;
}
.-pe-card > .row > .col-sm-4:nth-child(3n+1) {
  clear: left;
}
.-pe-card-alt {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.-pe-card-alt .-item {
  background-color: #fff;
  margin-bottom: 15px;
}
.-pe-card-alt .-content {
  padding: 15px;
}
.-pe-card-alt .-heading {
  font-size: 16px;
  margin: 0 0 10px 0;
}
.-pe-card-alt > .row > .col-sm-4:nth-child(3n+1) {
  clear: left;
}
.-pe-warning {
  background-color: #eee;
  padding: 50px 0;
}
.-pe-warning-1 {
  background-color: #eee;
  padding: 40px 0;
}
.-pe-warning-1 .-list {
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.-pe-warning-1 .-image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
}
.-pe-warning-1 .-description {
  height: 40.000000012px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.85);
}
.-pe-warning-1 .-title {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: 300;
  white-space: normal;
}
.-pe-warning-1 .-content {
  padding: 15px;
}
.-pe-warning-1 .-img-right {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  margin: 15px 15px 0 0;
}
.-pe-warning-1 .-actions {
  position: absolute;
  bottom: 15px;
}
.-pe-warning-1 .-actions .-accent {
  color: #f39c12 !important;
}
.-pe-warning-1 .-item + .-item {
  margin-left: 30px;
}
.-pe-warning-1 .-item-bg {
  background-color: #333;
}
.-pe-warning-1 .-item {
  display: inline-block;
  width: 358px;
  height: 199px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.-pe-warning-1 .-item a,
.-pe-warning-1 .-item p,
.-pe-warning-1 .-item div {
  color: #fff;
  font-weight: 300;
}
.-card-warning-1 .-item-img-bg {
  background-size: cover;
  background-position: 50% 50%;
}
.-card-warning-1 .-item {
  margin-right: 30px;
  height: 160px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #333;
}
.-card-warning-1 .-content {
  padding: 15px;
  white-space: normal;
}
.-card-warning-1.-invert,
.-card-warning-1.-invert a {
  color: #fff;
}
.-card-warning-2 .-img-bg {
  position: relative;
  height: 150px;
  background-size: cover;
  background-position: 50% 50%;
}
.-card-warning-2 .-img-bg .-img-overlay {
  position: absolute;
  bottom: 0;
  padding: 15px;
  font-weight: 300;
}
.-card-warning-2 .-img-bg .-title {
  margin-bottom: 0px;
}
.-card-warning-2 .-img-bg .-address {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
}
.-card-warning-2 .-img-bg .-address i {
  color: rgba(255, 255, 255, 0.5);
}
.-card-warning-2 .-item {
  margin: 5px 25px 5px 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  overflow: hidden;
}
.-card-warning-2 .-content {
  padding: 15px;
  background-color: #fff;
}
.-card-warning-2 .-content + .-content {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.-card-warning-2 .-invert,
.-card-warning-2 .-invert a {
  color: #fff;
}
.-card-warning-2 .-link {
  color: #27ae60 !important;
}
.-card-warning-2 .-phone {
  color: rgba(0, 0, 0, 0.75);
}
.-card-warning-2 .-phone i {
  color: rgba(0, 0, 0, 0.36);
}
.-card-warning .-item .-title,
.-modal-warning .-item .-title {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 400;
}
.-card-warning .-subtitle,
.-modal-warning .-subtitle {
  color: rgba(0, 0, 0, 0.36);
}
.-card-warning .-img-bg,
.-modal-warning .-img-bg {
  position: relative;
  height: 140px;
  background-size: cover;
  background-position: 50% 50%;
}
.-card-warning .-img-bg .-img-overlay,
.-modal-warning .-img-bg .-img-overlay {
  position: absolute;
  bottom: 10px;
  left: 15px;
  font-weight: 300;
}
.-card-warning .-img-bg .-address,
.-modal-warning .-img-bg .-address {
  color: rgba(255, 255, 255, 0.85);
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}
.-card-warning .-img-bg .-address i,
.-modal-warning .-img-bg .-address i {
  color: rgba(255, 255, 255, 0.5);
}
.-card-warning .-item,
.-modal-warning .-item {
  margin: 5px 25px 5px 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  overflow: hidden;
}
.-card-warning .-content,
.-modal-warning .-content {
  padding: 15px;
  background-color: #fff;
}
.-card-warning .-content + .-content,
.-modal-warning .-content + .-content {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.-card-warning .-invert,
.-modal-warning .-invert,
.-card-warning .-invert a,
.-modal-warning .-invert a {
  color: #fff;
}
.-card-warning .-link,
.-modal-warning .-link {
  color: #27ae60 !important;
}
.-card-warning .-phone,
.-modal-warning .-phone {
  margin: 10px 0 10px;
}
.-card-warning .-phone i,
.-modal-warning .-phone i {
  color: rgba(0, 0, 0, 0.36);
  font-size: 14px;
}
.-card-warning .-phone a.-phone,
.-modal-warning .-phone a.-phone {
  color: rgba(0, 0, 0, 0.75);
}
.-card .-title,
.-modal-warning .-title {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 400;
}
.-card .-description,
.-modal-warning .-description {
  font-size: 12px;
  height: 34.285714296px;
  font-weight: 400;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
}
.-card .accent,
.-modal-warning .accent {
  color: #f39c12 !important;
}
.-item-default {
  background-color: #333;
}
.-pe-warning-top {
  margin: 40px 0;
}
.-pe-warning-top .-title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
.-pe-warning-top .-description {
  height: 34.285714296px;
  font-weight: 400;
  font-size: 12px;
  overflow: hidden;
}
.-pe-warning-top .accent {
  color: #f39c12 !important;
}
a.-link-muted {
  color: rgba(0, 0, 0, 0.36) !important;
}
a.-link-dashed {
  border-bottom: 1px dotted #2e86c1;
}
.pe-card {
  margin-bottom: 30px;
}
.pe-card img {
  border-radius: 3px;
}
.pe-card .-title {
  font-size: 16px;
  margin: 15px 0 5px;
}
.pe-card .-address {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.36);
}
#demo {
  width: 100%;
  height: 340px;
  visibility: hidden;
  margin: 40px 0 0 0;
  cursor: hand;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grab;
}
#dragend {
  position: absolute;
  bottom: 50px;
  right: 50px;
  background: #345;
  padding: 18px;
  color: #fff;
  border-radius: 3px;
  width: 150px;
  font-size: 15px;
}
#dragend h1 {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 12px;
}
#dragend a {
  text-decoration: underline;
  color: #ffffff;
}
.content-bg-foto {
  padding: 60px 0;
  position: relative;
  background-color: #000;
  height: 100%;
  display: table;
  width: 100%;
}
.content-bg-foto .v-center {
  display: table-cell;
  vertical-align: middle;
}
.content-bg-foto .background {
  opacity: 0.6;
  filter: alpha(opacity=60);
  background-image: url("/img/2400/2-blur.jpg");
}
.content-bg-foto .container {
  z-index: 2;
  position: relative;
}
.panel-title.h1 {
  font-size: 25px;
}
.errorMessage {
  color: #ef5350;
  font-weight: 300;
}
span.required {
  color: #ef5350;
}
.checkbox-fix input {
  margin-left: 0px !important;
}
.media .pull-left {
  margin-right: 15px;
}
.nk-text-sm {
  font-size: 13px;
}
.nk-text-danger {
  color: #ff2d55;
}
.nk-text-info {
  color: #63b6e5;
}
.nk-text-yellow {
  color: #f1c40f;
}
.nk-text-warning {
  color: #f39c12;
}
.nk-text-muted {
  color: #888888;
}
@media (min-width: 768px) {
  .nk-lead {
    font-size: 18px;
    font-weight: 300;
  }
}
.nk-hover:hover {
  background-color: #f6f9fd;
}
.nk-hover:hover a {
  text-decoration: underline;
}
.nk-hover:hover .nk-panel-b-links > .pull-right > a {
  color: #8899a6;
}
.nk-hover:hover .nk-panel-b-links > .pull-right > a:hover,
.nk-hover:hover .nk-panel-b-links > .pull-right > a:focus {
  color: #63b6e5;
}
span.b-share {
  padding-left: 0px !important;
}
.nk-tooltip-default {
  color: inherit;
}
.nk-text-light {
  font-weight: 300;
}
.nk-table {
  width: 100%;
}
.nk-table td {
  vertical-align: top;
  padding-bottom: 3px;
}
.nk-table td:first-child {
  font-weight: 500;
  padding-right: 15px;
}
.nk-table-icons td {
  padding-bottom: 5px;
}
.nk-table-icons td:first-child {
  font-weight: normal;
  padding-right: 0px;
  width: 15px;
  text-align: center;
}
.nk-table-icons td:last-child {
  font-weight: normal;
  padding-left: 5px;
}
.nk-table-icons tr:last-child td {
  padding-bottom: 0px;
}
.nk-table-inst td:first-child {
  width: 180px;
}
.nk-dl-insts {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .nk-dl-insts dt {
    width: 90px;
  }
  .nk-dl-insts dd {
    margin-left: 105px;
  }
}
.nk-inline-block {
  display: inline-block;
}
.nk-inline {
  display: inline;
}
.nk-inst-number {
  margin-right: 10px !important;
  min-width: 20px;
}
html,
body {
  height: 100%;
}
.content-padding {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .content-padding {
    padding: 0px;
  }
}
.content-inst-padding {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .content-inst-padding {
    padding-top: 20px;
  }
}
.navbar {
  border: none;
  border-radius: 0px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .navbar {
    margin-bottom: 0px;
  }
}
.footer {
  padding: 20px 0;
  color: rgba(0, 0, 0, 0.87);
  background-color: #f2f3f4;
}
.fa-fw {
  margin-right: 7px;
}
@media (max-width: 767px) {
  .xs-full-width {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 0px;
  }
  .xs-full-width .list-group-item {
    border-radius: 0px;
  }
}
.b-share-icon {
  background-image: none !important;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 1.5em;
}
.b-share-icon_vkontakte:before {
  content: "\f189";
}
.b-share-icon_facebook:before {
  content: "\f09a";
}
.b-share-icon_twitter:before {
  content: "\f099";
}
.breadcrumb li.active a {
  color: #777777;
}
.inline-block > div {
  display: inline-block;
}
input.form-control,
textarea.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #eeeeee;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
select.form-control {
  padding: 6px 20px 6px 6px;
  background-image: url("../../img/icon/select-arrow.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 7px;
}
@-moz-document url-prefix() {
  select.form-control {
    background-image: none;
    padding: 6px;
  }
}
.label {
  padding: .3em .6em .3em;
  font-size: 95%;
  font-weight: normal;
  border-radius: 3px;
  line-height: 1.2;
}
.label button {
  font-size: 14px;
  margin-left: 5px;
}
.label.label-info {
  background-color: #5bc0de;
  border: none;
  color: #fff;
}
a.-tooltip {
  color: #555555;
  cursor: pointer !important;
}
a.-tooltip:hover {
  text-decoration: none;
}
a.-tooltip:hover .label-warning {
  background-color: #eea236;
}
a.-tooltip:hover .label-success {
  background-color: #449d44;
}
a.-tooltip:hover .label-default {
  background-color: #5e5e5e;
}
.bg-gray-lighter {
  background-color: #eeeeee;
}
.section-breadcrumb {
  background-color: #f8f8f8;
  padding: 5px 0;
}
.section-breadcrumb .breadcrumb {
  margin-bottom: 0px;
  padding-left: 0px;
  background-color: transparent;
}
.section-breadcrumb .breadcrumb li,
.section-breadcrumb .breadcrumb li a {
  font-size: 12px;
}
.left-nav li.active a {
  font-weight: bold;
  color: #333;
}
.left-nav li a {
  padding: 5px 0px;
}
.left-nav li a:hover {
  background-color: transparent;
}
.background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.nk-btn-index {
  font-weight: 300;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  padding: 15px 15px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  border-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.nk-btn-index:hover,
.nk-btn-index:focus,
.nk-btn-index:active,
.nk-btn-index.active,
.open > .dropdown-toggle.nk-btn-index {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.nk-btn-index:active,
.nk-btn-index.active,
.open > .dropdown-toggle.nk-btn-index {
  background-image: none;
}
.nk-btn-index.disabled,
.nk-btn-index[disabled],
fieldset[disabled] .nk-btn-index,
.nk-btn-index.disabled:hover,
.nk-btn-index[disabled]:hover,
fieldset[disabled] .nk-btn-index:hover,
.nk-btn-index.disabled:focus,
.nk-btn-index[disabled]:focus,
fieldset[disabled] .nk-btn-index:focus,
.nk-btn-index.disabled:active,
.nk-btn-index[disabled]:active,
fieldset[disabled] .nk-btn-index:active,
.nk-btn-index.disabled.active,
.nk-btn-index[disabled].active,
fieldset[disabled] .nk-btn-index.active {
  background-color: transparent;
  border-color: transparent;
}
.nk-btn-index .badge {
  color: transparent;
  background-color: #ffffff;
}
.nk-btn-index:hover,
.nk-btn-index:focus,
.nk-btn-index:active {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.5);
}
.header-index-sub {
  position: relative;
  background-color: #000;
  min-height: 360px;
  height: 100%;
  color: white;
  font-weight: 300;
  display: table;
  width: 100%;
}
.header-index-sub h1 {
  color: white;
  font-weight: 300;
  font-size: 42px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.header-index-sub p {
  font-weight: 300;
  font-size: 20px;
  color: #ffffff;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.header-index-sub .v-center {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .header-index-sub {
    padding-bottom: 20px;
  }
}
.header-index-sub .background {
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-image: url("/img/2400/2.jpg");
}
.header-index-sub .container {
  position: relative;
  z-index: 2;
}
.index-footer {
  position: absolute;
  bottom: 20px;
  z-index: 2;
  left: 0;
  right: 0;
}
.index-footer ul {
  padding: 0px;
  margin: 0px;
}
.index-footer ul li {
  display: inline;
  padding-right: 10px;
}
.index-footer ul li a {
  color: #777777;
}
.index-footer ul li a:hover {
  color: #fff;
}
.mobile-top-nav {
  background-color: #fff;
  margin-top: -40px;
  padding: 15px 15px;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-top-nav a {
  cursor: pointer;
}
.mobile-top-nav a:hover {
  text-decoration: none;
}
.mobile-top-nav .row {
  display: table;
  width: 100%;
}
.mobile-top-nav .row .col-xs-4 {
  padding-right: 0px;
  padding-left: 0px;
  display: table-cell;
  vertical-align: middle;
  float: none;
  width: auto;
}
.mobile-top-nav .row .col-xs-4.left {
  text-align: left;
}
.mobile-top-nav .row .col-xs-4.center {
  text-align: center;
}
.mobile-top-nav .row .col-xs-4.right {
  text-align: right;
}
.news-group p.lead {
  font-size: 15px;
  font-weight: 400;
}
.news-group img {
  max-width: 100%;
}
.panel-mobile-nav {
  border-radius: 0px;
}
.panel-mobile-nav .panel-body {
  padding: 15px 0;
}
.text-rating {
  font-size: 16px;
}
@media (min-width: 768px) {
  #search.collapse {
    display: block;
    height: auto !important;
  }
}
.insts-search {
  background-color: #f8f8f8;
  padding: 20px 0;
}
.insts-search form,
.insts-search select {
  font-size: 12px;
}
@media (min-width: 768px) {
  .insts-search .form-group {
    padding-right: 5px;
  }
  .insts-search .form-group label {
    padding-right: 3px;
  }
  .insts-search select {
    min-width: 120px;
    max-width: 120px;
  }
}
@media (min-width: 992px) {
  .insts-search .form-group {
    padding-right: 15px;
  }
  .insts-search .form-group label {
    padding-right: 7px;
  }
  .insts-search select {
    min-width: 140px;
    max-width: 140px;
  }
}
.inst-section-heading {
  font-weight: 600;
  font-size: 15px;
  padding: 10px 15px;
  border-bottom: 1px solid #d8e2e8;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .inst-section-heading {
    background-color: #f8f8f8;
    border-bottom: none;
    margin-bottom: 0px;
    margin-right: -15px;
    margin-left: -15px;
    padding: 15px 15px;
    font-size: 14px;
  }
}
.insts-header {
  padding: 40px 0px;
  border-bottom: 1px solid #d8e2e8;
}
.insts-header p:last-child {
  margin-bottom: 0px;
}
.insts-header h1 {
  padding: 0 0 15px 0;
  margin: 0;
  font-size: 24px;
}
@media (max-width: 767px) {
  .insts-header {
    padding: 15px 0px;
  }
  .insts-header h1 {
    font-size: 18px;
  }
  .insts-header .summary {
    font-size: 12px;
  }
}
.insts-content {
  background-color: #f2f6f8;
}
@media (min-width: 768px) {
  .insts-content {
    padding-top: 40px;
  }
}
.insts-group .list-group-item {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 13px;
  background-color: #FFF;
  border: none;
  border-bottom: 1px solid #e7ebef;
  border-radius: 0px;
  margin-bottom: 0px;
  padding: 15px;
}
.insts-group .list-group-item h2 {
  font-size: 18px;
}
.insts-group .list-group-item h3,
.insts-group .list-group-item h4 {
  font-size: 14px;
}
.insts-group .list-group-item .media-heading {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .insts-group .list-group-item {
    margin-bottom: -1px;
    border-radius: 0px;
    padding: 10px 15px;
  }
  .insts-group .list-group-item h2 {
    font-size: 14px;
  }
  .insts-group .list-group-item p,
  .insts-group .list-group-item table,
  .insts-group .list-group-item .btn {
    font-size: 12px;
  }
  .insts-group .list-group-item table {
    margin-top: 0px;
  }
}
.insts-group-header h1 {
  font-size: 24px;
  padding-top: 0px;
  margin-top: 0px;
}
.form-search {
  margin-bottom: 20px;
}
.list-group-item form {
  margin-top: 5px;
}
.list-group-item p:last-child,
.list-group-item table:last-child,
.list-group-item .form-group:last-child {
  margin-bottom: 0px;
}
.inst-group .list-group-item {
  font-size: 13px;
  background-color: #FFF;
  border: 1px solid #d8e2e8;
  padding: 15px;
}
.inst-group .list-group-item .media-heading {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .inst-group .list-group-item p,
  .inst-group .list-group-item table,
  .inst-group .list-group-item .btn {
    font-size: 12px;
  }
}
.inst-group .inst-group-item {
  padding: 5px 0px;
}
.inst-group .inst-group-item:first-child {
  padding-top: 0px;
}
.inst-group .inst-group-item:last-child {
  padding-bottom: 0px;
}
.insts-sidebar .details .details-item {
  display: block;
}
.nav-insts {
  border-bottom: 1px solid #d8e2e8;
  margin-bottom: 20px;
}
.nav-insts > li > a:hover,
.nav-insts > li > a:focus {
  text-decoration: underline;
  background-color: transparent;
}
.nav-insts > li.active > a,
.nav-insts > li.active > a:hover,
.nav-insts > li.active > a:focus {
  background-color: transparent;
  font-weight: 600;
  color: #555555;
  text-decoration: none;
}
@media (max-width: 767px) {
  .nav-insts {
    border-bottom: 0px;
    background-color: #fff;
    text-align: center;
    margin-bottom: 0px;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .nav-insts > li {
    float: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    *display: inline;
    /* ie7 fix */
    zoom: 1;
  }
  .nav-insts > li + li {
    margin-left: -1px;
  }
  .nav-insts > li > a {
    border: 1px solid #428bca;
    border-radius: 0;
    padding: 5px 15px;
  }
  .nav-insts > li:first-child > a {
    border-radius: 6px 0 0 6px;
  }
  .nav-insts > li:last-child > a {
    border-radius: 0 6px 6px 0;
  }
  .nav-insts > li.active > a,
  .nav-insts > li.active > a:hover,
  .nav-insts > li.active > a:focus {
    background-color: #428bca;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
  }
  .nav-insts > li > a:hover,
  .nav-insts > li > a:focus {
    background-color: #6aa3d5;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
  }
}
.details-fix {
  float: left;
}
@media (max-width: 767px) {
  .details-fix {
    float: none !important;
    display: block;
  }
}
@media (max-width: 767px) {
  .details-xs-left {
    float: none !important;
    display: block;
  }
}
.icon-round-lg {
  background-color: #428bca;
  color: white;
  width: 64px;
  height: 64px;
  font-size: 40px;
  text-align: center;
}
.icon-round-lg span {
  padding-top: 12px;
}
@media (max-width: 767px) {
  .icon-round-lg {
    width: 40px;
    height: 40px;
    font-size: 25px;
  }
  .icon-round-lg span {
    padding-top: 8px;
  }
}
.nophoto {
  background-color: #dde7ef;
  color: white;
  width: 74px;
  height: 74px;
  line-height: 74px;
  font-weight: 300;
  font-size: 30px;
  text-align: center;
}
.nk-avatar-insts {
  width: 74px;
}
.nk-avatar-default {
  background-color: #dde7ef;
  color: white;
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-weight: 200;
  font-size: 30px;
  text-align: center;
}
.nk-avatar-sm {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 15px;
}
.inst-section-item {
  padding-top: 20px;
  padding-bottom: 20px;
}
.inst-section-item h5 {
  margin-top: 0px;
}
.inst-section-item .details {
  font-size: 13px;
}
.inst-section-item .details > div {
  display: inline-block;
}
.inst-section-item .details .label {
  display: inline-block;
  min-height: 19px;
}
.inst-section-item p:last-child {
  margin-bottom: 0px;
}
.inst-section-item table {
  margin-bottom: 5px;
}
.inst-map {
  padding: 0;
  margin: 0;
}
.inst-map #map {
  height: 250px;
  width: 100%;
}
.carousel-inner {
  max-height: 350px;
}
.table-inst tr td {
  border-color: transparent !important;
  padding: 2px 4px 2px 0 !important;
}
.table-inst tr td:first-child {
  color: #777777;
  width: 40%;
  font-weight: 600;
  text-align: right;
}
.table-inst tr td:last-child {
  padding-left: 10px !important;
}
.table-insts {
  margin-top: 7px;
  font-size: 13px;
  width: 100%;
}
.table-insts tr td {
  vertical-align: top;
  border-color: transparent !important;
  padding: 2px 4px 2px 0 !important;
}
.table-insts tr td:first-child {
  color: #777777;
  padding-right: 10px !important;
  width: 150px;
}
@media (max-width: 767px) {
  .table-insts .visible-xs {
    display: inline !important;
  }
}
