.rs-header-top .header-contact {
    float: right;
    padding-top: 26px;
    font-family: "Roboto Slab", sans-serif;
}

.rs-header-top .header-contact .widget-text {
    position: relative;
    padding-left: 55px;
    font-family: "Roboto Slab", sans-serif;
}

.rs-header-top .header-contact .widget-text i {
    position: absolute;
    text-align: center;
    left: 0;
    line-height: 40px;
    color: #FFBC09;
    font-size: 26px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    /*    font-weight: 700;*/
    border: 1px solid #FFBC09;
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

.rs-header-top .header-contact .widget-text .info-text span {
    display: block;
    font-weight: 700;
    color: #101010;
    font-size: 18px;
    line-height: 18px;
}

.rs-header-top .header-contact .widget-text .info-text a {
    color: #505050;
    font-weight: 400;
    font-size: 16px;
}

.img-responsive {
    display: block;
    height: auto;
}

.elh-topbar {
    background-color: #FFBC09;
}

.cp-nav {
    background-color: #00bcd4;
    background-color: #554DA7;
}

.navbar .navbar-collapse .navbar-nav .menu-item a {
    padding: 18px;
    color: #fff;
    text-transform: uppercase;
    border-right: 1px solid;
    font-weight: 505
}

.navbar .navbar-collapse .navbar-nav .menu-item a.dropdown-toggle:after {
    top: 19px !important;
}