
.nav, #main_navigation #main_nav_links > ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, #main_navigation #main_nav_links > ul:before, .nav:after, #main_navigation #main_nav_links > ul:after {
  content: " ";
  display: table;
}
.nav:after, #main_navigation #main_nav_links > ul:after {
  clear: both;
}
.nav > li, #main_navigation #main_nav_links > ul > li {
  position: relative;
  display: block;
}
.nav > li > a, #main_navigation #main_nav_links > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, #main_navigation #main_nav_links > ul > li > a:hover, .nav > li > a:focus, #main_navigation #main_nav_links > ul > li > a:focus {
  text-decoration: none;
  background-color: #bcbcbc;
}
.nav > li.disabled > a, #main_navigation #main_nav_links > ul > li.disabled > a {
  color: #bcbcbc;
}
.nav > li.disabled > a:hover, #main_navigation #main_nav_links > ul > li.disabled > a:hover, .nav > li.disabled > a:focus, #main_navigation #main_nav_links > ul > li.disabled > a:focus {
  color: #bcbcbc;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, #main_navigation #main_nav_links > ul .open > a, .nav .open > a:hover, #main_navigation #main_nav_links > ul .open > a:hover, .nav .open > a:focus, #main_navigation #main_nav_links > ul .open > a:focus {
  background-color: #bcbcbc;
  border-color: #00497a;
}
.nav .nav-divider, #main_navigation #main_nav_links > ul .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img, #main_navigation #main_nav_links > ul > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #a2ce62;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #bcbcbc #bcbcbc #a2ce62;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #575757;
  background-color: white;
  border: 1px solid #a2ce62;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #ba6970;
  background-color: #00497a;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fcfcfc;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar, #main_navigation {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, #main_navigation:before, .navbar:after, #main_navigation:after {
  content: " ";
  display: table;
}
.navbar:after, #main_navigation:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar, #main_navigation {
    border-radius: 4px;
  }
}

.navbar-header:before, #main_navigation header:before, .navbar-header:after, #main_navigation header:after {
  content: " ";
  display: table;
}
.navbar-header:after, #main_navigation header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header, #main_navigation header {
    float: left;
  }
}

.navbar-collapse, #main_navigation #main_nav_links {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, #main_navigation #main_nav_links:before, .navbar-collapse:after, #main_navigation #main_nav_links:after {
  content: " ";
  display: table;
}
.navbar-collapse:after, #main_navigation #main_nav_links:after {
  clear: both;
}
.navbar-collapse.in, #main_navigation .in#main_nav_links {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse, #main_navigation #main_nav_links {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse, #main_navigation #main_nav_links {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in, #main_navigation .in#main_nav_links {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-top #main_navigation #main_nav_links, #main_navigation .navbar-fixed-top #main_nav_links, .navbar-static-top .navbar-collapse, .navbar-static-top #main_navigation #main_nav_links, #main_navigation .navbar-static-top #main_nav_links, .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-bottom #main_navigation #main_nav_links, #main_navigation .navbar-fixed-bottom #main_nav_links {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-top #main_navigation #main_nav_links, #main_navigation .navbar-fixed-top #main_nav_links,
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-bottom #main_navigation #main_nav_links,
#main_navigation .navbar-fixed-bottom #main_nav_links {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-top #main_navigation #main_nav_links, #main_navigation .navbar-fixed-top #main_nav_links,
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-bottom #main_navigation #main_nav_links,
  #main_navigation .navbar-fixed-bottom #main_nav_links {
    max-height: 200px;
  }
}

.container > .navbar-header, #main_navigation .container > header,
.container > .navbar-collapse,
#main_navigation .container > #main_nav_links,
.container-fluid > .navbar-header,
#main_navigation nav > .navbar-header,
#main_navigation .container-fluid > header,
#main_navigation nav > header,
.container-fluid > .navbar-collapse,
#main_navigation nav > .navbar-collapse,
#main_navigation .container-fluid > #main_nav_links,
#main_navigation nav > #main_nav_links {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header, #main_navigation .container > header,
  .container > .navbar-collapse,
  #main_navigation .container > #main_nav_links,
  .container-fluid > .navbar-header,
  #main_navigation nav > .navbar-header,
  #main_navigation .container-fluid > header,
  #main_navigation nav > header,
  .container-fluid > .navbar-collapse,
  #main_navigation nav > .navbar-collapse,
  #main_navigation .container-fluid > #main_nav_links,
  #main_navigation nav > #main_nav_links {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand, #main_navigation header h1 {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, #main_navigation header h1:hover, .navbar-brand:focus, #main_navigation header h1:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, #main_navigation > .container .navbar-brand, .navbar > .container #main_navigation header h1, #main_navigation header .navbar > .container h1, #main_navigation > .container header h1, .navbar > .container-fluid .navbar-brand, #main_navigation > .container-fluid .navbar-brand, #main_navigation .navbar > nav .navbar-brand, #main_navigation > nav .navbar-brand, .navbar > .container-fluid #main_navigation header h1, #main_navigation header .navbar > .container-fluid h1, #main_navigation > .container-fluid header h1, #main_navigation .navbar > nav header h1, #main_navigation header .navbar > nav h1, #main_navigation > nav header h1 {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav, #main_navigation #main_nav_links > ul {
  margin: 7.5px -15px;
}
.navbar-nav > li > a, #main_navigation #main_nav_links > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu, #main_navigation #main_nav_links > ul .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a, #main_navigation #main_nav_links > ul .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header,
  #main_navigation #main_nav_links > ul .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a, #main_navigation #main_nav_links > ul .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, #main_navigation #main_nav_links > ul .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus, #main_navigation #main_nav_links > ul .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav, #main_navigation #main_nav_links > ul {
    float: left;
    margin: 0;
  }
  .navbar-nav > li, #main_navigation #main_nav_links > ul > li {
    float: left;
  }
  .navbar-nav > li > a, #main_navigation #main_nav_links > ul > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child, #main_navigation #main_nav_links > ul.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

