.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;	
}
.flex-sb {
	justify-content: space-between; /*flex-start | flex-end | center | space-between | space-around | space-evenly | start | end | left | right ... + safe | unsafe;*/
}
.flex-start {
	align-content: flex-start; /*flex-start | flex-end | center | space-between | space-around | space-evenly | start | end | left | right ... + safe | unsafe;*/
}
.flex-end {
	justify-content: flex-end; /*flex-start | flex-end | center | space-between | space-around | space-evenly | start | end | left | right ... + safe | unsafe;*/
}
.flex-sa {
	justify-content: space-around; /*flex-start | flex-end | center | space-between | space-around | space-evenly | start | end | left | right ... + safe | unsafe;*/
}
.flex-se {
	justify-content: space-evenly; /*flex-start | flex-end | center | space-between | space-around | space-evenly | start | end | left | right ... + safe | unsafe;*/
}
.flex-hc {
	justify-content: center;
}
.flex-vc {
	align-items: center; /*stretch | flex-start | flex-end | center | baseline | first baseline | last baseline | start | end | self-start | self-end + ... safe | unsafe*/
	/*flex-direction: column;*/
}
.flex-vs {
	align-items: flex-start; /*stretch | flex-start | flex-end | center | baseline | first baseline | last baseline | start | end | self-start | self-end + ... safe | unsafe*/
	/*flex-direction: column;*/
}
.flex-col {
	flex-direction:column;	
}
.flex-c {
	justify-content: center;
	align-items: center;
}
.flex-wrap {
	flex-wrap:  wrap;
}
.inline-flex {
	display:inline-flex;
}
#respond #comment, #respond input[type="text"] {
	background:#eee;
	width:100%;	
}
.comment, .comment-body {
	margin-bottom:25px;	
}
.ct-form-w {
	margin-top:15px;
	margin-bottom:30px;	
}
.ct-form-sec {
	margin-bottom:33px;
}
.ct-form-w h6 {
	line-height: 44px;
	padding-left: 8px;
	font-size: 18px;
	font-weight: 300;
	color: #0F3F87;
	background: #F1F5F9;
	margin-bottom:14px;
}
.ct-form-w label {
	margin-bottom:8px;
	position:relative;
	font-size:13px;
}
.ct-form-w input[type="text"], .ct-form-w input[type="email"], .ct-boxes, .ct-form-w select, .ct-form-w input[type="number"] {
	height:30px;
	border:1px solid #0F3F87;
	padding-bottom:0;
	padding-top:0;
	padding-right:0;
	box-sizing:border-box;
	width:100%;
	padding-left:11px;
	font-size:11px;
	color:#000 !important;
	margin-bottom:3px;
}
.ct-boxes-total {
	font-weight:700;
	color:#000;	
}
.ct-form-w input[type="text"].error, .ct-form-w input[type="email"].error, .ct-form-w select.error {
	border:1px solid red;
}
.ct-form-w input[type="checkbox"].error {
	outline:1px solid red;	
}
.ct-boxes p {
	line-height:27px;
	color:#000;
	font-size:11px;
}
.ct-form-w label li {
	position:absolute;
	right:30px;
	top:25px;
	list-style:none;
	color:red;	
}
.ct-line {
	margin-top:10px;
	padding-bottom:10px;
	border-top:1px solid #0F3F87;	
}
.txt-red {
	color:red;
}
.ct-form-sec.contact-details input[type="text"], .ct-form-sec.contact-details input[type="email"] {
	background: #EEEEEE;
}
.remodal p {
	margin-bottom:15px;	
}
.link-form {
	color:#0F3F87;
	cursor:pointer;
}
.link-form:hover {
	color:#000;	
}
.footerColLast table {
	margin-right: 0px;
	margin-left: auto;
}
.footer {
	background:#FFF;
	-webkit-box-shadow: inset  0px 10px 15px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    inset  0px 10px 15px rgba(50, 50, 50, 0.25);
	box-shadow:         inset  0px 10px 15px rgba(50, 50, 50, 0.25);
	padding-top:55px;
	padding-bottom:20px;
}
.footer a, .footer p {
	color: #000;
}
.footer .footerColLast {
	text-align:right;
	box-sizing:border-box;
}
#menu-footer-legal li {
	display:inline-block;
	margin-left:8px;
}
.ct-footer-cc {
	margin-bottom:15px;
}
.footer-lower {
	background:#213E73;
	padding-top:12px;
	padding-bottom:12px;
	color:#FFF;	
}
.footer-lower p {
	color:#FFF;
	font-size:11px;
}
.co-names-w label {
	width:49%;
	display:inline-block;	
}
.box.ct-news-col.third .ct-content {
	text-align:center;	
}
.ct-news-col .btn {
	padding: 0 15px;
	color: white;
	width:50%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
}
.theme-default .nivoSlider {
	background:none;
}

