/* -- start setup -- */
/*
font-family: 'Bebas Neue', cursive;
font-family: 'Raleway', sans-serif;
*/

@font-face {
    font-family: 'AgendaCE';
    src: url('AgendaCE-Regular.woff2') format('woff2'),
        url('AgendaCE-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AgendaCE';
    src: url('AgendaCE-Bold.woff2') format('woff2'),
        url('AgendaCE-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




* {
    font-family: 'AgendaCE', serif, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 16px;
    color: #27388a;
}

.br1 {
    border: 1px solid Red;
}

/* -- common -- */
.horniIndex {
    vertical-align: super;
    font-size: 9px;
}

.i {
    font-style: italic;
}

sup {
    font-size: 0.7em;
}

/* -- float -- */
.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

.textLeft {
    text-align: left !important;
}

.pb90 {
    padding: 0 0 90px 0;
}

.ml20 {
    margin-left: 20px !important;
}

.relative {
    position: relative;
}

@media(min-width: 768px) {
    .mb50 {
        margin-bottom: 50px !important;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1180px;
    }
}

.hiddenElement {
    visibility: hidden;
}

.imgCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* -- all pages -- */
hr {
    display: none;
}

body {
    background-color: #e1d4cb;
}

h1 {
    font-size: 32px;
    color: #27388a;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

@media only screen and (min-width : 480px) {
    h1 {
        font-size: 36px;
    }
}

@media only screen and (min-width : 768px) {
    h1 {
        font-size: 40px;
    }
}

@media only screen and (min-width : 992px) {
    h1 {
        font-size: 44px;
    }
}

@media only screen and (min-width : 1200px) {
    h1 {
        font-size: 48px;
    }
}

.header {
    background-color: White;
    min-height: 95px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.main {
    padding-top: 30px;
    background-image: url(../pcs/pcs_layout/main.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color:   #e1d4cb;
    min-height: 860px;
}

@media only screen and (min-width : 768px) {
    .main {
        padding-top: 70px;
    }
}

.card {
    width: 231px;
    min-height: 236px;
    background-color: White;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    background-repeat: no-repeat;
    padding-top: 95px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.11);
    margin: 20px;
}

.card1 {
    background-image: url(../pcs/pcs_layout/logo-ostatni.png);
    background-position: center 20px;
}

.card2 {
    background-image: url(../pcs/pcs_layout/logo-tesco.png);
    background-position: center 30px;
}

.cardTitle {
    color: White;
    text-align: center;
    font-size: 27px;
    font-size: 22px;
}

.cardDate {
    color: White;
    text-align: center;
    font-size: 18px;
    font-size: 14px;
    margin-bottom: 10px;
}

.cardButton {
    font-weight: 500;
    border: none;
    display: block;
    color: White;
    font-size: 16px;
    width: 145px;
    height: 50px;
    line-height: 50px;
    background-color: #73be52;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    transition: background-color 0.5s;
    text-transform: uppercase;
}

.buttonCenter {
    margin-left: auto;
    margin-right: auto;
}

.cardButton:HOVER {
    color: White;
    text-decoration: none;
    background-color: #579e37;
}

.cardRibbon {
    position: absolute;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    width: 144px;
    height: 104px;
}

.cardRibbon1 {
    background-image: url(../pcs/pcs_layout/ribbon1.png);
}

.cardRibbon2 {
    background-image: url(../pcs/pcs_layout/ribbon2.png);
}

.odd {
    margin: 30px 0 20px 0;
    border-bottom: 1px solid #dddddd;
}

.copy {
    color: #4f4a47;
    font-size: 14px;
    line-height: 41px;
}