html{
	font-size:16px;
	background:#BAE2FC;
}
#alza-sport-lp{
	font-family:Segoe UI, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	position:relative;
	max-width:1255px;
	width:100%;
	margin:0 auto;
	background:#FFFFFF;
	overflow:hidden;
}
#alza-sport-lp *{
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
#alza-sport-lp section.header{
	position:relative;
	padding:48px;
	z-index:1;
	background: rgb(7,41,84);
    background: -moz-linear-gradient(left, rgba(7,41,84,1) 0%, rgba(9,50,102,1) 100%);
    background: -webkit-linear-gradient(left, rgba(7,41,84,1) 0%, rgba(9,50,102,1) 100%);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(7,41,84,1)), to(rgba(9,50,102,1)));
    background: -o-linear-gradient(left, rgba(7,41,84,1) 0%, rgba(9,50,102,1) 100%);
    background: linear-gradient(left, rgba(7,41,84,1) 0%, rgba(9,50,102,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#072954', endColorstr='#093266',GradientType=1 );
}
#alza-sport-lp section.header:before{
	position:absolute;
	content:"";
	top:0;
	right:0;
	bottom:0;
	left:0;
	opacity:0;
	background:url("https://i.alza.cz/Foto/LegendFoto/EN/Files/landing-pages/alzaSport/img/bg-header.png") center top;
    background-size: cover;

	animation-name: fadeBg;
 	animation-duration: .8s;
 	animation-iteration-count: 1;
 	animation-direction: alternate;
 	animation-timing-function: ease-in-out;
 	animation-fill-mode: forwards;
}
#alza-sport-lp section.header:after{
	position:absolute;
	content:"";
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:48px;
	background:url("https://i.alza.cz/Foto/LegendFoto/EN/Files/landing-pages/alzaSport/img/bg-header-down.png") center top;
	transform: translateY(50px);

	animation-name: anAfter;
	animation-delay:2.2s;
 	animation-duration: .44s;
 	animation-iteration-count: 1;
 	animation-direction: alternate;
 	animation-timing-function: ease-in-out;
 	animation-fill-mode: forwards;
}
#alza-sport-lp section.header .headerContent{
	position:relative;
	z-index:2;
}
#alza-sport-lp section.header .headerContent p.reason{
	text-align:center;
	color:#FFFFFF;
	margin:0 0 33px 0;;
	padding:0;
	font-size:1.625rem;
	font-weight:100;
	line-height:31px;
	position:relative;
	opacity:0;

	animation-name: fromTop;
	animation-delay:.6s;
 	animation-duration: .44s;
 	animation-iteration-count: 1;
 	animation-direction: alternate;
 	animation-timing-function: ease-in-out;
 	animation-fill-mode: forwards;
}
#alza-sport-lp section.header .headerContent p.reason:after{
	content:"";
	position:absolute;
	right:0;
	bottom:-18px;
	left:0;
	margin:auto;
	width:0px;
	height:3px;
	background:#91B827;

	animation-name: zeroFifty;
 	animation-duration: .8s;
 	animation-iteration-count: 1;
	animation-delay:1s;
 	animation-direction: alternate;
 	animation-timing-function: ease-in-out;
 	animation-fill-mode: forwards;
}
#alza-sport-lp section.header .headerContent h1{
	text-align:center;
	font-family:Segoe UI, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color:#FFFFFF;
	font-size:3.125rem;
	font-weight:800;
	padding:0;
	margin:0 0 70px 0;
	transform:scale(0);

	animation-name: scaleIn;
	animation-delay:.8s;
 	animation-duration: 1s;
 	animation-iteration-count: 1;
 	animation-direction: alternate;
 	animation-timing-function: ease-in-out;
 	animation-fill-mode: forwards;
}
#alza-sport-lp section.header .headerContent ul{
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:0;
}
#alza-sport-lp section.header .headerContent ul li{
	position:relative;
	width:21.89%;
	font-size:1.25rem;
	color:#FFFFFF;
	display:inline-block;
	vertical-align:top;
	margin-right:4.13%;
	margin-bottom:48px;
	background:#91B827;
	min-height:112px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	border-bottom:2px solid #637F12;
	opacity:0;
	cursor:pointer;
	padding:0 10px;

	animation-name: topDown;
 	animation-duration: .44s;
 	animation-iteration-count: 1;
 	animation-direction: alternate;
 	animation-timing-function: ease-in-out;
 	animation-fill-mode: forwards;
}


