@font-face { font-family: 'Barlow Condensed';
	src: url('../font/Barlow_Condensed/BarlowCondensed-Medium.ttf'); }

/* ==========================================================================
   classcreator.co.uk style
   ========================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
/*	vertical-align: baseline;*/
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ==========================================================================
   HTML ELEMENTS
   ========================================================================== */
body {
	color: #3E3E3E;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}
a {
	color: #3E3E3E;
	outline: 0;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	cursor: pointer;
}
a:hover {
	text-decoration: none
}
a:visited, a:hover, a:active {
	outline: none
}
a img {
	border: 0;
}
hr {
	clear: both;
	border-bottom: 0;
	border-top: 1px dotted #ddd;
	border-right: 0;
	border-left: 0;
	margin: 0;
	min-height: 0px;
	height: 1px;
}

.hide { display: none !important; }
.spacer {
	clear: both;
	height: 30px;
	display: block;
}
.highlight, .highlight-red, .highlight-yellow, .highlight-grey{
	background-color: #27AE60;
	color: #FFF;
	padding: 2px 5px
}
.highlight-red {
	background-color: #C0392B;
}
.highlight-yellow {
	background-color: #F39C12;
}
.highlight-grey {
	background-color: #7F8C8D;
}
.label, .label-danger, .label-warning, .label-primary, .label-success{
	font-size: 10px;
	line-height: 12px;
	background-color: #27AE60;
	color: #FFF;
	padding: 2px 5px;
}
.label-danger {
	background-color: #da4453;
}
.label-warning {
	background-color: #F39C12;
}
.label-primary {
	background-color: #3498DB;
}
.label-success {
	background-color: #1ABC9C;
}

hr.alt1 {
	border-style: solid;
}

hr.alt2 {
	border-style: dashed;
}

.spaced {
	margin-bottom: 10px;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}
.clearfix:after, .container:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}
* html .clearfix, *:first-child+html .clearfix {
	zoom: 1
}

.cart-title, .user-title {
	width: 100%;
	padding: 15px;
	border-bottom: dotted 1px #ededed;
	margin: 0px;
	line-height:40px;
	user-select: text !important;
}

.user-title:hover {
	background: #f7f9f9;
}

.cart-title i, .user-title i {
	font-size:14px;
	padding:10px;
	min-width: 35px;
	min-height: 30px;
	text-align:center;
	-moz-border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	-ms-border-radius: 20px !important;
	-khtml-border-radius: 20px !important;
	-o-border-radius: 20px !important;
	border-radius: 20px !important
}
/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #3E3E3E;
	font-weight: 700;
	line-height: 100%;
	margin: 10px 0 10px 0;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 19px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
.subheader {
	font-size: 12px;
	line-height: 14px;
	margin: 5px 0px 20px 0px;
	color: #999
}
strong, b {
	font-weight: bold;
}
abbr[title] {
	border-bottom: 1px dotted;
	cursor: help
}
em, i {
	font-style: italic
}
small {
	font-size: 12px;
}
sub, sup {
	font-size: 90%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
mark {
}
del {
	text-decoration: line-through
}
ins {
	text-decoration: underline
}
p {
	margin: 10px 0
}
blockquote {
	color: #999;
	padding: 20px;
}
blockquote cite {
	margin-top: 8px;
	color: #3E3E3E;
	display: block
}
pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	line-height: 19px;
	margin: 0px 0px 0px 0px;
	padding: 17px;
	border: 1px solid #e5e5e5;
	font-size: 12px;
	background-color: #fff;
	background-image: url(../img/precode.jpg);
	background-repeat: repeat;
	font-family: "Courier New", monospace;
}
ul {
	list-style: disc
}
ol, ol ul {
	list-style: decimal
}
ul ul, ol ul {
	margin-bottom: 0
}
ul, ol {
	padding: 0;
	margin: 0 0 20px 25px;
}
li {
	margin: 0;
}

