/* Page Resets */


/* Useful info

Purple #1a134a
Nearly Purple: #2e256b



/* 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;}
.text-left {text-align: left !important;}
.text-right {text-align: right !important;}
.text-bold {font-weight: 600 !important;}
@media (max-width: 750px) {
	.notMobile {display: none !important;}
	.mobileCentered {text-align:center;}
}
.red {color: red;}
.green {color:  green;}

/* General */

p a {
	text-decoration: underline;
}

/* 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 */

.languageSwitch {
	display: inline-block;
	position: relative;
	top: 15px;
}

.navbar-nav li div {
	margin-top: 13px;
}

@media (max-width:767px) {
	.navbar-nav li div {
		margin-left: 5px;
		margin-top: 5px;
	}
	
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	    max-height: 430px;
	}
}

.navbar-brand {
	padding-top: 15px;
	padding-bottom: 10px;
}

.navbar-brand > img {
    max-height: 60px;
}

/* Footer */

footer {
	border-top: 1px solid grey;
	padding: 30px 0;
}

ul.socialIcons {
	list-style-type: none;
}

ul.socialIcons li {
	display: inline-block;
	margin-right: 20px;
}

ul.socialIcons li i {
	font-size: 2em;
	color: #000;
}

footer .footer-brand {
  max-height: 50px;
}

/* Home Page */

.home-slider .logo-img {
    max-width: 350px;
}

/* About Page */

.full-width {
	width: 100%;
}

.image-header {
	overflow: hidden;
	max-height: 600px;
	background-color: #000;
	color: #fff;
	position: relative;
	text-align:center;
	top: -126px;
	margin-bottom: -96px;
}

.image-header img {
	width: 100%;
	z-index: 2;
}

.image-header-content {
	position: absolute;
	top: -20%;
	z-index: 3;
	width: 100%;
	padding: 20%;
}

.image-header h1 {
	font-size:42px;
	font-weight: 600;
}

.image-header p {
	font-size: 16px;
	font-weight: 500;
}

@media (max-width: 990px) {

	.image-header h1 {
		font-size: 36px;
	}
	
	.image-header p {
		font-size:12px;
	}
}

@media (max-width: 990px) {
	.image-header-content {
		display: none;
	}
}


/* Testimonials */

.feedback-quote {
	max-width: 700px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

feedback-block .cycle-slideshow {
	position:relative;
}

/* 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 {
	margin-bottom: 10px;
	margin-top: 30px;
}

.leftPageBlock, .rightPageBlock, .centrePageBlock {
	/* background-color: #aaa;
	height: 300px;
	border:  1px solid #666; */
	padding-left: 20px;
	padding-right: 20px;
}

.pageBlockRow {
	padding-left: 10px;
	padding-right: 10px;
}

.blogPageBlockRow .pageBlockRow {
	padding-left: 0px;
	padding-right: 0px;
	/*
	margin-left: 0px;
	margin-right: 0px;
	*/
}

.blogPageBlockRow .row {
	margin-left: -20px !important;
	margin-right: -20px !important;
}

.headingBlock {
	min-height:40px;
}

@media (max-width: 770px) {
	.leftPageBlock, .rightPageBlock, .centrePageBlock, .headingBlock {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}

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

/* 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;
}

/* Pricing */

.pricing-option {
	width: 25%;
}

@media (max-width: 767px) {
	.pricing-option {
		width: 100%;
	}	
}

.minHeight30 {
	min-height:30px;
}

.compTable {
	margin: 20px 0;
	width: 100%;
	text-align: center;
}

.compTable .leftCol {
	text-align: left;
}

.compTable th.leftCol {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}

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

.compTable th {
	text-align: center;
}

.compTable i {
	font-weight: 600;
	font-size:1.2em;
}

.comingSoon {
	background-color: #f1f1f1;
}

/* Brands */

.brand .feature {
	padding: 20px;
	line-height: 1;
}

.brand .feature h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
}

.brand .feature, .brandLogo {
	border: 1px solid #ccc;
}

.brandLogo {
	width: 100%;
	border-bottom: 0px;
}

/* Signup Form */

.feedback-block {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 50px;
	background-color: #fff;
}

.feedback-block input {
	background-color: #fff;
}

.feedback-block .form-control {
	border-color: #999;
}

#formErrors p {
	margin-top: 20px;
	margin-bottom: -30px;
	color: red;
}

/* Time Calc */

.compTable th {
	width:  10%;
}

.compTable th:first-child {
	width: 50%;
}

.sepRow td {
	height: 50px;
}

.sepRow td {
	border: 0px;
}

.stRow td:first-child {
	border: 0px;
}

@media (max-width:601px) {
	.compTable th, .compTable td {
		font-size: 0.8em;
	}
}

/* Blog */

.row.blogGallery {
	margin-right: -10px !important;
	margin-left: -10px !important;
}


.blogGallery h5 {
	line-height: 1;
}

.blogGalleryCard {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

.blogGalleryCard img  {
	width: 100%;
}

.blogGalleryCard img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}

.blog img {
	width: 100% !important;
}
