.cc-water-container {
	width: 100%;
}
.explore-header {
	background-color: #fff;
  /*height: 60px;*/
  color: #000;
  font-size: 16px;
  /*border-bottom: 1px solid #ddd;*/
}

.explore-header ul {
	float: left;
}

.explore-label {
    line-height: 30px;
    float: left;
    margin-right: 10px;
    font-weight: normal;
}
.explore-border {
	border-bottom: 1px solid #eff2f5;
	position: relative;
	top: -1px;
	z-index: 0;
}
.explore-language-select, .explore-category-select {
      width: 243px;
  display: inline-block;
  position: relative;
    height: 60px;
  padding: 0 25px;
  border-radius: 0px !important;
  border: 1px solid #eff2f5;
  float: left;
}
.explore-category-select {
	left: -1px;
}

.explore-language-select:hover, .explore-category-select:hover {
	z-index: 1001;
}

.explore-language-select .fa-angle-down, .explore-category-select .fa-angle-down {
	color: #2898AE;
	right: 25px;
}
