#divPres{
	background-color: #e2f3fa;
	padding: 100px 0;
}

#pPres{
	width: 1424px;
	margin: 0 auto;
	/*background: linear-gradient(-45deg, #6c8690, #8899a2, #fff, #76a1a4);*/
	background-color: #ffffff;
	/*white-space: pre-wrap;*/
	border-radius: 18px;
	padding: 50px 50px;
	color: #1793da;
	animation: screenshotsPresAnim 1.3s ease;
	animation-fill-mode: forwards;
	border: 8px solid #1793da;
	box-shadow: 3px 5px 25px #1793da;
}

#pPres h1{
	font-size: 29px;
	text-shadow: 1px 1px 2px pink;
}

#pPres p{
	font-size: 18px;
}

@keyframes screenshotsPresAnim{
	from {opacity: 0;}
	to {opacity: 1;}
}

#divScreenshotsElist{
	/*background-color: #d0d0d0;*/
	background-color: #ffffff;
	padding: 100px 0;
}

#screenshotsElist{
	width: 1524px;
	margin: 0 auto;
	/*background: linear-gradient(-45deg, #6c8690, #8899a2, #fff, #76a1a4);*/
	background-color: #ededed;
	border-radius: 18px;
	padding: 0px 0px 0px 0;
	color: #5D6070;
	overflow: hidden;
	animation: screenshotsAnim 1s ease;
	animation-fill-mode: forwards;
}

@keyframes screenshotsAnim{
	from {opacity: 0;}
	to {opacity: 1;}
}

#divScreenshot{
	overflow: hidden;
}

.divScreenshot{
	float: left;
	width: 25%;
	text-align: center;
}

#titleScreenshosts{
	width: 1516px;
	margin: 0;
	padding: 50px 0px 34px 0px;
	background-color: #ffffff;
	margin-bottom: 50px;
	animation: screenshotsTitleAnim 1s ease;
	animation-fill-mode: forwards;
	border: 4px solid #E1E1E1;
	box-shadow: 3px 5px 25px #E1E1E1;
	border-radius: 18px;
}

@keyframes screenshotsTitleAnim{
	from {width: 0;}
	to {width: 1516px;}
}

#titleScreenshosts span{
	display: inline-block;
	margin-left: 50px;
}

#pPresEList{
	width: 1516px;
	margin-top: 50px;
	background-color: #ffffff;
	border: 4px solid #E1E1E1;
	box-shadow: 3px 5px 25px #E1E1E1;
	border-radius: 18px;
	animation: presElistAnim 1s ease;
	animation-fill-mode: forwards;
}

@keyframes presElistAnim{
	from {width: 0;}
	to {width: 1516px;}
}

#pPresEList h1{
	width: 1516px;
	margin: 0;
	padding: 50px 0px 25px 0px;
}

#pPresEList h1 span{
	display: inline-block;
	margin-left: 50px;
}

#pPresEList p{
	white-space: pre-wrap;
	padding-left: 50px;
}

#screenshot1{
	animation: screenshotsAnim 1.5s ease;
	animation-fill-mode: forwards;
}

#screenshot2{
	animation: screenshotsAnim 2s ease;
	animation-fill-mode: forwards;
}

#screenshot3{
	animation: screenshotsAnim 2.5s ease;
	animation-fill-mode: forwards;
}

@keyframes screenshotsAnim{
	from {opacity: 0;}
	to {opacity: 1;}
}
