@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,700);
@import url('https://fonts.googleapis.com/css?family=Montserrat:800');
@import url("font-awesome.min.css");

}



/* Basic ******************************************************************************** basic settings*/

	@-ms-viewport {
		width: device-width;
	}
	
	
	
	

	body {
		background: #ffffff;
		font-family: 'open sans', sans-serif;
		color: #515151;
		font-weight: 300;
	}

		body.is-loading * {
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}

	input, select, textarea {
		font-family: 'open sans', sans-serif;
		color: #7b818c;
		font-weight: 400;
	}

	a {
		color: inherit;
		text-decoration: underline;
	}

		a:hover {
			text-decoration: none;
		}

	h1, h2, h3, h4, h5, h6 {

		font-weight: 800;
		letter-spacing: 0.04em;
		color: #404248;
		margin: 0 0 1em 0;
		text-align:initial;
		   font-family: Montserrat;
	}
	

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		text-decoration: none;
		outline: 0;
	}
	
		h1 {
		margin: 0 0 1.5em 0;
		line-height: 1em;
			letter-spacing:0.02em;
			font-size:1.7em;
			font-weight:900;
	
	}
	
	

	h2 {
		font-size: 1.4em;
		margin: 0 0 1.5em 0;
		line-height: 1em;
	}

		h2.icon {
			line-height: 48px;
		}

			h2.icon:before {
				position: relative;
				top: 0.05em;
				margin-right: 0.5em;
				opacity: 0.25;
			}

	h3 {
		font-size: 1.2em;
		margin-top: 2em;
}

	b, strong {
	
		font-weight: 700;
	}

	i, em {
		font-style: italic;
	}

	br.clear {
		clear: both;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		border-top: solid 1px #ddd;
	}

	blockquote {
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p, ul, ol, dl, table {
		margin-bottom: 2em;
		margin-bottom: 1em;
	}

	.date {
		display: block;
		text-transform: uppercase;
		font-weight: 700;
		letter-spacing: 0.065em;
		font-size: 0.9em;
		color: #696969;
		margin: 0 0 0.25em 0;
	}

/* Section/Article */

section
{
margin-top:5em;
}
	section, article {
		margin-bottom: 5em;
	}

	section > :last-child,
	article > :last-child,
	section:last-child,
	article:last-child {
		margin-bottom: 0;
	}

	header {
	
		margin: 0 0 2em 0;
border-bottom:1px solid #E8E6E6;
background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjlmOWY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 50%, rgba(249,249,249,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(249,249,249,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 50%,rgba(249,249,249,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-8 */




	}

		header h2, header h3 {
			margin: 0 0 0.25em 0;
		}

		header p {
			display: block;
			text-transform: uppercase;
			font-weight: 700;
			letter-spacing: 0.065em;
			font-size: 0.9em;
			color: #696969;
			margin: 0;
		}

			header p strong {
				color: #404248;
				font-weight: 800;
			}

	footer {
		margin: 2.5em 0 0 0;
	}

	header.major {
		border-bottom: solid 1px #dbdbdb;
		margin: 0 0 3em 0;
	}

		header.major:after {
			content: '';
			display: block;
			border-top: solid 1px #dbdbdb;
			height: 8px;
		}

		header.major h2, header.major h3 {
			margin: 0 0 1.2em 0;
		}

		header.major p {
			margin: 0 0 1.5em 0;
			position: relative;
			top: -1em;
		}

/* Forms */

	form label {
		display: block;
		text-transform: uppercase;
		font-weight: 800;
		letter-spacing: 0.04em;
		color: #404248;
		margin: 0 0 1em 0;
		font-size: 0.8em;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form textarea {
		-webkit-appearance: none;
		display: block;
		width: 100%;
		border-radius: 8px;
		border: solid 1px #CCCCCC;
		
	}
	
	
	form select
 {
		
		display: block;
		width: 100%;
		border-radius: 8px;
		border: solid 1px #CCCCCC;
	}
	
	

	form input[type="text"]:focus,
	form input[type="email"]:focus,
	form input[type="password"]:focus,
	form select:focus,
	form textarea:focus {
		box-shadow: 0 0 2px 1px #4091bf;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"] {
		line-height: 2em;
		padding: 0 1em;
		
	background: rgb(242,242,242); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(255,255,255,1) 55%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(55%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 55%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 55%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 55%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 55%); /* W3C */

	}

	form select {
		line-height: 3em;
		padding: 0.4em 1em;
		background: rgb(242,242,242); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(255,255,255,1) 55%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(55%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 55%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 55%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 55%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 55%); /* W3C */

	}

	form textarea {
		min-height: 9em;
		padding: 1em;
		background: rgb(242,242,242); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(255,255,255,1) 55%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(55%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 55%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 55%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 55%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 55%); /* W3C */

	}

	form .formerize-placeholder,
	form ::-webkit-input-placeholder,
	form :-moz-placeholder,
	form ::-moz-placeholder,
	form :-ms-input-placeholder {
		color: #555 !important;
	}

	form ::-moz-focus-inner {
		border: 0;
	}

/* Tables */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tr {
				border-top: solid 1px #eee;
			}

				table.default tr:first-child {
					border-top: 0;
				}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				text-align: left;
				padding: 0.5em 1em 0.5em 1em;
				text-transform: uppercase;
				font-weight: 800;
				letter-spacing: 0.04em;
				margin: 0 0 1em 0;
				font-size: 0.8em;
			}

			table.default thead {
				background: #404248;
				color: #fff;
			}

/* Image */

	.image {
		position: relative;
		display: inline-block;
	}

		.image img {
			display: block;
			width: 100%;
			border-radius: 8px;
		}

		.image:before {
			content: '';
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			background: url("images/bg01.png");
			width: 100%;
			height: 100%;
			opacity: 0.75;
		}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 2.5em 0;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 2.5em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {



/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cb2523+0,7e0101+100 */
background: #cb2523; /* Old browsers */
background: -moz-linear-gradient(top,  #cb2523 0%, #7e0101 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #cb2523 0%,#7e0101 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #cb2523 0%,#7e0101 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb2523', endColorstr='#7e0101',GradientType=0 ); /* IE6-9 */







		-moz-transition: background-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
		-webkit-appearance: none;
		position: relative;
		display: inline-block;
		background-color: #4091bf;
		border-radius: 8px;
		box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.35), inset 0px 2px 1px 0px rgba(255, 255, 255, 0.35);
		text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
		color: #fff !important;
		text-decoration: none;
	
		font-weight: 800;
		font-size: 0.95em;
		letter-spacing: 0.075em;
		padding: 0.5em 1em;
		outline: 0;
		border: 0;
		white-space: nowrap;
		cursor: pointer;
	}

		input[type="button"].icon:before,
		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		button.icon:before,
		.button.icon:before {
			opacity: 0.5;
			margin-right: 0.5em;
			position: relative;
			top: 0.05em;
		}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover {

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7e0101+0,cb2523+100 */
background: #7e0101; /* Old browsers */
background: -moz-linear-gradient(top,  #7e0101 0%, #cb2523 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #7e0101 0%,#cb2523 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #7e0101 0%,#cb2523 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e0101', endColorstr='#cb2523',GradientType=0 ); /* IE6-9 */







		}

		input[type="button"]:active,
		input[type="submit"]:active,
		input[type="reset"]:active,
		button:active,
		.button:active {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3202a6+0,a07af4+100 */
background: rgb(50,2,166); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(50,2,166,1) 0%, rgba(160,122,244,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(50,2,166,1) 0%,rgba(160,122,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(50,2,166,1) 0%,rgba(160,122,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3202a6', endColorstr='#a07af4',GradientType=0 ); /* IE6-9 */


		}

		input[type="button"].medium,
		input[type="submit"].medium,
		input[type="reset"].medium,
		button.medium,
		.button.medium {
			font-size: 1.25em;
			padding: 1em 2.25em;
		}

		input[type="button"].big,
		input[type="submit"].big,
		input[type="reset"].big,
		button.big,
		.button.big {
			font-size: 1.5em;
			padding: 1em 2.25em;
		}

		input[type="button"].alt,
		input[type="submit"].alt,
		input[type="reset"].alt,
		button.alt,
		.button.alt {
			background-color: #464a52;
		}

			input[type="button"].alt:hover,
			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			button.alt:hover,
			.button.alt:hover {
				background-color: #565a62;
			}

			input[type="button"].alt:active,
			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			button.alt:active,
			.button.alt:active {
				background-color: #363a42;
			}

/* List */

	dl.contact dt {
		display: block;
		text-transform: uppercase;
		font-weight: 700;
		letter-spacing: 0.065em;
		font-size: 0.9em;
		color: #696969;
		float: left;
		width: 6em;
	}

	dl.contact dd {
		margin: 0 0 1em 6em;
	}

	ul.default {
		list-style: disc;
		padding-left: 1em;
	}

		ul.default li {
			padding-left: 0.5em;
		}

	ul.actions li {
		display: inline-block;
		padding: 0 0 0 0.25em;
		margin: 0 0 0 0.25em;
	}

		ul.actions li:first-child {
			margin-left: 0;
			padding-left: 0;
		}

	ul.menu li {
		border-left: solid 1px #eee;
		display: inline-block;
		padding: 0 0 0 1em;
		margin: 0 0 0 1em;
	}

		ul.menu li:first-child {
			border-left: 0;
			margin-left: 0;
			padding-left: 0;
		}

	ul.divided li {
		border-top: solid 1px #eee;
		padding: 0.5em 0 0 0;
		margin: 0.5em 0 0 0;
	}

		ul.divided li:first-child {
			border-top: 0 !important;
			padding-top: 0 !important;
			margin-top: 0 !important;
		}

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}

/* Box */

	.box.excerpt {
		position: relative;
		overflow: hidden;
	}

		.box.excerpt header {
			margin: 0 0 1em 0;
		}

		.box.excerpt .image, .box.excerpt p {
			margin-bottom: 0;
		}

	.box.feature1 {
		text-align: center;
	}

		.box.feature1 header.first h2 {
			font-size: 2.5em;
		}

		.box.feature1 header.first p {
			font-size: 1.2em;
		}

		.box.feature1 header.second {
			position: relative;
			display: inline-block;
			text-align: left;
			margin: 0 auto;
			white-space: nowrap;
			left: 24px;
		}

			.box.feature1 header.second p {
				line-height: 1em;
			}

			.box.feature1 header.second:before {
				font-size: 48px;
				position: absolute;
				right: 100%;
				margin-right: 18px;
				opacity: 0.5;
				bottom: -4px;
			}

	.box.feature2 {
		text-align: center;
	}

	.box.article-list article {
		border-bottom: solid 1px #dbdbdb;
		margin: 0 0 2.75em 0;
		padding: 0 0 2.75em 0;
	}

		.box.article-list article:last-child {
			border-bottom: 0;
			margin-bottom: 0;
			padding-bottom: 0;
		}





/* Wrappers */

	#header-wrapper {
	
		background-position: top left, center center;
		background-size: auto, cover;
	}

	#main-wrapper {
		background: #fff;
	}

	.footer
	
	{
	

  border-top:1px solid #DFDBDB;
background: #5F5F5F;
color:#ffffff;
   


   
  

	}
	
	.footer-wrapper
	{
		margin-top:2em;
		padding-left:2em;
		padding-right:2em;
		padding-bottom:2em;

	}
	
	.footer .icons
	
	{
		margin-top:1em;
	}
	
	.footer h3
	
	{
		
		margin-top:0px;
		color:#ffffff;
	}
	
	
	.footermenu li
	
	{ 
	list-style:none;
	}

	
	.footer-small
	
	{
		font-size:0.8em;
	}
	
	
	
	.footer a
	
	{
		color: #ffffff;
		text-decoration: none;
	}
	
	.footer a:hover
	
	{
		color: #ffffff;
		text-decoration: underline;
	}
	
		.footer .icons a:hover
	
	{
		color: #ffffff;
		text-decoration: none;
	}
	
	
	#footer-wrapper {

   background: rgba( 52,113,170,1);




	}

	.wrapper > .inner {
		position: relative;
		z-index: 2;
	}

	.wrapper.style1 {
		position: relative;
		background-color: #fff;
		background-image: url("images/bg03.png"), url("images/bg04.png"), url("images/bg02.png");
		background-repeat: no-repeat, no-repeat, repeat;
		background-size: 100% 15em, 100% 15em, auto auto;
		background-position: top center, bottom center, top left;
	}

	.wrapper.style3 {
		position: relative;

		background:#E1E1E1;

		background-size: 100% 4em, auto auto;
		background-position: top center, top left;
	}
	
		.wrapper.style4 {
background:#004272;
color:#ffffff;

	}
	
	
		.wrapper.style4 h2 {

color:#ffffff;
margin-bottom:1em;
margin-top:2em;

	}
	
	
.floatright

{
	float:right;
	margin-left:1em;
	margin-bottom:1em;
	
}
	
	
	.intro
	
	{
	font-size:1em;
	}
	
	.hero
	{
		margin-top:0em;
		margin:auto;
		position:relative;
		text-align:center;
	}
	
	.hero img
	
	{
		
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
	height:670px;
	object-position: top right;
	}
	
	.hero .button
	{
		font-size:1.2em;
		text-transform:uppercase;
	}
	
	@media screen and (min-width: 1600px) {
		
		.hero img
		{
			
			
		}
	}
	
	
	
	
	.hero-text
	{
		position:absolute;
		top:120px;
width:680px;

		    margin:auto;
		
	}
	
	.hero-text p
	
	{
		color:#ffffff;
		font-weight:700;
		
	}
	
	.hero h2
	
	{
		
		font-size:50px;
		line-height:1.2em;
  color:#ffffff;
margin-bottom:20px;

    font-family: Montserrat;
    border-width: 0px;
    text-align: center;
  box-sizing: content-box;
  border: none;
  -o-text-overflow: clip;
  text-overflow: clip;
text-shadow: 3px 0 0 #004272, -3px 0 0 #004272, 0 3px 0 #004272, 0 -2px 0 #004272, 2px 2px #004272, -2px -2px 0 #004272, 2px -2px 0 #004272, -2px 2px 0 #004272;
  -webkit-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
    letter-spacing: 0px;

	}
	
	.hero img
	
	{
		width:100%;
	}
	
	
	
	.parallax { 
    /* The image used */
    background-image: url("/images/summit.jpg");

    /* Set a specific height */
    height: 800px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	text-align:center;
	color:#ffffff;
	font-family: 'Montserrat';
}


#parallax-text1

{
	
	padding-top:1em;
	font-size:2em;
	line-height:1em;
	font-weight:800;
	  box-sizing: content-box;
  border: none;
  -o-text-overflow: clip;
  text-overflow: clip;
text-shadow: 4px 0 0 #004272, -4px 0 0 #004272, 0 4px 0 #004272, 0 -4px 0 #004272, 3px 3px #004272, -3px -3px 0 #004272, 3px -3px 0 #004272, -3px 3px 0 #004272;
  -webkit-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
}

#parallax-text2

{

	font-size:2em;
	text-transform:uppercase;
	font-weight:800;
	line-height:2em;
	  box-sizing: content-box;
  border: none;
  -o-text-overflow: clip;
  text-overflow: clip;
text-shadow: 4px 0 0 #004272, -4px 0 0 #004272, 0 4px 0 #004272, 0 -4px 0 #004272, 3px 3px #004272, -3px -3px 0 #004272, 3px -3px 0 #004272, -3px 3px 0 #004272;
  -webkit-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
}

#parallax-button
{font-size:1.4em;
}






		
	.parallax2 { 
    /* The image used */
    background-image: url("/images/boostsales.jpg");
margin-top:2em;
    /* Set a specific height */
    height: 600px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	text-align:center;
	color:#ffffff;
	font-family: 'Montserrat';
	padding-left:1em;
	padding-right:1em;
}


#parallax2-text1

{
	padding-top:1em;
	font-size:2.4em;
	line-height:2em;
	padding-left:1em;
	padding-right:1em;
	font-weight:800;
	max-width:1150px;
	margin:auto;
	  box-sizing: content-box;
  border: none;
  -o-text-overflow: clip;
  text-overflow: clip;
text-shadow: 4px 0 0 #004272, -4px 0 0 #004272, 0 4px 0 #004272, 0 -4px 0 #004272, 3px 3px #004272, -3px -3px 0 #004272, 3px -3px 0 #004272, -3px 3px 0 #004272;
  -webkit-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
}

#parallax2-text2

{

	font-size:2em;
	margin-top:1em;
	text-transform:uppercase;
	font-weight:800;
	line-height:1.2em;
	margin-bottom:1em;
	  box-sizing: content-box;
  border: none;
  -o-text-overflow: clip;
  text-overflow: clip;
text-shadow: 4px 0 0 #004272, -4px 0 0 #004272, 0 4px 0 #004272, 0 -4px 0 #004272, 3px 3px #004272, -3px -3px 0 #004272, 3px -3px 0 #004272, -3px 3px 0 #004272;
  -webkit-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
}

#parallax2-button
{font-size:1.4em;
}



	
	.getadvice { 
    /* The image used */
    background-image: url("/images/getadvice.jpg");

    /* Set a specific height */


height:100%;

    background-position: center;
    background-size: cover;
	text-align:center;
	color:#ffffff;
}

	
	.wrapper2 img
	
	{
		width:100%;
	}
	
	
	
.footerwarning {  
                            position:fixed;
							bottom: 0px;
                            display:block;
                            width: 100%;
                            background: rgba(29, 29, 29, 1);
                            z-index:9;
                            text-align:center;
                            color: #ffffff;
							line-height:1.2em;
                            padding: 0.7em 0 0.7em 0;
							
						font-size:0.9em;
                        }
	
	

/* Header */

	#header {
		margin-bottom: 0;
	}

/* Footer */

	#footer {
		margin-bottom: 0;
		position: relative;
		z-index: 2;

	}

		#footer h2 {
			font-size: 1.35em;
			color: #fff;
		}

		#footer strong {
			color: #fff;
		}

		#footer a {
			color: #2b82ac;
		}

		#footer .button.alt {
			box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 1px 0px rgba(255, 255, 255, 0.25);
		}

		#footer ul.divided li, #footer ul.menu li {
			border-color: #444;
			border-color: rgba(255, 255, 255, 0.075);
		}

		#footer ul.divided li a {
			text-decoration: none;
		}

		#footer ul.menu {
			margin: 0;
		}

		#footer dl.contact dt {
			color: #ddd;
		}

	#copyright {
		
		text-align: center;
		margin-top: 2em;
		padding: 3em 0 4em 0;
		color: inherit;
			color: #fff;
	}

		#copyright a {
			color: inherit;
		}
		
		
		
		
		/* promoboxes */
		
		.promoboxes h3
		
		{
			color: #ffffff;
    background: rgba( 52,113,170, 0.8);
	padding:1em;
	margin-top:-3.35em;
	margin-top:-3.5em;
	margin-bottom: 0em;
	position:relative;
	text-transform:uppercase;
	font-size:1em;
 
	z-index:5000;
		}
		
		.promoboxes
		
		{
			margin-top:2em;
			
		}
		
		.promoboxes img
		{
			width:100%;
		}
		
		.home-promoboxes
		
		{
			padding-top:0px;
			padding:0px !important;
		}
		
	
