
ul, li {
    margin: 0;
    list-style-type: none;
}

.parts-service {
    margin-bottom: 50px;
    transition: all .2s ease;
}

.parts-service a {
    color: #fff;
}

.parts-service-title-container {
    padding-bottom: 50px;
}

.parts-service-title-container h3 {
    color: gainsboro;
    font-family: "LatoWebLight", Helvetica, Arial, sans-serif;
}
.parts-service-title-container p::first-letter {
    font-size: 2em;
    line-height: 1;
    /*color: gainsboro;*/
}

.parts-service-mainpic-container {
    position: relative;
    background-image: url('/cms_assets/General_Views_Images/terryweb.jpg');
    background-size: cover;
    background-position: 50% 50%;
    height: 450px;
}

.parts-service-menu-container {
    background: #101010;
    background: black;
    color: #fff;
    text-transform: uppercase;
    min-height: 450px;
    position: relative;
}

.parts-service-menu-container img {
    width: 25px;
}

#lamps img {
    width: 30px;
}

.parts-service-menu-container ul {
    padding: 30px 15px;
}

.parts-service-menu-container li {
    margin-bottom: 10px;

}

.parts-service-menu-container li,
.parts-service-contact-btn  {
    display: flex;
    align-items: center;
}

.parts-service-menu-container li:hover {
    cursor: pointer;
    opacity: .7;
}

.itl-systems-products li,
.flashT-systems-products li,
.honeywell-systems-products li,
.hp-systems-products li,
.twr-systems-products li {
    font-size: .9em;
    text-transform: uppercase;
}

.parts-service-menu-container span,
.parts-service-contact-btn span {
    margin-right: 18px;
    width: 30px;
    height: 27px;
    text-align: center;
}

.parts-service-contact-btn {
    background: #fff;
    color: #101010;
    padding: 12px 15px;
    margin-bottom: 150px;
}

.parts-service-logo-container {
    position: absolute;
    bottom: 30px;
}

.parts-service-logo-container img {
    width: 145px;
}

/*///// DROP MENU SECTION //////////////////////////
//////////////////////////////////////////////////*/

#mobile-drop {
    display: none;
    padding-right: 0px;
}

#mobile-drop ul {
    display: none;
}

#mobile-drop li {
    color: teal;
}

#mobile-drop ul a li {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}


.dropdown-modal {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    /*background: linear-gradient(rgba(61,138,151,.5), rgba(61,138,151,.5));*/
    background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6));
    transition: opacity .2s ease
}

.dropdown-modal i {
    cursor: pointer;
    position: absolute;
    right: 15px;
    bottom: 10px;
    color: #fff;
}

.light-systems-drop {
    display: block;
    position: absolute;
    background: #101010;
    color: teal;
    height: 100%;
    width: 50%;
    transform: translate3d(-510px, 0, 0);
    padding-top: 30px;
    text-align: center;
    box-shadow: inset 0 0 5px rgba(0,0,0,.15);
    transition: transform .4s ease;
}

.light-systems-drop li {
    margin-bottom: 15px;
}

.light-systems-drop li:hover {
    cursor: pointer;
    opacity: .7;
}

.itl-systems-products,
.flashT-systems-products,
.honeywell-systems-products,
.hp-systems-products,
.twr-systems-products {
    display: none;
    width: 100%;
    position: absolute;
    left: 100%;
    color: #fff;
    top: 30px
}

.lsmodal-active {
    opacity: 1;
}

.lsmenu-active {
    transform: translate3d(0,0,0);
}

/*////// GRAY BANNER COMPONENT //////////////////////
///////////////////////////////////////////////////*/
.gray-banner-component {
    background: gainsboro;
    text-align: center;
    padding: 60px 10px 80px;
    border-top: 15px solid #BDBDBD;
}

.gray-banner-component h2 {
    text-transform: uppercase;
}

.gray-banner-component h4 {
    font-style: italic;
    font-family: "LatoWebLight", Helvetica, Arial, sans-serif;
    margin-bottom: 40px;
}

.gray-banner-component a {
    font-style: italic;
    text-decoration: underline;
    color: #3d8a97;
}

/*///// MEDIA QUERIES //////////////////////////
//////////////////////////////////////////////////*/

@media (min-width:640px) {
    .parts-service-mainpic-container,
    .parts-service-menu-container {
        height: 700px;
    }

}

@media (min-width: 1024px) {
    .parts-service {
        margin-bottom: 100px;
    }
}
