.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* ---------- Tablet & Laptops (everything below 1170 pixels wide) ---------- */
@media (max-width: 1169px) {
    body {
        margin: 0px;
    }

    #container {
        width: 100%;
        padding: 0px;
    }

    .footerContainer {
    width:100%;
    }


    #main {
        width: 100%;
        background-image: none!important;
        background-color: #fff!important;
        display: block;
        margin: auto;
        padding: 10px;
    }

    .menu ul {
    }

    .menu li {
    }

    #nav {
        max-width: 100%;
        display: block;
        margin: auto;
        position: relative;
        top: 0px;
        right: 0px;
        min-height: 34px;
    }

    .menu li a {
        padding: 10px 15px;
    }


    .dp33, .dp66, .dp60, .dp20, .dp80, .dp50, .dp40, .dp75, .dp25 {
        width: 100%;
        min-width: 320px;
    }

    .module img {
        max-width: 100%;
        height:auto;
    }

    #productShowcase {
        float: none!important;
        width: 100%!important;
        height: auto!important;
        margin: 0px!important;
        padding: 0px!important;
        background-image: none!important;
    }

        #productShowcase img {
            width: 100%;
            max-width: 100%;
        }

    #tabList_repeat, #tabList_top, #tabList_bottom {
        background-image: none!important;
        width: 93%!important;
        min-width: 320px;
    }

    #tabs li {
        float: none!important;
        width: 93%;
        margin: 5px!important;
        padding: 10px!important;
        border: none!important;
        background-image: none!important;
        background-color: #E6E6E6!important;
    }

    #footer {
        background-image: none!important;
        width: 100%;
    }

    .galleryContainer {
        margin-right: auto!important;
        left: auto!important;
    }

    #mainImage img {
        margin-right: auto!important;
        position: relative;
        left: auto!important;
        height: auto;
    }

    div.simpleSlideshow, .images li {
        width: 100%!important;
    }

    .images img {
        max-width: 100%;
    }

    .heroCenter {
        width: 100%;
        margin: 0px;
    }

    /*---------- Custom Tablet/laptop code below ----------*/


}

/* ---------- Phones / Vertical tablets (everything below 768px ---------- */
@media (max-width: 768px) {

    #header {
        background: #2D3E50;
        height: auto;
        width: 100%;
        margin-bottom: 10px;
    }

    #logo img {
        max-width: 95%;
		margin-left: 3%;
    }

    #phone, #callToAction {
        position: relative;
    }

    #phone {
        width: 100%;
        text-align: center;
        right: 0px;
        top: auto;
    }

    #callToAction {
        display: block;
        width: 100%;
        text-align: center;
        right: -8px;
        padding: 3px 0px 5px;
        top: auto;
		margin-top: 6%;
		margin-bottom: 3%;
    }

    #mobileMenu {
        display: inline;
        float: right;
        padding: 8px 10px;
    }

    .menu {
        float: none;
        width: 100%;
    }

        .menu ul {
            position: static!important;
        }

        .menu li {
            float: none!important;
            border-bottom: 1px solid #fff;
            display: none;
        }

            .menu li a {
                text-align: center!important;
                font-size: large!important;
            }

    #nav .menu li:hover ul {
        display: none;
    }

    #nav button.subMenu {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 40px;
        height: 40px;
        background: transparent;
        border: none;
        color: rgba(255,255,255,.4);
        font-size: 24px;
    }

    /*---------- Custom phone code below ----------*/


}
/* ---------- everything above 768px) ---------- */
@media (min-width:769px) {
    #nav .menu button {
        display: none;
    }

    #mobileMenu {
        display: none;
    }
}