.promobox-container
{
	 
	  overflow: hidden;
	 /*
	     border: 5px solid rgba( 33,24,139, 0.8);
		*/ 
	
}

.promobox img {
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
}

.promobox-container:hover .promobox img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
 
}





.sideboxes h3
		
		{
			color: #ffffff;
    line-height:1.2em;
	font-weight:800;
	  box-sizing: content-box;
  border: none;
  -o-text-overflow: clip;
  text-overflow: clip;
text-shadow: 4px 0 0 #004272, -4px 0 0 #004272, 0 4px 0 #004272, 0 -4px 0 #004272, 3px 3px #004272, -3px -3px 0 #004272, 3px -3px 0 #004272, -3px 3px 0 #004272;
  -webkit-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
	padding:1em;
	font-size:1.7em;
	margin-top:-2.5em;
	margin-top:-2.5em;
	margin-bottom: 0em;
	position:absolute;
	top:2em;
	text-align:center;


 
	z-index:5000;
		}
		.sideboxes p
		
		{
			color: #ffffff;
    line-height:1em;
	font-weight:800;
	  box-sizing: content-box;
  border: none;
  -o-text-overflow: clip;
  text-overflow: clip;
text-shadow: 4px 0 0 #004272, -4px 0 0 #004272, 0 4px 0 #004272, 0 -4px 0 #004272, 3px 3px #004272, -3px -3px 0 #004272, 3px -3px 0 #004272, -3px 3px 0 #004272;
  -webkit-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
	padding:1em;
	font-size:1.6em;
	margin-top:-2.5em;
	margin-top:-2.5em;
	margin-bottom: 0em;
	position:absolute;
	bottom:3em;
	text-align:center;

 
	z-index:5000;
		}
		
		
		.sidebox-button
		{
			text-align:center;
			margin:auto;
		}
		
		.sideboxes
		
		{
			margin-top:2em;
			position:relative;
			text-align:center;
			
			
		}
		
		.sideboxes img
		{
			width:100%;
		}
		
		
		
	
