.cc_menu {
    width: 100%; /*140px * 5*/
    height: 600px;
    position: relative;
    font-size: 14px;
    z-index: 0;
    /*text-transform:uppercase;*/
    color: #fff;
    overflow: hidden;
}

.cc_item {
    text-align: center;
    width: 20%;
    height: 600px;
    float: left;
    border-bottom: 1px solid #80be2d;
    background: #787878;
    position: relative;
    -moz-box-shadow: 3px -3px 10px #000;
    -webkit-box-shadow: 3px -3px 10px #000;
    box-shadow: 3px -3px 10px #000;
}

span.cc_title {
    color: #fff;
    font-size: 16px;
    top: 200px;
    position: absolute;
    padding: 3px 0px;
    background: #111;
    width: 100%;
    display: block;
    z-index: 11;
    -moz-box-shadow: 1px 1px 4px #000;
    -webkit-box-shadow: 1px 1px 4px #000;
    box-shadow: 1px 1px 4px #000;
}

.cc_submenu ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 0px; /*increase to 200px to slide up*/
    overflow: hidden;
    text-align: left;
    background: #000;
    position: absolute;
    left: 0px;
    bottom: 0px;
    opacity: 0.7;
    z-index: 13;
}

    .cc_submenu ul li {
        color: #fff;
        cursor: pointer;
        padding: 5px 5px 5px 10px;
    }


        .cc_submenu ul li:hover {
            background: #0c7cbc;
        }

.cc_item img {
    position: absolute;
    width: 100%;
    height: 600px;
    top: -600px;
    left: 0px;
}

.cc_content {
    width: 80%;
    height: 600px;
    border-bottom: 1px solid #000;
    position: absolute;
    left: -700px;
    background: #444;
    overflow: hidden;
    -moz-box-shadow: 4px 0 7px #000;
    -webkit-box-shadow: 4px 0 7px #000;
    box-shadow: 4px 0 7px #000;
    overflow-y: scroll;
}

    .cc_content div {
        display: none;
        margin: 20px;
    }

    .cc_content p {
        background: #000;
        color: #fff !important;
        padding: 20px;
        opacity: 0.7;
    }

span.cc_back {
    position: absolute;
    bottom: 565px;
    right: 40px;
    cursor: pointer;
    color: #ddd;
}

@media (max-width: 1600px) {
    .cc_submenu ul li {
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        padding: 5px 5px 5px 10px;
    }

    span.cc_title {
        font-size: 15px;
    }
}

@media (max-width: 1024px) {
    .cc_submenu ul li {
        color: #fff;
        cursor: pointer;
        font-size: 13px;
        padding: 5px 5px 5px 10px;
    }

    span.cc_title {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .cc_submenu ul li {
        color: #fff;
        cursor: pointer;
        font-size: 12px;
        padding: 5px 5px 5px 10px;
    }

    span.cc_title {
        font-size: 13px;
    }
}


@media only screen and (max-width: 767px) {
    .cc_menu {
        height: auto !important;
    }

        .cc_menu .cc_item {
            position: relative;
            width: 100%;
            overflow: hidden;
            min-height: 225px;
            height: auto;
            background: #232729;
            */border-right:;
            border-right:;
        }

            .cc_menu .cc_item[style*="margin-left: -20%"] {
                display: none;
            }

            .cc_menu .cc_item img {
                position: absolute;
                height: 100%;
                width: auto;
                top: 0px !important;
                bottom: 0px;
                right: 0px;
                right: 0px;
                left: auto;
                float: right;
                z-index: 15;
            }

        .cc_menu .cc_submenu ul {
            position: relative;
            height: 100% !important;
            min-height: 100%;
            color: black;
            padding: 40px 5px 10px 5px;
            background: transparent;
            top: 50% !important;
            position: relative !important;
        }

        .cc_menu .cc_submenu li {
            color: white;
            text-align: center;
            font-weight: 500;
            padding-right: 120px;
        }

        .cc_menu span.cc_title {
            bottom: auto;
            top: 0px;
            z-index: 14;
            text-align: center;
            padding: 5px 120px 5px 10px;
        }

    .cc_content[style*="left: 20%;"] {
        z-index: 19;
        width: 100%;
        height: 100% !important;
        left: 0px !important;
    }

    .cc_back {
        top: 19px;
        bottom: auto;
    }

    .cc_content {
        text-align: left;
    }

        .cc_content p {
            text-align: left;
        }

        .cc_content img {
            max-width: 100%;
            width: 100% !important;
            height: auto;
        }

        .cc_content[style*="left: 20%;"] span#cc_back {
            position: fixed;
            right: 0px;
            bottom: 0px;
            background: #151515 !important;
            height: 30px !important;
            width: 100% !important;
            left: 0px !important;
            z-index: 99999 !important;
            top: auto;
            border-top: 5px solid white;
            padding-top: 2px;
            padding-left: 8px;
            z-index: 999999999 !important;
        }


        .cc_content > div {
            margin: 10px !important;
        }

        .cc_content[style*="left: 20%;"] {
            position: relative !important;
            overflow:hidden;
        }
}
