/* PRODUCT MEDIA */
/* xs < 768 */
@media screen and (max-width: 767px) {
    .center-section {margin-left: 55px; font-size: 14px !important;}
}

/* sm */
@media screen and (min-width: 768px) {

}

/* md */
@media screen and (min-width: 992px) {

}

/* lg */
@media screen and (min-width: 1200px) {

}

.carousel-indicators li {border: 2px solid #ffffff; padding: 5px;}
.carousel-indicators .active {
    background-color: #ffffff;
    border: none;
    padding: 8px;
}

.slider .text {
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: 'UbuntuRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif !important;
}

/*.carousel-control.left, .carousel-control.right {background: none;}*/
.carousel-control {background: none !important;}
.carousel-control span.left, .carousel-control span.right  {
    display: block;
    margin: 100% auto;
    width: 54px;
    height: 54px;
}

.carousel-control span.left {background: url('/template_image/arrow_left.png') no-repeat !important;}
.carousel-control span.right {background: url('/template_image/arrow_right.png') no-repeat !important;}
.center-section {
    font-size: 16px;
    /*font-weight: bold;*/
}