/*---------------------------------------------------- float box width ----------------------------------------------------*/

.rms-logo {
    display: inline-block;
    width: 100px;
    height: auto;
    padding-left: 10px;
    top: 0;
    vertical-align: top;
}

.rms-logo img {
    width: 80%;
    padding-top: 2px;
    height: auto;
}

#user-onmenu {
    display: none;
    height: 40px;
    padding-left: 10px;
    padding-top: 5px;
    font-weight: 600;
    font-size: 20px;
    top: 0;
    vertical-align: top;
}

@media only screen and (min-width: 769px) {
    #user-onmenu {
        display: inline-block;
    }
}

#contact-dt {
    position: fixed;
    top: 0px;
    right: 10px;
    z-index: 200;
    font-size: 14px;
    transition: top 1s;
}

#contact-dt .label-inline {
    margin-bottom: 10px;
}

.tel span {
    display: inline-block;
    padding-right: 10px;
    font-size: 16px;
    position: relative;
    top: 3px;
}

#contact-dt .tel, .col-50 .tel {
    display: block;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #0690cf 1%, #2977bc 100%) repeat scroll 0 0 !important;
    border: 1px solid #1597ce;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    padding: 5px 15px;
    text-decoration: none;
    text-align: center;
    margin-bottom: 7px;
}

#contact-dt h2 {
    font-size: 18px;
    margin-bottom: 5px;
}

#contact-dt.p-down {
    top: -392px;
}

#contact-dt .icon-chevron-down {
    display: none;
}

#contact-dt.p-down .icon-chevron-down {
    display: inline-block;
}

#contact-dt.p-down .icon-chevron-up {
    display: none;
}

#contact-dt .ct-in {
    box-sizing: border-box;
    height: 390px;
    width: 270px;
    background-color: #f5f5f5;
    padding: 10px 15px 15px 15px;
    border: #D7D8D7 solid 1px;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
}

#contact {
    position: absolute;
    bottom: -33px;
    right: 0;
    width: 70px;
    text-align: center;
    background-color: #f5f5f5;
    padding: 7px 15px;
    border: #D7D8D7 solid 1px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top: none;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

#contact:hover {
    color: #ff5b42;
}

.banner {
    position: relative;
}

.menu-alert {
    position: absolute;
    padding: 3px 5px !important;
    display: inline-block !important;
    background-color: red;
    border-radius: 50%;
    font-size: 10pt !important;
    box-shadow: 2px 2px 2px grey;
    margin-left: 10px;
    float: right;
    width: 13px;
    height: 16px;
    text-align: center;
}

#menu3 li a, #menu3 li label {
    cursor: pointer;
    display: block;
    padding: 8px 8px;
    font-size: 13px;
}