#content_wrapper.wrapper-outer, 
#content.wrapper-inner {
    max-width: 100%;
    padding: 0;
    width: 100%;
}
#business_types_wrapper a {
    color: #fff;
}
#about_wrapper {
    background-color: #eee;
    color: #000;
}
#about_wrapper h2 {
    border-color: #000;
}
#devices_wrapper {
    background-color: #fff;
    color: #333;
}
#devices_wrapper h2 {
    border-color: #333;
}

@media only screen and (max-width : 768px) {
    #devices_wrapper {
        display: none;
    }
}
#devices_showcase_tv {
    background-image: url(/img/devices-tv2.jpg);
    height: 420px;
    margin: auto;
    position: relative;
    width: 640px;
}
#devices_showcase_tv iframe {
    left: 1px;
    position: relative;
    top: 13px;
}
#devices_showcase_desktop {
    background-image: url(/img/devices-laptop.png);
    height: 316px;
    width: 540px;
}
#devices_showcase_desktop>div {
    background-image: url(/img/devices-laptop-screen.png);
    height: 257px;
    left: 80px;
    position: absolute;
    top: 17px;
    width: 411px;
}
#devices_showcase_mobile {
    background-image: url(/img/devices-mobile.png);
    height: 269px;
    width: 128px;
}
#devices_showcase_mobile>div {
    background-image: url(/img/devices-mobile-screen.png);
    height: 191px;
    left: 26px;
    position: absolute;
    top: 40px;
    width: 107px;
}

#home_channels_list {
    text-align: left;
}
#home_channels_list li {
    padding-bottom: 25px;
}
#home_channels_list li span {
    display: block;
    font-size: 14pt;
    text-transform: uppercase;
}
#home_channels_list li small {
    display: block;
    font-size: 10pt;
}

#business_types_wrapper {
    position: relative;
}
#business_types_content {
    height: 100%;
    max-width: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
#business_types_carousel .item {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    width: 100%;
}
#business_types_carousel .carousel-indicators,
#business_types_carousel .carousel-control {
    display: none;
}
#business_types_hero {
    width: 100%;
}
#home_hero_text {
    margin-top: 75px;
}
#home_hero_text p {
    background-color: #333;
    color: #fff;
    display: inline;
}
#business_types_nav {
    color: #fff;
    margin-top: 25px;
}
#business_types_nav .btn {
    text-decoration: none;
}
#business_types_hero table {
    margin: 75px auto auto;
    width: 75%;
}
#business_types_hero a {
    border-radius: 10px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
	font-size: 16pt;
    padding: 10px;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
    text-transform: uppercase;
}
#business_types_hero .active {
    background-color: rgba(0,0,0,.4);
}
#business_types_hero h1 {
    margin-top: 100px;
}

@media only screen and (max-width : 768px) {
    #business_types_hero h1 {
        font-size: 50pt;
    }
}