#alza-sport-lp section.header .headerContent ul li:nth-of-type(9){
	margin-left: 26.02%;
}

#alza-sport-lp section.header .headerContent ul li:nth-of-type(1){
	animation-delay:1.2s;
}
#alza-sport-lp section.header .headerContent ul li:nth-of-type(2){
	animation-delay:1.3s;
}
#alza-sport-lp section.header .headerContent ul li:nth-of-type(3){
	animation-delay:1.4s;
}
#alza-sport-lp section.header .headerContent ul li:nth-of-type(4){
	animation-delay:1.5s;
}
#alza-sport-lp section.header .headerContent ul li:nth-of-type(5){
	animation-delay:1.6s;
}
#alza-sport-lp section.header .headerContent ul li:nth-of-type(6){
	animation-delay:1.7s;
}
#alza-sport-lp section.header .headerContent ul li:nth-of-type(7){
	animation-delay:1.8s;
}
#alza-sport-lp section.header .headerContent ul li:nth-of-type(8){
	animation-delay:1.9s;
}
#alza-sport-lp section.header .headerContent ul li:nth-of-type(9){
	animation-delay:2s;
}
#alza-sport-lp section.header .headerContent ul li:nth-of-type(10){
	animation-delay:2.1s;
}
#alza-sport-lp section.header .headerContent .li-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    height: 110px;
}
#alza-sport-lp section.header .headerContent ul li:hover span.mini-img {
	transform:translateY(-10px)
}
#alza-sport-lp section.header .headerContent ul li:hover .line {
	opacity:1;
	transform: translateY(0px);
}
#alza-sport-lp section.header .headerContent ul li .line {
    position: absolute;
    right: 0;
    bottom: 26px;
    left: 0;
	margin:auto;
	transform: translateY(-10px);
    transition: .22s;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #647f12 transparent transparent transparent;
    line-height: 0px;
    _border-color: #647f12 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	opacity:0;
}
#alza-sport-lp section.header .headerContent ul li span{
	position: relative;
    display: inline-block;
    width: 70%;
    vertical-align: middle;
	padding-left:10px;
	line-height:24px;
}

#body2.layout-0 #alza-sport-lp section.header .headerContent ul li span{
	font-size: 80%;
}

#alza-sport-lp section.header .headerContent ul li span.mini-img{
	position: absolute;
	display: inline-block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url("https://i.alza.cz/Foto/LegendFoto/EN/Files/landing-pages/alzaSport/img/li-sprite.png") no-repeat center;
    width: 40px;
    height: 42px;
    transition: .22s;
}

