﻿/* Converzní tlačítko, conversion button */

div.conversion-button {
    display: block;
    padding-left: 1em;
    padding-right: 1em;
    box-sizing: border-box;
    text-align: center;
}

div.conversion-button.margin-top-5 {
    margin-top: 5px;
}
div.conversion-button.margin-top-10 {
    margin-top: 10px;
}
div.conversion-button.margin-top-15 {
    margin-top: 15px;
}
div.conversion-button.margin-top-20 {
    margin-top: 20px;
}
div.conversion-button.margin-top-25 {
    margin-top: 25px;
}
div.conversion-button.margin-top-30 {
    margin-top: 30px;
}

    div.conversion-button.margin-top-40 {
        margin-top: 40px;
    }

    div.conversion-button.margin-top-50 {
        margin-top: 50px;
    }


    div.conversion-button.margin-bottom-5 {
        margin-bottom: 5px;
    }

    div.conversion-button.margin-bottom-10 {
        margin-bottom: 10px;
    }

    div.conversion-button.margin-bottom-15 {
        margin-bottom: 15px;
    }

    div.conversion-button.margin-bottom-20 {
        margin-bottom: 20px;
    }

    div.conversion-button.margin-bottom-25 {
        margin-bottom: 25px;
    }

    div.conversion-button.margin-bottom-30 {
        margin-bottom: 30px;
    }

    div.conversion-button.margin-bottom-40 {
        margin-bottom: 40px;
    }

    div.conversion-button.margin-bottom-50 {
        margin-bottom: 50px;
    }

    div.conversion-button a {
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-right: 24px;
        padding-left: 24px;
        text-decoration: none;
        color: #fff;
        font-size: 1.2em;
        background: #41b6b2;
        font-weight: bold;
        border: 1px solid #41b6b2;
        min-width: 200px;
    }

        div.conversion-button a:hover {
            color: #41b6b2;
            background: #fff;
        }