.navbar-nav > li > .dropdown-menu, #main_navigation #main_nav_links > ul > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu, .navbar-fixed-bottom #main_navigation #main_nav_links > ul > li > .dropdown-menu, #main_navigation .navbar-fixed-bottom #main_nav_links > ul > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .service_consolle .search span .btn-group-sm > button.navbar-btn, .featured .more .btn-group-sm > a.navbar-btn, .primary article .more .btn-group-sm > a.navbar-btn, .btn-group-sm > .navbar-btn.btn-rss {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .service_consolle .search span .btn-group-xs > button.navbar-btn, .featured .more .btn-group-xs > a.navbar-btn, .primary article .more .btn-group-xs > a.navbar-btn, .btn-group-xs > .navbar-btn.btn-rss {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default, #main_navigation {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand, #main_navigation .navbar-brand, #main_navigation header h1 {
  color: #777777;
}
.navbar-default .navbar-brand:hover, #main_navigation .navbar-brand:hover, #main_navigation header h1:hover, .navbar-default .navbar-brand:focus, #main_navigation .navbar-brand:focus, #main_navigation header h1:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text, #main_navigation .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a, #main_navigation .navbar-nav > li > a, #main_navigation #main_nav_links > ul > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover, #main_navigation .navbar-nav > li > a:hover, #main_navigation #main_nav_links > ul > li > a:hover, .navbar-default .navbar-nav > li > a:focus, #main_navigation .navbar-nav > li > a:focus, #main_navigation #main_nav_links > ul > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, #main_navigation .navbar-nav > .active > a, #main_navigation #main_nav_links > ul > .active > a, .navbar-default .navbar-nav > .active > a:hover, #main_navigation .navbar-nav > .active > a:hover, #main_navigation #main_nav_links > ul > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, #main_navigation .navbar-nav > .active > a:focus, #main_navigation #main_nav_links > ul > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, #main_navigation .navbar-nav > .disabled > a, #main_navigation #main_nav_links > ul > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, #main_navigation .navbar-nav > .disabled > a:hover, #main_navigation #main_nav_links > ul > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus, #main_navigation .navbar-nav > .disabled > a:focus, #main_navigation #main_nav_links > ul > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle, #main_navigation .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover, #main_navigation .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, #main_navigation .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar, #main_navigation .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse, #main_navigation .navbar-collapse, #main_navigation #main_nav_links,
.navbar-default .navbar-form,
#main_navigation .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, #main_navigation .navbar-nav > .open > a, #main_navigation #main_nav_links > ul > .open > a, .navbar-default .navbar-nav > .open > a:hover, #main_navigation .navbar-nav > .open > a:hover, #main_navigation #main_nav_links > ul > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, #main_navigation .navbar-nav > .open > a:focus, #main_navigation #main_nav_links > ul > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a, #main_navigation .navbar-nav .open .dropdown-menu > li > a, #main_navigation #main_nav_links > ul .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, #main_navigation .navbar-nav .open .dropdown-menu > li > a:hover, #main_navigation #main_nav_links > ul .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, #main_navigation .navbar-nav .open .dropdown-menu > li > a:focus, #main_navigation #main_nav_links > ul .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, #main_navigation .navbar-nav .open .dropdown-menu > .active > a, #main_navigation #main_nav_links > ul .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, #main_navigation .navbar-nav .open .dropdown-menu > .active > a:hover, #main_navigation #main_nav_links > ul .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, #main_navigation .navbar-nav .open .dropdown-menu > .active > a:focus, #main_navigation #main_nav_links > ul .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, #main_navigation .navbar-nav .open .dropdown-menu > .disabled > a, #main_navigation #main_nav_links > ul .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, #main_navigation .navbar-nav .open .dropdown-menu > .disabled > a:hover, #main_navigation #main_nav_links > ul .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, #main_navigation .navbar-nav .open .dropdown-menu > .disabled > a:focus, #main_navigation #main_nav_links > ul .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link, #main_navigation .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover, #main_navigation .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link, #main_navigation .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover, #main_navigation .btn-link:hover, .navbar-default .btn-link:focus, #main_navigation .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover, #main_navigation .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, #main_navigation .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] #main_navigation .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] #main_navigation .btn-link:focus {
  color: #cccccc;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand, .navbar-inverse #main_navigation header h1, #main_navigation header .navbar-inverse h1 {
  color: #bcbcbc;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse #main_navigation header h1:hover, #main_navigation header .navbar-inverse h1:hover, .navbar-inverse .navbar-brand:focus, .navbar-inverse #main_navigation header h1:focus, #main_navigation header .navbar-inverse h1:focus {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #bcbcbc;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse #main_navigation #main_nav_links > ul > li > a, #main_navigation .navbar-inverse #main_nav_links > ul > li > a {
  color: #bcbcbc;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse #main_navigation #main_nav_links > ul > li > a:hover, #main_navigation .navbar-inverse #main_nav_links > ul > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse #main_navigation #main_nav_links > ul > li > a:focus, #main_navigation .navbar-inverse #main_nav_links > ul > li > a:focus {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse #main_navigation #main_nav_links > ul > .active > a, #main_navigation .navbar-inverse #main_nav_links > ul > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse #main_navigation #main_nav_links > ul > .active > a:hover, #main_navigation .navbar-inverse #main_nav_links > ul > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse #main_navigation #main_nav_links > ul > .active > a:focus, #main_navigation .navbar-inverse #main_nav_links > ul > .active > a:focus {
  color: white;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse #main_navigation #main_nav_links > ul > .disabled > a, #main_navigation .navbar-inverse #main_nav_links > ul > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse #main_navigation #main_nav_links > ul > .disabled > a:hover, #main_navigation .navbar-inverse #main_nav_links > ul > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse #main_navigation #main_nav_links > ul > .disabled > a:focus, #main_navigation .navbar-inverse #main_nav_links > ul > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-inverse .navbar-collapse, .navbar-inverse #main_navigation #main_nav_links, #main_navigation .navbar-inverse #main_nav_links,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse #main_navigation #main_nav_links > ul > .open > a, #main_navigation .navbar-inverse #main_nav_links > ul > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse #main_navigation #main_nav_links > ul > .open > a:hover, #main_navigation .navbar-inverse #main_nav_links > ul > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse #main_navigation #main_nav_links > ul > .open > a:focus, #main_navigation .navbar-inverse #main_nav_links > ul > .open > a:focus {
  background-color: #090909;
  color: white;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header, .navbar-inverse #main_navigation #main_nav_links > ul .open .dropdown-menu > .dropdown-header, #main_navigation .navbar-inverse #main_nav_links > ul .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider, .navbar-inverse #main_navigation #main_nav_links > ul .open .dropdown-menu .divider, #main_navigation .navbar-inverse #main_nav_links > ul .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a, .navbar-inverse #main_navigation #main_nav_links > ul .open .dropdown-menu > li > a, #main_navigation .navbar-inverse #main_nav_links > ul .open .dropdown-menu > li > a {
    color: #bcbcbc;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse #main_navigation #main_nav_links > ul .open .dropdown-menu > li > a:hover, #main_navigation .navbar-inverse #main_nav_links > ul .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse #main_navigation #main_nav_links > ul .open .dropdown-menu > li > a:focus, #main_navigation .navbar-inverse #main_nav_links > ul .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse #main_navigation #main_nav_links > ul .open .dropdown-menu > .active > a, #main_navigation .navbar-inverse #main_nav_links > ul .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse #main_navigation #main_nav_links > ul .open .dropdown-menu > .active > a:hover, #main_navigation .navbar-inverse #main_nav_links > ul .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse #main_navigation #main_nav_links > ul .open .dropdown-menu > .active > a:focus, #main_navigation .navbar-inverse #main_nav_links > ul .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse #main_navigation #main_nav_links > ul .open .dropdown-menu > .disabled > a, #main_navigation .navbar-inverse #main_nav_links > ul .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse #main_navigation #main_nav_links > ul .open .dropdown-menu > .disabled > a:hover, #main_navigation .navbar-inverse #main_nav_links > ul .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse #main_navigation #main_nav_links > ul .open .dropdown-menu > .disabled > a:focus, #main_navigation .navbar-inverse #main_nav_links > ul .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #bcbcbc;
}
.navbar-inverse .navbar-link:hover {
  color: white;
}
.navbar-inverse .btn-link {
  color: #bcbcbc;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: white;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: whitesmoke;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #bcbcbc;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #00497a;
  background-color: white;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #001b2e;
  background-color: #bcbcbc;
  border-color: #dddddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: white;
  background-color: #00497a;
  border-color: #00497a;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #bcbcbc;
  background-color: white;
  border-color: #dddddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #bcbcbc;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #bcbcbc;
  background-color: white;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label:empty {
  display: none;
}
.btn .label, .service_consolle .search span button .label, .featured .more a .label, .primary article .more a .label, .btn-rss .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #bcbcbc;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #a3a3a3;
}

