.main-wallet-wrapper *{
	font-family:"Helvetica Neue", Helvetica, Arial,sans-serif;
	color:#6a6a6a;
}	

*{
	position:relative;
	font-family: "source_sans_pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#6b6b6b;
	padding:0;
	margin:0;
}

.clear{
	clear:both;
}

html, body{
	width:100%;
	height:100%;
}

img{
	width:100%;
	display:block;
}	

.sec-wrapper{
	width:100%;
	padding:25px 0;
}

.sec{
	width:55%;
	margin:0 auto;	
}

.dark{
	border:0;
	border-bottom:20px solid #bfbfbf;
	background-color:#e8e8e8;
}

p{
	line-height:1.4em;
}	
	
	
ul li{
	line-height:1.7em;
}	

.checkmark-big{
	background-image:url("../images/bitcoin-ss.png");
	background-repeat:no-repeat;
	background-position:-109px -220px;
	width:95px;
	height:140px;
	float:left;
}
	
.checklist{
	list-style-image: url('../images/small_checkmark_bullet.png');
	margin-left: 130px;
    margin-top: 20px;
}
	
header{
	width:100%;
	min-width:250px;
	margin:0 auto;
	padding-top:15px;
	text-align:center;
}

.logo{
	background-image:url("../images/bitcoin-ss.png");
	background-repeat:no-repeat;
	background-position:50% -20px;
	height:195px;
	width:200px;
	margin:0 auto;
}	
	
.header-h1{
	font-size:43px;
	font-weight:200;
	margin-bottom:20px;
}	
	
.case-copy-1{
	margin-bottom:30px;
}

.case-copy-2{
	margin-top:30px;
}	
	
.case{
    background-image: url("../images/bitcoin-ss.png");
    background-position: -89px -410px;
    background-repeat: no-repeat;
    float: left;
    height: 140px;
    width: 146px;
}		

.ul-header{
	font-weight:bold;
}

.case-list{
	margin-left: 159px;
}
	
	
ol{
    counter-reset: list;
	margin-left: 25px;
}

ol > li{
    position: relative;
    list-style: none;
	line-height:1.7em;
	margin-bottom:20px;
}

ol > li:before{
    counter-increment: list;
    content: counter(list, lower-numeric) ") ";
    position: absolute;
    left: -1.4em;
	font-weight:bold;
}	
	
ol li span{
	display:block;
	clear:both;
}	
	
ol li ol{
	margin-left:23px;
}	
	
.faq-li-header{
	font-weight:bold;
}	
	
.faq-question{
	padding-top:30px;
}	

h2{
	font-size:40px;
	margin-bottom:30px;
	font-weight:200;
}


.wrapper_1{
margin: 0 auto;
width:85%;
}

.bitcoin-wallet{
float: left;
padding:10px;
width: 55%;
}

.img-wallet{
background-image:url('../images/bitcoin-wallet.png');
	background-repeat:no-repeat;
display:block;
float: left;
margin:0 auto;
max-width:150px;
padding:10px 0;
height:100px;
}

.wallet_text{
float:left;
padding:20px 0;
width:60%;
}
@media screen and (max-width:700px), screen and (max-device-width:700px){
.sec{
width:80%;
max-width:80%;
}
}

@media screen and (max-width:450px), screen and (max-device-width:450px){
	.checkmark-big, .case{
		float:none;
		margin:0 auto;
	}
	.case{
		width:120px;
	}
	h2{
		text-align:center;
	}
	.ul-header{
		margin-left:15px;
	}
	.checklist, .case-list{
		margin-left: 28px;
	}
	.wallet_text{
		margin-left:15px;
		width:100%;
		}
	
	.bitcoin-wallet{
		float: center;
		}
}