﻿@charset "UTF-8";
.bb-blue {
    border-bottom: 1px solid #458fc7;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.no-bullets {
    list-style: none;
    margin: unset;
    padding: unset;
}

.top-sale-hosting > p {
    z-index: 7;
    position: relative;
}

.top-sale-hosting:before {
    position: absolute;
    content: "NAŠA PREPORUKA";
    padding-top: 20px;
    color: #fff;
    top: 26px;
    right: 36px;
    width: 100px;
    height: 100px;
    background-color: #f13030;
    border: 2px solid #fff;
    -webkit-transform: rotate(-5deg);
    z-index: 5;
}

/* 4 columns */
.top-sale-hosting-4 > p {
    z-index: 7;
    position: relative;
}

.top-sale-hosting-4:before {
    position: absolute;
    content: "NAŠA PREPORUKA";
    padding-top: 20px;
    color: #fff;
    top: 26px;
    right: 36px;
    width: 100px;
    height: 100px;
    background-color: #f13030;
    border: 2px solid #fff;
    -webkit-transform: rotate(-5deg);
    z-index: 5;
}

.servers-header p {
    margin-bottom: unset;
}


@media (min-width: 576px) {

}

@media (min-width: 768px) {

    .top-sale-hosting > p {
        color: #fff;
    }

    .top-sale-hosting:before {
        position: absolute;
        content: close-quote;
        padding-top: unset;
        color: #fff;
        top: 4px;
        left: 13px;
        width: 334px;
        height: 145px;
        background-color: #f13030;
        border: 2px solid #fff;
        -webkit-transform: rotate(-5deg);
        z-index: 5;
    }
    
    /* 4 columns */
    .top-sale-hosting-4 > p {
        color: #fff;
    }

    .top-sale-hosting-4:before {
        position: absolute;
        content: close-quote;
        padding-top: unset;
        color: #fff;
        top: 4px;
        left: 106px;
        width: 145px;
        height: 145px;
        background-color: #f13030;
        border: 2px solid #fff;
        -webkit-transform: rotate(-5deg);
        z-index: 5;
    }
}

@media (min-width: 992px) {

    .top-sale-hosting:before {
        top: -4px;
        left: 1px;
        width: 266px;
        height: 157px;
    }
    
    /* 4 columns */
    .top-sale-hosting-4:before {
        top: -4px;
        left: 1px;
        width: 199px;
        height: 157px;
    }
}

@media (min-width: 1200px) {

    .top-sale-hosting:before {
        width: 317px;
    }
    
    /* 4 columns */
    .top-sale-hosting-4:before {
        width: 236px;
    }
}