.label-primary {
  background-color: #00497a;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #002a47;
}

.label-success {
  background-color: #68a35c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #53824a;
}

.label-info {
  background-color: #0086e0;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #0068ad;
}

.label-warning {
  background-color: #bca86a;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #a8914b;
}

.label-danger {
  background-color: #ba6970;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #a44c53;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #bcbcbc;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge, .service_consolle .search span button .badge, .featured .more a .badge, .primary article .more a .badge, .btn-rss .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, .service_consolle .search span .btn-group-xs > button .badge, .featured .more .btn-group-xs > a .badge, .primary article .more .btn-group-xs > a .badge, .btn-group-xs > .btn-rss .badge {
  top: 0;
  padding: 1px 5px;
}
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #00497a;
  background-color: white;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #a2ce62;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #575757;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #00497a;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.media, .services li,
.media-body,
.services li p {
  overflow: hidden;
  zoom: 1;
}

.media, .services li,
.media .media,
.services li .media,
.media .services li,
.services .media li,
.services li li {
  margin-top: 15px;
}

.media:first-child, .services li:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left, .services li > .pull-left, .services li .media > .icon, .services li > .icon {
  margin-right: 10px;
}
.media > .pull-right, .services li > .pull-right {
  margin-left: 10px;
}

.media-list, .services ul {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: whitesmoke;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #bcbcbc;
  color: #bcbcbc;
}
.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: #bcbcbc;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #ba6970;
  background-color: #00497a;
  border-color: #00497a;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #47b5ff;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel, #privacy {
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading, #privacy header {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle, #privacy header > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}

.panel-footer, #privacy footer {
  padding: 10px 15px;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group, #privacy > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item, #privacy > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child, #privacy > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child, #privacy > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child, #privacy header + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer, #privacy .list-group + footer {
  border-top-width: 0;
}