i {
	min-width: 15px;
	text-align: center;
}

.tiny-text {
	font-size: 9px;
}
.mute-text {
	font-size: 11px;
	color: #ccc;
}
.halfmute-text {
	font-size: 11px;
	color: #999;
}
.pullquote-left, .pullquote-right {
	color: #333;
	font-size: 16px;
	line-height: 24px;
	padding: 15px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 30%
}
.pullquote-left {
	margin-right: 20px;
	float: left
}
.pullquote-right {
	margin-left: 20px;
	float: right
}


.article-vertical h1.linked-title:before, .article-vertical h4.linked-title:before {
	transform: rotate(360deg);
	content: '';
	border: 8px solid #fff;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: #fff;
	border-left-color: transparent;
	position: absolute;
	top: -41px;
	left: 0px;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}

h1.linked-title, h4.linked-title {
	position: relative;
}


h1.linked-title:before, h4.linked-title:before {
	z-index: 100;
	transform: rotate(360deg);
	content: '';
	border: 8px solid #fff;
	border-top-color: transparent;
	border-right-color: #fff;
	border-bottom-color: transparent;
	border-left-color: transparent;
	position: absolute;
	top: 6px;
	left: -41px;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}
/* ==========================================================================
   TABLES
   ========================================================================== */
table {
	width: 100%;
	margin: 0 0 20px 0;
	text-align: left;
	border: 1px solid #e5e5e5;
	border-bottom: none;
	border-right: none;
	border-collapse: collapse;
}
thead, tbody {
	margin: 0;
	padding: 0;
	font-size: 13px;
}
table th {
	font-weight: 600;
}
table th, table td {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5
}
th, td {
	padding: 7px 10px;
	border-bottom: 1px solid #ddd;
	text-align: left;
}
thead th {
	background-color: #F0F3F4;
	font-weight: 700;
	font-size: 13px;
	padding: 3px 10px;
	border-bottom: 1px solid #ddd
}
tbody tr.last th, tbody tr.last td {
	border-bottom: 0;
}
/* ==========================================================================
   BUTTONS
   ========================================================================== */
.pill {
	-moz-border-radius: 200em !important;
	-webkit-border-radius: 200em !important;
	-ms-border-radius: 200em !important;
	-khtml-border-radius: 200em !important;
	-o-border-radius: 200em !important;
	border-radius: 200em !important
}
.square {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important
}
a.button, .btn-submit, input[type="submit"], input[type="reset"], input[type="button"] {
	position: relative;
	top: 0;
	left: 0;
	vertical-align: middle;
	margin: 0 5px 5px 0;
	padding: 10px 15px;
	line-height: 100%;
	cursor: pointer;
	width: auto;
	overflow: visible;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
*display:inline;
	zoom: 1;
}
.btn-submit{
	border: 0px;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-ms-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	-o-border-radius: 5px !important;
	border-radius: 5px !important
}
a.button:active, a.button:visited:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
}
a.button.small {
	font-size: 0.8em;
	padding: 8px 10px;
}
a.button.large {
	font-size: 14px;
	padding: 0px 20px;
}
a.button.expand {
	width: 100%;
}
a.button.icon-right i{
	float: right;
}
a.button:hover, .btn-submit:hover {
	-moz-opacity: 0.9;
	-ms-opacity: 0.9;
	filter: alpha(opacity=90);
	-khtml-opacity: 0.9;
	-o-opacity: 0.9;
	-webkit-opacity: 0.9;
	opacity: 0.9;
	text-decoration: none
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	-moz-opacity: 0.9;
	-ms-opacity: 0.9;
	filter: alpha(opacity=90);
	-khtml-opacity: 0.89;
	-o-opacity: 0.9;
	-webkit-opacity: 0.9;
	opacity: 0.9;
	text-decoration: none
}

