#ColorBar {
  width: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 99999999;
}

#ColorBar div {
  height: 8px;
  width: 8.3333333%;
  margin: 0;
  padding: 0;
  float: left;
}

@media (max-width: 480px) {
  #ColorBar {
    width: 103%;
  }
}
.kim-yellow {
  background: #f2ea00;
}

.kim-amber {
  background: #ebce13;
}

.kim-orange {
  background: #f0aa14;
}

.kim-sunset {
  background: #f08630;
}

.kim-red {
  background: #f07a60;
}

.kim-fuchsia {
  background: #ee78f0;
}

.kim-purple {
  background: #bd90f0;
}

.kim-indigo {
  background: #9092f0;
}

.kim-blue {
  background: #7fbadc;
}

.kim-aqua {
  background: #90f0e3;
}

.kim-green {
  background: #91d271;
}

.kim-lime {
  background: #c5f060;
}

.kim-tan {
  background: #ccaa73;
}

.kim-coffee {
  background: #a28057;
}

.kim-grey {
  background: #c0c1c7;
}

.kim-smoke {
  background: #939499;
}

.kim-yellow-color {
  color: #f2ea00;
}

.kim-amber-color {
  color: #ebce13;
}

.kim-orange-color {
  color: #f0aa14;
}

.kim-sunset-color {
  color: #f08630;
}

.kim-red-color {
  color: #f07a60;
}

.kim-fuchsia-color {
  color: #ee78f0;
}

.kim-purple-color {
  color: #bd90f0;
}

.kim-indigo-color {
  color: #9092f0;
}

.kim-blue-color {
  color: #7fbadc;
}

.kim-aqua-color {
  color: #90f0e3;
}

.kim-green-color {
  color: #91d271;
}

.kim-lime-color {
  color: #c5f060;
}

#Header .navbar {
  min-height: 0;
  padding-top: 4px;
}

#Header nav.navbar.navbar-default.navbar-fixed-top {
  z-index: 99999998;
}

#Header .header-search {
  margin-left: 5px;
  margin-right: 10px;
}

#Header .beta-tag {
  position: fixed;
  top: 18px;
  left: 155px;
  font-size: 10px;
  font-weight: normal;
}

#Header .beta-tag.kim-feature-count {
  left: 210px;
  color: black;
}

#Header .navbar.navbar-default {
  background-color: rgba(255, 255, 255, 0.95);
  font-family: "Quicksand", sans-serif;
  font-size: 13px;
  font-weight: normal;
}

.navbar-form .btn.btn-primary {
  background-color: #659fc0;
  border-color: #659fc0;
  font-size: 13px;
  font-weight: normal;
}

#Header .navbar-default .navbar-nav > li > a {
  color: #666;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

#Header .navbar-default .navbar-nav > li > a:hover {
  color: #000;
}

#Header .navbar-default .navbar-nav > .active > a,
#Header .navbar-default .navbar-nav > .active > a:hover,
#Header .navbar-default .navbar-nav > .active > a:focus,
#Header .navbar-default .navbar-nav > .open > a,
#Header .navbar-default .navbar-nav > .open > a:hover,
#Header .navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(250, 250, 250, 0);
  color: #000;
}

#Header .navbar-right {
  margin-right: 0;
 }

#Header .dropdown-menu > li > a {
  color: #666;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

#Header .dropdown-menu > li > a:hover {
  background-color: rgba(250, 250, 250, 0);
  color: #000;
}

#Header .dropdown-menu > .active > a,
#Header .dropdown-menu > .active > a:hover,
#Header .dropdown-menu > .active > a:focus {
  background-color: rgba(250, 250, 250, 0);
  color: #000;
}

#Header .navbar.navbar-default.navbar-fixed-top {
  top: 8px;
  margin-bottom: 0;
}

#Header .navbar-header {
  /*width: 250px;*/
}

#Header .navbar-header .navbar-text {
  font-family: "Quicksand", sans-serif;
  line-height: 20px;
  margin-bottom: 15px;
}

