/* Search icon by IcoMoon, made with http://icomoon.io/app/ */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot');
	src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff') format('woff'),
		url('../fonts/icomoon/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.sb-search {
    float: right;
    /* height: 20px; */
    margin-top: -2px;
    min-width: 75px;
    position: relative;
    transition: width 0.3s ease 0s;
    width: 0;
}

.sb-search-open {
 
}
.sb-search-input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #96adae !important;
  font-family: Helvetica, sans-serif !important;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  outline: medium none;
  padding: 0 6px !important;
  position: absolute;
  right:-15px;
  top: 1px;
  width: 88%;
}
.sb-search-open .sb-search-input {
  padding-right: 0;
  width: 80%;
}

.sticky .sb-search-open .sb-search-input {
    padding-right: 0;
    width: 60%;
    margin-right: 30px;
}




.sb-search-input::-webkit-input-placeholder {
	    color: #96adae;
    font-family: Helvetica, sans-serif;
    font-style: unset;
}

.sb-search-input:-moz-placeholder {
	    color: #96adae;
    font-family: Helvetica, sans-serif;
    font-style: unset;
	font-size: 13px;
}

.sb-search-input::-moz-placeholder {
	    color: #96adae;
    font-family: Helvetica, sans-serif;
    font-style: unset;
	font-size: 13px;
}

.sb-search-input:-ms-input-placeholder {
	    color: #96adae;
    font-family: Helvetica, sans-serif;
    font-style: unset;
	font-size: 13px;
}

.sb-icon-search, .sb-search-submit {
  cursor: pointer;
  display: block;
  height: 18px;
  left: 0;
  line-height: 60px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -2px;
  width: 18px;
}
.fa-search {
  font-size: 13px;
  margin: 6px 0 0 0;
}
.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}
.sb-icon-search {
    background: #0e1e1f none repeat scroll 0 0;
    color: #96adae;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin-top: -4px;
    position: relative;
    text-transform: none;
    width: 90px;
    z-index: 99999999999;
	left: -6px;
}
.se {
  float: right;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
  padding-left: 6px;
}

.sb-search.sb-search-open, .no-js .sb-search {
  margin: 1px 0 0;
   width: 130px;
}

.sb-search.sb-search-open .fa.fa-search::before {
  position: relative;
  top: -3px;
  left: 14px;
}

.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #96adae;
  right: 0;
  z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
  left: 0;
  z-index: 90;
}
/* Dropdown Button */
.dropbtn {
  background-color: transparent;
  border: medium none;
  color: #96adae;
  cursor: pointer;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 18px;
}
/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    color: #63D4B2;
}
.sticky .dropdown {
 
  float: left !important;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    top: -3px;

}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  background-color: #0e1e1f;
  display: none;
  min-width: 155px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: left;
  z-index: 9999;
}
/* Links inside the dropdown */
.dropdown-content a {
  border-bottom: none;
  color: white;
  display: block;
  font-family: Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 10px !important;
  text-decoration: none;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
color: white;
background: #5AC6CA;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
.dropdown {
  display: none;
}


.sticky .dropbtn {
position: relative;
top: 1px;
}

@media only screen and (max-width: 480px) {
.sticky .dropbtn, .sticky .dropbtn.none {
    top: -1px !important;
}
}
