#expandMoreHeader img{
	width: 100%;
}
.expandMoreContentWrapper{
	background: #0c2a2b;
	padding-top: 1px;
	padding-left: 14%;
	padding-right: 14%;
	padding-bottom: 200px;
}
.expandMoreContentWrapper h2{
	color: #FFFFFF;
	font-size: 30px;
	margin: 100px 0;
	text-align: center;
}
.expandMoreBoxParent{
	padding: 0;
	position: relative;
    margin: 0 25px;
    margin-bottom: 10px;
}
#expandMoreContent .expandMoreBox{
	padding: 0;
	padding-bottom: 10px;
    margin: 0;
	background: #009DA6;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0.5;
	transition-property: width,left,top,opacity;
	transition-duration: 1s;
	-moz-transition-property: width,left,top,opacity; /* Firefox 4 */
	-moz-transition-duration: 1s;
	-webkit-transition-property: width,left,top,opacity; /* Safari and Chrome */
	-webkit-transition-duration: 1s;
}
#expandMoreContent .expandMoreBox:hover{
	width: 125%;
	left: -28px;
	top: -85px;
	opacity: 1;
}
.expandMoreBox p{
	color: #FFFFFF;
	font-size: 15px;
	line-height: 1.5;
	margin-left: 10px;
}
.expandMoreBox p:nth-child(2){
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 20px;
}
#expandMoreContent .expandMoreBox img{
	width: 100%;
}
#dPlan{
	width: 160px;
	height: 30px;
	border: 2px solid #1F787C;
	color: #1F787C;
	font-family: arial;
	font-size: 16px;
	position: absolute;
	top: 200px;
	right: 30px;
	background: #FFFFFF;
}
#dPlan:hover{
	background: #1F787C;
	color: #FFFFFF;
}
@media screen and (max-width: 767px){
	#dPlan{
		display: none;
	}
}