#Header .navbar-brand,
#Header .navbar-brand:hover,
#Header .navbar-brand:visited {
  font-family: "Quicksand", sans-serif;
  font-weight: 100;
  font-size: 24px;
  text-transform: lowercase;
  text-decoration: none;
  margin-top: -3px;
  padding-right: 0;
  padding-bottom: 15px;
  font-weight: 400;
}

#Header .navbar-default .navbar-nav > li > a.sochi-api-nav {
  /*  background: transparent url('../img/rings.svg') no-repeat 15px 52%;*/
  background-size: 40px auto;
  opacity: 0.8;
  padding-left: 60px;
}

#Header .navbar-brand span {
  font-weight: 400;
  color: #659fc0;
}

#Header .navbar-nav > li > a {
  padding-bottom: 15px;
}

#Header .navbar-nav > li > form > input {
  cursor: pointer;
  margin-top: 8px;
  padding: 6px 5px 5px 25px;
  width: 30px;
  margin-right: 20px;
  background: url("../img/icon-search.svg") no-repeat;
  background-position: 10px 50%;
  background-size: 10px 10px;
  border: 1px solid #FFF;
  border-radius: 4px;
  box-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
}

#Header .navbar-nav > li > form > input:focus {
  outline: none;
  border: 1px solid #CCC;
  width: 150px;
}

#Header .kim-new {
  background: transparent url("../img/bell.svg") no-repeat 50% 50%;
  background-size: 20px auto;
  margin: 15px 0 0 35px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.4;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  position: relative;
  height: 18px;
  display: inline-block;
  width: 30px;
}

#Header .kim-new {
  opacity: 0.2;
}

#Header .kim-new.highlighted {
  opacity: 0.6;
}

#Header .kim-new.active,
#Header .kim-new:hover {
  opacity: 0.8;
}

#kim-Notifications {
  position: fixed;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 9999999;
  border-radius: 4px;
  left: 141px;
  top: 55px;
}

#kim-Notifications:after, #kim-Notifications:before {
  bottom: 100%;
  left: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#kim-Notifications:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

#kim-Notifications:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #ddd;
  border-width: 11px;
  margin-left: -11px;
}

#kim-Notifications .kim-notification-wrapper {
  width: 400px;
  height: 300px;
  overflow: hidden;
  display: block;
}

#kim-Notifications .kim-notifications {
  height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
}

#kim-Notifications .kim-notification {
  cursor: pointer;
  border-bottom: 1px solid #F6F6F6;
  position: relative;
  padding: 15px 0 15px 20px;
}

#kim-Notifications .kim-thumb {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 9px;
  border-radius: 2px;
  padding: 2px 4px 1px;
  display: inline-block;
  text-transform: uppercase;
  color: white;
  margin-bottom: 5px;
  opacity: 0.9;
}

#kim-Notifications .kim-body {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 14px;
  color: #333;
  font-weight: normal;
  line-height: normal;
  width: 90%;
  margin: 0;
}

#kim-Notifications .arrow,
.api-search-results .arrow {
  background: transparent url("../img/black-arrow.svg") center no-repeat;
  float: right;
  width: 12px;
  height: 17px;
  opacity: 1;
  background-size: contain;
}

#kim-Notifications .arrow.arrow-large,
.api-search-results .arrow.arrow-large {
  width: 20px;
  height: 30px;
}

#kim-Notifications .kim-notification .arrow,
.api-search-results li .arrow {
  pointer-events: none;
  -webkit-transform: translate3d(-20px, 0, 0) rotate(90deg);
  transform: translate3d(-20px, 0, 0) rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#kim-Notifications .kim-notification:hover .arrow,
.api-search-results li:hover .arrow {
  -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
  transform: translate3d(0, 0, 0) rotate(90deg);
  opacity: 1;
}

@media (max-width: 768px) {
  #kim-Notifications {
    top: 60px !important;
    right: 5px !important;
    left: 5px !important;
  }

  #kim-Notifications:before {
    display: none !important;
  }

  #kim-Notifications .kim-notification-wrapper {
    width: 100% !important;
  }
}
