@charset "utf-8";
/* CSS Document */

html, *{box-sizing:border-box}

html, body
{
    background-color: #ffffff;
    font-family: 'Titillium Web', sans-serif;
    font-weight: lighter;
    font-size: 18px;
    height: 100%;
    margin: 0;
    padding: 0;
}

a {
    border: 0px;
    outline: none;
}

img {
    border: 0px;
}

.clear-box {
    clear: both;
}

.hidden {
    height: 1px;
}

#coal_bg {
    background: url(../images/plomyk_materialy_opalowe.jpg) repeat 1% center fixed;
    background-size: cover;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 100%;
}
    
.logo {
    margin: 50px auto;
    width: 250px;
}
    
.opal-opis {
    background-color: rgba(0,0,0, 0.35);
    color: #ffffff;
    font-size: 16px;
    padding: 20px;
    margin: 5%;
    text-align: center;
}

.main-page-link {
    background-color: #e50000;
    color: #ffffff;
    display: block;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.red-bg-box {
    background-color: #e50000;
    min-height: 100%;
    position: absolute;
    width: 100%;
}

.green-bg-box {
    background-color: #00d50f;
    height: 100%;
    width: 100%;
}

.email-error-title {
    color: #ffffff;
    font-size: 34px;
    text-align: center;
}

.email-success-title {
    color: #ffffff;
    font-size: 34px;
    text-align: center;
}

.email-error-text {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}

.email-success-text {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}

.link-box {
    margin-top: 50px;
    text-align: center;
    width: 100%;
}

.errors-box span{
    color: #ffffff;
    display: block;
    font-size: 16px;
    text-align: center;
}

.error-main-page-link {
    border: solid 2px #ffffff;
    color: #ffffff;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    width: 200px;
}

.success-main-page-link {
    border: solid 2px #ffffff;
    color: #ffffff;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    width: 200px;
}

@media (min-width: 1200px) {
    
    .tab-caption {
        color: #ffffff;
        margin: 2% auto;
        text-align: center;
    }
    
    .table {
        border-spacing: 5px;
        color: #ffffff;
        display: table;
        margin: 5% auto 100px auto;
        width: 85%;
    }
    
    .tab-row {
        cursor: pointer;
        display: table-row;
        transition: all 0.3s ease;
    }
    
    .tab-row:hover {
        background-color: #ff0000;
    }
    
    .tab-cell {
        background-color: rgba(0,0,0, 0.35);
        border: solid 1px #790000;
        color: #ffffff;
        display: table-cell;
        font-size: 20px;
        font-weight: bold;
        margin: 5px;
        padding: 10px;
    }
    
    .tab-cell:nth-child(1) {
        width: 75%;
    }
    
    .tab-cell:nth-child(2) {
        text-align: center;
    }
    
}

@media (min-width: 900px) and (max-width: 1199px) {
    
    .tab-caption {
        color: #ffffff;
        margin: 2% auto;
        text-align: center;
    }
    
    .table {
        border-spacing: 5px;
        color: #ffffff;
        display: table;
        margin: 5% auto 100px auto;
        width: 85%;
    }
    
    .tab-row {
        cursor: pointer;
        display: table-row;
        transition: all 0.3s ease;
    }
    
    .tab-row:hover {
        background-color: #ff0000;
    }
    
    .tab-cell {
        background-color: rgba(0,0,0, 0.35);
        border: solid 1px #790000;
        color: #ffffff;
        display: table-cell;
        font-size: 20px;
        font-weight: bold;
        margin: 5px;
        padding: 10px;
    }
    
    .tab-cell:nth-child(1) {
        width: 75%;
    }
    
    .tab-cell:nth-child(2) {
        text-align: center;
    }
    
}

@media (min-width: 769px) and (max-width: 899px) {
    
    .tab-caption {
        color: #ffffff;
        margin: 2% auto;
        text-align: center;
    }
    
    .table {
        border-spacing: 5px;
        color: #ffffff;
        display: table;
        margin: 5% auto 100px auto;
        width: 85%;
    }
    
    .tab-row {
        cursor: pointer;
        display: table-row;
        transition: all 0.3s ease;
    }
    
    .tab-row:hover {
        background-color: #ff0000;
    }
    
    .tab-cell {
        background-color: rgba(0,0,0, 0.35);
        border: solid 1px #790000;
        color: #ffffff;
        display: table-cell;
        font-size: 20px;
        font-weight: bold;
        margin: 5px;
        padding: 10px;
    }
    
    .tab-cell:nth-child(1) {
        width: 75%;
    }
    
    .tab-cell:nth-child(2) {
        text-align: center;
    }
    
}

@media (min-width: 481px) and (max-width: 768px) {
    
    .tab-caption {
        color: #ffffff;
        font-size: 24px;
        margin: 2% auto;
        text-align: center;
    }
    
    .table {
        border-spacing: 2px;
        color: #ffffff;
        display: table;
        margin: 5% auto 100px auto;
        width: 85%;
    }
    
    .tab-row {
        cursor: pointer;
        display: table-row;
        transition: all 0.3s ease;
    }
    
    .tab-row:hover {
        background-color: #ff0000;
    }
    
    .tab-cell {
        background-color: rgba(0,0,0, 0.35);
        border: solid 1px #790000;
        color: #ffffff;
        display: table-cell;
        font-size: 16px;
        font-weight: bold;
        margin: 5px;
        padding: 10px;
    }
    
    .tab-cell:nth-child(1) {
        width: 75%;
    }
    
    .tab-cell:nth-child(2) {
        text-align: center;
    }
    
}

@media (min-width: 321px) and (max-width: 480px) {
    
    .tab-caption {
        color: #ffffff;
        font-size: 24px;
        margin: 2% auto;
        text-align: center;
    }
    
    .table {
        border-spacing: 2px;
        color: #ffffff;
        display: table;
        margin: 5% auto 100px auto;
        width: 85%;
    }
    
    .tab-row {
        cursor: pointer;
        display: table-row;
        transition: all 0.3s ease;
    }
    
    .tab-row:hover {
        background-color: #ff0000;
    }
    
    .tab-cell {
        background-color: rgba(0,0,0, 0.35);
        border: solid 1px #790000;
        color: #ffffff;
        display: table-cell;
        font-size: 14px;
        font-weight: bold;
        margin: 5px;
        padding: 10px;
    }
    
    .tab-cell:nth-child(1) {
        width: 75%;
    }
    
    .tab-cell:nth-child(2) {
        text-align: center;
    }
    
}

@media (max-width: 320px) {
    
    .tab-caption {
        color: #ffffff;
        font-size: 24px;
        margin: 2% auto;
        text-align: center;
    }
    
    .table {
        border-spacing: 2px;
        color: #ffffff;
        display: table;
        margin: 5% auto 100px auto;
        width: 300px;
    }
    
    .tab-row {
        cursor: pointer;
        display: table-row;
        transition: all 0.3s ease;
    }
    
    .tab-row:hover {
        background-color: #ff0000;
    }
    
    .tab-cell {
        background-color: rgba(0,0,0, 0.35);
        border: solid 1px #790000;
        color: #ffffff;
        display: table-cell;
        font-size: 14px;
        font-weight: bold;
        margin: 5px;
        padding: 10px;
    }
    
    .tab-cell:nth-child(1) {
        width: 75%;
    }
    
    .tab-cell:nth-child(2) {
        text-align: center;
    }
    
}