/* all text colors must be black */
.top-navigation.public .nav > li.active a {
  color: #0000ff !important;
}
.top-navigation.public .nav > li > a {
  color: black;
}
.top-navigation.public .nav > li > a:hover,
.top-navigation.public .nav > li > a:focus {
  color: #00ffff;
}
.navbar-default .navbar-nav > .active > a:hover {
  color: #00ffff;
}
.social-networks .btn.btn-default {
  background-color: black;
  border-color: black;
  margin-right: 6px;
  font-size: 18px;
}
.social-networks .btn.btn-default:last-child {
  margin-right: 0;
}
body {
  color: black;
}
/* end of all text colors must be black  */
.background p,
.objectives p,
.how p,
.rules p,
.team p,
.young-talent p,
.work-info p,
.nominators p {
  font-size: 16px;
}
.background h2,
.objectives h2,
.how h2,
.rules h2,
.team h2,
.young-talent h2,
.work-info h2,
.nominators h2,
.background h3,
.objectives h3,
.how h3,
.rules h3,
.team h3,
.young-talent h3,
.work-info h3,
.nominators h3 {
  font-weight: bold;
}
ul {
  list-style-type: none;
}
/* menu responsive change inspinia default color */
.navbar-fixed-top .navbar-toggle {
  background-color: inherit;
}
/* end */
.list-group-item {
  background-color: #fff;
}
/* CHOSEN PLUGIN */
select.form-control + .chosen-container.chosen-container-single .chosen-single {
  background: #ffffff;
  box-shadow: none;
  -moz-box-sizing: border-box;
  background-color: #FFFFFF;
  border: 1px solid #CBD5DD;
  border-radius: 2px;
  cursor: text;
  height: auto !important;
  margin: 0;
  min-height: 30px;
  overflow: hidden;
  padding: 4px 12px;
  position: relative;
  width: 100%;
}
select.form-control + .chosen-container.chosen-container-single .chosen-single div {
  top: 4px;
  color: #000;
}
select.form-control + .chosen-container .chosen-drop {
  background-color: #FFF;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  margin: 2px 0 0;
}
select.form-control + .chosen-container .chosen-search input[type=text] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
}
select.form-control + .chosen-container .chosen-results {
  margin: 2px 0 0;
  padding: 5px 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  margin-bottom: 5px;
}
select.form-control + .chosen-container .chosen-results li,
select.form-control + .chosen-container .chosen-results li.active-result {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
  background-image: none;
}
select.form-control + .chosen-container .chosen-results li:hover,
select.form-control + .chosen-container .chosen-results li.active-result:hover,
select.form-control + .chosen-container .chosen-results li.highlighted {
  color: #FFF;
  text-decoration: none;
  background-color: #1AB394;
  background-image: none;
}
select.form-control + .chosen-container-multi .chosen-choices {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 6px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
}
select.form-control + .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: auto;
  padding: 5px 0;
}
select.form-control + .chosen-container-multi .chosen-choices li.search-choice {
  background-image: none;
  padding: 3px 24px 3px 5px;
  margin: 0 6px 0 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  background-color: #FFF;
  border-color: #CCC;
}
select.form-control + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 8px;
  right: 6px;
}
select.form-control + .chosen-container-multi.chosen-container-active .chosen-choices,
select.form-control + .chosen-container.chosen-container-single.chosen-container-active .chosen-single,
select.form-control + .chosen-container .chosen-search input[type=text]:focus {
  border-color: #1AB394;
  outline: 0;
}
select.form-control + .chosen-container-multi .chosen-results li.result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
  background-color: white;
}
/* END OF CHOSEN PLUGIN */
/* JQueryUI AutoComplete PLUGIN */
.ui-menu .ui-menu-item a.ui-corner-all:hover,
.ui-menu .ui-menu-item a.ui-corner-all:focus,
.ui-menu .ui-menu-item a.ui-corner-all:active {
  background: #1AB394 !important;
  color: #000;
  border-radius: 0;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #1AB394 !important;
  border: none;
  color: #000;
  border-radius: 0;
  font-weight: normal;
}
ul.ui-autocomplete {
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
}
/* END OF JQueryUI AutoComplete PLUGIN */
.ui-autocomplete-loading {
  background: #f1fffc url('http://www.hsi.com.hk/HSI-Net/pages/images/en/share/ajax-loader.gif') no-repeat right center;
}
.blueimp-gallery > .ref,
.blueimp-gallery > .name,
.blueimp-gallery > .city {
  position: absolute;
  left: 15px;
  color: #fff;
  display: none;
}
.blueimp-gallery > .ref {
  top: 40px;
}
.blueimp-gallery > .name {
  top: 60px;
}
.blueimp-gallery > .city {
  top: 80px;
}
.blueimp-gallery-controls > .ref,
.blueimp-gallery-controls > .name,
.blueimp-gallery-controls > .city {
  display: block;
}
.blueimp-gallery > .ref {
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  top: initial;
  bottom: 0 !important;
}
.blueimp-gallery > .slides > .slide h3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
}
.blueimp-gallery > .slides > .slide > .slide-content {
  max-height: 90% !important;
}
.navbar.colored {
  margin-bottom: 15px;
}
.navbar.colored ul.nav li a {
  border: 1px solid #1ab394;
}