.panel > .table, #privacy > .table, .panel > table, #privacy > table,
.panel > .table-responsive > .table,
#privacy > .table-responsive > .table,
.panel > .table-responsive > table,
#privacy > .table-responsive > table,
.panel > .panel-collapse > .table,
#privacy > .panel-collapse > .table,
.panel > .panel-collapse > table,
#privacy > .panel-collapse > table {
  margin-bottom: 0;
}
.panel > .table:first-child, #privacy > .table:first-child, .panel > table:first-child, #privacy > table:first-child,
.panel > .table-responsive:first-child > .table:first-child,
#privacy > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > table:first-child,
#privacy > .table-responsive:first-child > table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, #privacy > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > table:first-child > thead:first-child > tr:first-child td:first-child, #privacy > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
#privacy > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > table:first-child > thead:first-child > tr:first-child th:first-child,
#privacy > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
#privacy > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > table:first-child > tbody:first-child > tr:first-child td:first-child,
#privacy > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
#privacy > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > table:first-child > tbody:first-child > tr:first-child th:first-child,
#privacy > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
#privacy > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
#privacy > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
#privacy > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
#privacy > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
#privacy > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
#privacy > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
#privacy > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child,
#privacy > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, #privacy > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > table:first-child > thead:first-child > tr:first-child td:last-child, #privacy > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
#privacy > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > table:first-child > thead:first-child > tr:first-child th:last-child,
#privacy > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
#privacy > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > table:first-child > tbody:first-child > tr:first-child td:last-child,
#privacy > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
#privacy > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > table:first-child > tbody:first-child > tr:first-child th:last-child,
#privacy > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
#privacy > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
#privacy > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
#privacy > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
#privacy > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
#privacy > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
#privacy > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
#privacy > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child,
#privacy > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child, #privacy > .table:last-child, .panel > table:last-child, #privacy > table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
#privacy > .table-responsive:last-child > .table:last-child,
.panel > .table-responsive:last-child > table:last-child,
#privacy > .table-responsive:last-child > table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, #privacy > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > table:last-child > tbody:last-child > tr:last-child td:first-child, #privacy > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
#privacy > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > table:last-child > tbody:last-child > tr:last-child th:first-child,
#privacy > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
#privacy > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > table:last-child > tfoot:last-child > tr:last-child td:first-child,
#privacy > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
#privacy > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > table:last-child > tfoot:last-child > tr:last-child th:first-child,
#privacy > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
#privacy > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
#privacy > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
#privacy > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
#privacy > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
#privacy > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
#privacy > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
#privacy > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child,
#privacy > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, #privacy > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > table:last-child > tbody:last-child > tr:last-child td:last-child, #privacy > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
#privacy > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > table:last-child > tbody:last-child > tr:last-child th:last-child,
#privacy > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
#privacy > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > table:last-child > tfoot:last-child > tr:last-child td:last-child,
#privacy > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
#privacy > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > table:last-child > tfoot:last-child > tr:last-child th:last-child,
#privacy > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
#privacy > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
#privacy > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
#privacy > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
#privacy > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
#privacy > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
#privacy > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
#privacy > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child,
#privacy > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table, #privacy > .panel-body + .table, .panel > .panel-body + table, #privacy > .panel-body + table,
.panel > .panel-body + .table-responsive,
#privacy > .panel-body + .table-responsive {
  border-top: 1px solid #a2ce62;
}
.panel > .table > tbody:first-child > tr:first-child th, #privacy > .table > tbody:first-child > tr:first-child th, .panel > table > tbody:first-child > tr:first-child th, #privacy > table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
#privacy > .table > tbody:first-child > tr:first-child td,
.panel > table > tbody:first-child > tr:first-child td,
#privacy > table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered, #privacy > .table-bordered,
.panel > .table-responsive > .table-bordered,
#privacy > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child, #privacy > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
#privacy > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
#privacy > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
#privacy > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
#privacy > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
#privacy > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
#privacy > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
#privacy > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
#privacy > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
#privacy > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
#privacy > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
#privacy > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child, #privacy > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
#privacy > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
#privacy > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
#privacy > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
#privacy > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
#privacy > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
#privacy > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
#privacy > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
#privacy > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
#privacy > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
#privacy > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
#privacy > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td, #privacy > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
#privacy > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
#privacy > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
#privacy > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
#privacy > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
#privacy > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
#privacy > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
#privacy > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td, #privacy > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
#privacy > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
#privacy > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
#privacy > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
#privacy > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
#privacy > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
#privacy > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
#privacy > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive, #privacy > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel, .panel-group #privacy {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel, .panel-group #privacy + .panel, .panel-group .panel + #privacy, .panel-group #privacy + #privacy {
  margin-top: 5px;
}
.panel-group .panel-heading, .panel-group #privacy header, #privacy .panel-group header {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group #privacy header + .panel-collapse > .panel-body, #privacy .panel-group header + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer, .panel-group #privacy footer, #privacy .panel-group footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body, .panel-group #privacy footer + .panel-collapse .panel-body, #privacy .panel-group footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default, #privacy {
  border-color: #dddddd;
}
.panel-default > .panel-heading, #privacy > .panel-heading, #privacy .panel-default > header, #privacy > header {
  color: #575757;
  background-color: whitesmoke;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body, #privacy > .panel-heading + .panel-collapse > .panel-body, #privacy .panel-default > header + .panel-collapse > .panel-body, #privacy > header + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge, #privacy > .panel-heading .badge, #privacy .panel-default > header .badge, #privacy > header .badge {
  color: whitesmoke;
  background-color: #575757;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body, #privacy > .panel-footer + .panel-collapse > .panel-body, #privacy .panel-default > footer + .panel-collapse > .panel-body, #privacy > footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #00497a;
}
.panel-primary > .panel-heading, #privacy .panel-primary > header {
  color: white;
  background-color: #00497a;
  border-color: #00497a;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body, #privacy .panel-primary > header + .panel-collapse > .panel-body {
  border-top-color: #00497a;
}
.panel-primary > .panel-heading .badge, #privacy .panel-primary > header .badge {
  color: #00497a;
  background-color: white;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body, #privacy .panel-primary > footer + .panel-collapse > .panel-body {
  border-bottom-color: #00497a;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading, #privacy .panel-success > header {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body, #privacy .panel-success > header + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge, #privacy .panel-success > header .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body, #privacy .panel-success > footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading, #privacy .panel-info > header {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body, #privacy .panel-info > header + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge, #privacy .panel-info > header .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body, #privacy .panel-info > footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading, #privacy .panel-warning > header {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body, #privacy .panel-warning > header + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge, #privacy .panel-warning > header .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body, #privacy .panel-warning > footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading, #privacy .panel-danger > header {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body, #privacy .panel-danger > header + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge, #privacy .panel-danger > header .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body, #privacy .panel-danger > footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well, #pdf_reader {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote, #pdf_reader blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm, #pdf_reader {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, .modal-footer .service_consolle .search span button + .btn, .service_consolle .search span .modal-footer button + .btn, .modal-footer .featured .more a + .btn, .featured .more .modal-footer a + .btn, .modal-footer .primary article .more a + .btn, .primary article .more .modal-footer a + .btn, .modal-footer .btn-rss + .btn, .modal-footer .service_consolle .search span .btn + button, .service_consolle .search span .modal-footer .btn + button, .modal-footer .service_consolle .search span button + button, .service_consolle .search span .modal-footer button + button, .modal-footer .featured .more .service_consolle .search span a + button, .service_consolle .search span .modal-footer .featured .more a + button, .featured .more .modal-footer .service_consolle .search span a + button, .service_consolle .search span .featured .more .modal-footer a + button, .modal-footer .primary article .more .service_consolle .search span a + button, .service_consolle .search span .modal-footer .primary article .more a + button, .primary article .more .modal-footer .service_consolle .search span a + button, .service_consolle .search span .primary article .more .modal-footer a + button, .modal-footer .service_consolle .search span .btn-rss + button, .service_consolle .search span .modal-footer .btn-rss + button, .modal-footer .featured .more .btn + a, .featured .more .modal-footer .btn + a, .modal-footer .service_consolle .search span .featured .more button + a, .featured .more .modal-footer .service_consolle .search span button + a, .service_consolle .search span .modal-footer .featured .more button + a, .featured .more .service_consolle .search span .modal-footer button + a, .modal-footer .featured .more a + a, .featured .more .modal-footer a + a, .modal-footer .featured .more .btn-rss + a, .featured .more .modal-footer .btn-rss + a, .modal-footer .primary article .more .btn + a, .primary article .more .modal-footer .btn + a, .modal-footer .service_consolle .search span .primary article .more button + a, .primary article .more .modal-footer .service_consolle .search span button + a, .service_consolle .search span .modal-footer .primary article .more button + a, .primary article .more .service_consolle .search span .modal-footer button + a, .modal-footer .primary article .more a + a, .primary article .more .modal-footer a + a, .modal-footer .primary article .more .btn-rss + a, .primary article .more .modal-footer .btn-rss + a, .modal-footer .btn + .btn-rss, .modal-footer .service_consolle .search span button + .btn-rss, .service_consolle .search span .modal-footer button + .btn-rss, .modal-footer .featured .more a + .btn-rss, .featured .more .modal-footer a + .btn-rss, .modal-footer .primary article .more a + .btn-rss, .primary article .more .modal-footer a + .btn-rss, .modal-footer .btn-rss + .btn-rss {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .service_consolle .search span button + .btn, .service_consolle .search span .modal-footer .btn-group button + .btn, .modal-footer .btn-group .featured .more a + .btn, .featured .more .modal-footer .btn-group a + .btn, .modal-footer .btn-group .primary article .more a + .btn, .primary article .more .modal-footer .btn-group a + .btn, .modal-footer .btn-group .btn-rss + .btn, .modal-footer .btn-group .service_consolle .search span .btn + button, .service_consolle .search span .modal-footer .btn-group .btn + button, .modal-footer .btn-group .service_consolle .search span button + button, .service_consolle .search span .modal-footer .btn-group button + button, .modal-footer .btn-group .featured .more .service_consolle .search span a + button, .service_consolle .search span .modal-footer .btn-group .featured .more a + button, .featured .more .modal-footer .btn-group .service_consolle .search span a + button, .service_consolle .search span .featured .more .modal-footer .btn-group a + button, .modal-footer .btn-group .primary article .more .service_consolle .search span a + button, .service_consolle .search span .modal-footer .btn-group .primary article .more a + button, .primary article .more .modal-footer .btn-group .service_consolle .search span a + button, .service_consolle .search span .primary article .more .modal-footer .btn-group a + button, .modal-footer .btn-group .service_consolle .search span .btn-rss + button, .service_consolle .search span .modal-footer .btn-group .btn-rss + button, .modal-footer .btn-group .featured .more .btn + a, .featured .more .modal-footer .btn-group .btn + a, .modal-footer .btn-group .service_consolle .search span .featured .more button + a, .featured .more .modal-footer .btn-group .service_consolle .search span button + a, .service_consolle .search span .modal-footer .btn-group .featured .more button + a, .featured .more .service_consolle .search span .modal-footer .btn-group button + a, .modal-footer .btn-group .featured .more a + a, .featured .more .modal-footer .btn-group a + a, .modal-footer .btn-group .featured .more .btn-rss + a, .featured .more .modal-footer .btn-group .btn-rss + a, .modal-footer .btn-group .primary article .more .btn + a, .primary article .more .modal-footer .btn-group .btn + a, .modal-footer .btn-group .service_consolle .search span .primary article .more button + a, .primary article .more .modal-footer .btn-group .service_consolle .search span button + a, .service_consolle .search span .modal-footer .btn-group .primary article .more button + a, .primary article .more .service_consolle .search span .modal-footer .btn-group button + a, .modal-footer .btn-group .primary article .more a + a, .primary article .more .modal-footer .btn-group a + a, .modal-footer .btn-group .primary article .more .btn-rss + a, .primary article .more .modal-footer .btn-group .btn-rss + a, .modal-footer .btn-group .btn + .btn-rss, .modal-footer .btn-group .service_consolle .search span button + .btn-rss, .service_consolle .search span .modal-footer .btn-group button + .btn-rss, .modal-footer .btn-group .featured .more a + .btn-rss, .featured .more .modal-footer .btn-group a + .btn-rss, .modal-footer .btn-group .primary article .more a + .btn-rss, .primary article .more .modal-footer .btn-group a + .btn-rss, .modal-footer .btn-group .btn-rss + .btn-rss {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: white;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: white;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: white;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  bottom: -10px;
}

