.downloadswrap {
	display: block;
}

.downloadswrap .colwrap {
	max-width: 1024px;
	margin-left: -50px;
	margin-right: -50px;
	overflow: hidden;
}

.downloadswrap .colwrap .col {
	display: inline-block;
	width: 50%;
	padding-bottom: 50px;
	padding-left: 50px;
	box-sizing: border-box;
}

.downloadswrap .downloadwrap {
	display: block;
	padding-left: 0px;
}

.downloadswrap .download {
	display: block;
	background-repeat: no-repeat;
	background-image: url('/_images/icon-download.png');
	background-position: 20px 20px;
	background-size: 40px 40px;
	padding-left: 80px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.downloadswrap .download li {
	display: block;
	padding-bottom: 5px;
}

.downloadswrap .download .title {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #ff7a33;
}

.downloadswrap .download .details {
	display: block;
	padding-top: 0px;
	font-size: 16px;
	line-height: 16px;
}

.downloadswrap .download .details div {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.downloadswrap .download .details div:first-child {
	padding-left: 0px;
	color: #bfb4c0;
}

.downloadswrap .download .details div:nth-child(2) {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e0e0e0;
	border-left-color: #e0e0e0;
}

.downloadswrap .download .details div:last-child {
	padding-right: 0px;
}

.downloadswrap .download .details a {
	color: #ff7a33;
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #ff7a33;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 600;
	text-decoration: none;
	font-size: 14px;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.downloadswrap .download .details a:hover {
	background-color: #ff7a33;
	color: #fff;
}

@media only screen and (max-width: 1100px) {
	.downloadswrap .colwrap .col {
		padding-left: 20px;
		padding-right: 20px;
	}
	.downloadswrap .colwrap {
		margin-left: -20px;
		margin-right: -20px;
	}
}

@media only screen and (max-width: 1000px) {
	.downloadswrap .colwrap .col {
		display: block;
		width: 100%;
		max-width: 500px;
	}
}

@media only screen and (max-width: 550px) {
	.downloadswrap .download {
		display: block;
		padding-left: 20px;
		background-image: none;
		max-width: none;
	}
}

@media only screen and (max-width: 460px) {
	.downloadswrap .download li {
		padding-bottom: 10px;
	}
	.downloadswrap .download li.description {
		padding-bottom: 15px;
	}
	.downloadswrap .download li:last-child {
		padding-bottom: 0px;
	}
	.downloadswrap .download .details div {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.downloadswrap .download .details div:last-child {
		display: block;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.downloadswrap .download .details div:nth-child(2) {
		border-right: none;
	}
	.downloadswrap .download .details a {
		max-width: none;
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}
	.downloadswrap .download {
		padding-left: 20px;
		padding-top: 15px;
		padding-bottom: 10px;
		padding-right: 20px;
		border-radius: 0px;
		border: none;
	}
	
}