h2.ptse-scene4-title
{
	text-align:center;
	color:black;
	margin-top:45px;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:10px;
}
.ptse-scene4-text
{
	text-align:center;
	font-size:14px;
	padding: 0px 0px 30px 0px ;
	border-bottom:2px solid #1178bd;
}
.ptse-scene4-text span
{
	display:block;
	padding:0 30px;
}
.ptse-scene4-down-arrow span
{
	display:block;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #1178bd;
	margin:0 0 -13px 0;
}
.ptse-scene4-down-arrow
{
	padding-bottom:15px;
}
.ptse-scene4-items-block-wrapper
{
	margin:30px 0 20px 0;
	position:relative;
}
.ptse-scene4-item-link
{
	display:block;
	width:32%;
	font-size:18px;
	color:black;
	text-align:center;
	text-decoration:none;
	padding-bottom:20px;
	border:1px solid #eaeaea;
	overflow:hidden;
}
.ptse-scene4-item-link sup
{
	font-size:11px;	
}
.ptse-scene4-item-link span
{
	display:block;
	text-align:center;
	padding:20px 0 5px 0;
	font-size:20px;
}
.ptse-scene4-item-link div
{
	display:block;
	text-align:center;
	padding:0px 0 5px 0;
	font-size:14px;
}
.ptse-scene4-item-link img
{
	width:85%;
	display:block;
	margin:20px auto;
}
.ptse-scene4-left-item-link
{
	float:left;
	position:relative;

}
.ptse-scene4-right-item-link
{
	float:right;
	position:relative;
}

.ptse-scene4-center-item-link
{
	position:absolute;
	left:50%;
	top:0;
	margin-left:-16%;
}

div.ptse-scene4-item-bottom-text
{
	font-size:20px!important;
}
.ptse-scene4-add-to-basket-button
{
	width:175px;
	padding:10px 0 10px 25px!important;
	text-align:center;
	position:absolute;
	left:50%;
	bottom:-100px;
	margin-left:-100px;
	color:white;
	background:#1178bd;
	font-size:14px!important;
}
.ptse-scene4-add-to-basket-button i
{
	font-size:23px!important;
	position:absolute;
	left:15px;
	top:50%;
	margin-top:-12px;
}
.ptse-scene4-add-to-basket-button:hover
{
	color:#cccccc;
}
@media screen and (max-width: 1065px)
{
	.ptse-scene4-left-item-link,.ptse-scene4-right-item-link
	{
		float:none;
		width:auto;
	}

	.ptse-scene4-center-item-link
	{
		position:relative;
		left:auto;
		top:auto;
		width:auto;
		margin:20px 0;
	}	
	.ptse-scene4-item-link img
	{
		width:45%;
		margin:0px auto 40px auto;
	}
	.ptse-scene4-add-to-basket-button
	{
		/*bottom:80px;*/
	}
}
@media screen and (max-width: 768px)
{
	h2.ptse-scene4-title
	{
		padding-left:10px;
		padding-right:10px;
	}
	.ptse-scene4-text span
	{
		padding:0 20px;
	}	
}
@media screen and (max-width: 655px)
{
	.ptse-scene4-item-link img
	{
		width:100%;
	}
}