body{
	z-index:0;
}
.pagecontent {
	padding: 0 20px 0 20px;
	max-width:1400px;
	margin: 0 auto 0 auto;
	
	
}
.background{
	background: url('../img/download_back.png');
    background-size:cover;
	background-position:center;'
	z-index:1;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	padding: 15px 5px 15px 10px;
	color: #727070;
	background: linear-gradient(to bottom, #f7f7f7, #e2e0e0);
	border: 1px solid #fff;
}

h3 {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	padding-left: 0.6em;
	padding-right:0.6em;
	
   
    width: 100%; 
}
p {
	color: #504e4e;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
}
li.box-li {
	color: #504e4e;
	margin: 0.3em 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	display:block;
}
.textcontent {
	position: absolute;
	padding:10px 0 0 65px;
}
p.ptext {
	color: #676565;
	font-size: 14px;
}
h3.title {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	padding-top: 45px;
	padding-left:0;
}
span {
	font-weight:bold;
	
}
.info {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-flex-flow: row ;
	flex-flow: row ;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin:1em 0 2em 0;
}
.text{
	max-width:480px;
	float:right;
	padding:2em 6em 2em 0;
}
li.box-li::before{
	content: "•"; 
	color: #A01B2A;
	display: inline-block; 
	width: 0.75em;
    margin-left: -0.8em;

}
.main {
	
	
	height:auto;
	min-width: 0;
	padding-top: 0.5em;
}

.dot{
	padding: 0 2px 3px 5px;
}

#footer{
	margin-top:0  !important;
}





@media all and (max-width : 768px){
	

.info {
      -webkit-flex-flow: column;
      flex-flow: column; 
	  width: 100%;
	  -webkit-align-items: center;
      align-items: center;
}
.text{
	max-width:600px;
	float:right;
	padding:1em 0 1em 0;
}


h3 {
	font-size:14px;
	line-height:14px;
	margin:auto;
	padding:0;
}
.eco{
	padding:0 !important;
	width: 90% !important;
	height:auto !important;
}


}