/* custom-paddles configurator */
.gray_line_configurator {
    background: url(../img/Paddle-Configurator1.jpg) right top / contain no-repeat #EBF1F6;
    padding: 20px 0 30px;
    text-align: left;
    /*color: #FFF;*/
}

span.made {
    width: 100px;
    height: 88px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.text {
    padding-right: 80px !important;
}

.text h1 {
    font-size: 60px;
    text-transform: uppercase;
    color: #2A4572;
    margin: 20px 0 0;
}

.text .sdesc {
    font-size: 20px;
    color: #2A4572;
    margin-bottom: 20px;
}

.shape {
    /*font-size: 17px;*/
}

.shape strong {
    color: #C21E24;
}

.prices-custom-box {
    padding: 50px;
    border-top: 5px dotted #2A4572;
    border-bottom: 5px dotted #2A4572;
    margin: 50px 0;
    color: #2A4572;
    background: #ECF0F7;
    font-size: 17px;
}

.prices-custom-box h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.paddle-samples {
    margin-top: 100px;
    text-align: center;
    /*height: 288px;*/
}

.paddle-samples h4 {
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: #2A4572;
    top: -20px;
    z-index: 10;
}

.paddle-samples .row {
    margin: 5px;
}

.paddle-samples .col-lg-2 {
    padding: 0;
}

.paddle-samples .col-lg-2 a {
    display: block;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    /*background: no-repeat 50% / 100% 100%;*/
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%232A4572' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%232A4572' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-prev {
    left: 0;
    width: 7%;
}

.carousel-control-next {
    right: 0;
    width: 7%;
}

.carousel-control {
    margin-top: 0;
    position: relative;
}

.carousel-indicators {
    bottom: -55px;
}

.carousel-indicators li {
    width: 30px;
    height: 3px;
    background-color: #2A4572;
}

.text .btn-lg {
    font-size: 25px;
}

.text .btn-lg i {
    font-size: 30px;
    vertical-align: -4px;
    margin-left: 10px;
}

@media (max-width: 575px) {
    .text {
        padding-right: 15px;
    }
    
    .text h1 {
        font-size: 30px;
    }
    
    .text .sdesc {
        font-size: 18px;
    }
    
    span.made {
        /*float: right;*/
        width: 60px;
        height: 50px;
        margin-right: 0;
        margin-top: -30px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .text {
        padding-right: 15px;
    }
    
    .text h1 {
        font-size: 30px;
    }
    
    .text .sdesc {
        font-size: 18px;
    }
    
    span.made {
        /*float: right;*/
        width: 60px;
        height: 50px;
        margin-right: 0;
        margin-top: -30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text {
        padding-right: 3%;
    }
    
    .text h1 {
        font-size: 35px;
    }
    
    .text .sdesc {
        font-size: 18px;
    }
    
    span.made {
        /*float: right;*/
        width: 60px;
        height: 50px;
        margin-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text {
        padding-right: 1%;
    }
    
    .text h1 {
        font-size: 45px;
    }
    
    .text .sdesc {
        font-size: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1420px) {
    .text h1 {
        font-size: 45px;
    }
    
    .text .sdesc {
        font-size: 20px;
    }
    
    .text {
        padding-right: 3%;
    }
}

@media (min-width: 1421px) and (max-width: 1620px) {
    .text h1 {
        font-size: 50px;
    }
    
    .text .sdesc {
        font-size: 18px;
    }
}

@media (min-width: 1621px) and (max-width: 1820px) {
}

@media (min-width: 1821px) {
}
