/* Useful */
.pad20 {padding: 20px;}
.marTop0 {margin-top: 0 !important;}
.marTop20 {margin-top: 20px !important;}
.marTop30 {margin-top: 30px !important;}
.marTop40 {margin-top: 40px !important;}
.marTop50 {margin-top: 50px !important;}
.marBot0 {margin-bottom: 0px !important;}
.marBot20 {margin-bottom: 20px !important;}
.marBot30 {margin-bottom: 30px !important;}
.marBot40 {margin-bottom: 40px !important;}
.marBot50 {margin-bottom: 50px !important;}
.padTop0 {padding-top:0px !important;}
.padTop20 {padding-top: 20px !important;}
.padTop30 {padding-top: 30px !important;}
.padTop40 {padding-top: 40px !important;}
.padTop50 {padding-top: 50px !important;}
.padBot0 {padding-bottom:0px !important;}
.padBot20 {padding-bottom:20px !important;}
.padBot30 {padding-bottom:30px !important;}
.padBot40 {padding-bottom:40px !important;}
.padBot50 {padding-bottom:50px !important;}
.centered {text-align:center !important;}
.max33pc {max-width: 33%;}
.img100 {width: 100% !important;}
.light-grey {color: #939393;}

/* Centre Bootstrap columns */
.text-center > div {
    display: inline-block;
    float: none;
}


/* Mobile Classes */
@media (max-width: 750px) {
	.notMobile {display: none !important;}
	.mobileCentered {text-align:center;}
}

/* Links */
a {color: #666;}

/* Lists */
ul.inline-list {display: inline-block;}

/* Max image size from WYSIWYG editor */
p img {
    max-width: 100%;
}

/* Videos */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* header */

.logo img {
	max-width: 240px;
}

.mobile-menu {
	text-align: left;
}

.mobile-menu li.gChild {
	padding-left: 30px;
}

.mobile-menu li {
	border-bottom: 1px solid #eee;
}

.menu-btn {
	font-size: 25px;
}

/* Footer */

.footerContact p {
	padding-bottom: 10px;
}

.footerContact p a {
	color: #939393;
}

.footerContact h4 {
	color: #bbb;
	margin-bottom: 5px;
	font-size: 16px;
}

/* Home Page */
.hero-box {
	max-width: 900px;
}

/* Content */

@media (max-width: 991px) {
	.content {
		padding: 0px 0px 30px 0px;
	}
}

.hero-box p {
    font-family: quicksand;
    font-size: 22px;
    line-height: 1.5;
}

/* Forms */

.Inputfields,
.Inputfields li {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

.Inputfields li label {
	font-weight: bold;
}

.Inputfields li p {
	margin: 0;
}

.Inputfields li p.description {
	font-style: italic;
}

.Inputfields textarea,
.Inputfields .InputfieldMaxWidth {
	width: 100%;
}

.Inputfields .InputfieldSubmit label {
	display: none;
}

.ui-state-error-text {
	color: red;
}

/* Page Blocks */

.headingBlock {
    min-height:40px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.leftPageBlock img, .rightPageBlock img, .centrePageBlock img {
    width: 100% !important;
}

.leftPageBlock p, .rightPageBlock p, .centrePageBlock p {
    font-family: quicksand;
    font-size: 22px;
    line-height: 1.5;
}

/* Privacy Table */

.privacyTable {
	margin-top: 30px;
	margin-bottom: 30px;
}

.privacyTable td, .privacyTable th {
	padding: 10px;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

.privacyTable th {
	background-color: #eee;
}

/* Page Preview Boxes */
.slider-center-box > h3 {
	opacity: 1;
	transform-origin: 50% 50%;
	transform: scale(1,1);
	filter: blur(0px);
}

.port-inner {
	background-color: #000;
}

.port-inner .img-mask:hover {
	opacity:0.5;
}

/* Contact Form */
#FormBuilder_contact-form .InputfieldHeader {
	display: none;
}

.form-control {
	border-radius:0px;
	padding: 8px 13px;
}
