.btn-default {
  color: #fff;
  background-color: #ffc000;
  border-color: #ffc000;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background: #ffc821;
	border-color: #ffc821;
	color: #fff;
}
.btn-default:active, .btn-default.active {
    background: #009999;
    box-shadow: none;
}
.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 60px;
    height: 60px;
    padding: 8px;
    background: #fff;
    border: 2px solid black;
    border-color: #ffc000;
	color: #ffc000;
    text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.right-inner-addon {
    position: relative;
}

.bs-example{
	font-family: sans-serif;
	position: relative;
	margin: 50px;
}
.typeahead, .tt-query, .tt-hint {
	border: 2px solid #CCCCCC;
	border-radius: 8px;
	font-size: 24px;
	height: 30px;
	line-height: 30px;
	outline: medium none;
	padding: 8px 12px;
	width: 396px;
}
.typeahead {
	background-color: #FFFFFF;
	
}
.typeahead:focus {
	border: 2px solid #0097CF;
}
.tt-query {
	
	
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  //*border-radius: 4px;*//
  border-top-left-radius: 0;
	border-bottom-left-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.twitter-typeahead {
width: 100%;
display: block;
position: relative;
}
.tt-hint {
	color: #999999;
	  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.tt-dropdown-menu {
	background-color: #FFFFFF;
	color: #000;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 12px;
	padding: 8px 0;
	width: 400px;
}
.tt-suggestion {
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
	background-color: #0097CF;
	color: #FFFFFF;
}
.tt-suggestion p {
	margin: 0;
}
input#search2{width:330px;height:30px;padding:5px;margin-top:15px;margin-bottom:15px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:5px;outline:none;border:1px solid #ababab;font-size:20px;line-height:25px;color:#232323;}
ul#results{display:none;max-width: 500px; width: 100%;border-radius:5px;margin-left:-100%;margin-top:55px;box-shadow: 0 0 15px #333;}
ul#result div:hover ul#result div:hover h4{font-weight:bold;color:#3b3b3b;text-decoration:none;ul#results li{padding:1px;cursor:pointer;//transition:background-color .3s ease-in-out;-moz-transition:background-color .3s ease-in-out;-webkit-transition:background-color .3s ease-in-out;}
ul#results li:hover{background-color:#F7F7F7;}
ul#results li:first-child{border-top:none;}
ul#results li h3, ul#results li h4{transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;-webkit-transition:color .3s ease-in-out;color:#616161;line-height:1.2em;}
ul#results li:hover h3, ul#results li:hover h4{color:#3b3b3b;font-weight:bold;}