.remove-booking {
	color: #666;
	background:#f2f2f2;
}
.remove-booking:hover {
	color: #fff;
	background:#E74C3C;
}
.bookonline {
	display: block;
	margin-top: 55px;
	text-decoration: none;
}
.bookonline a {
	padding: 10px 20px;
	background-color: #d12229;
	border: none;
	color: #fff !important;
	border-bottom: none !important;
}
.bookonline a:hover {
	color: #fff !important;
	background-color: #b21d23;
}

/*---------------------------------
	Colors
-----------------------------------*/
a.button.blue, .btn-submit.blue, input[type=submit].blue, input[type=reset].blue, input[type=button].blue {
	color: #fff;
	background-color: #3498DB;
}
a.button.blue:hover, .btn-submit.blue:hover, input[type=submit].blue:hover, input[type=reset].blue:hover, input[type=button].blue:hover {
	color: #fff;
	background-color: #163e58;
}
a.button.green, .btn-submit.green, input[type=submit].green, input[type=reset].green, input[type=button].green {
	color: #fff;
	background-color: #16A085;
}
a.button.red, .btn-submit.red, input[type=submit].red, input[type=reset].red, input[type=button].red {
	color: #fff;
	background-color: #E74C3C;
}
a.button.midnight, .btn-submit.midnight, input[type=submit].midnight, input[type=reset].midnight, input[type=button].midnight {
	color: #fff;
	background-color: #2C3E50;
}
a.button.orange, .btn-submit.orange, input[type=submit].orange, input[type=reset].orange, input[type=button].orange {
	color: #fff;
	background-color: #F39C12;
}
a.button.grey, .btn-submit.grey, input[type=submit].grey, input[type=reset].grey, input[type=button].grey {
	color: #fff;
	background-color: #7F8C8D;
}
a.button.lightgrey, .btn-submit.lightgrey, input[type=submit].lightgrey, input[type=reset].lightgrey, input[type=button].lightgrey {
	background-color: #f2f2f2;
	color: #3E3E3E;
}
a.button.white, .btn-submit.white, input[type=submit].white, input[type=reset].white, input[type=button].white {
	background-color: #fff;
	color: #3E3E3E;
	border: solid 1px #f2f2f2;
}


.bg-blue {
	background:#2980B9;
	color: #fff;
}
.bg-lightblue {
	background:#3498DB;
	color: #fff;
}
.bg-green {
	background:#16A085;
	color: #fff;
}
.bg-lightgreen {
	background:#1ABC9C;
	color: #fff;
}
.bg-red {
	background:#C0392B;
	color: #fff;
}
.bg-lightred {
	background:#E74C3C;
	color: #fff;
}
.bg-lightgrey {
	background:#ECF0F1;
	color: #444;
}
.bg-white {
	background:#fff;
	color: #444;
}
.bg-yellow {
	background:#F1C40F;
	color: #fff;
}

/* ==========================================================================
   IMAGES
   ========================================================================== */
img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	zoom: 1;
	vertical-align: bottom;
}
img.align-left, .img-wrap.align-left, div.caption.align-left {
	float: left;
	margin: 15px 20px 10px 0;
}
img.align-left-top {
	float: left;
	margin: 5px 20px 10px 0;
}
img.align-right, .img-wrap.align-right, div.caption.align-right {
	float: right;
	margin: 15px 0 10px 20px;
}
img.full-width, div.caption.full-width {
	clear: both;
	display: block;
	width: 100%;
	height: auto;
	margin: 15px 0;
}
img.tiny-badge{
	margin: -3px 10px 0 0;
}
div.caption {
	background: #f5f5f5;
	border: 1px solid #ddd;
	padding: 3px;
	max-width: 100%;
	display: inline-block;
	height: auto;
}
div.caption img {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}
div.caption span {
	text-align: center;
	font-style: italic;
	display: block;
	margin-top: 3px;
	font-size: 12px;
	color: #999;
	padding: 0px 5px;
}
/* ==========================================================================
   FORMS
   ========================================================================== */
