#myCarousel .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#myCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#myCarousel .carousel-indicators > li.active img {
    opacity: 0.7;
}

@media screen and (max-width: 1400px) {
    #mobile-menu {display: block;}
    #left-menu { display: none;}
    #top-menu { text-align: center;}
    html, body {
        margin: 0;
        padding: 0;
    }
    .container {
        margin-top: 0px;
        margin-bottom: 0px;
		min-width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-10 {
		min-width: 100%;
		
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}