.sidebox-container
{
	 
	  overflow: hidden;
	 
	   
		
	
}

.sidebox img {
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
}

.sidebox-container:hover .sidebox img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
 
}



	.sideboxes .button
		
		{
			
	margin-top:-4em;



 
	z-index:5000;
		}



		

			.summarybox-container
{

	  overflow: hidden;
	  background:#ffffff;
	  height:100%;


		
	
}

.summarybox-container a

{
	text-decoration:none;
}

.summarybox-container:hover
{
	background:#342D87;
}

.summarybox-text

{
	padding:1em;
}

.summarybox-container:hover

{
	color:#ffffff;
}

.summarybox strong

{
	font-size:1.2em;
}

.summarybox h3

{
position:absolute;
	top:135px;
	margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
	z-index: 10000;
	font-size:2em;
	line-height:1.2em;
  color:#ffffff;
margin-bottom:0px;
	text-align:center;
    font-family: Montserrat;
    border-width: 0px;
    text-align: center;
  box-sizing: content-box;
  border: none;
  -o-text-overflow: clip;
  text-overflow: clip;
text-shadow: 3px 0 0 #004272, -3px 0 0 #004272, 0 3px 0 #004272, 0 -2px 0 #004272, 2px 2px #004272, -2px -2px 0 #004272, 2px -2px 0 #004272, -2px 2px 0 #004272;
  -webkit-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
    letter-spacing: 0px;
}
.summarybox-more

