
body {
	/*background: #444;*/
	background: #CCCCCC;
	color: #232323;
	font-weight: 400;
	font-family: 'Cuprum', Calibri, Arial, sans-serif;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a {
	text-decoration: none;
	color: #232323;
	outline: none;
}

a:hover, a:focus {
	/*color: #2c774b;*/
	color: #CC0101;
	outline: none;
}

.main a {
	border-bottom: 1px dashed #CC0000;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.oblue-header,
.oblue-top {
	font-family: 'Cuprum', Arial, sans-serif;
}

.oblue-header {
	margin: 0 auto 3em;
	padding: 3em;
	text-align: center;
}

.oblue-header h1 {
	margin: 0;
	font-weight: 300;
	font-size: 2.625em;
	line-height: 1.3;
}

.oblue-header span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 60%;
	/* color: #aca89a; */
}

/* Top Navigation Style */
.oblue-top {
	width: 100%;
	text-transform: uppercase;
	font-size: 1.0em;
	line-height: 1.6em;
	font-weight: 700;
	background: rgba(255,255,255,0.3);
}

.oblue-top a {
	display: inline-block;
	padding: 0 0.4em;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.oblue-top a:hover {
	background: rgba(255,255,255,0.4);
	color: #333;
}

.oblue-top span.right {
	float: right;
}

.oblue-top span.right a {
	display: block;
	float: left;
}

.oblue-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.oblue-icon-drop:before {
	content: "\e001";
}

.oblue-icon-prev:before {
	content: "\e004";
}

.main {
	max-width: 69em;
	margin: 0 auto;
}

.column {
	float: left;
	width: 50%;
	padding: 0 2em;
	min-height: 300px;
	position: relative;
	text-align: right;
}

.column:nth-child(2) {
	box-shadow: -1px 0 0 rgba(0,0,0,0.1);
	text-align: left;
}

.column p {
	font-weight: 300;
	font-size: 1.5em;
	padding: 0 0 0.5em;
	margin: 0;
	line-height: 1.2;
}

button {
	border: none;
	padding: 0.6em 1.2em;
	/*background: #388a5a;*/
	background: #242424;
	color: #fff;
	font-family: 'Cuprum', Calibri, Arial, sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 3px 2px;
	border-radius: 2px;
}

button:hover {
	background: #343434;
}

.info {
	text-align: center;
	font-size: 1.5em;
	margin-top: 2em;
	clear: both;
	padding: 2em 0;
	opacity: 0.7;
	color: #222;
}

.info a {
	font-weight: 700;
	font-size: 0.9em;
}

@media screen and (max-width: 46.0625em) {
	.column {
		width: 100%;
		min-width: auto;
		min-height: auto;
		padding: 2em;
		text-align: center;
	}

	.column p {
		font-size: 1.5em;
	}

	.column:nth-child(2) {
		text-align: center;
		box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
	}
}

@media screen and (max-width: 25em) {

	.oblue-header {
		font-size: 80%;
	}

	.oblue-top {
		font-size: 120%;
	}

	.oblue-icon span {
		display: none;
	}

}
