/*reset*/

* {
padding:0;
margin:0;
border:0;
offset:0;
vertical-align:baseline;
list-style:none;
text-rendering:optimizeLegibility;
-webkit-text-size-adjust:none;
-webkit-tap-highlight-color:transparent;
-webkit-font-smoothing:antialiased; 
box-sizing:border-box;
}

body {
color: #222;
background-color: #fff;
font-family: "Helvetica Neue", Helvetica, sans-serif; 
font-size: 18px;
font-weight: 500;
line-height: 1.5em;
letter-spacing: 1px;  
}

input,
textarea,
select {
font:16px/30px "Helvetica Neue", Helvetica, sans-serif; }

a {
color: #222;
text-decoration: none;
border-bottom: 2px solid #222; 
}

a:hover {
color: red;
border-bottom: 2px solid red; 
}

::selection {
color: #fff;	
background-color: red;
}

::-moz-selection {
color: #fff;
background-color: red;
}


/*go*/

p {	
padding: 20px 0;
}

.center p {
text-align: center;	
}

.container {
max-width: 500px;
margin: 0 auto 100px;
overflow: hidden;	
}

.container img {
margin: 0 auto;
display: block;
width: 100%;
}

.tr a {
position: fixed;
top: 20px;
right: 30px;
padding: 8px 12px;
background-color: #222;
color: #fff;
border-bottom: none;	
}


.tr a:hover {
border-bottom: none;
background-color: red;
}

.tl {
position: fixed;
top: 20px;
left: 30px;	
}

.br {
position: fixed;
bottom: 25px;
right: 30px;	
}

.bl {
position: fixed;
bottom: 25px;
left: 30px;	
}

.wraps {
position: fixed;
width: 100%;
height: 100%;
background: url('../images/wrap4.png') no-repeat center center fixed;
-webkit-background-size: cover;
   -moz-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
z-index: 10;
cursor: pointer;
}

/*bitcoin button*/


span.COINWIDGETCOM_CONTAINER img {
	width: 10px;
}

/*responsive*/

@media screen and (max-width:730px) {

p {	
padding: 20px;
}

.wraps {
display: none;	
}

ul {
	width: 100%;
	height: 80px;
	display: block;
	overflow: hidden;
}

li {
	float: left;
	padding: 10px;
	width: 25%;
}

li span {
	display: none;
}

.tl, .tr, .bl, .br {
	font-size: 14px;
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
}

}