{
text-align:center;
	padding-top:2em;
}
		

.summarybox img {
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
  min-height: 100%;
    min-width: 100%;
    object-fit: cover;

}

.summarybox

{
	text-align:center;
	position:relative;
	
}

.summarybox-container:hover .summarybox img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
 
}

.summarybox-img
{

height:300px;
    overflow: hidden
}

		
		

		
		
			.contentbox
{

	  overflow: hidden;
	  background:#ffffff;
	  height:100%;
	  text-align:justify;
	padding:1em;

		

}

.contentbox-container a

{
	text-decoration:none;
}






.contentbox strong

{

}

.contentbox h3

{

margin-bottom:1em;
margin-top:0px;
	font-size:1.75em;
	line-height:1.2em;
	text-align:center;
    font-family: Montserrat;
    border-width: 0px;
    text-align: center;
  box-sizing: content-box;
color:#342D87;
    letter-spacing: 0px;
}


.contentbox img {
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
  min-height: 100%;
    min-width: 100%;
    object-fit: cover;

}



.contentbox-container:hover .summarybox img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
 
}

.contentbox-img
{

height:300px;
    overflow: hidden
}

	









			.listingbox-container
{

	  overflow: hidden;
	  background:#ffffff;
	  height:100%;


		
	
}

.listingbox-container a

{
	text-decoration:none;
}

.listingbox-container:hover
{
	background:#342D87;
}

.listingbox-text

{
	padding:1em;
}

.listingbox-container:hover

{
	color:#ffffff;
}

.listingbox strong

{
	font-size:1.2em;
}

.listingbox h3

{


	margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
	z-index: 10000;
	font-size:2em;
	line-height:1.2em;
  color:#ffffff;
margin-bottom:0px;
	text-align:center;
    font-family: Montserrat;
    border-width: 0px;
    text-align: center;
  box-sizing: content-box;
  border: none;
  -o-text-overflow: clip;
  text-overflow: clip;
text-shadow: 3px 0 0 #004272, -3px 0 0 #004272, 0 3px 0 #004272, 0 -2px 0 #004272, 2px 2px #004272, -2px -2px 0 #004272, 2px -2px 0 #004272, -2px 2px 0 #004272;
  -webkit-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
    letter-spacing: 0px;
}
.listingbox-more

{
text-align:center;
	padding-top:2em;
}
		

.listingbox img {
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
    width: 100%;
    object-fit: cover;

}

.listingbox

{
	text-align:center;
	position:relative;
	
}

.listingbox-container:hover .listingbox img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
 
}

.listingbox-img
{

height:375px;
    overflow: hidden
}
	

			


		.header-image h1

