/*==========================================
        Home Page
============================================*/
.mobility {
    background: -webkit-linear-gradient(left, #e61636, #e61636 50%, white 50%, white);
    background:  -o-linear-gradient(left, #e61636, #e61636 50%, white 50%, white);
    background:  -moz-linear-gradient(left, #e61636, #e61636 50%, white 50%, white);
    background: linear-gradient(left, #e61636, #e61636 50%, white 50%, white);
    background: -ms-linear-gradient(left, #e61636, #e61636 50%, white 50%, white);
}
.mobility-arrow:after {
    font-family: FontAwesome;
    content: "\f0da";
    margin: -25px 0 0 4px;
    font-size: 50px;
    line-height: 0;
    position: absolute;
    left: -7px;
    top: 50%;
    color: #e61636;
}
.mobility-para{
	padding-left: 50px;
}
.mid-footer-3 ul i {
    margin: 0px 20px 0 0;

}
.top-header {
	float: right;
}
.nav-bar ul li a {
	padding: 10px 70px 0 0;
}
.main-header-2 {
    margin-right: 15px;
}
header.main-header {
    background: -webkit-linear-gradient(left, #fff, #fff 30%, #e61636 30%, #e61636); /* For Safari 5.1 to 6.0 */
    background:  -o-linear-gradient(left, #fff, #fff 30%, #e61636 30%, #e61636); /* For Opera 11.1 to 12.0 */
    background:  -moz-linear-gradient(left, #fff, #e61636 30%, #e61636 30%, #e61636); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left, #fff, #fff 30%, #e61636 30%, #e61636); /* Standard syntax */
    background: -ms-linear-gradient(left, #fff, #fff 30%, #e61636 30%, #e61636); /* Standard syntax */
}
/*header.main-header {
    background: -webkit-linear-gradient(left, #fff, #fff 30%, #e61636 30%, #e61636);
    background: -o-linear-gradient(left, #fff, #fff 30%, #e61636 30%, #e61636);
    background: -moz-linear-gradient(left, #fff, #fff 30%, #e61636 30%, #e61636);
    background: linear-gradient(left, #fff, #fff 30%, #e61636 30%, #e61636);
    background: -ms-linear-gradient(left, #fff, #fff 30%, #e61636 30%, #e61636);
}*/
button#responsive-menu-button{
	right: 0 !important
}
#search_icon{
	position: absolute;
    top: 13px;
    font-size: 35px;
    color: #fff;

}
.search-area-box input.search-field{
	padding-left: 40px;
}
.discover ul li a {
    padding: 8px 100px 30px 30px !important;
}

