	/* ------------------------------ Shortcodes - Coloumns*/

.two-columns-one {
	width: 48%;
}
.three-columns-one {
	width: 30.66666666666667%;
}
.three-columns-two {
	width: 65.333%;
}
.four-columns-one {
	width: 22%;
}
.four-columns-two {
	width: 48%;
}
.four-columns-three {
	width: 74%;
}
.two-columns-one,
.three-columns-one,
.three-columns-two, 
.four-columns-one, 
.four-columns-two, 
.four-columns-three {
	position: relative;
	float: left;
	margin-right: 4%;
	margin-bottom: 0;
}
.last {
	clear: right;
	margin-right: 0;
}
.divider {
	width: 100%;
	display: block;
	clear: both;
}

	/* ------------------------------ Shortcodes - Buttons */
.standard-btn {
	position: relative;
	display: inline-block;
	margin: 32px auto;
	padding: 12px 24px;
	overflow: hidden;
	cursor: pointer;
	font-size: 0.75em;
	text-align: center;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	color: #000;
	border: 2px solid #000;
}
.standard-btn:hover,
.standard-btn:focus {
	color: #fb0;
	border-color: #fb0;
}
.standard-btn.center-btn {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}


@media only screen and (max-width: 960px)  {
	.two-columns-one,
	.three-columns-one,
	.three-columns-two,
	.four-columns-one,
	.four-columns-two,
	.four-columns-three {
		float: none;
		width: 100%;
		margin-right: 0;
	}
}