{


	z-index: 10000;
	font-size:2.75em;
	line-height:1.2em;
  color:#ffffff;
margin-bottom:0px;
	text-align:center;
    font-family: Montserrat;
    border-width: 0px;
    text-align: center;
  box-sizing: content-box;
  border: none;
  -o-text-overflow: clip;
  text-overflow: clip;
text-shadow: 3px 0 0 #004272, -3px 0 0 #004272, 0 3px 0 #004272, 0 -2px 0 #004272, 2px 2px #004272, -2px -2px 0 #004272, 2px -2px 0 #004272, -2px 2px 0 #004272;
  -webkit-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
    letter-spacing: 0px;
}

		.header-image h3

{
position:absolute;
	bottom:40px;
	font-family: 'open sans';
	z-index: 10000;
	font-size:1.75em;
	line-height:1.2em;
  color:#ffffff;
margin-bottom:0px;
	text-align:center;

    border-width: 0px;
    text-align: center;
  box-sizing: content-box;
  border: none;
  -o-text-overflow: clip;
  text-overflow: clip;
text-shadow: 3px 0 0 #004272, -3px 0 0 #004272, 0 3px 0 #004272, 0 -2px 0 #004272, 2px 2px #004272, -2px -2px 0 #004272, 2px -2px 0 #004272, -2px 2px 0 #004272;
  -webkit-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
    letter-spacing: 0px;
}

		
		
		
		
		
		
		


.blog-container
{
	 padding:0.4em;
	  overflow: hidden;
	  background:#ffffff;

		
	
}

.blog-container a

{
	text-decoration:none;
}

.blog-container:hover
{
	background:#DEEAF5;
}

.blog-more

{
text-align:center;
	padding-top:2em;
}
		

.blogbox img {
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
  height:100px !important;
}

.blogbox

{
	text-align:center;
	
}

.blog-container:hover .blogbox img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
 
}

.blogbox-img
{
	height:140px;
		  overflow: hidden;
}



#blogdate

{
background: #45C7F4;
color:#ffffff;
padding:0.2em;
border-radius:4px;	
width:70px;
margin:auto;
text-align:center;
font-weight:700;
font-size:0.9em;
margin-top:0.3em;
margin-bottom:0.3em;
}

.bloglist-img img

{
 -webkit-transition: 0.9s ease;
  transition: 0.9s ease;

}


.bloglist

{
  overflow: hidden;
  margin-bottom:1em;
}

.bloglist-img

{
	overflow: hidden;
	
}


.bloglist:hover .bloglist-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
 
}


#blog-headline

{
	text-decoration:none;
	font-weight:700;
	font-size:1.3em;
}


	.fb-page
	
	{
	
		width:100%;
	}
	
	
#main-wrapper p