#alza-sport-lp section.header .headerContent ul li span.mini-img.li1{
	background-position: 0 0
}
#alza-sport-lp section.header .headerContent ul li span.mini-img.li2{
	background-position: 0 -43px
}
#alza-sport-lp section.header .headerContent ul li span.mini-img.li3{
	background-position: 0 -86px
}
#alza-sport-lp section.header .headerContent ul li span.mini-img.li4 {
	background-position: 0 -129px
}
#alza-sport-lp section.header .headerContent ul li span.mini-img.li5{
	background-position: 0 -172px
}
#alza-sport-lp section.header .headerContent ul li span.mini-img.li6{
	background-position: 0 -215px
}
#alza-sport-lp section.header .headerContent ul li span.mini-img.li7{
	background-position: 0 -301px
}
#alza-sport-lp section.header .headerContent ul li span.mini-img.li8{
	background-position: 0 -258px
}
#alza-sport-lp section.header .headerContent ul li span.mini-img.li9{
	background-position: 0 -340px
}
#alza-sport-lp section.header .headerContent ul li span.mini-img.li10{
	background-position: 0 -380px
}
#alza-sport-lp section.header .headerContent ul li:nth-of-type(4n){
	margin-right:0%;
}
#alza-sport-lp .article50 ul{
	list-style-type:square;
	color:#91B827;
}
#alza-sport-lp .article50 ul li{
	font-size:1.125rem;
	line-height:28px;
	padding:0;
	margin:0;
}
#alza-sport-lp .article50 ul li a, #alza-sport-lp article .article50 p a{
	color:#093266;
}
#alza-sport-lp .article50 ul li a:hover, #alza-sport-lp article .article50 p a:hover{
	color:#91B827;
}
#alza-sport-lp .header .headerContent a.btn-sport, #alza-sport-lp a.btn-sport{
	line-height:66px;
	padding:0 30px;
	background: #2F8DCD;
	display: block;
    margin: auto;
    width: 300px;
    width: fit-content;
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
	color:#FFFFFF;
	text-decoration:none;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	border-bottom:2px solid #246F9F;
	opacity:0;
	transition:.44s;

	animation-name: fromBottom;
	animation-delay:2s;
 	animation-duration: .44s;
 	animation-iteration-count: 1;
 	animation-direction: alternate;
 	animation-timing-function: ease-in-out;
 	animation-fill-mode: forwards;
}
#alza-sport-lp .header .headerContent a.btn-splat, #alza-sport-lp a.btn-splat {
	line-height:1.2em;
	padding:0.5em 30px;
	background: #2F8DCD;
	display: block;
    margin: -20px auto 2em;
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
	color:#FFFFFF;
    opacity: 0;
	text-decoration:none;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	border-bottom:2px solid #246F9F;
	transition:.44s;
    font-weight: 700;

	animation-name: fromBottom;
	animation-delay:1s;
 	animation-duration: .44s;
 	animation-iteration-count: 1;
 	animation-direction: alternate;
 	animation-timing-function: ease-in-out;
 	animation-fill-mode: forwards;
}
#alza-sport-lp .header .headerContent a.btn-splat small {
	font-size: 14px;
	font-weight: 400;
}
#alza-sport-lp .header .headerContent a.btn-sport:hover, #alza-sport-lp a.btn-sport:hover, #alza-sport-lp .header .headerContent a.btn-splat:hover{
    background: #246F9F;
}
#alza-sport-lp article{
	position:relative;
	font-size:0;
	padding:48px;
}
#alza-sport-lp article .article50{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:50%;
	z-index:1;
}
#alza-sport-lp article .article50 .icon{
	max-width:40px;
	max-height:42px;
	margin-bottom:24px;
	vertical-align:bottom;
}
#alza-sport-lp article .article50 h2{
	font-family:Segoe UI, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:2.5rem;
	color:#093266;
	font-weight:500;
	line-height:48px;
	position:relative;
	margin:0 0 72px 0;
	padding:0;
}
#alza-sport-lp article .article50 h2:after{
	content:"";
	position:absolute;
	left:0;
	bottom:-24px;
	width:50px;
	height:3px;
	background:#91B827;
}
#alza-sport-lp article .article50 p{
	font-size:1.125rem;
	color:#093266;
	line-height:28px;
	padding:0 0 48px 0;
	margin:0;
}
#alza-sport-lp article .article50 a.btn-article{
	font-size:1rem;
	color:#FFFFFF;
	line-height:42px;
	font-weight:800;
    background: rgb(139,199,49);
    background: -moz-linear-gradient(top,  rgba(139,199,49,1) 0%, rgba(113,165,36,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(139,199,49,1) 0%,rgba(113,165,36,1) 100%);
    background: linear-gradient(to bottom,  rgba(139,199,49,1) 0%,rgba(113,165,36,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bc731', endColorstr='#71a524',GradientType=0 );
	display: inline-block;
    padding: 0 30px;
    text-decoration: none;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	border-bottom:2px solid #637F12;
	margin-bottom:48px;
}
#alza-sport-lp article .article50 a.btn-article:hover{
    background: #7ac30e
}
#alza-sport-lp article .article50 figure{
	margin:0;
	text-align:center;
}
#alza-sport-lp article .article50 figure img{
	max-width:100%;
}
#alza-sport-lp article .transform{
	position:absolute;
	top:0;
	right:-20px;
	bottom:0;
	left:-20px;
	background:#FFFFFF;
	z-index:0;
	-ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}
#alza-sport-lp article .transform.grey{
	background:#f7f7f7;
}
#alza-sport-lp #newSocialContainer {
    text-align: center;
    margin: 48px auto;
    width: 165px;
}

/* ANIMACE */

/* BG */
@-webkit-keyframes fadeBg {
  0%   { opacity:0}
  100% { opacity:.5 }
}
@-moz-keyframes fadeBg {
  0%   { opacity:0}
  100% { opacity:.5 }
}
@-o-keyframes fadeBg {
  0%   { opacity:0}
  100% { opacity:.5 }
}
@keyframes fadeBg {
  0%   { opacity:0}
  100% { opacity:.5 }
}

