/*
html body {color: #002552;}*/

/*NIEUZYWANE*/

a.adv-tile {
    margin: 20px 10px 0px 10px;
    width: 340px;
    height: 150px;
    background: #c51d67;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 175px;
    padding-right: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

a.adv-tile:hover {
    opacity: 0.6;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 768px) { 
    a.adv-tile {
        width: 100%;
    }
} 

div.adv-tile-dummy {
    margin: 20px 10px 0px 10px;    
    width: 340px;
    height: 0;
}


/*REK I SPONSORING KAFELKI*/

a.rekinfo-tile {
    margin: 20px 10px 0px 10px;
    width: 340px;
    height: 150px;
    background: #76b82a;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 175px;
    padding-right: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

a.rekinfo-tile:hover {
    opacity: 0.6;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 768px) { 
    a.rekinfo-tile {
        width: 100%;
    }
} 

div.rekinfo-tile-dummy {
    margin: 20px 10px 0px 10px;    
    width: 340px;
    height: 0;
}

/*KARUZELA REKLAMA I SPONSORING*/

.slick a.rekinfo-tile {
    margin: 0px;
    width: 200px;
    height: 300px;
    background: #76b82a;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: top;
    padding: 200px 25px 0px 25px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;    
}


/* KAFELKI PIONOWE */
a.still-vertical-tile {
    margin: 0px;
    width: 200px;
    height: 300px;
    background: #76b82a;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: top;
    padding: 200px 25px 0px 25px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;    
}

/* PROGRAMME */
a.order_participation {
    display: inline-block;
    height: 35px;
    padding: 0px 25px;
    background: #fff;
    color: #dd073a;
    line-height:27px;
    text-align: center;
    font-size: 18px;
    margin-top: 5px;
    width: 259px;
    border: 4px solid #dd073a;
}



a.red_btn_200 {
	display: inline-block;
	height: 40px;
	width: 200px;
	background: #dd073a;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 20px 20px 20px 20px;
	font-size: 16px;
        font-weight: bold;
        cursor: pointer;
}

a.red_btn_200:hover {
    color: #fff;
}

a.white_btn_200 {
	display: inline-block;
	height: 40px;
	width: 200px;
	background: #fff;
	line-height: 40px;
	text-align: center;
	color: #df0031;
	border-radius: 20px 20px 20px 20px;
	font-size: 16px;
        font-weight: bold;
        cursor: pointer;
}

a.white_btn_200:hover {
    color: #df0031;
}

a.blue_btn_200 {
	display: inline-block;
	height: 40px;
	width: 200px;
	background: #002552;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 20px 20px 20px 20px;
	font-size: 16px;
        font-weight: bold;
        cursor: pointer;
}

a.blue_btn_200:hover {
    color: red;
}

a.yellow_btn_600 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff040;
    background-repeat: no-repeat;
    background-size: 25%;
    max-width: 600px;
    width: 100%;
    height: 150px;
    box-shadow: 0px 0px 20px #444;
    background-position-y: center;
    background-position-x: 55px;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 40px;
    font-family: Barlow, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #005196;
    text-align: center;
    vertical-align: middle;
}

a.yellow_btn_600:hover {
    background-color: #96bddc;
    text-decoration: none;
}