/*--------------------------------------------------
					SEPARATOR
---------------------------------------------------*/
.mks_separator {
	clear: both;
	display: block;
	margin: 0 0 20px;
	float: left;
	width: 100%;
}
/*--------------------------------------------------
					HIGHLIGHT
---------------------------------------------------*/
.mks_highlight {
	padding: 0 2px;
}
/*--------------------------------------------------
					DROPCAPS
---------------------------------------------------*/
.mks_dropcap_letter{
	float: left;
	font-size: 52px;
	line-height: 1em;
	margin: 0px 10px 0 0;
	font-weight: bold;
}
.mks_dropcap{
	display: block;
	float: left;
	font-size: 52px;
	line-height: 1em;
	margin: 5px 10px 0 0;
	padding: 10px 20px;
	text-align: center;
}
.mks_dropcap_circle {
	border-radius: 50%;
}

.mks_dropcap_rounded {
	border-radius: 20%;
}
/*--------------------------------------------------
					PULL QUOTE
---------------------------------------------------*/
.mks_pullquote {
	display: block;
	padding: 25px;
	font-size: 24px;
	line-height: 1.4em;
	position: relative;
	margin: 0 0 20px;
}
.mks_pullquote_left{
	float: left;
	margin: 0 20px 0 0;
}
.mks_pullquote_right{
	float: right;
	margin: 0 0 0 20px;
}
/*--------------------------------------------------
					BUTTONS
---------------------------------------------------*/
a.mks_button{
		display: inline-block;
		text-decoration: none;
		background: #ffa226;
		line-height: 18px;
		position: relative;
		margin: 0 10px 10px 0;
		color: #FFF;
		text-decoration: none;
		border: 1px solid transparent;
		transition: background 1s ease 0s;
		-webkit-transition: background 1s ease 0s;
		-moz-transition: background 1s ease 0s;
		-o-transition: background 1s ease 0s;
}
.mks_button:hover{
	text-decoration: none;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.mks_button_small {
	padding: 10px 15px;
}
.mks_button_medium {
	padding: 16px 24px;
}
.mks_button_large {
	padding: 22px 36px;
}
.mks_button.rounded{
	border-radius: 10px;
}
.mks_button i{
	margin: 0 5px 0 0;
}
/*--------------------------------------------------
					COLUMNS
---------------------------------------------------*/
.mks_col{
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
.mks_col{
	display: block;
	float: left;
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
}


.mks_col .mks_one_half,
.mks_col .mks_one_third,
.mks_col .mks_one_quarter,
.mks_col .mks_two_thirds{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	min-height: 30px;
	margin-left: 2.564