@media (min-width: 641px) {
	.ea-container {
		min-height:420px !important;
	}
	.ea-left{
		float:left !important;
		display: block;
		width:22% !important;
		position: relative !important;
		margin:40px 0 0 8% !important;
		padding-top:0px !important;
	}
	.ea-right {
		float:right !important;
		display: block;
		width:57% !important;
		position: relative !important;
		margin:40px 8% 0 0 !important;
	}
	.ea-system-box {
		padding:15% !important;
	}
	.demo {
		float:left !important;
		width:45.5% !important;
		margin:0 0 0 1% !important;
	}
	.real {
		float:right !important;
		width:45.5% !important;
		margin:0 1% 0 0 !important;
	}
}

/* ea header */
#ea-header-wrap {
	position: relative;
	margin:30px auto 0;
	max-width:1000px;
}
.ea-container {
	position: relative;
	display:inline-block;
	width:100%;
	background-color:#fefefe;
	z-index:200;
}
.ea-left{
	float:none;
	display: block;
	width:50%;
	position: relative;
	margin:0px 25%;
	padding-top:40px;
}
.ea-right {
	float:none;
	display: block;
	width:90%;
	position: relative;
	margin:20px 5% 0;
	padding-bottom:20px;
}
.ea-system-box {
	width: 100%;
	border:1px dashed #e1480b;
	padding:15% 25%;
 box-sizing: border-box;
}
.ea-system-box img {
	width: 100%;
	max-width: 135px;
}
.buy-link {
	font-size:30px;
	color:#f3f3f3;
	padding:8% 0px;
	background-color:#28a03f;
	border-bottom:6px solid #0e8224;
	text-decoration:none;
	width: 100%;
	display:inline-block;
	margin-top:20px;
	text-align:center;
}
.buy-link:hover {
	background-color:#e1480b;
	border-bottom:6px solid #bf3a04;
	text-decoration:none;
}
.ea-system-title {
	width:100%;
	margin-bottom:20px;
	font-size:24px;
	color:#e1480b;
	line-height:26px;
}
.ea-system-description-des-wrap {
	display: block;
	position: relative;
	width:100%;
	background-color:#1e1e1e;
	border-left:6px #e1480b solid;
 box-sizing: border-box;
}
.ea-system-description-des-wrap ul {
	padding:8px 10px 8px 25px;
	overflow:hidden;
}
.ea-system-description-des li {
	color:#f2f2f2;
	font-size:24px;
	line-height:28px;
	overflow: hidden;
}
.ea-system-description-des li span {
	color:#e1480b;
	font-family:"RobotoBold", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
.ea-system-angle-des {
	width: 0;
	height: 0;
	border-top: 34px solid #fefefe; 
	border-left: 34px solid transparent;
	position:absolute;
	z-index:501;
	right:0;
	top:0;
}

.ea-system-results-wrap {
	margin-top:32px;
	border:1px dashed #1e1e1e;
	padding:12px 60px 12px 15px;
	display:inline-block;
}
ul.ea-system-results li {
	font-size:20px;
	line-height:40px;
}
ul.ea-system-results li span {
	color:#28a03f;
	font-family:"Roboto", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

/* ea charts */
.charts-wrap {
	margin:30px auto 0;
	max-width:1000px;
	border:1px dashed #1e1e1e;
	padding:20px;
	background-color:#fff;
 box-sizing: border-box;
}
.demo {
	float:none;
	width:80%;
	margin:2% 10%;
}
.real {
	float:none;
	width:80%;
	margin:2% 10%;
}
.chart-block {
	float:left;
	width:100%;
	margin:10px 0;
}
.chart-block > a,
.fx-bn > a {
	display: inline-block;
}
.widgets-block {
	position: relative;
	display: inline-block;
}
.acc-not-up {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "RobotoBold", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	font-size: 20px;
	color: #1e1e1e;
	background: url("../img/stopped-bd.png");
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #e1480b;
	cursor: pointer;
}
.acc-not-up:hover {
	text-decoration: none;
}
.acc-not-up > span {
	max-width: 240px;
	margin: 5px;
	padding: 5px;
	text-align: center;
	background: #fff;
	border: 1px solid rgba(225, 72, 11, 0.6);
}
.chart-block img {
	width:100%;
}
.chart-block .fx-bn {
	text-align:center;
}
.chart-block .fx-bn img {
	max-width:400px;
}
.chart-title {
	font-size:18px;
	text-align:center;
	margin-bottom:10px;
}
.chart-info {
	float:left;
	/*width:440px;*/
	margin:10px 0 0 35px;
}
.chart-info p {
	padding-bottom:5px;
}
/* visit link */
.visit-link-wrap {
	text-align:center;
	margin:50px 0;
}
.visit-link {
	font-size:22px;
	color:#f3f3f3;
	padding:15px 30px;
	background-color:#28a03f;
	border-bottom:6px solid #0e8224;
	text-decoration:none;
}
.visit-link:hover {
	background-color:#e1480b;
	border-bottom:6px solid #bf3a04;
	text-decoration:none;
}
@media (min-width: 641px) {
	.visit-link {
		font-size:30px;
	}
}
/* ea description */
.ea-description-wrap {
	border:1px dashed #1e1e1e;
	padding:30px 12px 15px;
	margin:30px auto 0;
	max-width:976px;
}
.ea-description-wrap p {
	padding-bottom:25px;
	line-height:20px;
}
.ea-description-wrap h2 {
	font-size:26px;
	padding-bottom:20px;
	font-family:"Roboto", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	font-weight:700;
}
.ea-description-wrap h3 {
	font-size:24px;
	padding-bottom:20px;
	font-family:"Roboto", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	font-weight:400;
}
.ea-description-wrap ul {
	list-style: disc outside none;
	margin:0 0 10px 30px;
}
.ea-description-wrap li {
	padding-bottom:10px;
}