.inner section#top_menu ul li ul {
    position: absolute;
    width: 100%;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.3);
    display: table;
    left: 2000px;
}
.inner section#top_menu li a:hover,
.inner section#top_menu li a.active{
    background-color: #e9e9e9;
    color: #b54c4c;
}
.inner section#top_menu ul li:hover ul,
.inner section#top_menu ul li.active ul {
    left: 0;
}
.inner section#top_menu ul li ul li {
    display: table-row;
}
.inner section#top_menu ul li ul li a {
    display: table-cell;
    vertical-align: middle;
    line-height: inherit;
    color: #fff;
    text-align: center;
    text-shadow: #000 0 0 3px;
    padding: 0 10px;
}
.inner section#top_menu ul li ul li a:hover,
.inner section#top_menu ul li ul li a.active {
    background-color: rgba(233, 233, 233, 0.8);
    text-shadow: none;
}

.inner #header {
    height: 500px;
    position: relative;
    background-position: center top;
    background-size: cover;
}
.inner #header .inner-pages-header-wrapper {
    background-color: rgba(247, 246, 246, 0.7);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    right: 50%;
}
.inner #header .inner-pages-header-wrapper .company-info {
    float: right;
    width: 284px;
    height: 100%;
    position: relative;
    margin-right: 20px;
    text-align: right;
}
.inner #header .inner-pages-header-wrapper.right .company-info {
    text-align: left;
}
.inner #header .inner-pages-header-wrapper .company-info h1 {
    color: #757575;
    font-size: 20px;
    font-weight: 500;
}
.inner #header .inner-pages-header-wrapper.right h2 {
    right: inherit;
}
.inner #header .inner-pages-header-wrapper h2 {
    position: absolute;
    bottom: 25px;
    right: 0;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
.inner #header .inner-pages-header-wrapper .company-info .logo {
    margin-bottom: 10px;
    padding-top: 40px;
    display: block;
}
.inner #header .inner-pages-header-wrapper.right .company-info {
    float: left;
    padding-left: 20px;
}



@media (max-width: 980px) {
    .inner #header .inner-pages-header-wrapper .company-info {
        width: 200px;
    }
}