.vanoce .carousel-caption{
    position: absolute !important;
    top: 0px;
    left: 0;
    right: 0;
    text-align: center !important;
}
.vanoce .carousel-caption h3{
    color: rgb(155,31,32) !important;
}
@media (max-width: 767px){
    .vanoce .carousel-caption{
        padding-top: 0px;
    }
    .vanoce .carousel-caption h3.carousel-item-title{
        font-size: 18px !important;
        margin-left: 20px !important;
        margin-top: 15px !important;
    }
}
.vanoce .carousel-caption h3 span{
    -webkit-background-clip: text;
    display: inline-block;
    border-bottom: 2px solid rgb(155,31,32);
    padding-bottom: 7px;
}
.vanoce h4{
    color: rgb(155,31,32) !important;
    line-height: 1.35;
}
.vanoce table{
    width: 100%;
}
.vanoce table tr td{
    border-bottom: 1px solid rgb(155,31,32) !important;
    border-top: 1px solid rgb(155,31,32) !important;
    padding: 15px;
}
.vanoce table tr:nth-child(odd) td{
    background-color: rgb(249,242,242);
}
.vanoce table tr:nth-child(even) td{
    background-color: white;
}
.butonky{
    margin-top: 40px;
    margin-bottom: 30px;
}
.butonky .col-xs-12{
    text-align: center;
}
.butonky .col-md-6:first-child{
    text-align: center !important;
}
.butonky .col-md-6:last-child{
    text-align: center !important;
}
@media (min-width: 992px){
    .butonky .col-md-6:first-child{
    text-align: right !important;
}
.butonky .col-md-6:last-child{
    text-align: left !important;
}
}
.vanoce .btn-cta{
    color: rgb(155,31,32);
    border: 2px solid rgb(155,31,32);
}
.vanoce .btn-cta--inverse{
    background: rgb(155,31,32);
    background: -moz-linear-gradient(left, rgb(155,31,32) 0, rgb(155,31,32) 50%, rgb(155,31,32) 100%);
    background: -webkit-linear-gradient(left, rgb(155,31,32) 0, rgb(155,31,32) 50%, rgb(155,31,32) 100%);
    background: linear-gradient(left, rgb(155,31,32) 0, rgb(155,31,32) 50%, rgb(155,31,32) 100%);
    color: white;
}
.vanoce .btn-cta:hover, .vanoce .btn-cta:focus{
    background: rgb(155,31,32);
    background: -moz-linear-gradient(left, rgb(155,31,32) 0, rgb(155,31,32) 50%, rgb(155,31,32) 100%);
    background: -webkit-linear-gradient(left, rgb(155,31,32) 0, rgb(155,31,32) 50%, rgb(155,31,32) 100%);
    background: linear-gradient(left, rgb(155,31,32) 0, rgb(155,31,32) 50%, rgb(155,31,32) 100%);
    color: white;
}
.vanoce .btn-cta--inverse:hover, .vanoce .btn-cta--inverse:focus{
    color: rgb(155,31,32);
    border: 2px solid rgb(155,31,32);
    background: white;
    background: -moz-linear-gradient(left, white 0, white 50%, white 100%);
    background: -webkit-linear-gradient(left, white 0, white 50%, white 100%);
    background: linear-gradient(left, white 0, white 50%, white 100%);
}
.vanoce-ruzovy{
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgb(249,242,242);
}
.vanoce-ruzovy h4{
    color: rgb(155,31,32) !important;
}
.vanoce-ruzovy ol{
    padding: 0px 20px 0px 27px;
    margin-bottom: 20px;
}
.vanoce-ruzovy ol li{
    padding-left: 10px;
}
.vanoce .section-title span{
    color: rgb(155,31,32) !important;
    -webkit-background-clip: text;
    display: inline-block;
    border-bottom: 2px solid rgb(155,31,32);
    padding-bottom: 7px;
    background: none !important;
    -webkit-text-fill-color: rgb(155,31,32);
}