.clearfix:before, #pdf_reader:before, .clearfix:after, #pdf_reader:after {
  content: " ";
  display: table;
}
.clearfix:after, #pdf_reader:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left, .services li .icon {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block, #main_navigation header h1,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block, #main_navigation header h1 {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #00497a;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #00497a;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: white;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn, .carousel-caption .service_consolle .search span button, .service_consolle .search span .carousel-caption button, .carousel-caption .featured .more a, .featured .more .carousel-caption a, .carousel-caption .primary article .more a, .primary article .more .carousel-caption a, .carousel-caption .btn-rss {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
html {
  background-color: #fcfcfc;
}

body {
  /*
      background: {
          image: url(../img/bck.png);
          position: center top;
          size: cover;
      };
  */
  padding-bottom: 30px;
  background-image: -moz-linear-gradient(#bcbcbc, #fcfcfc 70%);
  background-image: -webkit-linear-gradient(#bcbcbc, #fcfcfc 70%);
  background-image: linear-gradient(#bcbcbc, #fcfcfc 70%);
  /*    
      i.bck_1 {
          color: $aar_logo_gray_light;
      }
      i.bck_2 {
          color: $aar_logo_blue;
      }
      i.bck_3 {
          color: $aar_logo_green_light;
      }
      i.bck_4 {
          color: $aar_logo_green_dark;
      }
      &.bck_1 {
          background: $aar_logo_gray_light;
      }
      &.bck_2 {
          background: $aar_logo_blue;
      }
      &.bck_3 {
          background: $aar_logo_green_light;
      }
      &.bck_4 {
          background: $aar_logo_green_dark;
      }
      &.bck_5 {
          @include background-image(linear-gradient($aar_logo_gray_light, lighten($aar_logo_gray_light, 50%) 70%));
      }
      &.bck_6 {
          @include background-image(linear-gradient($aar_logo_blue, lighten($aar_logo_blue, 50%) 70%));
      }
      &.bck_7 {
          @include background-image(linear-gradient($aar_logo_green_light, lighten($aar_logo_green_light, 50%) 70%));
      }
      &.bck_8 {
          @include background-image(linear-gradient($aar_logo_green_dark, lighten($aar_logo_green_dark, 50%) 70%));
      }
      &.bck_9 {
          @include background-image(linear-gradient(lighten($aar_logo_gray_light, 50%), $aar_logo_gray_light 70%));
      }
      &.bck_10 {
          @include background-image(linear-gradient(lighten($aar_logo_blue, 50%), $aar_logo_blue 70%));
      }
      &.bck_11 {
          @include background-image(linear-gradient(lighten($aar_logo_green_light, 50%), $aar_logo_green_light 70%));
      }
      &.bck_12 {
          @include background-image(linear-gradient(lighten($aar_logo_green_dark, 50%), $aar_logo_green_dark 70%));
      }
  */
}

.container {
  -moz-box-shadow: black 0px 5px 30px;
  -webkit-box-shadow: black 0px 5px 30px;
  box-shadow: black 0px 5px 30px;
  padding-bottom: 30px;
  background-color: white;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .container {
    background-image: url(../img/footer_bck_lg.png);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    background-image: url(../img/footer_bck_md.png);
  }
}
@media (min-width: 769px) and (max-width: 992px -1px) {
  .container {
    background-image: url(../img/footer_bck_sm.png);
  }
}

.service_consolle {
  padding: 10px 0;
}
.service_consolle .admin_nav a {
  display: inline-block;
  padding: 6px 0 6px 12px;
  color: #575757;
}
@media (max-width: 480px) {
  .service_consolle .admin_nav a {
    padding: 3px;
  }
}

#main_navigation header h1 {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  #main_navigation header h1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #main_nav_links > ul a {
    padding-right: 6.66667px !important;
    padding-left: 6.66667px !important;
    font-size: 12px;
  }
}
#page_info footer {
  padding-top: 30px;
  padding-bottom: 30px;
}
#page_info footer h2 {
  font-size: 18px;
}
#page_info .logos {
  padding-bottom: 72px;
}
@media (min-width: 1200px) {
  #page_info .logos img {
    margin-right: 30px;
    max-height: 72px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page_info .logos img {
    margin-right: 15px;
    max-height: 64px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  #page_info .logos img {
    margin-right: 15px;
    max-height: 56px;
  }
}
@media (max-width: 768px) {
  #page_info .logos img {
    margin-right: 0;
    max-height: 56px;
    display: block;
  }
}
#page_info .logos a:hover, #page_info .logos a:active, #page_info .logos a:focus {
  text-decoration: none;
  outline: none;
}

