#myCarousel{
    margin: 20px 0;
}
#myCarousel .carousel-caption {
    left:0;
    right:0;
    bottom:330px;
    text-align:left;
    padding: 0 0 0 50px;
    text-shadow:none;
}
#myCarousel .list-group {
    position:absolute;
    top:0;
    right:0;
}
.link-carousel{
    color: #ffffff;
    font-weight: 600;
}
#myCarousel .list-group-item {
    border-radius:0px;
    cursor:pointer;
    padding-right: 0;
}
#myCarousel .list-group .active .item-controll-title{
    background-color: #ecf4f7;
}
#myCarousel .list-group .item-controll-title{
    background-color: #ffffff;
}
#myCarousel .item{
    height: 400px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.list-group-item{
    border:none;
    margin-left: 10px;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus{
    border:none;
    /*margin-left: 0;*/
    background-color: #ffffff;
    color: #000;

}
.item-controll-title{
    border-right: 5px solid green;
    padding: 5px 30px;
    height: 100%;
    margin-right: 10px;
}
.item-controll-title h4{
    margin: 5px 10px;
    font-weight: 600;
}
@media (min-width: 769px) {
    #myCarousel{
        padding-right:33.3333%;
    }
    #myCarousel .carousel-controls {
        display:none;
    }
    .carousel-indicators{
        display: none;
    }
}
@media (max-width: 768px) {
    .carousel-caption p,
    #myCarousel .list-group {
        display:none;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    #carousel_header .container{
        padding-right: 0;
        padding-left: 0;
    }
    #myCarousel{
        margin: 20px 0;
    }
    #myCarousel .carousel-caption {
        left:0;
        right:0;
        bottom:330px;
        text-align:left;
        padding: 0 0 0 50px;
        text-shadow:none;
    }
    #myCarousel .list-group {
        position:absolute;
        top:0;
        right:0;
    }
    .link-carousel{
        color: #ffffff;
        font-weight: 600;
    }
    #myCarousel .list-group-item {
        border-radius:0px;
        cursor:pointer;
        padding-right: 0;
    }
    #myCarousel .list-group .active .item-controll-title{
        background-color: #ecf4f7;
    }
    #myCarousel .list-group .item-controll-title{
        background-color: #ffffff;
    }
    #myCarousel .item{
        height: 200px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .list-group-item{
        border:none;
        margin-left: 10px;
    }
    .list-group-item.active,
    .list-group-item.active:hover,
    .list-group-item.active:focus{
        border:none;
        /*margin-left: 0;*/
        background-color: #ffffff;
        color: #000;

    }
    .item-controll-title{
        border-right: 5px solid green;
        padding: 5px 5px;
        height: 100%;
        margin-right: 0;
    }
    .item-controll-title h4{
        margin: 5px 10px;
        font-weight: 600;
        font-size: 14px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #carousel_header .container{
        padding-right: 0;
        padding-left: 0;
    }
    #myCarousel{
        margin: 0;
    }
    .carousel-indicators{
        bottom: 0;
        width: 100%;
        position: absolute;
        left: inherit;
        z-index: 15;
        margin: 0 0 -20px 0;
        text-align: center;
        list-style: none;
        background-color: #3a7130;
    }
    #myCarousel .carousel-caption {
        left:0;
        right:0;
        bottom:330px;
        text-align:left;
        padding: 0 0 0 50px;
        text-shadow:none;
    }
    #myCarousel .list-group {
        position:absolute;
        top:0;
        right:0;
    }
    .link-carousel{
        color: #ffffff;
        font-weight: 600;
    }
    #myCarousel .list-group-item {
        border-radius:0px;
        cursor:pointer;
        padding-right: 0;
    }
    #myCarousel .list-group .active .item-controll-title{
        background-color: #ecf4f7;
    }
    #myCarousel .list-group .item-controll-title{
        background-color: #ffffff;
    }
    #myCarousel .item{
        height: 200px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .list-group-item{
        border:none;
        margin-left: 10px;
    }
    .list-group-item.active,
    .list-group-item.active:hover,
    .list-group-item.active:focus{
        border:none;
        /*margin-left: 0;*/
        background-color: #ffffff;
        color: #000;

    }
    .item-controll-title{
        border-right: 5px solid green;
        padding: 5px 30px;
        height: 100%;
        margin-right: 10px;
    }
    .item-controll-title h4{
        margin: 5px 10px;
        font-weight: 600;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    #carousel_header .container{
        padding-right: 0;
        padding-left: 0;
    }
    #myCarousel{
        margin: 0;
    }
    .carousel-indicators{
        bottom: 0;
        width: 100%;
        position: absolute;
        left: inherit;
        z-index: 15;
        margin: 0 0 -20px 0;
        text-align: center;
        list-style: none;
        background-color: #3a7130;
    }
    #myCarousel .carousel-caption {
        left:0;
        right:0;
        bottom:330px;
        text-align:left;
        padding: 0 0 0 50px;
        text-shadow:none;
    }
    #myCarousel .list-group {
        position:absolute;
        top:0;
        right:0;
    }
    .link-carousel{
        color: #ffffff;
        font-weight: 600;
    }
    #myCarousel .list-group-item {
        border-radius:0px;
        cursor:pointer;
        padding-right: 0;
    }
    #myCarousel .list-group .active .item-controll-title{
        background-color: #ecf4f7;
    }
    #myCarousel .list-group .item-controll-title{
        background-color: #ffffff;
    }
    #myCarousel .item{
        height: 200px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .list-group-item{
        border:none;
        margin-left: 10px;
    }
    .list-group-item.active,
    .list-group-item.active:hover,
    .list-group-item.active:focus{
        border:none;
        /*margin-left: 0;*/
        background-color: #ffffff;
        color: #000;

    }
    .item-controll-title{
        border-right: 5px solid green;
        padding: 5px 30px;
        height: 100%;
        margin-right: 10px;
    }
    .item-controll-title h4{
        margin: 5px 10px;
        font-weight: 600;
    }
}

@media only screen and (max-width : 390px) {
    #carousel_header .container{
        padding-right: 0;
        padding-left: 0;
    }
    #myCarousel{
        margin: 0;
    }
    .carousel-indicators{
        bottom: 0;
        width: 100%;
        position: absolute;
        left: inherit;
        z-index: 15;
        margin: 0 0 -20px 0;
        text-align: center;
        list-style: none;
        background-color: #3a7130;
    }
    #myCarousel .carousel-caption {
        left:0;
        right:0;
        bottom:330px;
        text-align:left;
        padding: 0 0 0 50px;
        text-shadow:none;
    }
    #myCarousel .list-group {
        position:absolute;
        top:0;
        right:0;
    }
    .link-carousel{
        color: #ffffff;
        font-weight: 600;
    }
    #myCarousel .list-group-item {
        border-radius:0px;
        cursor:pointer;
        padding-right: 0;
    }
    #myCarousel .list-group .active .item-controll-title{
        background-color: #ecf4f7;
    }
    #myCarousel .list-group .item-controll-title{
        background-color: #ffffff;
    }
    #myCarousel .item{
        height: 200px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .list-group-item{
        border:none;
        margin-left: 10px;
    }
    .list-group-item.active,
    .list-group-item.active:hover,
    .list-group-item.active:focus{
        border:none;
        /*margin-left: 0;*/
        background-color: #ffffff;
        color: #000;

    }
    .item-controll-title{
        border-right: 5px solid green;
        padding: 5px 30px;
        height: 100%;
        margin-right: 10px;
    }
    .item-controll-title h4{
        margin: 5px 10px;
        font-weight: 600;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