{
	text-align:justify;
}
	
	.formerror
	
	{color: #CC0033;
	}
		
		
		.fb-page
		{
			width:100%;
		
		}
		
		
		.sidemenu ul
		
		{
			margin:0px;
		}
		
		.sidemenu li
		
		{
			margin-bottom:0.2em;
		}
		
		.sidemenu li a, .contentmenu li a
		
		{
			font-weight:bold;
			color: #44457C;
			text-decoration:none;
			padding:0.4em;
			width:100%;
			display:block;
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfdfd+0,e4e4ec+100 */
background: #fdfdfd; /* Old browsers */
background: -moz-linear-gradient(top,  #fdfdfd 0%, #e4e4ec 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fdfdfd 0%,#e4e4ec 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fdfdfd 0%,#e4e4ec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e4e4ec',GradientType=0 ); /* IE6-9 */
border-bottom:2px solid #ffffff; 
		}
		
		.sidemenu li a:hover, .contentmenu li a:hover
		
		{
			color:#ffffff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9b98c2+0,15105a+100 */
background: rgb(155,152,194); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(155,152,194,1) 0%, rgba(21,16,90,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(155,152,194,1) 0%,rgba(21,16,90,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(155,152,194,1) 0%,rgba(21,16,90,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b98c2', endColorstr='#15105a',GradientType=0 ); /* IE6-9 */
		}
		
		
		.sidemenu h4
		
		{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9b98c2+0,15105a+100 */
background: rgb(155,152,194); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(155,152,194,1) 0%, rgba(21,16,90,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(155,152,194,1) 0%,rgba(21,16,90,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(155,152,194,1) 0%,rgba(21,16,90,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b98c2', endColorstr='#15105a',GradientType=0 ); /* IE6-9 */

			padding:0.4em;
			color:#ffffff;
			margin-bottom:0.2em;
			margin-top:1.5em;
		}
		

		.maincontent
		{
			text-align:justify;
		}
		
		#ourclients
		
		{
			font-size:1.4em;
			font-weight:bold;
			padding-left:1em;
		}
		
		
		#header h2
		
		{
			color:#6C68A6;
			font-size:1.2em;
			margin-top:0.5em;
		}
		
	
		
		.phone .fa
		
		{
			color:#9B0F0E;
			margin-right:0.3em;
		}
		
	
	 .maincontent-img-1 {
			
			width:100% !important;
			height:100% !important;
		}
		
		.imageright
		
		{
			float:right;
			margin-left:1em;
		}
		
		/* Icons */
		
		ul.icons
		
		{
			display:block;
		}

	ul.icons li
	
	{
	display:inline;
		margin-right:5px;
	}
			ul.icons li a
		
		{
			color:#ffffff !important;
	
		}
		
		.icon {
		text-decoration: none;
		position: relative;
		color:#ffffff;
	}
	
	.icon > .label {
    display: none;
	
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon.circle {
			-moz-transition: all 0.2s ease-in-out;
			-webkit-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
			border: 0;
			display: inline-block;
			font-size: 2em;
			height: 2.25em;
			left: 0;
			line-height: 2.25em;
			text-align: center;
			text-decoration: none;
			top: 0;
			width: 2.25em;
		}

			.icon.circle:hover {
				top: -0.2em;
			}

			.icon.circle.fa-twitter {
				background: #3B94D9;
				color: #fff;
			}

				.icon.circle.fa-twitter:hover {
					background: #7fb7d2;
				}

			.icon.circle.fa-facebook {
				background: #3B5998;
				color: #fff;
			}

				.icon.circle.fa-facebook:hover {
					background: #829bc9;
				}

			.icon.circle.fa-google-plus {
				background: #db6b67;
				color: #fff;
			}

				.icon.circle.fa-google-plus:hover {
					background: #df7b77;
				}

			.icon.circle.fa-flickr {
				background: #04080B;
				color: #fff;
			}

				.icon.circle.fa-flickr:hover {
					background: #353535;
				}

			.icon.circle.fa-linkedin {
				background: #0077B5;
				color: #fff;
			}

				.icon.circle.fa-linkedin:hover {
					background: #00A3FB;
				}
		
		.icon.circle.fa-youtube {
				background: #CC181E;
				color: #fff;
			}

				.icon.circle.fa-youtube:hover {
					background: #E73438;
				}
				
				.icon.circle.fa-instagram {
					background: #E9484D;
				}
				.icon.circle.fa-instagram:hover {
					background: #EE6F6F;
				}
			
				
			
				
				
				
		
			.icon.square.fa-mobile {
					background: #45C7F4;
					color:#004272;
					font-size:1.3em;
				}
		
			.icon.square.fa-phone {
					background: #846BC6;
					color:#ffffff;
					font-size:1.2em;
				
				}
		
		
		.icon.square {
			
			border: 0;
			border-radius: 0.25em;
			display: inline-block;
	
			height: 1.2em;
			left: 0;
			line-height: 1.2em;
			text-align: center;
			text-decoration: none;
			top: 0;
			width: 1.2em;
			margin-right:5px;
		}
		
		
		
		#footer h3
		
		{
			color:#ffffff;
		}
		
		
		
		

#newslist li
		
		{
			font-weight:bold;
			color: #44457C;
			text-decoration:none;
			padding:0.4em;
			width:100%;
			display:block;
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfdfd+0,e4e4ec+100 */
background: #fdfdfd; /* Old browsers */
background: -moz-linear-gradient(top,  #fdfdfd 0%, #e4e4ec 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fdfdfd 0%,#e4e4ec 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fdfdfd 0%,#e4e4ec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e4e4ec',GradientType=0 ); /* IE6-9 */
border-bottom:2px solid #ffffff; 
		}

		
		.container img
		
		
{ /*
	max-width:100% !important;
	height:auto !important;
	*/
	max-width:100%;
}
		
		
		
		.maincontent-img-2, .maincontent-img-3, .maincontent-img-3

{
	max-width:100% !important;
	height:auto !important;
}
	


.stylenews a

{
text-decoration:none;
font-size:1.2em;
font-weight:800;
}	

.stylenews h3

{
	text-align:center;
	
			letter-spacing:0.05em;
			font-size:2em;
			font-weight:normal;
}



.promobullet li

{
	background: #ECECEC;
	border-radius:4px;
	padding:0.4em;
	margin-bottom:1em;
}

.promobullet .fa-check-circle

{
	font-size:1.3em;
	color: #4685B9;
	margin-right:0.3em;
}

/*    product gallery*/

.product-images

{
	clear:both;
}


.product-images img {
      
    max-height: 350px;
	float:right:
  
}


.gallery-image

{
	float:right;
	width:600px;
}

.product-images .gallery-thumbs {
    float: left;
}

.product-images .gallery-thumbs .thumb-img {
    width: 100px;
    height: 100px;
    margin: 0 0 7px 0;
    cursor: pointer;
display:block;
float:left;
margin-right:5px;
 
}

.product-images .gallery-thumbs .thumb-img img {
    border: 1px solid #9c9c9c;
    width: 100px;
	height:100px;
}

.product-images .gallery-thumbs .thumb-img .last {
    margin: 0;
}

 .thumb-img
 
 {
 float:left;
     margin: 0 0 7px 0;

 }

 .gallery-thumb-container

{
	height:240px;
	overflow:hidden;
}
 
 
 .gallery-thumb {
    position: relative;
    text-align: center;
    color: #ffffff;
    font-size: 4em;
    margin-bottom: 0.1em
	
}

.gallery-thumb img
{
	width:100%;
	height:100%;
	object-fit:cover;
}

.videoflag

{position:absolute;
top:30%;
left:0;
right:0;
bottom:0;

}
 
 

/* ************************** ADMIN STYLES */

		.cke_contents {
/* height: 500px !important; */
/*width: 1200px !important; */



}
.ckeditor

{
padding:1em;	
}

#edit-bar

{
	position:fixed;
	bottom:0;
	right:0;
	background: #CC0033;
	padding:1em;
	
	

}

#edit-bar a

{
	color:#ffffff;
	text-decoration:none;
	font-size:2em;


	
}






.fa-edit

{


}


#editpage-field
{
	padding-bottom:0.5em;
}

#editpage-field label
{
	margin-bottom:0.2em;
}


.admin-field label
{
	margin-bottom:0.2em;
	margin-top:1em;
}


		
		admintable
{
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	
}

table.admintable

{
	border: 1px solid #ccc;
}

.admintable TH
{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #EFEDED;
	text-align: left;
	vertical-align: top;
	padding: 3px;
	
}

.admintable TD
{	
	padding: 3px;
		border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: top;

	
}

#starting_date_full, #ending_date_full
{
	width: 160px;
	display:inline-block
}

#fa-start, #fa-end
{
	margin-left: -30px;
	display:inline-block;
}

.rowlevel3 td a.edit-page::before

{
	  font-family: FontAwesome;
    content: "";

	
}


.editor_area_width

{
width:940px;

}

#drop_zone {
    background-color: #EEE; 
    border: #999 5px dashed;
    width: 290px; 
    height: 100px;
    padding: 8px;
    font-size: 18px;
}

.drop_text {
    margin-top: 10px;
	text-align: center;
}

#progressBar {
	display: none;
}


.list_enquiries ul

{
list-style:none;
margin:0px;
padding:0px;
}

.list_enquiries li

{
background-color:#EFEDED;
margin-bottom:10px;
margin-top:10px;
margin-left:0px;
padding:8px;
line-height:17px;

}

#enquiry_date

{
float:right;
}


#enquiry_full

{
float:right;
}

#enquiry_message

{
width:700px;
}


table#enquiry_details

{
width:100%;
}




table#enquiry_details th

{
width:150px;
}

table.addpage-options td




{
padding-top: 3px;
padding-right: 3px;
padding-bottom: 3px;
padding-left: 6px;
background-color:#E8E8E8;


}

.addpage-options  #label_cell


{
width:25%;

}

.addpage-options  #element_cell


{
width:25%;

}



.special {
display: none;
}
		
		
		
		.rowlevel0hidden
{
background-color: #daa;
}

.rowlevel1hidden
{
background-color: #ebb;
}

.rowlevel2hidden
{
background-color: #fcc;
}


.rowlevel0
{
background-color: #ddd;
}

.rowlevel1
{
background-color: #eee;
}

.rowlevel2
{
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfdfd+0,e4e4ec+100 */
background: #fdfdfd; /* Old browsers */
background: -moz-linear-gradient(top,  #fdfdfd 0%, #e4e4ec 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fdfdfd 0%,#e4e4ec 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fdfdfd 0%,#e4e4ec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e4e4ec',GradientType=0 ); /* IE6-9 */
}

#dateselect select

{
	width:90px;
	display:inline-block;
}
		
		
		
		
.header-image img

{
	min-height: 100%;
    min-width: 100%;
    object-fit: cover;
	width:100%
}
		
		.header-promo
		
		{
		
		 font-size: 1.7em;
    color: #45C7F4;
    margin: 0;
	text-align:center;

    margin-top: 1em;
	
	
			letter-spacing:0.05em;

			font-weight:normal;
  
  
			
		}
		
		
#formelement

{
	margin-top:0.3em;
}

#contactform label

{
	margin-bottom:0.2em;
}

#formheading

{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#545454+0,1d1d1d+100 */
background: rgb(84,84,84); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(84,84,84,1) 0%, rgba(29,29,29,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(84,84,84,1) 0%,rgba(29,29,29,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(84,84,84,1) 0%,rgba(29,29,29,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#1d1d1d',GradientType=0 ); /* IE6-9 */

color:#ffffff;
 padding:0.5em;
 font-weight:800;
 margin-top:0.5em;
}

.form-error

{
	color:#CC0000;
}
	

.subject

{
display:none;
}	

.lowerimage
{
	position:relative;
}

	.lowerimage img
		
		{
			
			    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    width: 100%;
		}

		
		
		.lowerimage-text h3

{
	padding-top:1em;
	font-size:2.4em;
	color:#ffffff;
	text-align: center;
	    font-family: Montserrat;
	line-height:1em;
	font-weight:800;

  border: none;
  -o-text-overflow: clip;
  text-overflow: clip;
text-shadow: 4px 0 0 #004272, -4px 0 0 #004272, 0 4px 0 #004272, 0 -4px 0 #004272, 3px 3px #004272, -3px -3px 0 #004272, 3px -3px 0 #004272, -3px 3px 0 #004272;
  -webkit-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: text-shadow 500ms cubic-bezier(0.42, 0, 0.58, 1);
}

.lowerimage-text .button
{
	font-size:1.3em;
}	

.lowerimage-text
		{
			position:absolute;
margin: auto;
left:0px;
right:0px;
text-align:center;
color:#ffffff;
		}
	

	.contactform label
	{
		margin-bottom:0.1em;
	}

	.contactform-field
	
	{
		margin-bottom:0.3em;
	}
	
	/* logo scroller*/
	
/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	width:170px;
	display: block;
		position: relative;
	top: 50%;
	transform: 			translateY(-50%);

}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 

	height: 150px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {

	height: 150px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 180px;
	height: 150px;
	
}
		
/* ***************************************************************************************    Desktop + Tablet */

	@media screen and (min-width: 737px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 13pt;
				line-height: 1.85em;
			}

		/* Sidebar */

			#sidebar h2 {
				font-size: 1.5em;
			}

				.slider 
	
	{
		    top: -0px;
    position: relative;
    margin-bottom: -0px;
	}
	
			
			
			
		/* Wrappers */

			#header-wrapper {
				padding: 0em 0;
				margin-top:0em;
			}

			.wrapper {
				padding: 3em 2em 3em 2em;
			}

			#footer-wrapper {
				padding: 1em 0 7em 0;
				padding: 1em 0 3em 3em;
				margin-top: -6em;
			}

		/* Header */

			#header {
				position: relative;
z-index:5000;
				padding-top: 0.5em;
				padding-bottom:0.5em;
			
			}

				#header .inner {
					
				
					position: relative;
					
			    padding-left: 2em;
				padding-right:2em;
				
				}

				#header h1 {
					position: absolute;
					left: 1.75em;
					top: 50%;
					margin-top: -0.65em;
					font-size: 1.5em;
					color: #fff;
				}

	
				
				
				.contentmenu
				
				{
					float:right;
					margin-left: 20px;
    margin-bottom: 10px
				}
				
				
				.promobox-container
{
	 

		 margin-right:-15px;
		 margin-left:-15px;
	
}




#gallerydiv  IMG
{
width: 100%;
height: 155px;

}


.promoboxes-container

{
margin-top:-130px;

}
	
.sectionheading
{
	padding-left:2em;
}

	.header-image
		
		{
			position:relative;
			overflow:hidden;
			max-height:525px;
		}
.header-image h1
{
		position:absolute;
	bottom:100px;

	
}
.header-image h3
{
		position:absolute;
	bottom:45px;
	
	
}


.headermenu

{
	margin-left:-50px;

}



	


		#logo
		
		{
			width:200px;
			margin-top:0.5em;
		}
		
		
		.phone
		
		{
			
		


				font-size:1.2em;
			color:#5F5F5F;
			font-weight:800;
			position:absolute;
			top:45px;
			right:20px;
			
		}
		
		
		
		
		#phone1
		
		{
			
			display:block;
			margin-bottom:0.4em;
			margin-top:3.5em;
			
		}
		
			
		#phone2
		
		{
			display:block;
			
		}
		
		
	
		
		.bold-title1
		
		{
	
		
		}
		
		
		.equalrow

{
 display: flex;
 margin-bottom:2.5em;

 
}

		
		.topimg
		
		{
			margin-top:-11em;
		
		}
		
		.topimg h1
		
		{
			background:#ffffff;
			padding:1em;
			margin-bottom:2.5em;
		}
		
	
		.lowerimage-text
		
		{
			top:50%;
		}
		
		
		
		
		
		ul.events-months {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333333;
}

.events-months li {
    float: left;
}

.events-months li a {

    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

.events-months li a:hover {
    background-color: #111111;
}

		
		
		.client-logos img
		
		{
			max-height:55px;
		}
		
		

	}
	
	
	
		
/* Tablet Only - portrait */

	@media screen and (min-width: 737px) and (max-width: 1024px) {
		#logo
		{
	
		}
		
		.menu-wrapper
		
		{
		margin-top:20px;
		}
	
		
		.blogbox img
		
		{
		
		height:90px !important;
	
		
	}
	
	

	.hero-text
	
	{
		    position: absolute;
    top: 360px;
    width: 100%;
	padding-left:1em;
	padding-right:1em;
	
	}
	
.hero-text h2

{
	font-size:48px;
			line-height:1.1em;
}
	
	
	}
	
	@media screen and (min-width: 737px) and (max-width: 1000px) {
		
			.phone
		
		{
			
		


				font-size:1.4em;
			color:#5F5F5F;
			font-weight:800;
			position:absolute;
			top:40px;
			left:0px;
			right:0px;
			text-align:center;
			
		}
		
	}
	
		
		
/* Tablet Only */

	@media screen and (min-width: 737px) and (max-width: 1200px) {

		/* Basic */

			body {
	width:100% !important; 
				line-height: 1.75em;
				font-size: 10.75pt;
			}

			input, select, textarea {
				line-height: 1.75em;
				font-size: 10.75pt;
			}

			
		
			
			
			
		/* Wrappers */

			#header-wrapper {
				padding: 0em 0 0 0;
			
			}


			#footer-wrapper {
				padding: 4.5em 0 4.5em 0;
			}

			.wrapper {
				padding: 2.5em 1.5em 2.5em 1.5em
			}
			
			
			#galleryfilter
			
			{
				
			}
			
			#gallerydiv div
{
	
	    margin-right: 10px;
    max-width: 250px;
    height: 280px;
}

#gallerydiv  IMG
{
width: 100%;
height: 145px;

}

		
	.parallax2 { 
    /* The image used */
    background-image: url("/images/boostsales.jpg");
margin-top:2em;
    /* Set a specific height */
    height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
	text-align:center;
	color:#ffffff;
	font-family: 'Montserrat';
	font-size:0.9em;
}


		
	}

/* Mobile Only ****************************************************************************MOBILE*/

	#navPanel, #titleBar {
		display: none;
	}

	@media screen and (max-width: 736px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

			body, input, select, textarea {
				line-height: 1.75em;
				font-size: 10pt;
				letter-spacing: 0;
			}

			h2, h3, h5, h6 {
				font-size: 13pt !important;
		
			}

			h2 {
				line-height: 1.5em;
			}

		/* Section/Article */

			section, article {
				clear: both;
				margin-bottom: 4em !important;
			}

		/* Image */

			.image.left {
				width: 25%;
				margin-bottom: 2em !important;
			}

		/* Button */

			.button {
				width: 100%;
				font-size: 1.1em;
				text-align: center;
				padding: 1em 0 1em 0;
				border-radius: 8px;
			}

		/* List */

			ul.menu li {
				display: block;
				border: 0 !important;
				padding: 0 !important;
				margin: 0 !important;
			}

			ul.actions li {
				display: block;
				padding: 0;
				margin: 1em 0 0 0;
			}

				ul.actions li:first-child {
					margin-top: 0;
				}

		/* Box */

			.box.excerpt .image-left {
				margin-right: 0;
			}

			.box.excerpt header {
				margin-left: 32%;
			}

			.box.excerpt p {
				clear: both;
			}

			.box.feature1 section {
				margin-bottom: 1em !important;
			}

		/* Off-Canvas Navigation */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}


			

		/* Wrappers */

			#header-wrapper {
				background-position: 35% 50%;
			}

			.homepage #header-wrapper,
			#main-wrapper {
				padding-top: 0px;
			}

			.homepage #main-wrapper {
				padding-top: 0;
			}

			#footer-wrapper {
				padding: 2em 20px 0 20px;
			}

			.wrapper {
				padding: 3em 20px 1em 20px;
			}

		/* Header */

			#header, #nav {
			
			}
			
			#header .inner
			
			{
		padding:1em;
			}

			
			
		/* Banner */

			#banner {
				padding: 40px 20px 40px 20px;
			}

				#banner h2 {
					font-size: 18pt !important;
				}

					#banner h2 br {
						display: none;
					}

		/* Footer */

			#copyright {
				margin-top: 0;
			}
			
			.sidemenu
			
			{
				display:none;
			}
			
			
			.footer-wrapper
			{
				margin-top:0px;
			
			}

			.footer-wrapper .row
			
			{
			padding-top:2em;
			}

