@charset "UTF-8";
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.7em;
	line-height: 1.5;
	color: #403C39;
}
body.has-active-menu {
	overflow: hidden;
}
.pg-wrapper {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.pg-mask {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.pg-mask.is-active {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	opacity: 0.7;
}
.pg-width {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
body {
	font-size: 1.5em;
}
}

@media only screen and (max-width: 480px) {
}
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 300;
}
h1 {
	font-size: 4rem;
	line-height: 1.2;
}
h2 {
	font-size: 3.5rem;
	line-height: 1.2;
}
h3 {
	font-size: 2.5rem;
	line-height: 1.3;
}
h4 {
	font-size: 1.8rem;
	line-height: 1.6;
}
p {
	margin-top: 0;
}
strong {
	font-weight: 700 !important;
}
.text-heading-sm {
	font-size: 1.8rem;
	color: #82C402;
	font-weight: bold;
}
.text-center {
	text-align: center;
}
.text-para1 {
	font-size: 2rem;
}
.text-large {
	font-size: 2.5rem;
}
.text-hightlight--blue {
	color: #5099DE;
}
.text-hightlight--green {
	color: #82C402;
}
.text-hightlight--grey {
	color: #999999;
}
.text-hightlight--darkblue {
	color: #003954;
}
.text-hightlight--red {
	color: #a0254e;
}

@media only screen and (max-width: 768px) {
h1 {
	font-size: 2.6rem;
	line-height: 1.2;
}
h2 {
	font-size: 2.2rem;
	line-height: 1.2;
}
h3 {
	font-size: 2.0rem;
	line-height: 1.3;
}
h4 {
	font-size: 1.7rem;
	line-height: 1.6;
}
}
.text-para1 {
	font-size: 1.6rem;
}

@media only screen and (max-width: 480px) {
}
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #82C402;
}
a:hover {
	color: #5099DE;
}
a.link.blue {
	color: #5099DE;
}
a.link.green {
	color: #82C402;
}
a.link.grey {
	color: #403C39;
}
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	float: left;
	overflow: hidden;
	padding: 20px 30px 20px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.one.column {
	width: 8.3333333%;
}
.two.column {
	width: 16.6666667%;
}
.three.column {
	width: 25%;
}
.four.column {
	width: 33.3333333%;
}
.five.column {
	width: 41.6666667%;
}
.six.column {
	width: 50%;
}
.seven.column {
	width: 58.3333333%;
}
.eight.column {
	width: 66.6666667%;
}
.nine.column {
	width: 75%;
}
.ten.column {
	width: 83.3333333%;
}
.eleven.column {
	width: 91.6666667%;
}
.twelve.column {
	width: 100%;
}
footer.main .column.four {
	text-align: right;
	color: #FFF;
	font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
.column {
	width: 100% !important;
}
footer.main .column.four {
	text-align: center;
	color: #FFF;
	font-size: 1.4rem;
}
}
/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
	position: relative;
}
header.menu {
	position: relative;
	display: none;
}
main {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding: 20px 0;
}
.section {
	overflow: hidden;
	clear: both;
}
section.sublte {
	background: #F2F2F2;
}
footer.main {
	padding: 40px 0 0 0;
	background: #82c402;
	background: -webkit-linear-gradient(left, #82c402 0%, #5099de 100%);
	background: -o-linear-gradient(left, #82c402 0%, #5099de 100%);
	background: linear-gradient(to right, #82c402 0%, #5099de 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82c402', endColorstr='#5099de', GradientType=1 );
}

@media only screen and (max-width: 768px) {
header.menu {
	display: block;
	background: #FFF;
}
main {
	padding: 20px 0;
}
footer.main {
	text-align: center;
}
}
/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}
ul.nav-primary {
	position: absolute;
	top: 40px;
	right: 30px;
}
ul.nav-primary li {
	float: left;
	font-size: 1.6rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul.nav-primary li a {
	display: block;
	padding: 5px 25px;
	color: #999999;
}
ul.nav-primary li a:hover {
	color: #9BD045;
}

@media only screen and (max-width:768px) {
nav.menu-wrapper {
	position: fixed;
	z-index: 200;
	background-color: #FFF;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
nav.menu-slide {
	height: 100%;
	width: 80%;
	top: 0;
	left: 0;
	overflow-y: scroll;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
nav.menu-slide.is-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
ul.nav-primary {
	position: relative;
	top: 0;
	right: 0;
	margin: 0 30px;
}
ul.nav-primary li {
	float: left;
	font-size: 1.8rem;
	width: 100%;
	border-bottom: solid 1px #F2F2F2;
}
ul.nav-primary li a {
	display: block;
	padding: 15px 30px;
	color: #999999;
}
ul.nav-primary li a:hover {
	color: #9BD045;
}
.trigger {
	position: absolute;
	width: 50px;
	height: 50px;
	display: block;
	top: 25px;
	right: 25px;
	background: #FFF url(../images/icons/icon-menu.png) center center no-repeat;
	background-size: 25px 25px;
	border: none;
	box-shadow: none;
	border-radius: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.trigger:focus {
	outline: none;
}
.trigger-close {
	position: absolute;
	width: 50px;
	height: 50px;
	display: block;
	top: 15px;
	right: 15px;
	background: #FFF url(../images/icons/icon-close.png) center center no-repeat;
	background-size: 15px 15px;
	border: none;
	box-shadow: none;
	border-radius: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.trigger-close:focus {
	outline: none;
}
}
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* Featitems ––––––––––––––––––– */
ul.featitems {
	overflow: hidden;
	clear: both;
	padding: 20px 50px;
}
ul.featitems li {
	width: 31.333%;
	float: left;
	border-radius: 5px;
	font-size: 1.4rem;
	text-align: center;
	color: #999999;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	background-size: 75px 75px;
	background-position: top 20px center;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul.featitems li:hover {
	background-color: #F2F2F2;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}
ul.featitems li a {
	display: block;
	padding: 110px 30px 20px 30px;
}
ul.featitems li:nth-child(1) {
	border-top: solid 5px #82C402;
	background-image: url(../images/icons/icons-featitems--grow.png);
	margin-right: 3%;
}
ul.featitems li:nth-child(2) {
	border-top: solid 5px #5099DE;
	background-image: url(../images/icons/icons-featitems--work.png);
}
ul.featitems li:nth-child(3) {
	border-top: solid 5px #403C39;
	background-image: url(../images/icons/icons-featitems--enquire.png);
	margin-left: 3%;
}
/* Contact Details ––––––––––––––––––– */
ul.profile {
}
ul.profile li {
	background: #403C39;
	border-bottom: solid 1px rgba(255,255,255,0.1);
}
ul.profile li a {
	color: #FFF;
	display: block;
	padding: 10px 20px;
}
ul.profile li a:hover {
	background-color: rgba(255,255,255,0.1);
}
/* Logo Grid ––––––––––––––––––– */
ul.logo-grid {
	list-style: none;
	overflow: hidden;
	margin: 0 auto;
	max-width: 480px;
}
ul.logo-grid li {
	width: 22%;
	margin: 0 5% 20px 5%;
	float: left;
}
ul.logo-grid li img {
	width: 100%;
	height: auto;
	display: block;
}
ul.logo-grid li img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
/* Packages ––––––––––––––––––– */
.packages {
	width: 100%;
	min-height: 250px;
	float: left;
	border-radius: 5px;
	font-size: 1.4rem;
	text-align: center;
	margin: 0 1% 30px 1%;
	padding: 30px 30px 30px 30px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	background-size: 75px 75px;
	background-position: top 20px center;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.packages.item1 {
	border-top: solid 5px #82C402;
}
.packages.item2 {
	border-top: solid 5px #5099DE;
}
.packages.item3 {
	border-top: solid 5px #003954;
}
.packages.item4 {
	border-top: solid 5px #a0254e;
}
.packages.item5 {
	border-top: solid 5px #0d0a0a;
}
.packages h2 {
	font-size: 2rem;
	font-weight: bold;
	color: #403C39;
}
.packages ul {
	overflow: hidden;
}
.packages li {
	padding: 8px 0;
	font-size: 1.2rem;
	line-height: 1.2;
	border-bottom: solid 1px rgba(221,221,221,1.00);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.text-price {
	font-size: 4.5rem;
}
/* Contact Details ––––––––––––––––––– */
ul.list {
	overflow: hidden;
	margin: 0 0 30px 0;
}
ul.list li {
	width: 100%;
	padding: 5px 0;
	border-bottom: solid 1px #F2F2F2;
	font-size: 1.8rem;
}
/* Contact Details ––––––––––––––––––– */
ul.contact {
	overflow: hidden;
	padding: 80px 50px 50px 50px;
	margin: 20px 20px 0 20px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}
ul.contact li {
	float: left;
	width: 31.333%;
	border-radius: 3px;
	line-height: 1.3;
	padding: 30px 20px 20px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	border: solid 2px #F2F2F2;
}
ul.contact li img {
	margin: -100px 0 20px 0;
	padding: 0 20px;
	height: 60px;
	width: 60px;
	background: #FFF;
}
ul.contact li:first-child {
	margin-right: 3%;
}
ul.contact li:last-child {
	margin-left: 3%;
}
/* Sitemap ––––––––––––––––––– */
ul.sitemap {
	list-style: none;
	overflow: hidden;
	margin: 20px auto 0 auto;
}
ul.sitemap li {
	float: left;
	font-size: 1.9rem;
}
ul.sitemap li a {
	color: #FFF;
	padding: 5px 50px 5px 0;
}
ul.sitemap li a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

@media only screen and (max-width: 768px) {
ul.featitems li {
	width: 100%;
	margin-bottom: 20px;
}
ul.featitems li:nth-child(1) {
	margin-right: 0;
}
ul.featitems li:nth-child(3) {
	margin-left: 0;
}
ul.contact li {
	width: 100%;
	margin: 0 0 15px 0;
}
ul.contact li:first-child {
	margin-right: 0;
}
ul.contact li:last-child {
	margin-left: 0;
}
ul.sitemap {
	margin: 0 auto 0 auto;
	display: table;
	text-align: center;
}
ul.sitemap li {
	font-size: 1.5rem;
}
ul.sitemap li a {
	padding: 5px 20px 5px 20px;
}
}

@media only screen and (max-width: 480px) {
ul.sitemap li {
	font-size: 1.3rem;
}
ul.sitemap li a {
	padding: 10px 15px 10px 15px;
}
}

/* Gallery
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul#lightGallery {
	list-style: none;
	margin: 0;
}
ul#lightGallery li {
	width: 18%;
	height: auto;
	float: left;
	margin-right: 2%;
	position: relative;
	z-index: 50;
	cursor: pointer;
}
ul#lightGallery li:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
ul#lightGallery li img {
	width: 100%;
	height: auto;
	display: block;
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 250px;
	height: auto;
	display: inline-block;
	padding: 20px 30px;
}
.i-footer-social {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin: 15px 3px;
}
.i-social {
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: 15px 0;
}
.pg-image {
	height: 400px;
	width: 100%;
	background-image: url(../images/banner-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
img.img-full {
	width: 100%;
	height: auto;
	display: block;
}
.i-footer-social:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

@media only screen and (max-width: 768px) {
img.logo {
	width: 200px;
}
}
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"], input[type="text"], input[type="tel"], textarea, select {
	width: 100%;
	padding: 15px 15px;
	margin-bottom: 15px;
	background-color: #FBFBFB;
	border: none;
	border-bottom: solid 1px #E2E2E2;
	border-radius: 0;
	box-shadow: none;
	font-size: 1.2rem;
	color: #999999;
	background-position: right 10px center;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea {
	min-height: 210px;
}
select {
	background-image: url(../images/icons/icon-select.png);
	background-size: 15px 15px;
	background-position: right 15px center;
	background-repeat: no-repeat;
}
input[type="email"]:focus, input[type="text"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
	border: none;
	border-bottom: 1px solid #5099DE;
	outline: 0;
	background-color: rgba(255,255,255,1.00);
	-webkit-transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}
input[type="email"]:hover, input[type="text"]:hover, input[type="tel"]:hover, textarea:hover, select:hover {
	border: none;
	border-bottom: 1px solid #5099DE;
	outline: 0;
	background-color: rgba(255,255,255,1.00);
	-webkit-transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display: block;
	padding: 10px 40px;
	margin: 0 auto 0 auto;
	background: #82C402;
	color: #FFF;
	cursor: pointer;
	height: auto;
	text-align: center;
	border: none;
	font-size: 1.5rem;
	border-radius: 50px;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	color: #FFFFFF;
	background: #5099DE;
}
label {
	font-size: 1.4rem;
	text-align: left;
	display: block;
}
.required {
	color: red;
}
fieldset {
	margin: 0;
	padding: 10px;
	border-width: 0;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
::-webkit-input-placeholder {
color: red;
}
     :-ms-input-placeholder {
color: red;
}
         ::-moz-placeholder {
color: red;
}
          :-moz-placeholder {
color: red;
}

@media only screen and (max-width: 768px) {
fieldset {
	width: 100%;
}
}
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn {
	display: inline-block;
	padding: 6px 30px;
	margin-bottom: 0;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.4;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 4px;
}
a.btn.btn-block {
	display: block;
}
a.btn.btn-primary {
	color: #FFF;
	border-radius: 50px;
}
a.btn.btn-primary:hover {
	background-color: #333;
}
a.btn.btn-flex-caption {
	color: #FFF;
	background-color: #5099DE;
	border-radius: 50px;
	margin: 25px 0 0 0;
	font-size: 1.6rem;
}
/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.padding20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.padding80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.push-left {
	float: left;
}
.push-right {
	float: right;
}
.half {
	float: left;
	width: 50%;
}

@media only screen and (max-width: 768px) {
.padding20, .padding40, .padding60, .padding80 {
	padding-top: 30px;
	padding-bottom: 30px;
}
}
/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix {
	clear: both;
}
.byline {
	font-size: 1rem;
	text-align: center;
	line-height: 30px;
}
.byline a {
	color: #FFF;
}
hr {
	clear: both;
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
hr.divide {
	height: 7px;
	background-image: url(../images/dot.png);
	background-position: top center;
	background-size: 7px 7px;
	background-repeat: repeat-x;
	border: none;
	margin: 50px 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
blockquote {
	background: #fbfbfb;
	padding: 30px;
	margin: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.bg-green {
	background: #82C402;
}
.bg-blue {
	background: #5099DE;
}
.bg-light-grey {
	background: #999999;
}
.bg-grey {
	background: #403C39;
}
.bg-darkblue {
	background: #003954;
}
.bg-red {
	background: #a0254e;
}

@media only screen and (max-width: 768px) {
hr.divide {
	margin: 20px 0;
}
blockquote {
	margin: 0;
}
}
