@charset "UTF-8";

.company-info_box h5 {
    color: white;
}

.item-box .icon {
    border: 0;
}

#products, #support, #services, #contact, #about, #home_introduction {
    position: relative;
    background: #f2f2f2;
    padding-bottom: 20px;
}

.main-subheading {
    padding-top: 30px;
    font-weight: bold;
}

.about-content > ul li {
    list-style: disc;
    margin-left: 20px;
}

#about {
    margin-top: 0px;
}

.shot-item {
    text-align: center;
}

.itemdiv {
    height: 40px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

a.itemlink {
    color: black;
}

a.itemlink:visited {
    color: black;
}

    a.itemlink:hover {
        color: #09aba9;
    }

.carousel-caption {
 right: 20px;
 bottom: 80px;
 text-align: right;
}

.navbar-title {
    text-transform: uppercase;
}

.quick-link {
  color: #fff;
  text-transform: uppercase;
}

.quick-link a, .quick-link a:visited {
    color: #fff;
}

    .quick-link a:hover {
        color: #09aba9;
    }

@media (max-width: 991px) {
    .options-small {
        display: flex;
    }
    .options-large {
        display: none;
    }
}

@media (min-width: 992px) {
    .options-small {
        display: none;
    }
    .options-large {
        display: flex;
    }
}
