a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
	transition: 0.5s ease;
}
a:hover {
    color: #CCC;
    text-decoration: none;
}
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #FFF url("../img/preloader.svg") no-repeat center center;
}
#header {
	left: 0;
	top: 0;
    letter-spacing: 1px;
	font-family: "EuropeExt", sans-serif;
	background: #004aad;
	height: 70px;
	position: sticky;
	z-index: 1020;
	display: none;
}
@media (max-width: 768px) {
#header {
   font-size: 16px;
   height: 60px;
}
 }
.header_logo {
	margin-right: 20px; 
	padding-top: 0;
	float: left;
	height: 60px;
	width: auto;
	cursor: pointer;
}
.header_logo img {
	height: 160px;
	width: 160px;
	z-index: 1080;
    /*filter: contrast(125%) brightness(125%);*/
}
.header_icon_globe {
	margin-right: 15px; 
	padding-top: 20px;
	color: #FFF;
	font-size: 20px;
}
.header_text_adress {
	padding-top: 15px;
	color: #FFF;
	font-size: 14px;
}
.header_icon_phone {
	margin-right: 15px;
	padding-top: 20px;
	color: #FFF;
	font-size: 20px;
}
.header_text_phone {
	margin-right: 15px;
	padding-top: 25px;
	color: #FFF;
	font-size: 14px;
}
.header_icon_whatsapp {
	margin-right: 15px;
	padding-top: 18px;
	color: #FFF;
	font-size: 22px;
}
.header_akcia_btn {
	width: 100%;
	height: auto;
	padding-top: 15px;
	cursor: pointer;
	outline: none;
	z-index:1040;	
}
.header_akcia_btn img {
	width: 36px;
	height: 36px;
	border: 1px solid #FFF;
	transition: 0.5s ease;
	z-index:1040;	
}
.header_akcia_btn img:hover {
	border: 1px solid #CCC;
    filter: brightness(80%);
}
@media (max-width: 768px) {
.header_logo {
	height: auto;
	max-width: 100%;
}
.header_logo img {
	height: 90px;
	width: 90px;
}
.header_icon_globe {
	font-size: 18px;
}
.header_icon_phone {
	font-size: 18px;
}
.header_icon_whatsapp {
	font-size: 20px;
}
.header_text_adress {
	display: none;
}
.header_text_phone {
	display: none;
}
.header_akcia_btn {
	width: 34px;
	height: 34px;
	padding-top: 12px;
}
}
@media (max-width: 992px) { 
.header_text_adress {
	display: none;
}
.header_text_phone {
	display: none;
}
 }
.fa-a {
    font-family: "EuropeExt", sans-serif;	
}
/*
	 filter: saturate(2.2);
	 filter: blur(3px);
	 filter: brightness(30%);
	 filter: contrast(250%);
	 filter: drop-shadow(4px 4px red);
	 filter: grayscale(80%);
	 filter: invert(100%);
	 filter: opacity(40%);
	 filter: saturate(390%);
	 filter: sepia(0.6);
}
*/
#akcia {
    font-family: "EuropeExt", sans-serif;
	background:  linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/akcia_bg.jpg');
	background-size: cover;
	background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
	padding: 70px 0;
}
@media (max-width: 768px) { 
#akcia {
	padding: 70px 0;
    width: 100%;
    height: 100%;
}
 }	