form {
	padding: 0;
	margin: 0;
}
fieldset {
	margin: 30px 0 20px 0;
	padding: 5px 15px 15px 15px;
	border: 1px solid #ccc;
	position: relative;
	top: 0;
	left: 0;
}
legend {
	border: 1px solid #ccc;
	background: #f5f5f5;
	padding: 2px 10px;
	margin: 0 0 0 0;
	display: block;
	position: relative;
	top: 0;
	left: 0;
}
/*IE ONLY */
.msie fieldset {
	padding-top: 25px;
}
.msie legend {
	position: absolute;
	top: -0.7em;
	left: 10px;
}
label {
	color: #999;
	font-size: 13px;
	display: inline;
	vertical-align: middle;
	margin: 10px 0 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	zoom: 1;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
label.inline {
	display: inline;
	margin: 0;
}
label span {
	font-size: 0.9em;
}
label span.right {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	display: inline-block;
 *display:inline;
}
label.disabled {
	color: #ccc;
}
input {
	display: inline-block;
*display:inline;
	vertical-align: middle;
	width: auto;
	zoom: 1;
	margin: 0;
	border: 1px solid #ededed;
	font-size: 15px;
	padding: 10px;
	background: #fafafa;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

::-webkit-input-placeholder {
   	color: #d4d4d4;
   	font-style:italic;
}

:-moz-placeholder {
   	color: #d4d4d4;
   	font-style:italic;
}

::-moz-placeholder {
   	color: #d4d4d4;
   	font-style:italic;
}

:-ms-input-placeholder {
   	color: #d4d4d4;
   	font-style:italic;
}

input::-moz-focus-inner {
border:0;
}
input[disabled="disabled"], input.disabled {
	color: #999;
	background: #f5f5f5;
}
input[type="text"]:focus, textarea:focus, button:focus, select:focus, input[type="file"]:focus, input[type="password"]:focus {
	border: 1px solid #fff;
	background: #ECF0F1;
	outline: none;
}
a.button:focus {
	-moz-opacity: 0.5;
	-ms-opacity: 0.5;
	filter: alpha(opacity=50);
	-khtml-opacity: 0.50;
	-o-opacity: 0.5;
	-webkit-opacity: 0.5;
	opacity: 0.5;
	text-decoration: none
}
input[type="text"], textarea, button, a.button, input[type="file"] {
	-moz-transition: border 0.5s, background 0.5s;
	-webkit-transition: border 0.5s, background 0.5s;
	-o-transition: border 0.5s, background 0.5s;
	transition: border 0.5s, background 0.5s;
}
input.file, input[type="file"] {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}
select {
	font-size: 13px;
	display: inline;
	width: 100%;
	margin: 0;
	border: 1px solid #ededed;
	line-height: 100%;
	padding: 8px 3px;
	vertical-align: middle;
	background: #fafafa;
}
select[disabled="disabled"], select.disabled {
	color: #999;
	background: #f5f5f5;
}
textarea {
	width: auto;
	height: 200px;
	margin: 0;
	border: 1px solid #ededed;
	padding: 10px;
	vertical-align: middle;
	font-family: inherit;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fafafa;
}

.form-general span {
	color: #F00;
}


.book-selection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* ==========================================================================
   NOTICES
   ========================================================================== */
.notice {
	color: #fff;
	padding: 10px 20px;
	margin: 0 0 20px 0
}
.notice.warning {
	background-color: #fbeed5
}
.notice.success {
	background-color: #1ABC9C
}
.notice.error {
	background-color: #E74C3C
}
.notice.info {
	background-color: #E67E22
}
/* ==========================================================================
   COLUMNS
   ========================================================================== */
.container {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1240px;
}
.container a {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #24408e;
}
.container a:hover {
	color: #24408e;
	text-decoration: none;
	border-bottom: 1px solid #24408e;
}

.social-banner {
	background: url(/branding/360sportseducation/backgrounds/blue-bg.png) center center #333399;
	border-top: 3px solid #C0392B;
	border-bottom: 3px solid #C0392B;
	padding: 5px;
	color: #fff;
}
.social-banner h1 {
	color: #fff;
	text-align: left;
	padding-left: 40px;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 40px;
	font-weight: normal;
}
.social-banner h2 {
	color: #fff;
	text-align: right;
	padding-right: 40px;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 25px;
	font-weight: 300;
}
.social-banner .items {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 80%;
	margin: auto;
}
.social-banner .item {
	margin: 0 30px;
	display: block;
	width: 20%;
	height: 150px;
	position: relative;
}
.social-banner .item a {
	position: absolute;
	bottom: 10px;
	width: 90%;
	height: 100px;
	border-radius: 10px;
	display: block;
	margin: auto;
	text-align: center;
	padding-top: 40px;
	color: #fff;
}
.social-banner .item a:hover {
	box-shadow: 0 5px 10px rgba(0,0,0,.5);
}
.social-banner .item a:before {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	margin: auto;
	left: 0;
	right: 0;
	border-radius: 50px;
	top: -25px;
	display: block;
	text-align: center;
	font-size: 20px;
	padding-top: 11px;
	font-family: FontAwesome;
}
.social-banner .item:nth-child(1) a {
	background-color: #3b589c;
}
.social-banner .item:nth-child(1) a:before {
	content: '\f09a';
	background-color: #3b589c;
}
.social-banner .item:nth-child(2) a {
	background-color: #d4101c;
}
.social-banner .item:nth-child(2) a:before {
	content: '\f16a';
	background-color: #d4101c;
}
.social-banner .item:nth-child(3) a {
	background-color: #2daae2;
}
.social-banner .item:nth-child(3) a:before {
	content: '\f099';
	background-color: #2daae2;
}
.social-banner .item:nth-child(4) a {
	background-color: #e93b5c;
}
.social-banner .item:nth-child(4) a:before {
	content: '\f16d';
	background-color: #e93b5c;
}
.social-banner .item:nth-child(5) a {
	background-color: #007bb6;
}
.social-banner .item:nth-child(5) a:before {
	content: '\f0e1';
	background-color: #007bb6;
}
@media only screen and (max-width: 1199px){
	.social-banner .items {
		flex-wrap: wrap;
	}
	.social-banner .item {
		width: 50%;
		margin: auto;
	}
	.social-banner h1, .social-banner h2 {
		padding: 0;
		text-align: center;
	}
}



.school-banner {
	background: url(/branding/360sportseducation/backgrounds/blue-bg.png) center center #333399;
	border-top: 3px solid #C0392B;
	border-bottom: 3px solid #C0392B;
	padding: 5px;
	color: #fff;
}
.school-banner h1 {
	color: #fff;
	text-align: center;
	padding-left: 40px;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 40px;
	font-weight: normal;
}
.school-banner h2 {
	color: #fff;
	text-align: center;
	padding-right: 40px;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 25px;
	font-weight: 300;
}
.school-banner .items {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 80%;
	margin: auto;
}
.school-banner .item {
	margin: 0 15px;
	display: block;
	width: 20%;
	height: 150px;
	position: relative;
}
.school-banner .item a {
	position: absolute;
	bottom: 10px;
	width: 100%;
	height: 100px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	margin: auto;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-color: #d4101c;
	padding: 10px;
}
.school-banner .item a:hover {
	box-shadow: 0 5px 10px rgba(0,0,0,.5);
	color: #C0392B;
	background-color: white;
}
@media only screen and (max-width: 1199px){
	.school-banner .items {
		flex-wrap: wrap;
	}
	.school-banner .item {
		width: 50%;
		margin: auto;
	}
	.school-banner h1, .school-banner h2 {
		padding: 0;
		text-align: center;
	}
}



.extend-height {
	min-height: 600px;
}
.col1, .col2, .col3, .col4, .col5, .col5-of-5, .col6, .col7, .col7-of-7, .col8, .col8-of-8, .col9, .col9-of-9, .col10, .col10-of-10, .col11, .col11-of-11, .col12 {
	float: left;
	margin-right: 1.6%;
	margin-bottom: 15px;
}
.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col5-of-5.last, .col6.last, .col7.last, .col7-of-7.last, .col8.last, .col8-of-8.last, .col9.last, .col9-of-9.last, .col10.last, .col10-of-10.last, .col11.last, .col11-of-11.last {
	margin-right: 0 !important
}
.col1 {
	width: 6.86%;
}
.col2 {
	width: 15.33%;
}
.col3 {
	width: 23.8%;
}
.col4 {
	width: 32.26%;
}
.col5 {
	width: 40.73%;
}
.col5-of-5 {
	width: 18.72%;
}
.col6 {
	width: 49.2%;
}
.col7 {
	width: 57.66%;
}
.col7-of-7 {
	width: 12.91%;
}
.col8 {
	width: 66.13%;
}
.col8-of-8 {
	width: 11.1%;
}
.col9 {
	width: 74.6%;
}
.col9-of-9 {
	width: 9.68%;
}
.col10 {
	width: 83.06%;
}
.col10-of-10 {
	width: 8.56%;
}
.col11 {
	width: 91.53%;
}
.col11-of-11 {
	width: 7.63%;
}
.col12 {
	width: 100%
}
/* ==========================================================================
   CONTACT FORM
   ========================================================================== */
#contact-input div {
	width: 49%;
	float: left;
	margin-right: 2%;
}
#contact-subject select {
	width: 100%;
}
#contact-input {
	overflow: hidden;
	margin-bottom: 20px
}
#contact-input div:last-child {
	margin-right: 0px !important;
}
#contact-input input, #contact-message textarea {
	width: 100%
}
#contact-human {
	overflow: hidden;
}
#contact-human p {
}
#contact-human div {
}
#contact-human label {
}
#contact-human input {
	padding: 6px 8px;
}
#contact-submit {
	text-align: left;
	padding-top: 10px;
}
#contact-submit input, #contact-submit input:focus, #contact-submit input:active {
	border: none;
	outline: none
}
#contact-message {
	width: 100%;
}
ul.error_messages {
	list-style: none;
	margin-left: 0px;
}
ul.error_messages li {
}
ul.error_messages li:before {
	font-family: 'FontAwesome';
	content: "\f00d";
	margin-right: 10px;
	color: #FF0000;
}
.loader {
	float: right;
}
#contact #success_page h4 {
}