.dropdown-backdrop {
  position: static;
}

.panel-body h4 {
  margin-top: 30px;
  margin-bottom: 7.5px;
  margin-color: black;
}

dd a {
  text-decoration: underline;
}
dd a:hover {
  text-decoration: none;
  color: black;
}

a.question:hover, a.question:focus, a.question:active {
  text-decoration: none;
  cursor: default;
  color: #00497a;
}

.featured, .primary, .secondary {
  padding-bottom: 20px;
  padding-top: 10px;
}

.services li .icon {
  color: #575757;
}
.services li .icon:hover {
  color: black;
}
.services li .icon:active, .services li .icon:focus {
  outline: none;
  border: none;
}
.services li .icon b, .services li .icon strong {
  color: #efefef;
}
.services li p {
  margin-bottom: 0;
}

.highlights {
   /*
   p {

   }
   img {
       @extend .pull-left,.img-rounded;
       margin: {
           top: floor(($line-height-computed - $font-size-base) / 2);
           right: $padding-large-horizontal;
           bottom: $line-height-computed;
       };
       height: ceil($line-height-computed * 5 - ($line-height-computed - $font-size-base));
   }
   */
}
.highlights > img {
  margin-bottom: 15px;
}

.news ul {
  margin-left: 0;
  padding-left: 0;
}
.news li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.news .headline {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
}
.news .headline .metadata {
  color: #575757;
}