.akcia-card-body-img img {
    width: 100%;
    height: auto;
	margin-top: 60px;
	margin-left: 20px;
	margin-bottom: 40px;
}
.akcia-card-body-text-big {
	padding-top: 20px;
	color: #FFF;
	font-size: 30px;
	line-height: 28px;
	font-family: "EuropeExt", sans-serif;
}
.akcia-card-body-text-mid {
	color: #FFF;
	font-size: 26px;
	font-family: "EuropeExtBold", sans-serif;
} 
.akcia-card-body-text-sm {
	color: #F00;
	font-size: 34px;
	font-family: "EuropeExtBold", sans-serif;
	animation: blink 1.5s linear infinite;
} 
@keyframes blink {
  0% { opacity: 0.1; }
  50% { opacity: 1; }
  100% { opacity: 0.1; }
}
.akcia-btn {
  width: 200px;
  height: 50px;
  display: inline-block;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 0;
  cursor: pointer;
  font-family: "EuropeExt", sans-serif;
  background: #004aad;
}
.akcia-card-body-whatsapp-btn {
  color: #FFF;
  border-color: #004aad;
}
.akcia-card-body-whatsapp-btn:hover {
  color: #fff;
  background: #06C;
  border-color: #0062cc;
}


.akcia-divider {
	width: 100%;
	height: 2px;
	background: rgba(215, 0, 0, 1);
	margin: 20px auto;
}


.stroke {
    display: flex;
    width: 100vw;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
 
.stroke__item {
    font-family: "EuropeExt", sans-serif;
    flex-shrink: 0;
	padding: 20px 0;
    font-size: 18px;
	letter-spacing: 3px;
    text-transform: uppercase;
    animation: running-animation 25s linear infinite;
    white-space: nowrap;
}
 
@keyframes running-animation {
    0% {
        transform: translateZ(0);
    }
 
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}




.section-title {
	color: #333;
	font-family: "EuropeExtBold", sans-serif;
	font-size: 26px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	background-color:transparent;
}
.section-description {
	font-size: 22px;
	text-align: center;
	margin-bottom: 40px;
}
.section-title-divider {
	width: 30%;
	height: 2px;
	background: rgba(215, 0, 0, 1);
	margin: 0 auto;
}
#magazin {
	font-family: "EuropeExt", sans-serif;
	background: rgba(255, 255, 255, 1);
	background-size: cover;
	padding-top: 40px;
}
.magazin_card {
  width: auto;
  height: auto;
}
.magazin_card img {
  width: 100%;
  height: auto;
}
.magazin_card_text {
    width: 100%;
    height: auto;
	text-align: center;
	color: #333;
	font-size: 18px;
	padding: 10px 0;
	font-weight: bold;
	font-family: "EuropeExtOblique";
} 
.magazin_card_text_sm {
	color: #666; 
	font-size: 14px;
	padding-left: 40px;
}  
.magazin_card_text_price {
	color: #FFF;
	padding: 10px;
	margin: 0 50px;
	font-weight: bold;
	font-family: "EuropeExtOblique";
	text-align: right;
	font-size : 16px;
	background-color: #004aad;
}
@media (max-width: 576px) { 
.magazin_card_text {
	font-size: 14px;
}
.magazin_card_text_price {
	font-size: 12px;
	margin: 0 30px;
}
 }
@media (max-width: 768px) { 
.magazin_card_text {
	font-size: 14px;
}
.magazin_card_text_price {
	font-size: 12px;
	margin: 0 40px;
}
 }
@media (max-width: 992px) { 
.magazin_card_text {
	font-size: 14px;
}
.magazin_card_text_price {
	font-size: 12px;
	margin: 0 50px;
}
 }
@media (max-width: 1200px) { 
.magazin_card_text {
	font-size: 14px;
} 
.magazin_card_text_price {
	font-size: 12px;
}
 }
#installation {
	background: rgba(255, 255, 255, 1);
	background-size: cover;
	padding: 40px 0;
}
.installation-card {
	width: auto;
	height: auto;
    cursor: pointer;
}
@media (max-width: 767.98px) {
.installation-card {
	width: 200px;
	height: 400px;
}
 }
#contact {
	background: rgba(255, 255, 255, 1);
	background-size: cover;
	padding: 20px 0;
}
#map {
	height: 500px;
	max-width: 100%;
    background-color: transparent;
}
#footer {
	background: #004aad;
	padding: 10px 0;
	color: #FFF;
}
#footer .copyright {
	font-family: "Raleway", sans-serif;
	text-align: center;
	font-size: 14px;
}