/* 8 důvodů */
@-webkit-keyframes fromTop {
  0%   { transform: translateY(-20px);
  		 opacity:0}
  100% { transform: translateY(0);
  	     opacity:1 }
}
@-moz-keyframes fromTop {
  0%   { transform: translateY(-20px);
  		 opacity:0}
  100% { transform: translateY(0);
  	     opacity:1 }
}
@-o-keyframes fromTop {
  0%   { transform: translateY(-20px);
  		 opacity:0}
  100% { transform: translateY(0);
  	     opacity:1 }
}
@keyframes fromTop {
  0%   { transform: translateY(-20px);
  		 opacity:0}
  100% { transform: translateY(0);
  	     opacity:1 }
}

/* 8 důvodů - zelený pruh */
@-webkit-keyframes zeroFifty {
  0%   { width:0}
  100% { width:50px }
}
@-moz-keyframes zeroFifty {
  0%   { width:0}
  100% { width:50px }
}
@-o-keyframes zeroFifty {
  0%   { width:0}
  100% { width:50px }
}
@keyframes zeroFifty {
  0%   { width:0}
  100% { width:50px }
}

/* h1 */
@-webkit-keyframes scaleIn {
  0%   { transform:scale(0)}
  100% { transform:scale(1)}
}
@-moz-keyframes scaleIn {
  0%   { transform:scale(0)}
  100% { transform:scale(1)}
}
@-o-keyframes scaleIn {
  0%   { transform:scale(0)}
  100% { transform:scale(1)}
}
@keyframes scaleIn {
  0%   { transform:scale(0)}
  100% { transform:scale(1)}
}

/* Dlaždice */
@-webkit-keyframes topDown {
  0%   { transform:translateY(-20px);
  		 opacity:0}
  100% { transform:translateY(0px);
  		 opacity:1}
}
@-moz-keyframes topDown {
  0%   { transform:translateY(-20px);
  		 opacity:0}
  100% { transform:translateY(0px);
  		 opacity:1}
}
@-o-keyframes topDown {
  0%   { transform:translateY(-20px);
  		 opacity:0}
  100% { transform:translateY(0px);
  		 opacity:1}
}
@keyframes topDown {
  0%   { transform:translateY(-20px);
  		 opacity:0}
  100% { transform:translateY(0px);
  		 opacity:1}
}

/* Tlačítko nabídka TV */
@-webkit-keyframes fromBottom {
  0%   { transform: translateY(20px);
  		 opacity:0}
  100% { transform: translateY(0);
  	     opacity:1 }
}
@-moz-keyframes fromBottom {
  0%   { transform: translateY(20px);
  		 opacity:0}
  100% { transform: translateY(0);
  	     opacity:1 }
}
@-o-keyframes fromBottom {
  0%   { transform: translateY(20px);
  		 opacity:0}
  100% { transform: translateY(0);
  	     opacity:1 }
}
@keyframes fromBottom {
  0%   { transform: translateY(20px);
  		 opacity:0}
  100% { transform: translateY(0);
  	     opacity:1 }
}

/* After šipka */
@-webkit-keyframes anAfter {
  0%   { transform: translateY(50px)}
  100% { transform: translateY(0) }
}
@-moz-keyframes anAfter {
  0%   { transform: translateY(50px)}
  100% { transform: translateY(0) }
}
@-o-keyframes anAfter {
  0%   { transform: translateY(50px)}
  100% { transform: translateY(0) }
}
@keyframes anAfter {
  0%   { transform: translateY(50px)}
  100% { transform: translateY(0) }
}

/* RESPONZIVITA */
@media screen and (max-width:979px){

	#alza-sport-lp section.header .headerContent ul li:nth-of-type(9){
		margin-left: 0;
	}

}


@media screen and (max-width:960px){
#alza-sport-lp section.header .headerContent ul li{
	width:48%;
	margin-right:2%;
}
#alza-sport-lp section.header .headerContent ul li:nth-of-type(2n) {
    margin-right: 0%;
	margin-left:2%;
}
#alza-sport-lp article .article50 figure img{
	max-width:80%;
}
}

@media screen and (max-width:700px){
#alza-sport-lp section.header:before{
	display:none;
}
#alza-sport-lp section.header .headerContent ul li{
	width:100%;
	margin-right:0%;
}
#alza-sport-lp section.header .headerContent ul li:nth-of-type(2n) {
    margin-right: 0%;
	margin-left:0%;
}
#alza-sport-lp article .article50 figure img{
	max-width:80%;
}
#alza-sport-lp article{
	padding:24px;
}
#alza-sport-lp article .article50{
	width:100%;
}
#alza-sport-lp article .article50 figure{
	display:none;
}
}