
.results li { display: block }

.results li:first-child { margin-top: -1px }

.results li:first-child:before,  .results li:first-child:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    border: 5px outset transparent;
}

.results li:first-child:before {
    border-bottom: 5px solid #c4c7d7;
    top: -11px;
}

.results li:first-child:after {
    border-bottom: 5px solid #fdfdfd;
    top: -10px;
}

.results li:first-child:hover:before,  .results li:first-child:hover:after { display: none }

.results li:last-child { margin-bottom: -1px }

.results a {
    display: block;
    position: relative;
    margin: 0 -1px;
    padding: 6px 40px 6px 10px;
    color: #2746b9;
    font-weight: 500;
    font-size: 16px;
    text-shadow: 0 1px #fff;
    border: 1px solid transparent;
    /*border-radius: 20px;*/
}

 .results a p { font-weight: 100 !important; font-size: 12px !important;}

.results a:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -9px;
    background: url("https://cssdeck.com/uploads/media/items/7/7BNkBjd.png") 0 0 no-repeat;
}

.results a:hover {
    text-decoration: none;
   
   /* text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    border-color: #2380dd #2179d5 #1a60aa;
    background-color: #2746b9;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #59aaf4), color-stop(100%, #338cdf));
    background-image: -webkit-linear-gradient(top, #59aaf4, #338cdf);
    background-image: -moz-linear-gradient(top, #59aaf4, #338cdf);
    background-image: -ms-linear-gradient(top, #59aaf4, #338cdf);
    background-image: -o-linear-gradient(top, #59aaf4, #338cdf);
    background-image: linear-gradient(top, #59aaf4, #338cdf);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
    -o-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);*/
}

ul#searchResults li a {
    color: #000 !important;
      border-color: #cccccc;
}
ul#searchResults li a:hover {
    color: #FFF !important;
    border-color: #2746b9;
    background-color: #2746b9;
}


.results li a {
    padding-left: 20px;
    padding-top: 10px;
}

:-moz-placeholder {
    color: #a7aabc;
    font-weight: 200;
}

::-webkit-input-placeholder {
    color: #a7aabc;
    font-weight: 200;
}

.lt-ie9 .search input { line-height: 26px }

.results {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: absolute !important;
    padding-top:2px;
    margin-left:10px;
     /* -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;*/
     background-color:#FFF;
      z-index: 999;
    /*  display: table;
      clear: both;*/
}
.input-search{
      padding-top:5%;
}

.input-search .form-control {
  
    padding: 15px;
    width: 100%;
    border: none;
   background: #FFF;
    color: #2746ba;
    font-size: 16px;
   -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
     border-radius: 20px;
    border: 1px solid;
}