/* ==========================================================================
   Radio & Checkbox Styling
   ========================================================================== */

input.checkbox, input[type="checkbox"] {
	display: none;
}
input.radio, input[type="radio"] {
	display: none;
}

input[type=checkbox] + label, input[type=radio] + label {
	display: block;
 	width: 100%;
	color: #444;
	padding: 10px 10px 10px 35px;
	margin: 10px 0px 10px 0px;
	font-size: 14px;
	cursor:pointer;
	background: url(images/unchecked.png) center left no-repeat #f2f2f2;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-khtml-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px
} 

input[type=radio] + label {
	background: url(images/unselected.png) center left no-repeat #f2f2f2;
}

input[type=checkbox]:checked + label, input[type=radio]:checked + label {
	color: #fff;
	background: url(images/checked.png) center left no-repeat;
	background-color: #16A085;
}

input[type=checkbox]:checked + label, input[type=radio]:checked + label {
	color: #fff;
	background: url(images/checked.png) center left no-repeat;
	background-color: #27AE60;
}


input[type=radio]:checked + label {
	background: url(images/selected.png) center left no-repeat;
	background-color: #27AE60;
}

input[type=checkbox]:disabled + label, input[type=radio]:disabled + label {
	color: #999;
	background: url(images/disabled.png) center left no-repeat #fafafa;
}
