/**handles:carousel-cs-css**/
.carousel{overflow:hidden;position:relative;width:100%;min-height:665px;-webkit-perspective:500px;perspective:500px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform-origin:0% 50%;transform-origin:0% 50%;border-bottom:1px solid #a7b6c1;padding-bottom:250px;bottom:180px}.carousel .carousel-item{visibility:hidden;cursor:pointer;text-align:center;width:400px;min-height:420px;height:auto;position:absolute;top:0;left:0;background-color:#fdfdfd;border:1px solid #cccaca;-webkit-box-shadow:0 0 2px 1px #cccaca;-moz-box-shadow:0 0 2px 1px #cccaca;box-shadow:0 0 2px 1px #cccaca;padding:15px 30px 30px 30px}.carousel .bold{font-weight:600}@media screen and (max-width:1280px) and (min-width:580px){.carousel{height:468px;padding-bottom:50px}.carousel .carousel-item{width:280px;height:auto;min-height:280px;padding:15px}}@media screen and (max-width:580px){.carousel .carousel-item{width:200px;height:auto;min-height:200px}.carousel{height:660px;bottom:115px;margin-bottom:0;padding-bottom:20px}}