.demopagination a {
  padding: 1px 5px;
  border: 1px solid #bcbcbc;
  border-radius: 2px;
  text-decoration: none;
}

#prjslider .box-enti {
  text-align: center;
  margin-bottom: 0;
  padding: 0 7.5px;
  border: 1px solid #a2ce62;
  border-radius: 5px;
}

p.description {
  height: 2.5em;
}

div#prjslider {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 200px;
  position: relative;
  left: 0;
  overflow: hidden;
}

div#prjslider > div.sldrcon {
  width: 14600px;
  margin: 0;
  padding: 0;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

div#prjslider > div.sldrcon > div {
  float: left;
  margin: 0 10px 0 10px;
  padding: 0;
  width: 185px;
  height: 200px;
}

div#financiersld {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 200px;
  position: relative;
  left: 0;
  overflow: hidden;
}

div#financiersld > div.sldrcon {
  width: 14600px;
  margin: 0;
  padding: 0;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

div#financiersld > div.sldrcon > div {
  float: left;
  margin: 0 10px 0 10px;
  padding: 0;
  width: 185px;
  height: 200px;
}

#prjslider .carousel-control {
  border: none;
  font-size: 32px;
  text-decoration: none !important;
  top: 40%;
  cursor: pointer;
}

.sidebar .nav, .sidebar #main_navigation #main_nav_links > ul, #main_navigation .sidebar #main_nav_links > ul {
  /*
          .aa-collapse {
              @extend .fa,.fa-minus-circle,.pull-right;
              line-height: $line-height-computed;
          }
          .aa-expand {
              @extend .fa,.fa-plus-circle,.pull-right;
              line-height: $line-height-computed;
          }
  */
}
.sidebar .nav .aa-collapse, .sidebar #main_navigation #main_nav_links > ul .aa-collapse, #main_navigation .sidebar #main_nav_links > ul .aa-collapse {
  line-height: 20px;
  position: absolute;
  right: 5px;
  top: 6px;
}
.sidebar .nav .aa-expand, .sidebar #main_navigation #main_nav_links > ul .aa-expand, #main_navigation .sidebar #main_nav_links > ul .aa-expand {
  line-height: 20px;
  position: absolute;
  right: 5px;
  top: 6px;
}
.sidebar .nav > li > a, .sidebar #main_navigation #main_nav_links > ul > li > a, #main_navigation .sidebar #main_nav_links > ul > li > a {
  position: relative;
  padding-right: 1em;
  font-weight: bold;
  background-color: #00497a;
  color: white;
  border-bottom: 1px solid #f2f2f2;
}
.sidebar .nav .active > a, .sidebar #main_navigation #main_nav_links > ul .active > a, #main_navigation .sidebar #main_nav_links > ul .active > a {
  background-color: #68a35c;
  color: white;
  border-bottom: 1px solid #f2f2f2;
}
.sidebar .nav ul, .sidebar #main_navigation #main_nav_links > ul ul, #main_navigation .sidebar #main_nav_links > ul ul {
  padding-left: 0;
  margin-left: 0;
}
.sidebar .nav ul li, .sidebar #main_navigation #main_nav_links > ul ul li, #main_navigation .sidebar #main_nav_links > ul ul li {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.sidebar .nav ul li a, .sidebar #main_navigation #main_nav_links > ul ul li a, #main_navigation .sidebar #main_nav_links > ul ul li a {
  display: block;
  background-color: #f2f2f2;
  border-bottom: 1px solid white;
  color: black;
  padding: 5px 10px;
}
.sidebar .nav > li > a:hover, .sidebar #main_navigation #main_nav_links > ul > li > a:hover, #main_navigation .sidebar #main_nav_links > ul > li > a:hover, .sidebar .nav > li > a:focus, .sidebar #main_navigation #main_nav_links > ul > li > a:focus, #main_navigation .sidebar #main_nav_links > ul > li > a:focus {
  font-weight: bold;
  background-color: #00497a;
  color: white;
}

#privacy header h2 {
  font-size: 18px;
}

i.required {
  color: #ba6970;
}

#antispamnumber {
  font-family: monospace;
  font-size: 18px;
}

.news-list {
  margin-left: 0;
  padding-left: 0;
}
.news-list .news {
  margin-left: 0;
  margin-bottom: 30px;
  padding-left: 0;
  list-style: none;
}
.news-list .news .news_metadata {
  margin-bottom: 0;
}
.news-list .news .news-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.tab-pane {
  padding: 15px;
  border: 1px solid #a2ce62;
  border-top: none;
}

.nav-tabs li a:active, .nav-tabs li a:focus {
  outline: none;
}

#pdf_reader p {
  margin: 0;
  font-size: 12px;
}
#pdf_reader p .adobereader, #pdf_reader p .pdffree {
  display: inline-block;
  padding: 10px 10px 0;
}

.news-detail .tab-content article {
  padding: 15px;
  border: 1px solid #a2ce62;
  border-top: none;
  margin-bottom: 15px;
}
.news-detail .tab-content .news_metadata {
  margin-bottom: 0;
}
.news-detail .tab-content h2 {
  font-size: 24px;
  margin-top: 0;
}

