

nav.main_menu>ul>li>a {
    position: relative;
    padding: 0 17px;
    color: #666666;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 1px;
}

.carousel-control {
    top: 0;
    width: 8%;
    color: #303030;
    font-size: 13px;
    height: 100%;
    background: 0 0;
    text-shadow: none;
    position: absolute;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    z-index: 2!important;
    margin: 0;
    outline: 0;
    cursor: pointer;
    -webkit-transition: color .6s ease-in-out,opacity .3s ease-in-out;
    -moz-transition: color .6s ease-in-out,opacity .3s ease-in-out;
    -o-transition: color .6s ease-in-out,opacity .3s ease-in-out;
    -ms-transform: color .6s ease-in-out,opacity .3s ease-in-out;
    transition: color .6s ease-in-out,opacity .3s ease-in-out;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
    font-size: 28px;
}
    
    .fa-phone:before {
    content: "\f095";
    font-size: 22px;
}