@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
body {
	font-family: 'Open Sans';	
	margin: 0;

}
input.black-upload {
    position: relative;
    left: -10px;
}
#c_header {
    float: left;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    border-bottom: 1px solid #eee;
    z-index: 999;
    background: #fff;
    transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
	text-align: center;
}
#c_header img {
    width: 113px;
    box-sizing: border-box;
    padding: 18px 0;
    max-width: 100%;
}
.download-wrapper {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 60px;
}
.download-wrapper button {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    border-radius: 0px;
    background-color: #fe4400;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-family: 'Rubik',sans-serif;
    font-weight: normal;

    line-height: 1;
    text-shadow: none;
    text-transform: capitalize;
    white-space: nowrap;
    font-size: 13px;
    border-radius: 2px;
    border: 2px solid #222;
    background-image: none;
    text-align: center;
    border: none;
    text-transform: uppercase;
    font-weight: normal !important;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    margin: 15px 0;
}
.download-wrapper button a {
	text-decoration: none;
	font-size: 16px;
	color: #FFF;
    padding: 18px 50px;
	display: block;	
}
.checksum-wrapper input {
	cursor: pointer;
}
.error-wrapper {
    float: left;
    width: 100%;
    text-align: center;
    padding: 60px 0 0 0;
	color: #fe4400;
}
.checksum-wrapper-middle {
	width: 100%;
	float: left;
	position: relative;
	
}
.checksum-wrapper {
	width: 100%;
	float: left;
	background: #fe4400;
	margin-top: 150px;
	position: relative;
	padding: 25px 0 25px 0;
}
.checksum-wrapper:before {
	content:'';
	width: 0; 
	height: 0; 
	border-left: 28px solid transparent;
	border-right: 28px solid transparent;
	top: 0;
	left: 50%;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%); 
	border-top: 25px solid #fff;
	position: absolute;
}
.details-wrapper:after {
	content:'';
	width: 0; 
	height: 0; 
	border-left: 28px solid transparent;
	border-right: 28px solid transparent;
	bottom: -25px;
	left: 50%;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%); 
	border-top: 25px solid #fe4400;
	position: absolute;
}
.checksum-wrapper form {
	width: 600px;
	background: #FFF;
	margin: 0 auto;
	display: block;
	
}
.checksum-wrapper h1 {
	margin: 0;
	padding: 20px 20px;
	background: #fe4400;
	color: #FFF;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
}
.checksum-content {
	text-align: left;
	padding: 20px 60px;
	overflow: hidden;
}
.checksum-content ul {
	padding: 0;
	margin: 0;
	width: 100%;
    float: left;
    margin: 20px 0 30px 0;
}
.checksum-content li {
	list-style: none;
	width: 100%;
	float: left;
	margin: 5px 0;
}
.details-wrapper span {
    display: block;
    color: #FFF;
    font-size: 12px;
}
.details-wrapper {
    width: 100%;
    background: #fe4400;
    float: left;
    text-align: center;
	position: relative;
	padding-bottom: 25px;
	transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;	
}
.checksum-content li span {
	width: 30%;
	float: left;
	padding: 8px 20px 8px 0;
}
.checksum-content li input {
	width: 60%;
	float: left;
	margin: 0;
	padding: 10px;
}
.checksum-content button {
	border: none;
	background: transparent;
	padding: 0;
	margin: 0 auto; 
	display: block;
}
.checksum-content button input {
	border: 2px solid #fe4400;
	padding: 10px 54px;
	color: #fe4400;
	background: transparent;
	cursor: pointer;
}
.checksum-result-wrapper {
	width: 100%;
	float: left;
	margin-top: -60px;
	position: relative;
	text-align: center;
}
.checksum-result-wrapper h2 {
	margin: 0;
	padding-bottom: 80px;
	color: #FFF;
	font-weight: normal;
}
.checksum-result-wrapper .checksum-result {
	color: #fe4400;
	font-size: 30px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.checksum-result-wrapper button {
	background: url(copy.png) no-repeat;
    background-size: 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    border: none;
    padding: 10px;
	margin-left: 15px;
	cursor: pointer;
	position: relative;
}
.checksum-result-wrapper .checksum-result.copied:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: 'copied';
	background: rgba(255,255,255,0.7);
    color: #000;
    line-height: 41px;
	font-size: 16px;
}
.checksum-result-wrapper button:hover:after {
	content: 'copy';
    font-size: 9px;
    color: #FFF;
    position: absolute;
    top: -10px;
    right: -20px;
    background: #000;
    border-radius: 25px;
    padding: 0px 2px;
    line-height: 13px;
}
@media (max-width: 600px) {
	.checksum-wrapper form {
		width: 100%;
	}
	.checksum-content li span {
		width: 100%;
		text-align: center;
		margin-bottom: 5px;
		padding: 0;
	}
	.checksum-content li input {
		width: 100%;
	}
	.checksum-wrapper {
		margin-top: 100px;
	}
}
	