.maincontent-img-2, .maincontent-img-3, .maincontent-img-3

{
	width:100% !important;
	height:auto !important;
}
	
	#strapline
	{
		font-size:1.2em !important;
	}
	.phone
		
		{
			text-align:left;
			font-size:1.2em;
			font-weight:700;
			color:#ffffff;
			z-index:7000;
			
		}

	
	
	#logo
	{
		width:150px;
	}
	
			.phone
		
		{
			position:absolute;
			top:100px;
			left:20px;

	
			color:#5F5F5F;
			font-weight:800;
			

		
			
		}
		
		.bold-title1
		
		{
		font-size:11pt !important;
			line-height:1.4em !important;	
		
		}
		
		
		.bold-title2
		
		{
		font-size:11pt !important;
			line-height:1.4em !important;	
		
		}
		
		.bold-title3
		
		{
		font-size:10pt !important;
			line-height:1.4em !important;	
		
		}
		
		
			.bold-title-button
		
		{
		font-size:7pt !important;
			line-height:1.4em !important;	
		
		}
		
		.hero img
	{
		
height:650px;


	}
	
	.hero-text
	{
		width:100%;
		top:335px;
		padding-left:0.5em;
		padding-right:0.5em;
	}
	
	
	.hero h2
	
	{
		font-size:1.6em !important;
	}

	.header-image
	{
		position:relative;
	}

.header-image img
{
min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 220px;
    object-position: top right;	
		
}
.header-image h1 {
    position: absolute;
    bottom: 20px;
	font-size:2em;
	padding-left:0.5em;
}

		.header-image h3 {
    position: absolute;
    top: 200px;
		padding-left:1em;
		text-shadow: none;
		color: #515151;
		}
		
		
.contentbox h3

{
font-size:2em !important;
}	

.lowerimage img
{
	height:300px;
}
		
			.lowerimage-text
		
		{
			bottom:10px;
			padding-left:1em;
			padding-right:1em;
		}
		
	.lowerimage-text h3

{
	padding-top:1em;
	font-size:1.4em !important;	
	line-height:1.3em;
		
		
		
	}
	
	.summarybox h3
	
	{
		font-size:2em !important;
	}
	
	
	.parallax2
	{
		 height:400px;
  
    background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
    background-attachment: scroll;
	font-size:0.9em;
	
	}
		.client-logos
{

	text-align:center !important;
}

.client-logos img
{
	max-width:100%;
}
	
	
	}