#myCarousel{width: 67%;margin:0 auto;background-color: #CDC8C4;max-width:1220px;}
.carousel-inner {max-height: 600px;}
.out_of_carousel_image{z-index:998;background-color:#454644;height:400px;overflow:hidden;}
.in_carousel_image{height:auto;overflow:hidden;margin:0 auto;}
.carousel_image{z-index:998;width:100%;height:auto;float:none;}
.carousel-description {padding: 15px;font-size: 15px;z-index: 999;color: #ffffff;position: absolute;bottom: 0;height: auto;background-color: rgba(0,0,0,0.4);}
.carousel-description > .title {margin-bottom: 10px;font-size: 22px;font-weight: bold;}
.carousel-description > .category{color:#000000;background-color: #F48C2B;font-size:25px;width:auto;text-align: center;}
@media(max-width:1500px){.out_of_carousel_image{height:550px;}
}
@media(max-width:1350px){.out_of_carousel_image{height:500px;}
}
@media(max-width:1240px){.out_of_carousel_image{height:450px;}
}
@media(max-width:1130px){.out_of_carousel_image{height:400px;}
}
@media(max-width:1001px){.out_of_carousel_image{height:420px;}
}
@media(max-width:991px){.carousel-description > .title{font-size:18px;margin-bottom:0;}
}
@media(max-width:617px){.carousel-description > .title{font-size:12px;padding:0;}
.carousel-description{padding:5px;}
}
#myCarousel .nav a {display:block;}
#myCarousel .nav {background-color:#CDC8C4;padding-bottom:15px;}
.title-black{color: #222;margin-top:10px;padding:0;font-weight:bold;}
#myCarousel .nav a {border-radius:0px;}
.carousel-slide-img{padding:0 !important;}
.left{float:none!important;}
.right{float:none!important;}
.no-carousel{width:80%;margin:0 auto;margin-top:30px;}
.no-carousel-image{width:100%;height:100%;}
.no-carousel-description{margin-top:5px;margin-bottom:15px;font-weight:bold;}
.carousel-control {opacity: 1;}
#myCarousel .carousel-inner .item {opacity: 0.4;-webkit-transition: opacity 2s;-moz-transition: opacity 2s;-ms-transition: opacity 2s;-o-transition: opacity 2s;transition: opacity 2s;} 
#myCarousel .carousel-inner .active {opacity: 1;}
#myCarousel .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {opacity: 0;z-index: 1;}
#myCarousel .carousel-inner .next.left,#myCarousel .carousel-inner .prev.right {opacity:1;z-index:1;}