.wrap-all {
	width:100%;
	max-width:1170px;
	margin:0 auto;
	font-family:'Lato', sans-serif;
}

.left-side {
	width:60%;
	display:inline-block;
	vertical-align:top;
}

.sidebar {
	width:30%;
	display:inline-block;
	vertical-align:top;
}

a.btn.btn-default {
	color: #ffffff;
	background-color: #3498db;
	background-image: none;
	border: 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 0;
	text-shadow: none;
	margin: 0 0 20px 0;
	padding: 23px 15px;
	text-align: center;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transition: 0.25s linear;
	transition: 0.25s linear;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 4px;
	display: block;
	max-width: 97%;
	outline:none;
}

a.btn.btn-default:hover {
	background-color: #5dade2;
}

@media screen and (max-width:600px) {
	.left-side {
		width:100%;
		display:block;
	}
	.sidebar {
		width:100%;
		display:block;
	}
}
