#banner {
    position: relative;
    z-index: 1;
}

#main .main-company {
    padding: 85px 0;
}

.reserved {
    line-height: 2em;
}

#main .banner .slider-content .right-middle-in span {
    color: #777;
}

.socials {
    list-style: none;
    margin: 0;
    padding: 0;
}

.socials li {
    float: left;
}

.socials li a {
    display: inline-block;
    margin: 5px 5px 0 5px;
    padding: 3px;
    box-sizing: border-box;
    border: 1px solid #424242;
    width: 26px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.socials li a:hover {
    background-color: #424242;
    color: white !important;
}