#splash.einc {
	background: rgb(232,244,255);
	text-align: center;
}
#splash.einc h2 {
	color: #092a4d;
	font-size: 48px;
	letter-spacing: -2px;
    line-height: 58px;
    padding: 0 0 5px;
    margin: 0;
}
#splash.einc ul {
	display: inline-block;
    margin: 0 auto;
    padding-bottom: 0;
}
#splash.einc li {
	list-style: none;
	width: 150px;
	padding: 5px;
	float: left;
	text-align: center;
}
#splash.einc li .title {
	display: block;
	font-size: 120%;
}
#splash.einc li .description {
	color: #666;
	font-size: 90%;
}


/* e-Inclusive */

.choose {
	margin: 40px 0;
}
.comp {
	border: 1px solid #ddd;
}
.comp h3 {
	text-align: center;
	padding: 10px;
	color: #fff;
	background-color: #2EA3F2;
}
.comp .price {
	text-align: center;
	padding: 15px;
	border-bottom: 1px solid #ddd;
	font-size: 32px;
	margin-top: -16px;
	color: #2EA3F2;
}

.comp .add_product{
	text-align: center;
	padding: 15px 0;	
	color: #2EA3F2;
	border-bottom: 1px solid #ddd;
}

.comp .add_product .icon_cart_alt
{
	margin-right: 10px;
	padding: 0;
}

.comp button{
	font-size: 18px;
}

.comp .price sup {
	font-size: 0.7em;
	top: 0.4em;
	right: 0.1em;
	position: relative;
}
.comp .price .value {
}
.comp .price span.period {
	font-size: 12px;
	display: block;
	color: parent;
}
.comp ul {
	padding: 10px;
	list-style: none;
}
.comp li {
	padding: 10px;
}
.comp li:before {
	color:#2EA3F2; /* set color to red */
	content:"\2022"; /* /2022 is the numerical unicode for &bull; */
	font-size:1.4em; /* set the font-size of the bullet if necessary. Make sure to use em or %*/
	padding-right:.4em; /* give the bullet some padding from the text Make sure to use em*/
	position:relative;
	top:-.2em; /* set the vertical position of the bullet if necessary. Make sure to use em or % */
	float: left;
}
.comp li a {
	color: inherit;
	border-bottom: 1px dotted #555;
}

.p_grid {
	padding: 40px 0;
	clear: both
}
.p_grid .header {
	width: 300px;
	float: left;
	padding-top: 10px;
}
.p_grid .header img {
	float: left;
	margin-right: 15px;
	padding-bottom: 15px;
}
.p_grid h3 {
	margin-bottom: 5px;
}
.p_grid .header .under {
	clear: both;
}
.p_grid .body {
	border-left: 1px solid #e0e0e0;
	width: 580px;
	float: right;
	padding-left: 30px;
}
.p_grid div.splash {
	width: 580px;
	margin-bottom: 30px;
}
.p_grid img.splash {
	width: 580px;
	height: 300px;
}
.p_grid .square {
	width: 260px;
	float: left;
}
.p_grid .square.first {
	margin-right: 50px;
}
.p_grid h4 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 8px;
}
.p_grid br {
	clear: both;
}

#p_wordpress .screenshots {
	clear: both;
}
#p_wordpress .screenshots img {
	border: 1px solid #ddd; 
	padding: 0; 
	margin: 0;
	width: 185px;
	height: 173px;
}
#p_wordpress .screenshots img:hover{
	transition: .5s;
	opacity:0.6;
}

/* WordPress Website Page */
.wp_website img.stage1 {
	 box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	 width: 95%;
}