table th, table td {
  color: #00497a;
}
table thead th, table thead td {
  font-size: 18px;
}
table caption {
  font-weight: bold;
  font-size: 24px;
}
table .numeric {
  text-align: right !important;
}

.publ-list {
  padding-left: 0px;
  list-style: none;
}
.publ-list .publ, .publ-list .publ-body {
  overflow: hidden;
  padding-top: 5px;
}
.publ-list .publ, .publ-list .publ .publ {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.publ-list .publ-heading {
  margin-top: 5px;
  font-size: 18px;
}

.download-list {
  margin-left: 0;
  padding-left: 0;
}
.download-list li {
  padding-left: 25px;
  background-position: top left;
  background-repeat: no-repeat;
  margin: 5px 0;
}
.download-list li .doc-size {
  font-size: 12px;
  color: #9c9c9c;
  white-space: nowrap;
}
.download-list li.audio {
  background-image: url(img/audio.gif);
}
.download-list li.doc {
  background-image: url(img/doc.gif);
}
.download-list li.html {
  background-image: url(img/htmlf.gif);
}
.download-list li.img {
  background-image: url(img/img.gif);
}
.download-list li.indesign {
  background-image: url(img/indesign.gif);
}
.download-list li.other {
  background-image: url(img/other.gif);
}
.download-list li.pdf {
  background-image: url(img/pdf.gif);
}
.download-list li.ppt {
  background-image: url(img/ppt.gif);
}
.download-list li.vcf {
  background-image: url(img/vcf.gif);
}
.download-list li.xls {
  background-image: url(img/xls.gif);
}
.download-list li.odt {
  background-image: url(img/odt.png);
}
.download-list li.odp {
  background-image: url(img/odp.png);
}
.download-list li.odg {
  background-image: url(img/odg.png);
}
.download-list li.odb {
  background-image: url(img/odb.png);
}
.download-list li.ods {
  background-image: url(img/ods.png);
}

.toggle-link-open.download-area {
  display: block;
  margin-top: 15px;
}

.download-area {
  display: none;
  transition: all 0.4s ease-out 0s;
}

.toggle-link-open {
  height: auto !important;
  max-height: 40000px;
  min-height: 40px;
}

.letter-search a {
  display: inline-block;
  padding: 1px 3px;
  line-height: 1;
  border: 1px solid #bcbcbc;
  border-radius: 2px;
}
.letter-search a.current {
  color: #ba6970;
  border: none;
}
.letter-search a:hover {
  text-decoration: none;
  background-color: #00497a;
  color: white;
}
.letter-search a.current:hover {
  background: transparent;
  cursor: default;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar, #main_navigation {
    display: none;
  }

  .table td, table td,
  .table th,
  table th {
    background-color: #fff !important;
  }

  .btn > .caret, .service_consolle .search span button > .caret, .featured .more a > .caret, .primary article .more a > .caret, .btn-rss > .caret,
  .dropup > .btn > .caret,
  .service_consolle .search span .dropup > button > .caret,
  .featured .more .dropup > a > .caret,
  .primary article .more .dropup > a > .caret,
  .dropup > .btn-rss > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table, table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }

  .logo {
    display: block !important;
    width: 7.5cm;
  }

  .service_consolle,
  .featured,
  .more,
  footer .info,
  footer .sharing,
  .services .icon,
  .glossary,
  .links,
  .sidebar,
  .breadcrumb,
  .pdf_reader {
    display: none !important;
  }

  .services li {
    list-style: none;
  }

  .collapse, #main_navigation #main_nav_links {
    display: block;
  }
}
/* Cookie */
.cookiebar{padding:10px 40px;text-align:center;background-color:#333;color:#fff;}.cookiebar a:link,.cookiebar a:visited{color:#f5f5f5;font-weight:bold;text-decoration:underline;border:0}.cookiebar a:hover{text-decoration:none;background:transparent}.cookiebar p{margin-bottom:10px}.cookiebar .buttons_cookie{margin-bottom:0}.cookiebar .buttons_cookie .button_change{padding:8px 12px;border-radius:3px;background-color:#dcba4a;color:#000;text-decoration:none;border:0;margin-bottom:5px;margin-right:5px;display:inline-block}.cookiebar .buttons_cookie .button_change:hover{background-color:#d8b235;text-decoration:none}.cookiebar .buttons_cookie .button_accept{padding:8px 12px;border-radius:3px;background-color:#177c09;text-decoration:none;border:0;margin-bottom:5px;display:inline-block}.cookiebar .buttons_cookie .button_accept:hover{background-color:#136407;text-decoration:none}#content .cookie_info ul{margin:0 0 12px 0;padding:0 0 0 30px}#content .cookie_info ul li{margin:3px 0;list-style:disc;list-style-image:none}.cookie_info .cookie_hilite{background-color:#faf6e6;border:1px solid #f6edd1;padding:15px;margin-top:20px;margin-bottom:20px;border-radius:3px}.cookie_info .cookie_hilite h2,.cookie_info .cookie_hilite h3{margin-top:0}#content .cookie_info #cookie-toggle ul{list-style:none;margin-bottom:10px 0 20px 0;padding:0;list-style-image:none}#content .cookie_info #cookie-toggle ul li{margin:8px 0;padding:0;list-style:none}.cookie_info #cookie-toggle .checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer;float:none;display:block;width:auto;text-align:left}.cookie_info #cookie-toggle .checkbox input[type="checkbox"],.cookie_info #cookie-toggle .checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;display:block}.cookie_info #cookie-toggle .cookie-save{padding:8px 14px;border-radius:3px;background-color:#dcba4a;color:#000;font-size:1.2em;text-decoration:none;border:1px solid #bb9e3f;margin-bottom:5px;margin-right:5px}.cookie_info #cookie-toggle .cookie-save:hover{background-color:#d8b235;text-decoration:none}