﻿#octagon {
    width: 100px;
    height: 40px;
    background: red;
    position: relative;
}

    #octagon:before {
        content: "";
        position: absolute;
        top: -30px;
        width: 40px;
        height: 0;
        border-bottom: 30px solid red;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        box-sizing: initial;
    }

    #octagon:after {
        content: "";
        position: absolute;
        bottom: -30px;
        width: 40px;
        height: 0px;
        border-top: 30px solid red;
        border-right: 30px solid transparent;
        border-left: 30px solid transparent;
        box-sizing: initial;
    }

    #octagon p {
        color: white;
        font-family: helvetica;
        font-size: 30px;
        line-height: 42px;
        text-align: center;
        font-weight: bold;
        text-shadow: 0 -1px 0 darkred;
    }

.box-content {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 100px;
}

.text-center {
    text-align: center;
}

#sign {
    position: relative;
    margin-left: 45%;
    margin-bottom: 100px;
}

.call-for-action {
    border-bottom: 0px solid rgba(39,65,90, 0.3);
    border-radius: 10px;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 22px;
    text-align: center;
    padding: 14px 20px;
    color: #ffffff !important;
    background-color: #444;
    font-size: 22px;
    text-align: center;
    text-align: center;
}

.warning {
    color: red;
}

/*Cookie Consent Begin*/
#stickyAlert {
    background-color: rgba(20,20,20,1);
    min-height: 26px;
    font-size: 1em;
    color: #ccc;
    line-height: 26px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
    padding: 8px 0 8px 30px;
}

    #stickyAlert.he {
        padding: 8px 30px 8px 0;
    }

    #stickyAlert.en .more-info {
        color: #4B8EE7;
        text-decoration: none;
        margin-left: 10px;
    }

    #stickyAlert.he .more-info {
        color: #4B8EE7;
        text-decoration: none;
        margin-right: 10px;
    }

#closeStickyAlert {
    float: right;
    display: block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}

    #closeStickyAlert.he {
        float: left;
    }

    #closeStickyAlert:hover {
        color: #FFF;
    }

#stickyAlert .button {
    background-color: #F1D600;
    color: black;
    display: block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 50px 0 10px;
    text-decoration:none !important;
    font-size: 1em;
}

#stickyAlert.he .button {
    float: left;
}

#stickyAlert a.button:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/
