.ie8 .col-md-4{
    float:left;
}

.ie8 .col-md-5{
    float:left;
}

.ie8 .col-md-3{
    float:left;
}

.ie8 .container{
    width:66%;
    margin:auto;
}


.ie8 .col-md-4 > *{
   
    margin: 0 1px;
}

.ie8 .col-md-5 > *{
 
    margin: 0 1px;
}

.ie8 .col-md-3 > *{
    
    margin: 0 1px;
}

.ie8 .col-md-3 > .dropdown{
    width: 100%;   
    position:static;
}

.ie8 .col-md-3 > form{
    clear:both;

    position:static;
}

.ie8 .col-md-3 > form #site_search{
    float:left; 
}