.ct-form-staff-w label {
	width:32.5%;
	display:inline-block;
}

.ct-form-w .co-names-w label li {
	top: 3px;
}
.hide {
	display:none;	
}


/*BOOKING FORM*/
.ct-event-book-btn {
	padding-bottom: 20px;
}
.event-booking-frm-w h3 {
	font-size: 24px;
	text-transform: capitalize;
	font-weight: 400;
}
.event-booking-frm-main {
	background: #E9E9E9;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 40px;
	margin-top: 15px;
}
.booking-form-w {
	width: 70%;
	border-right: 1px dashed #ccc;
	padding-right: 25px;
}
.booking-form-w h6 {
	color: #0F3F87;
	font-size: 19px;
	font-weight: 600;
	text-transform:capitalize;
	position: relative;

}
[data-delete-delegate] {
	color: #ff0000;
	position: absolute;
	right: 0px;
	top: -3px;
	cursor: pointer;
	font-weight: bold;
	font-size: 20px;
}
.attendee-item {
	margin-top: 20px;
	border-top: 1px dashed #ccc;
	padding-top: 20px;
}
.booking-form-w small {
	font-size: 18px;
	display: block;
	font-family: 'Oswald', sans-serif;
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: 600;
}
.booking-form-w input[type="text"], .booking-form-w input[type="email"], .booking-form-w textarea, .booking-form-w input[type="number"] {
	height: 34px;
	background-color: #FFF;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 48%;
	margin-bottom:15px;
	font-family: 'Lucida Sans Unicode';
	box-sizing: border-box;
	border: none;
}
.booking-form-w textarea {
	padding-top: 5px;
	height: 90px;
	box-sizing: border-box;
}
.field-wide {
	flex-grow: 1;
}
.billing-fields {
	
	margin-bottom: 25px;
}
.attendee-item small {
	margin-top: 5px;
}
.delegate-fields {
	margin-top: 15px;
}
.event-options label {
	width: 50%;
	font-size: 13px;
}
.event-options {
	margin-bottom: 20px;
}
.event-options-ticket-types {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
}   
.book-cart {
	width: 25%;
	margin-top: 15px;
}
.mini-cart-w {
	background-color: #FFF;
	padding: 20px;
}
.mini-cart-w p {
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	border-bottom: 1px dashed #CCC;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.mini-cart-w small {
	font-size: 19px;
	border-bottom: 1px dashed #CCC;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-style: italic;
	color: #0F3F87;
	display: block;
	font-weight: 700;
}
.btn-add-delegate {
	margin-top: 20px;
}
.fields-x2  {
	width: 48%;
}
.fields-x2 input[type="text"] {
	width: 49.5%;
}
.text-small {
	text-align: center;
	font-size: 12px !important;
}
.donation-field {
	width: 100%;
}
.donation-field span {
	display: block;
}
/*!BOOKING FORM!*/

@media screen and (max-width:768px) {
	.page-id-80 .three_fourth {
		width:68%;	
	}
	.page-id-80 .one_fourth {
		width: 28%;
	}
	#map-canvas {
		width: 100%;
	}	
}
@media screen and (max-width:767px) {
	.book-cart {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 100;
		margin-top: 0px;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);	
	}
	.mini-cart-w {
		background-color: #cddbef;
		text-align: center;
	}
	.mini-cart-w p {
		display: none;
	}
	.booking-form-w {
		width: 100%;
		border-right: none;
	}
	.booking-form-w input[type="text"], .booking-form-w input[type="email"], .booking-form-w textarea {
	    width: 100%;
	}
}

@media screen and (max-width:600px) {
	.footer .three_fifth {
		width:100%;
		float:none;
		text-align:center;
		margin-bottom:15px;
	}
	.footer .footerColLast {
		width:100%;
		float:none;
		text-align:center;
	}
	.page-id-80 .m {
		display: flex;
		flex-direction: column;
	}
	.page-id-80 .three_fourth {
		order:2;
		margin-right: 0;
		float: none;
		width:100%;	
	}
	#map-canvas {
		float: none;
	}
	.search_form .form_item {
		display:inline-block;
		width:47%;
	}
	.search_form .divide {
		padding: 10px 0 0 0;
		margin: 10px 0 0 0;
	}
	.page-id-80 #memberForm {
		float:none;
		clear:none;
		width:100%;
		order:1;	
	}
	.search_form .form_item input, .search_form .form_item select {
		width: 80%;
	}
}