#home-banners
{
    margin-top: 23px;
    position: relative;
    left: -25px;
    white-space: nowrap;
}

#home-banners .banner-title{
    display:inline-block;
    padding: 10px 25px;
    font-size: 14px;
    cursor: pointer;
}

#home-banners .banner-title:hover{
    color: #7e7e7e;
}

#banner-selector-background{
    width: 100%;
    height: 1px;
    background-color: #474849;
    position: relative;
    left: -20px;
}

#banner-underline-selector{
    width: 70px;
    background-color: #ffffff;
    height: 2px;
    position: relative;
    top: -3px;
    transition: left 0.3s ease;
    left: 0px;
}

#banner-image{
    margin-top: 18px;
    max-width: 1470px;
    height: 315px;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease;
}

#latest-major-project-title {
	font-family: 'proxima-nova';
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.3px;
    margin-top: 50px;
    margin-bottom: 20px;
}

#show-more{
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 80px;
    
}

#show-more a{
    color: white;
    padding: 20px;
}

#show-more a div{
    padding-bottom: 2px;
    border: 1px solid white;
    border-width: 0px 0px 1px 0px;
    display:inline;
}

#show-more a:hover{
    color: #7e7e7e;
}

#show-more a:hover div{
    border-color: #7e7e7e;
}

@media screen and (max-width:910px),(max-device-width: 910px){
    #home-banners{
        display:none;
    }
    #banner-underline-selector{
        display: none;
    }
    #banner-selector-background{
        display: none;
    }
    #banner-image{
        margin-top: 40px;
    }
}

@media screen and (max-width: 1350px) {
    #banner-selector-background
    {
        left: 0px;
    }
}

@media screen and (max-device-width: 910px){
}
