a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
	transition: 0.5s ease;
}
#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: 60px;
	position: sticky;
	z-index: 1020;
	display: none;
}
@media (max-width: 768px) {
#header {
   font-size: 16px;
   height: 60px;
}
 }
.header-logo {
	float: left;
	height: 60px;
	width: auto;
	cursor: pointer;
}
.header-logo img {
	height: 130px;
	width: 130px;
	z-index: 1080;
	transition: .5s ease;
    /*filter: contrast(125%) brightness(125%);*/
}
.header-logo img:hover {
	filter: brightness(125%);
}
.header-icon-globe {
	color: #FFF;
	font-size: 20px;
	text-align: right;
	padding-right: 10px;
}
.header-text-adress {
	color: #FFF;
	font-size: 14px;
}
.header-icon-phone {
	color: #FFF;
	font-size: 20px;
	text-align: right;
	padding-right: 10px;
}
.header-text-phone {
	color: #FFF;
	font-size: 14px;
	padding-right: 0;
}
.header-icon-whatsapp {
	color: #FFF;
	font-size: 24px;
	text-align: right;
	padding-right: 10px;
}

.header-akcia-btn {
	height: 60px;
	width: auto;
	outline: none;
	cursor: pointer;
}
.header-akcia-btn img {
	height: 130px;
	width: 130px;
	z-index: 1080;
	transition: .5s ease;
    /*filter: contrast(125%) brightness(125%);*/
}
.header-akcia-btn img:hover {
	filter: brightness(125%);
}
.header-icon-globe:hover {
   color: #CCC;
} 
.header-icon-phone:hover {
   color: #CCC;
} 
.header-icon-whatsapp:hover {
   color: #CCC;
} 
.header-text-adress:hover {
   color: #CCC;
} 
.header-text-phone:hover {
   color: #CCC;
} 
.header-icon-vk:hover {
   color: #CCC;
} 
.header-icon-telegram:hover {
	filter: brightness(80%);
}
@media (max-width: 768px) {
.header-logo img {
	width: 90px;
	height: 90px;
}
.header-akcia-btn img {
	width: 90px;
	height: 90px;
}
.header-icon-globe {
	font-size: 18px;
	text-align: right;
}
.header-icon-phone {
	font-size: 18px;
	text-align: center;
}
.header-icon-whatsapp {
	font-size: 22px;
	text-align: left;
}
.header-text-adress {
	display: none;
}
.header-text-phone {
	display: none;
}
}
@media (max-width: 992px) { 
.header-text-adress {
	display: none;
}
.header-text-phone {
	display: none;
}
 }
@media (max-width: 1200px) { 
.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 {
    display: table;
    width: 100%;
    height: auto;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/akcia_bg.jpg") center center;

}
 }	
.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; }
}
.all-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;
  cursor: pointer;
}
.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: 16px;
}
.magazin-card-text-price {
	font-size: 14px;
	margin: 0 30px;
}
 }
@media (max-width: 768px) { 
.magazin-card-text {
	font-size: 16px;
}
.magazin-card-text-price {
	font-size: 14px;
	margin: 0 40px;
}
 }
@media (max-width: 992px) { 
.magazin-card-text {
	font-size: 16px;
}
.magazin-card-text-price {
	font-size: 14px;
	margin: 0 50px;
}
 }
@media (max-width: 1200px) { 
.magazin-card-text {
	font-size: 16px;
} 
.magazin-card-text-price {
	font-size: 14px;
}
 }
 
#installation {
	background: rgba(255, 255, 255, 1);
	background-size: cover;
	padding: 40px 0;
}
.installation-card {
	width: auto;
	height: auto;
    cursor: pointer;
}
.installation-btn {
  width: 100%;
  height: 50px;
  display: inline-block;
  color: #FFF;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  cursor: pointer;
  font-family: "EuropeExt", sans-serif;
  background: #004aad;
  border: 1px solid #FFF;
  transition: 0.5s ease;
}
.installation-btn:hover {
  color: #FFF;
  background: #06C;
}

#video {
	font-family: "EuropeExt", sans-serif;
	background: rgba(255, 255, 255, 1);
	background-size: cover;
	padding-top: 0;
}
.video-card {
  width: auto;
  height: auto;
}
.video-card img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.video-card-text {
    width: 100%;
    height: auto;
	text-align: center;
	color: #004aad;
	font-size: 18px;
	margin: 20px 0;
	font-weight: bold;
	font-family: "EuropeExtOblique";
}
 
 

.video-btn {
  width: 100%;
  height: 50px;
  display: inline-block;
  color: #FFF;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  cursor: pointer;
  font-family: "EuropeExt", sans-serif;
  background: #004aad;
  border: 1px solid #FFF;
	transition: 0.5s ease;
}
.video-btn:hover {
  color: #FFF;
  background: #06C;
}

 
#contact {
	background: rgba(255, 255, 255, 1);
	background-size: cover;
	padding: 20px 0;
	font-family: "EuropeExt";
}


.contact-img {
	margin-bottom: 20px;
    border-right: 20px solid #FFF !important;
    transition: 0.5s ease;
}
.contact-img img {
    width: 100%;
    height: auto;
}
@media (max-width: 768px) {
.contact-img {
    border-right: none !important;
}
}


.contact-adress-text {
    width: 100%;
    height: auto;
	text-align: left;
	color: #333;
	font-size: 16px;
	padding: 10px 0;
	font-weight: bold;
}
.contact-phone-text {
    width: 100%;
    height: auto;
	text-align: left;
	color: #333;
	font-size: 18px;
	padding: 10px 0;
	font-weight: bold;
}
.contact-social-icon {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: auto;
	background: none;
}
.contact-icon img {
    width: 36px;
    height: 36px;
    transition: 0.5s ease;
}
.contact-icon img:hover {
    filter: brightness(125%);
}


#footer {
	background: #004aad;
	padding: 10px 0;
	color: #FFF;
}
#footer .copyright {
	font-family: "Raleway", sans-serif;
	text-align: center;
	font-size: 14px;
}