.mainpage-akce-uvod h4{
    padding: 11px 15px;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #E61313;
    margin-top: 40px;
}
.mainpage-akce-uvod h4 a{
    color: #FFFFFF;
}

.thumbnail-mini-main{
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.thumbnail-mini-main:nth-child(4), .thumbnail-mini-main:nth-child(8), .thumbnail-mini-main:nth-child(12), .thumbnail-mini-main:nth-child(16){
    /*border-right: none;*/
    border-right-color: transparent;

}
.thumbnail-mini-main:nth-child(13), .thumbnail-mini-main:nth-child(14), .thumbnail-mini-main:nth-child(15), .thumbnail-mini-main:nth-child(16){
    /*border-right: none;*/
    border-bottom-color: transparent;
}

.thumbnail-mini-main .product-title a h5{
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    line-height: 24px;
}

.new-box-cart{
    color: #fff;
    border-color: #000;
    background-color: #000;
}
.new-box-cart a{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
}

.price-and-cart .price-in-view{
    font-size: 18px;
    line-height: 38px;
    padding: 2px 2px;
    /* Red */
    /*color: #E61313;*/

    /* Blue*/
    color: #146BC2;
}
.price-and-cart .price-in-view-orig{
    font-size: 16px;
    line-height: 24px;
    padding: 0px 2px;
    color: #606060;
    min-height: 35px;
}


.price-and-cart .item-number{
    margin-top: 12px;
    color: #aaaaaa;
}

/* Small devices SD (tablets, 768px and up) */
@media (min-width: 768px) {
    .thumbnail-mini-main{
        min-height: 450px;
        padding: 15px 10px 10px 10px;
        /*margin-top: 25px;*/
    }
    .thumbnail-mini-main .product-title{
        min-height: 57px;
        margin-bottom: 5px;
    }
    .thumbnail-mini-main small{
        margin: 5px 0 5px;
        display: block;
        font-size: 0.72em;
        font-style: italic;
    }
}

/* Medium devices MD (desktops, 992px and up) */
@media (min-width: 769px) AND (max-width: 992px)   {
    .thumbnail-mini-main{
        min-height: 470px;
        padding: 20px;
        margin-top: 35px;
    }
    .thumbnail-mini-main .product-title{
        min-height: 57px;
        margin-bottom: 5px;
    }
    .thumbnail-mini-main small{
        margin: 5px 0 5px;
        display: block;
        font-size: 0.72em;
        font-style: italic;
    }
}
/* Large devices LG (large desktops, 1200px and up) */
@media (min-width: 993px) {
    .thumbnail-mini-main{
        min-height: 480px;
        padding: 50px 30px 30px 30px;
        /*margin-top: 35px;*/
    }
    .thumbnail-mini-main .product-title{
        min-height: 57px;
        margin-bottom: 5px;
    }
    .thumbnail-mini-main small{
        margin: 5px 0 5px;
        display: block;
        font-size: 0.72em;
        font-style: italic;
    }
}
/**************************/
/********MAIN BOX**********/
/**************************/
.profesionaProgram{
    padding: 20px;
}
.hovereffect {
    width:100%;
    height:100%;
    overflow:hidden;
    position:relative;
    text-align:center;
}
.hovereffect img {
    display: block;
    -webkit-transition: all .2s linear;
    transition: all .4s linear;
}
.hovereffect:hover img {
    -ms-transform:scale(1.05);
    -webkit-transform:scale(1.05);
    transform:scale(1.05);
}

/**************************/
/********OTHER*************/
/**************************/
.kontaktni-info{
    margin-top: 40px;
}
.vcenter {
    margin-top: 5%;
}
