@charset "utf-8";
/* CSS Document */

/***** Global Settings ======================================== *****/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a, a:visited, a:hover, a:focus, a:active, object, embed, a img {
	outline:none !important
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration:  line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
select {
	width:80%;
	background-color:#ffffff;
	border:1px solid #cccccc
}
input, select {
	vertical-align: middle;
}
/***** And so .... =====================================*****/
/*  font-family: 'Abel', sans-serif;
<link href="https://fonts.googleapis.com/css?family=Abel" rel="stylesheet">

*/
:root {
	font: 16px 'OpenSansRegular', Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height:1.4;
 --main-bg-color: #fff;
 --second-bg-color: #df2238;
 --main-txt-color: #333;
 --site-color: #00AEDF;
 --foot-bg-color: #00A9EE;
}
body {
	color:#333;
	margin:0;
	padding:0;
	background-color: var(--main-bg-color);
	color: var(--main-txt-color);
	letter-spacing: 0.1px;
	line-height:1.6;
}
/***** Headings =====================================*****/

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-style: normal;
	font-weight: 400;
	color: #00AEDF;
	margin:0 0 10px 0;
}
h1 {
	font-size:2em;
	font-weight:bold;
	margin:0 0 10px 0;
}
h2 {
	padding:0;
	margin:0 0 10px 0;
	font-size:1.6em;
	font-weight:bold;
	text-transform: capitalize;
}
h3 {
	padding:0;
	margin:0 0 10px 0;
	font-size: 1.3em;
	font-weight:bold;
}
h4 {
	font-size: 1.55em;
	font-weight:bold;
	text-transform: capitalize;
	display:inline-block;
	text-align:center;
	background:var(--site-color);
	padding: 5px;
	Margin-bottom: 10px;
	width:97%;
	color:#FFF;
	text-shadow: 0px 1px 0px #333;
}
h5 {
	font-size : 1.2em;
	font-weight:bold;
	margin:0 0 10px 0;
	color:#FFF;
	display:inline-block;
	border-bottom:1px dotted #666;
	text-transform: uppercase;
}
h6 {
	color: #777;
	font-size : 1em;
}
p {
	margin: 0 0 1em 0;
	font-size : 1.0em;
	letter-spacing: 0.25px;
}
p {
	hyphens : auto;
}
a, h1 a, h2 a, h3 a, h4 a, h5 a {
	color:#278dab;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration:none;
	outline:none;
}
a:hover, a:active, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	color:#186176;
}
b, strong {
	font-weight : bold;
}
em {
	font-style:italic;
}
.introtext {
	font-size: 1.2em;
	font-weight:800;
	padding: 0;
	margin: 0.1em 0 1.5em 0;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size: 12px;
	font-weight:bold;
	float:left;
	margin: 0 0 0 60px
}
.style2 {
	color:#00aedf;
	font-weight: bold;
	font-size: 1em;
	float:right;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size: 10px;
}
.styletestimononial {
	font-weight: bold;
	font-family:Oleo Script;
	font-style:italic;
	letter-spacing: 1px;
	color:#666;
	background:#F6FAFC;
	padding:2px 20px;
}
figure {
	font-size: 11px;
	font-style:italic;
}
cite {
	font-style:italic;
}
.vibes {
	font-family: 'Great Vibes', cursive !important;
	color: #969696;
	margin-bottom: -15px;
	font-size:38px;
}
.linebreak {
	border-bottom: 2px dotted #95adc3;
	clear: both;
	margin: 15px 0;
	padding: 8px;
}
img {
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	height: auto;
}
address {
	font-style:normal;
}
/***** HR Styles *****/
hr.style-one {
	margin-top: 5px;
	margin-bottom: 10px;
	border: 0;
	border-top: 0;
	background-image: url(../assets/images/hr-pink-flower.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 24px;
	display: block;
	clear: both;
	float: left;
	width: 100%;
}
hr.style-two {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
hr.style-three {
	margin-top: 5px;
	margin-bottom: 10px;
	border: 0;
	border-top: 0;
	background-image: url(../assets/images/title_underline.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 23px;
	display: block;
	clear: both;
	float: left;
	width: 100%;
}
hr.style-four {
	height: 2px;
	background: #ccc;
}
hr.style-four:before, hr.style-four:after {
	content: '';
	height:10px;
	width:10px;
	border-radius:10px;
	float:left;
	background: #4E5263;
	margin-top: -4px;
}
hr.style-four:after {
	float: right;
}
hr.style-five {
	border: 0 solid #e7e6e6;
	height: 6px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	width:100%;
}
hr.style-seven {
	height: 30px;
	border-style: solid;
	border-color: black;
	border-width: 1px 0 0 0;
	border-radius: 20px;
}
hr.style-nine {
	height: 1px;
	width: 50px;
	border: 3px solid #F90;
	color:#F90;
	margin:30px auto;
}
.sep-con {
	display: flex;
	align-items: center;
}
.line {
	border: 0 solid #e7e6e6;
	height: 6px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	flex-grow: 1;
	margin: 0 10px 5px 10px;
}
/*  GRID FORMAT  ============================================================================= */

/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/*  GROUPING  ============================================================================= */


.group:before, .group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
	zoom:1;
}
/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 0.5% 0 0.5% 1.6%;
	background: transparent;
	padding:0 0;
	text-align:left;
}
.coln {
	display: block;
	float:left;
	margin: 0;
	background: transparent;
	padding:0 0;
}
.colh {
	display: block;
	float:left;
	margin: 0 0 -10px 0;
	background: transparent;
	padding:0 0;
}
.colz {
	display: block;
	float:left;
	margin: 1% 0 1% 0%;
}
.col:first-child {
	margin-left: 0;
} /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
 .col {
 margin: 1% 0 1% 0%;
}
}
/*  GRID OF TWO   ============================================================================= */


.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
 .span_2_of_2 {
 width: 100%;
}
 .span_1_of_2 {
 width: 100%;
}
}
/*  GRID OF THREE   ============================================================================= */

	
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.13%;
}
.span_1_of_3 {
	width: 32.26%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
 .span_3_of_3 {
 width: 100%;
}
 .span_2_of_3 {
 width: 100%;
 float:none;
}
 .span_1_of_3 {
 width: 100%;
 float:none;
 margin:25px auto;
 clear:both;
}
}
/*  GRID OF FOUR   ============================================================================= */

	
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
 .span_4_of_4 {
 width: 100%;
}
 .span_3_of_4 {
 width: 100%;
}
 .span_2_of_4 {
 width: 100%;
}
 .span_1_of_4 {
 width: 100%;
}
}
/*  GRID OF FIVE   ============================================================================= */

	
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 79.68%;
}
.span_3_of_5 {
	width: 59.36%;
}
.span_2_of_5 {
	width: 39.04%;
}
.span_1_of_5 {
	width: 18.72%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
 .span_5_of_5 {
 width: 100%;
}
 .span_4_of_5 {
 width: 100%;
}
 .span_3_of_5 {
 width: 100%;
}
 .span_2_of_5 {
 width: 100%;
}
 .span_1_of_5 {
 width: 100%;
}
}
/*  GRID OF SIX   ============================================================================= */


.span_6_of_6 {
	width: 100%;
}
.span_5_of_6 {
	width: 83.06%;
}
.span_4_of_6 {
	width: 66.13%;
}
.span_3_of_6 {
	width: 49.2%;
}
.span_2_of_6 {
	width: 32.26%;
}
.span_1_of_6 {
	width: 15.33%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
 .span_6_of_6 {
 width: 100%;
}
 .span_5_of_6 {
 width: 100%;
}
 .span_4_of_6 {
 width: 100%;
}
 .span_3_of_6 {
 width: 100%;
}
 .span_2_of_6 {
 width: 100%;
}
 .span_1_of_6 {
 width: 100%;
}
}
/*  GRID OF SEVEN   ============================================================================= */


.span_7_of_7 {
	width: 100%;
}
.span_6_of_7 {
	width: 85.48%;
}
.span_5_of_7 {
	width: 70.97%;
}
.span_4_of_7 {
	width: 56.45%;
}
.span_3_of_7 {
	width: 41.94%;
}
.span_2_of_7 {
	width: 27.42%;
}
.span_1_of_7 {
	width: 12.91%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
 .span_7_of_7 {
 width: 100%;
}
 .span_6_of_7 {
 width: 100%;
}
 .span_5_of_7 {
 width: 100%;
}
 .span_4_of_7 {
 width: 100%;
}
 .span_3_of_7 {
 width: 100%;
}
 .span_2_of_7 {
 width: 100%;
}
 .span_1_of_7 {
 width: 100%;
}
}
/*  GRID OF EIGHT   ============================================================================= */

	
.span_8_of_8 {
	width: 100%;
}
.span_7_of_8 {
	width: 87.3%;
}
.span_6_of_8 {
	width: 74.6%;
}
.span_5_of_8 {
	width: 61.9%;
}
.span_4_of_8 {
	width: 49.2%;
}
.span_3_of_8 {
	width: 36.5%;
}
.span_2_of_8 {
	width: 23.8%;
}
.span_1_of_8 {
	width: 11.1%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
 .span_8_of_8 {
 width: 100%;
}
 .span_7_of_8 {
 width: 100%;
}
 .span_6_of_8 {
 width: 100%;
}
 .span_5_of_8 {
 width: 100%;
}
 .span_4_of_8 {
 width: 100%;
}
 .span_3_of_8 {
 width: 100%;
}
 .span_2_of_8 {
 width: 100%;
}
 .span_1_of_8 {
 width: 100%;
}
}
/*  GRID OF NINE   ============================================================================= */


.span_9_of_9 {
	width: 100%;
}
.span_8_of_9 {
	width: 88.71%;
}
.span_7_of_9 {
	width: 77.42%;
}
.span_6_of_9 {
	width: 66.13%;
}
.span_5_of_9 {
	width: 54.84%;
}
.span_4_of_9 {
	width: 43.55%;
}
.span_3_of_9 {
	width: 32.26%;
}
.span_2_of_9 {
	width: 20.97%;
}
.span_1_of_9 {
	width: 9.68%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
 .span_9_of_9 {
 width: 100%;
}
 .span_8_of_9 {
 width: 100%;
}
 .span_7_of_9 {
 width: 100%;
}
 .span_6_of_9 {
 width: 100%;
}
 .span_5_of_9 {
 width: 100%;
}
 .span_4_of_9 {
 width: 100%;
}
 .span_3_of_9 {
 width: 100%;
}
 .span_2_of_9 {
 width: 100%;
}
 .span_1_of_9 {
 width: 100%;
}
}
/*  GRID OF TEN   ============================================================================= */


.span_10_of_10 {
	width: 100%;
}
.span_9_of_10 {
	width: 89.84%;
}
.span_8_of_10 {
	width: 79.68%;
}
.span_7_of_10 {
	width: 69.52%;
}
.span_6_of_10 {
	width: 59.36%;
}
.span_5_of_10 {
	width: 49.2%;
}
.span_4_of_10 {
	width: 39.04%;
}
.span_3_of_10 {
	width: 28.88%;
}
.span_2_of_10 {
	width: 18.72%;
}
.span_1_of_10 {
	width: 8.56%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
 .span_10_of_10 {
 width: 100%;
}
 .span_9_of_10 {
 width: 100%;
}
 .span_8_of_10 {
 width: 100%;
}
 .span_7_of_10 {
 width: 100%;
}
 .span_6_of_10 {
 width: 100%;
}
 .span_5_of_10 {
 width: 100%;
}
 .span_4_of_10 {
 width: 100%;
}
 .span_3_of_10 {
 width: 100%;
}
 .span_2_of_10 {
 width: 100%;
}
 .span_1_of_10 {
 width: 100%;
}
}
/*  GRID OF ELEVEN   ============================================================================= */

.span_11_of_11 {
	width: 100%;
}
.span_10_of_11 {
	width: 90.76%;
}
.span_9_of_11 {
	width: 81.52%;
}
.span_8_of_11 {
	width: 72.29%;
}
.span_7_of_11 {
	width: 63.05%;
}
.span_6_of_11 {
	width: 53.81%;
}
.span_5_of_11 {
	width: 44.58%;
}
.span_4_of_11 {
	width: 35.34%;
}
.span_3_of_11 {
	width: 26.1%;
}
.span_2_of_11 {
	width: 16.87%;
}
.span_1_of_11 {
	width: 7.63%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
 .span_11_of_11 {
 width: 100%;
}
 .span_10_of_11 {
 width: 100%;
}
 .span_9_of_11 {
 width: 100%;
}
 .span_8_of_11 {
 width: 100%;
}
 .span_7_of_11 {
 width: 100%;
}
 .span_6_of_11 {
 width: 100%;
}
 .span_5_of_11 {
 width: 100%;
}
 .span_4_of_11 {
 width: 100%;
}
 .span_3_of_11 {
 width: 100%;
}
 .span_2_of_11 {
 width: 100%;
}
 .span_1_of_11 {
 width: 100%;
}
}
/*  GRID OF TWELVE   ============================================================================= */

.span_12_of_12 {
	width: 100%;
}
.span_11_of_12 {
	width: 91.53%;
}
.span_10_of_12 {
	width: 83.06%;
}
.span_9_of_12 {
	width: 74.6%;
}
.span_8_of_12 {
	width: 66.13%;
}
.span_7_of_12 {
	width: 57.66%;
}
.span_6_of_12 {
	width: 49.2%;
}
.span_5_of_12 {
	width: 40.73%;
}
.span_4_of_12 {
	width: 32.26%;
}
.span_3_of_12 {
	width: 23.8%;
}
.span_2_of_12 {
	width: 15.33%;
}
.span_1_of_12 {
	width: 6.86%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
 .span_12_of_12 {
 width: 100%;
}
 .span_11_of_12 {
 width: 100%;
}
 .span_10_of_12 {
 width: 100%;
}
 .span_9_of_12 {
 width: 100%;
}
 .span_8_of_12 {
 width: 100%;
}
 .span_7_of_12 {
 width: 100%;
}
 .span_6_of_12 {
 width: 100%;
}
 .span_5_of_12 {
 width: 100%;
}
 .span_4_of_12 {
 width: 100%;
}
 .span_3_of_12 {
 width: 100%;
}
 .span_2_of_12 {
 width: 100%;
}
 .span_1_of_12 {
 width: 100%;
}
}
.span_half {
	float:left;
	width:50%
}
.span_third {
	float:left;
	width:33.333333333333%
}
.span_quarter {
	float:left;
	width:25%
}
.span_fifth {
	float:left;
	width:20%
}
/*EMPTY DIV*/
.push {
	visibility: hidden;
}
 @media only screen and (max-width: 480px) {
.push {
 display: none;
}
}
/*  MAIN LAYOUT	============================================================================= */
.page-wrap {
	float:left;
	width:100%;
	-moz-transition: all 0.05s linear;
	-o-transition: all 0.05s linear;
	-webkit-transition: all 0.05s linear;
	transition: all 0.05s linear;
}
.wrap {
	float:left;
	width:100%;
}
.inner {
	width:85%;
	max-width:85em;
	margin:0 auto
}
div.title {
	background:var(--main-bg-color);
	padding: 0;
	border-bottom:none;
	margin:0 auto;
}
.title h1 {
	font-family: Tahoma, Arial, "Times New Roman";
	color:#666;
	font-size: 10px;
	line-height:1.0em;
	text-align:right;
}
/* Header */
header {
	padding: 0;
	margin:0;
	display:block;
}
header#main-header {
	background-color: var(--header-bg-color);
	color: var(--header-txt-color);
}
#logo {
	width: 190px;
	float:left;
	margin: 10px 0 0 0;
}
.logofoot {
	width:150px;
	float:left;
	padding:0;
	margin:0 0 20px 0;
}
#headerbox {
	font-family: Tahoma, Geneva, sans-serif;
	width: 100%;
	padding: 15px 0 15px 0;
	vertical-align:middle;
	text-align:center;
	margin: 0;
	float:right;
}
#headerbox h6 {
	font-weight:bold;
	font-size:1.3em;
	text-transform: capitalize;
	padding:0;
	margin:13px 0 0 0;
	background:none;
	text-align:right;
	color:#00aedf;
}
#headerbox h6 a, .style2 a {
	color:#333;
}
#headerbox h6 a:hover, .style2 a:hover {
	color:#00aedf;
}
/* Featured Image */
div.featured-image {
	background:var(--main-bg-color);
	text-align:center;
	margin:2px auto 0 auto;
	width:100%;
	position: relative;
}
.banner-pattern {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background: url(../assets/bg/pattern-overlay.png) left top repeat;
	opacity: .4 !important;
}
/* ============== MAIN Navigation   ================================ */
/*  100% NAVIGATION BAR #navigation {
	width:100%;
	background-color: #5fa7cd;
	padding:0;
	margin: 0;
	
}*/

*, *:after, *:before {
	box-sizing: border-box;
}
.animenu__toggle {
	display: none;
	cursor: pointer;
	background-color: #111;
	border: 0;
	padding:0 10px 20px 10px;
	height: 40px;
	width: 60px;
}
.animenu__toggle:hover {
	background-color: #666;
}
.animenu__toggle__bar {
	display: block;
	width: 40px;
	height: 2px;
	background-color: #fff;
	transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
}
.animenu__toggle__bar + .animenu__toggle__bar {
	margin-top: 4px;
}
.animenu {
	display: block;
}
.animenu ul {
	padding: 0;
	list-style: none;
	font: 0px 'Open Sans', Arial, Helvetica;
}
.animenu li, .animenu a {
	display: inline-block;
	font-size: 14px;
}
.animenu a {
	color: #fff;
	text-decoration: none;
}
.animenu__nav {
	background-color: #111;
}
.animenu__nav > li {
	position: relative;
	border-right: 1px solid #666;
}
.animenu__nav > li > a {
	padding: 10px 30px;
	text-transform: uppercase;
}
.animenu__nav > li > a:first-child:nth-last-child(2):before {
 content: "";
 position: absolute;
 border: 4px solid transparent;
 border-bottom: 0;
 border-top-color: currentColor;
 top: 50%;
 margin-top: -2px;
 right: 10px;
}
.animenu__nav > li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
.animenu__nav > li:hover > a {
	color: #fff;
	background-color: #666;
}
.animenu__nav__child {
	min-width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	margin: 20px 0 0 0;
	background-color: #111;
 transition: margin .15s, opacity .15s;
}
.animenu__nav__child > li {
	width: 100%;
	border-bottom: 1px solid #666;
}
.animenu__nav__child > li:first-child > a:after {
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	left: 1em;
	top: -6px;
	border: 6px solid transparent;
	border-top: 0;
	border-bottom-color: inherit;
}
.animenu__nav__child > li:last-child {
	border: 0;
}
.animenu__nav__child a {
	padding: 10px;
	width: 100%;
	border-color: #666;
}
.animenu__nav__child a:hover {
	background-color: #666;
	border-color: #111;
	color: #fff;
}
 @media screen and (max-width: 1002px) {
 .animenu__toggle {
 display: inline-block;
 background:#111;
 width:100%;
 padding:0 0 0 20px;
}
 .animenu__nav, .animenu__nav__child {
 display: none;
}
 .animenu__nav {
 margin: 10px 0;
}
 .animenu__nav > li {
 width: 100%;
 border-right: 0;
 border-bottom: 1px solid #666;
}
 .animenu__nav > li:last-child {
 border: 0;
}
 .animenu__nav > li:first-child > a:after {
 content: '';
 position: absolute;
 height: 0;
 width: 0;
 left: 1em;
 top: -6px;
 border: 6px solid transparent;
 border-top: 0;
 border-bottom-color: inherit;
}
 .animenu__nav > li > a {
 width: 100%;
 padding: 10px;
 border-color: #111;
 position: relative;
}
 .animenu__nav a:hover {
 background-color: #666;
 border-color: #666;
 color: #fff;
}
 .animenu__nav__child {
 position: static;
 background-color: #666;
 margin: 0;
 transition: none;
 visibility: visible;
 opacity: 1;
}
 .animenu__nav__child > li:first-child > a:after {
 content: none;
}
 .animenu__nav__child a {
 padding-left: 20px;
 width: 100%;
}
}
.animenu__nav--open {
	display: block !important;
}
.animenu__nav--open .animenu__nav__child {
	display: block;
}
/* Navigation Bottom  ================================ */
div.nav-bottom {
	background-color: #111;
	background-image:linear-gradient(#111, #666, #111);
	border-bottom:2px solid #666;
	margin: 0 auto;
	padding:10px 0;
	text-align:center;
}
div.nav-bottom ul {
	padding: 2px 0px 4px 0px;
	list-style: none;
	margin:0;
}
div.nav-bottom ul li {
	display: inline;
	padding: 0px 13px 0 8px;
	border-right:1px solid #fff;
	line-height:1.0;
	text-transform: uppercase;
}
div.nav-bottom ul li:last-child {
	border-right:none;
}
div.nav-bottom ul li a {
	color: #FFF;
	text-shadow: 0px 1px 0px #000;
	font-size:13px;
	text-decoration: none;
	float: none;
}
div.nav-bottom ul li a:hover {
	color:#000;
	border-bottom: 1px solid #FFF;
}
/* Main Content  ================================*/

section.statement {
}
#statement {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../assets/bg-tiles/tdots.gif);
	background-repeat:repeat;
	text-align:center;
	margin: 0;
	padding:20px 0;
	clear:both;
}
#statement h2 {
	font-weight:bold;
	font-size:2.8em;
	letter-spacing: 5px;
	text-transform: capitalize;
	padding:0;
	margin:0px 0 20px 0;
}
#statement p {
	font-weight:bold;
	font-size:1.1em;
	padding:0;
	margin-bottom:40px;
	font-family:Oleo Script;
}
.subheading {
	font-size: 1.7em;
	font-weight: 400;
	color: #888;
	letter-spacing: 8px;
	margin: 0px;
	text-transform: uppercase;
}
#reading-box {
	background-color: #f6f6f6;
	border-top: 3px solid #a0ce4e;
	padding: 28px 28px 27px 31px;
	clear:both;
}
.sectionbg {
	background: url(../assets/photos/2.jpg) no-repeat center center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width:100%;
}
/*/headline container/*/
.containerstrip {
	width: 100%;
	background: #502643 url(../assets/images/section-grey-bg.pg) repeat center bottom;
	-webkit-clip-path: polygon(0 93%, 0% 100%, 100% 100%);
	clip-path: polygon(0 93%, 0% 100%, 100% 100%);
	margin: 20px 0;
	padding: 20px 0;
}
.containerstrip h3 {
	font-size: 1.8em;
	color:#fff;
	font-style:italic;
	font-weight:normal;
}
.container1 {
	width: 100%;
	background-image:url(../assets/bg/employers-bg.png);
	background-repeat: repeat;
	background: #f8f8f8 url(../assets/images/section-grey-bg.png) repeat center bottom;
	background-size: 641px;
	margin: 0 0 20px 0;
	padding: 20px 0;
}
/*/photo BG + 2 Text Boxes/*/
.container2 {
	width: 100%;
	background:var(--site-color);
	z-index: 1;
	background-attachment: scroll;
	background-size: cover;
	margin: 20px 0;
	padding: 20px 0;
}
.container2 .mask {
	color:#333;
	font-size: 1.2em;
	text-align:center;
	padding: 15px;
	font-family: 'Work Sans', sans-serif;
	font-weight:normal;
	letter-spacing: 0;
	background-color: #FFF;
}
.container3 {
	background: #f90;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23cccccc' fill-opacity='0.3' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	padding: 2em 0 .5em 0;
	clear:both;
}
.mainText {
	background-color: rgba(51, 51, 51, 0.3);
	padding:50px 20px;
	width:100%;
	height:auto;
	overflow: hidden;
}
.mainText h3 {
}
.mainText p {
}
.mainText p a {
}
.mainText p a:hover {
}
.upperText {
	width:85%;
	margin:20px auto;
	display: block;
}
.upperText h3 {
}
.upperText p {
}
.upperText p a {
}
.upperText p a:hover {
}
section.page-text-content {
	padding-right:1em
}
.page-text .inner {
	max-width:1024px;
	width:100%
}
.page-text-content {
	padding-right:1em
}
.logos {
	clear: both;
	text-align: center;
	padding: 1em 0;
	background: #fff;
	border-top: 20px rgba(223, 226, 230, 0.3) solid;
	border-bottom: 20px rgba(223, 226, 230, 0.3) solid;
	margin-bottom:20px;
}
/*  EQUAL COLS  ============================================================================= */
.block {
	background:#f4f8f9;
	-webkit-transition:all ease 0.25s;
	-moz-transition:all ease 0.25s;
	transition:all ease 0.25s;
	border-top:3px #dde9ec solid;
	background:-moz-linear-gradient(top, #eaf2f4 0%, #fff 100%);
	background:-webkit-linear-gradient(top, #eaf2f4 0%, #fff 100%);
	background:linear-gradient(to bottom, #eaf2f4 0%, #fff 100%);
	padding:1.25em;
	font-size: 13px;
	letter-spacing:1px;
}
.box-padding {
}
/*  TESTIMONIALS   ============================================================================= */

.testimonials blockquote {
	display:block;
	background: #fff;
	padding: 15px 20px 15px 45px;
	margin: 0 0 20px;
	position: relative;
	font-family: Georgia, serif;
	font-size: 1em;
	line-height: 1.6;
	color: #666;
	text-align: justify;
}
 .testimonials blockquote::before {
 content: "\201C";
 font-family: Georgia, serif;
 font-size: 50px;
 font-weight: bold;
 color: #999;
 position: absolute;
 left: 10px;
 top:5px;
}
 .testimonials blockquote::after {
 content: "";
}
.testimonials blockquote cite {
	font-style:italic;
	font-weight:bold;
	color:#C31008;
}
/* +++++ */
.speechbubble {
	position:relative;
	padding:1em;
	margin:0;
	color:#fff;
	background: #00AEDF;
	border: 1px solid #2cc3ee;
	font-style: normal;
	text-align:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	width:100%;
}
.speechbubble + p {
	margin:15px 0 2em 55px;
	font-style:italic;
}
/* triangle */
.speechbubble:after {
	content:"";
	display:block;
	position:absolute;
	bottom:-50px;
	left:20px;
	width:0;
	height:0;
	border-width:0 20px 50px 0px;
	border-style:solid;
	border-color:transparent #00aedf;
}
.speechbubble h6 {
	margin-top: 0 5em;
	font-weight:bold;
	color:#c7c650;
	padding-bottom:0.5em;
}
.speechbubble--sp2 {
	position:relative;
	padding:30px 5% 5% 5%;
	margin:0;
	color:#red;
	background: #dddddd;
	font-style: normal;
}
.speechbubble--sp2 + p {
	margin:15px 0 2em 55px;
	font-style:italic;
}
.speechbubble--sp2:after {
}
.speechbubble--sp2 h6 {
	font-size:1.9em;
}
.handwritten {
	font-family: 'Shadows Into Light Two', cursive;
}
/* Footer  ================================*/
footer {
	background:var(--foot-bg-color);
	color: #FFF;
	padding:20px 0 0 0;
	text-align: left;
	overflow: hidden;
	clear:both;
	width:100%;
	font-size:0.95em;
}
.footblock {
	margin: 0 0 30px 0;
	padding:0;
}
/***** Keywords  ================================ *****/
div.keywords {
	padding:0;
	text-align:center;
	margin:20px auto 0 auto;
	width:100%;
	clear:both;
	font-size: 0.8em;
}
/***** BREADCRUMB  ================================ *****/
#breadcrumb {
	padding:10px 0;
	font-size:0.9em;
}
#breadcrumb h5 {
	color:#aaa;
	border-bottom:none;
	font-size:0.9em;
}
#breadcrumb h5 a {
	color:#aaa;
	border-bottom:1px #aaa dotted;
	font-size:0.9em;
}
#breadcrumb h5 a:hover {
	border-bottom:1px #aaa dotted;
}
/***** LINKS  ================================ *****/

footer a {
	color:#fff;
}
footer a:hover {
	text-decoration:underline;
	color:#fff;
	font-weight:normal;
}
.readmore a {
	color:#FFF;
	text-decoration:none;
}
.readmore a:hover {
	color:#EEE;
	background-color:#858788;
}
p > a[href^="mailto:"] {
 background: url(../assets/images/email.png) no-repeat right center;
 padding-right: 15px;
}
p > a[href$=".pdf"] {
 background:url(../assets/images/pdf-logo.png) no-repeat right top;
 padding-right:20px;
}
p > a[href$=".doc"] {
 background:url(../assets/images/word-logo.png) no-repeat right top;
 padding-right:20px;
}
p > a[href^="http:"] {
 background: url(../assets/images/externalLink.png) no-repeat right center;
 padding-right: 17px;
}
p > a[href^="https:"] {
 background: url(../assets/images/externalLink.gif) no-repeat right center;
 padding-right: 10px;
}
/***** Content Lists  ================================ *****/
.side-list {
	width:100%;
	padding:50px 10px 50px 0px;
	margin:50px 0 0 0;
	border-left:1px solid #eee;
	background-color:#202879;
	text-align:center;
}
.side-list ul li {
	padding:4px 0;
	text-decoration:none;
	color:#fff;
}
.side-list ul li a {
	color:#fff;
}
.side-list ul li a:hover {
	color:#db2331;
}
.side-list h3 {
	font-size:1.2em;
	font-weight:100;
	font-style:italic;
	margin-bottom:20px;
	color:#fff;
}
.listwrap {
	width:100%;
	background: #2b3193 url(../assets/bg/axiom-pattern.png) repeat;
	margin: 0 0 20px 0;
	padding: 20px 0;
}
div.lateral {
	width:100%;
	margin:0 auto;
	line-height:1.9;
}
div.lateral ul {
	margin:0;
	list-style:none;
}
div.lateral ul li {
	padding:0 20px;
	text-decoration:none;
	display:inline;
}
div.lateral ul li a {
	font-weight:bold;
	color:#000;
}
div.lateral ul li a:hover {
	color:#ac050f;
}
div.listBasic {
	margin:0 0 2% 5%;
}
div.listBasic ul {
	margin:0;
	list-style:none;
}
div.listBasic ul li::before {
content: " ";
display: block;
float: left;
background: #00aedf;
height: 6px;
width: 6px;
margin: 9px 6px 0 -18px;
}
div.listBasic ul li {
	padding: 2px 0 2px 10px;
	font-weight: bold;
}
div.listBasic ul li a {
	color: #333;
}
div.listBasic ul li a:hover {
	color: #000;
}
div.list1 {
	width:99%;
	margin:0 0 0 1%;
	float:left;
	list-style:none;
}
div.list1 ul {
	padding:0 0 0 0px;
	text-decoration:none;
	margin: 0 0 20px 0;
	display:inline-block;
	list-style-position: inside;
}
div.list1 ul li {
	background-image:url(../assets/images/black-tick.png);
	background-position:0 0.4em;
	background-repeat:no-repeat;
	padding:5px 0 5px 35px;
	margin:0 0 0 25px;
	font-weight:bold;
	list-style-position: inside;
}
div.list2 {
	width:45%;
	float:left;
	margin:0 0 20px 0;
}
div.list2 ul {
	padding:0 0 0 50px;
	text-decoration:none;
	margin: 0 0 20px 0px;
	display:inline-block;
	float:left;
}
div.list2 ul li {
	background-image:url(../assets/images/black-tick.png);
	background-position:0 0.4em;
	background-repeat:no-repeat;
	padding:2px 0 2px 35px;
	margin:0 0 0 25px;
	border-bottom:1px dotted #D5D2D2;
	font-weight:bold;
	list-style:none;
}
div.services ul li {
	margin: 0 0 0 15px;
}
div.keywords ul {
	list-style:none;
	margin:0;
}
div.keywords ul li {
	display:inline;
	padding: 0 5px;
}
div.keywords ul li a {
	font-size: 9px;
	text-decoration:none;
	color:#fff;
}
ul.pagefooterlist {
	display: block;
	margin: 0 0 20px 0;
	padding: 0px;
	list-style: none;
}
ul.pagefooterlist li {
	clear: left;
	margin: 0px;
	padding: 3px;
	display: block;
	line-height: 1.5em;
	font-weight: normal;
	background: none;
}
ul.pagefooterlist ul li a {
	color:#fff;
	text-decoration:none;
}
li.socialmedia {
}
.bright img {
	padding: 5px;
	vertical-align: middle;
	opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha( opacity = 75);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.bright a {
	text-decoration: none;
}
.bright a:hover img {
	padding: 5px;
	opacity: 1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha( opacity = 100);
}
/***** IMAGES  ================================ *****/
.imgArray {
	margin:20px 0;
}
.imgArray img {
	border: 1px solid #eee;
	padding:2px;
}
img.floatleft {
	float: left;
	margin: 0 10px 0 0;
}
img.floatright {
	float: right;
	margin: 0 0 0 10px;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.noborder {
	border: none;
}
img.border {
	border:1px solid #eee;
	padding:2px;
}
.pad {
	padding:1.2em;
}
.radius {
	border-radius: 0 12px 0 12px;
}
.overlay {
	background: #FFF url(../assets/photos/food-test-2301.jpg) no-repeat;
	background-position: center;
	background-size:cover;
	height: 150px;
}
.maske {
	color:#FFF;
	font-size: 1.2em;
	text-align:center;
	padding: 15px;
	font-family: 'Work Sans', sans-serif;
	font-weight:300;
	letter-spacing: 0;
}
.grow {
transition: all .2s ease-in-out;
}
.grow:hover {
	transform: scale(1.1);
}
.shrink:hover {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	transition:all 0.3s ease;
}
.circle {
transition: all .2s ease-in-out;
}
.circle:hover {
	border-radius:50%;
}
.maphants {
	margin: 75px 0 0 0;
}
.acred {
	margin: 20px 0;
}
.checkatop {
	margin: 20px 0 40px 0;		
}
/***** Gallery  ================================ *****/
.array {
	margin-bottom: 50px;
}
.array img {
	max-width: 100%;
	height: auto;
}
div.gallery {
	padding:0;
	margin:0 auto;
}
div.gallery h1 {
	margin:0 0 20px 0;
	padding:0 0 0 50px;
	background: #fff url(../assets/images/camera-icon.png) no-repeat;
	background-position:5px 50%;
	font-size: 34px;
}
div.gallery img {
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	padding:2px;
	margin-bottom:10px;
	max-width: 100%;
	height: auto;
}
/* Contact  ================================ */

.contact {
	margin: 0;
	width: 80%;
}
.contact p.bold {
	font-weight:bold;
	font-size:1em;
}
input[type=text], textarea[name=message] {
	width: 100%;
	line-height: 2.8em;
}
/* GOOGLE MAPS*/
.google-maps {
	position: relative;
	padding-bottom: 75%;
	margin-bottom:20px;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
#map, .google-maps {
	margin-bottom:20px;
	overflow:hidden
}
.video {
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.video iframe {
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}
.areazone {
	width:100%;
	margin: 40px 0;
	padding: 0;
}
#map {
	position:relative;
	padding-bottom:75%;
	height:100%
}
#map .frame {
	position:absolute;
	top:0;
	left:0;
	width:100%!important;
	height:100%!important
}
#map {
	min-height:500px;
	width:100%
}
/***** General Classes  ================================ ================================*****/
.martop {
	margin-top: 20px;
}
.marright {
	margin-right: 20px;
}
.marbot {
	margin-bottom: 20px;
}
.marleft {
	margin-left: 20px;
}
.padleft {
	padding-left: 50px;
}
.padright {
	padding-right:50px;
}
.center {
	text-align:center;
}
.left {
	float:left;
}
.right {
	float:right;
}
.info-board {
	margin: 20px 0;
	padding: 15px 30px 15px 15px;
	border-left: 5px solid #eee;
	box-shadow: 5px 5px 7px #ccc;
	font-size: 1.2em;
}
.info-board-blue {
	background-color: #fff;
	border-color: #00B4FF;
}
.info-board h3 {
	margin-top: 0;
	font-style:italic;
}
.info-board p:last-child {
	margin-bottom: 0;
	font-family: 'Shadows Into Light Two', cursive;
}
div.textbox {
	width:100%;
	padding:5px 10px;
	margin:30px auto;
	background:var(--second-bg-color);
	background-image:linear-gradient(#00A9EE, #00A9EE);
	border-top:3px solid #daa66f;
	text-align:center;
	border-radius: 5px;
}
.textbox p {
	color:#fff;
	text-shadow: 0px 1px 0px #000;
	font-size:18px;
	margin:0;
}
div.textbox a {
	color:#fff;
}
div.textbox a:hover {
	color:#b12d34;
}
div.textbox2 {
	float: left;
	width: 100%;
	background: var(--second-bg-color);
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
	padding: 1.5em 0 .5em 0;
}
.textbox2 h3 {
	margin: 0 0 .25em 0;
	color: #fff;
}
.tagline {
	color:#fff;
	font-size:1.25em;
}
/* ==== BUTTONS +++++ ===== */
.call-actions {
	padding:0.85em 0 0 0;
	text-align:right;
}
.button {
	clear:both;
	display:inline-block;
	font-weight:700;
	background-color:#57B9E6;
	color:#fff;
	font-size:1.2em;
 padding:.8rem 2rem;
	text-align:center;
 margin: .5rem 0;
	border:0;
 transition:background-color .2s ease;
	text-decoration:none;
	-moz-border-radius:20px / 20px;
	-webkit-border-radius:20px 20px;
	border-radius:20px / 20px;
	min-width:200px;
	width:auto
}
.button:hover, .button:focus, .button:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
	background-color:#383D3F;
	color:#fff
}
.button--button2 {
	background-color:#df2238;
}
.btn {
	display:inline-block;
	min-width:200px;
	width:auto;
	background:#026C02;
	background-image:linear-gradient(#025902, #12C212, #025902);
	color:#FFF;
	font-size:1em;
	font-weight: 700;
	letter-spacing: 3px;
 margin:.6rem auto .7rem auto;
 padding:.5rem;
	border:1px solid #025902;
	border-radius: 20px;
	box-shadow: 3px 3px 6px #666;
	text-align:center;
}
.btn a {
	color:#FFF;
}
.btn--btn2 {
	background:#333;
	background-image:linear-gradient(#333, #666, #000);
	color:#FFF;
}
.btn--btn2 a {
	color:#FFF;
}
.contact-btn {
	border-radius:1em;
	border:1px solid #fff;
	font-weight:600;
	background:#df2238;
	padding:1em 1.5em;
	font-size:.875em;
	color:#FFFFFF;
	display:inline-block;
	text-align:center;
	text-transform:uppercase;
	margin:0 0.5em 0.5em 1em;
}
.contact-btn:nth-child(2) {
margin-left:0
}
.contact-btn:hover {
	background:#ca1d31;
	color:#fff;
	padding:1em 1.5em;
}
.inbord:hover {
	box-shadow: inset 0 0 0 25px #53a7ea;
}
.readmore {
	font-size:12px;
	color:#FFF;
	background:#363839;
	padding:2px;
	width:100px;
}
.fb-like {
	margin-bottom:5px;
}
.googleplus {
	margin:0 5px;
	padding:0;
}
/*PSEUDO CLASSES ==============================================================*/
.logo:before {
	content: "";
	width: 23px;
	height: 25px;
	background: url(../assets/images/mini-logo.gif) 0 0 no-repeat;
	float: left;
	margin: 2px 10px 2px 0;
}
/* ++++++++++ QUOTATIONS ++++++++++++++ */
span.quoted {
	font-family: 'Sriracha', cursive;
	font-size: 16px;
	display:inline;
	margin: 14px 0 0 0;
	font-style: italic;
	line-height: 2.8;
}
span.quoted:before {
	content: "“";
	font-size: 35px;
	color: #999;
	line-height: 0;
	display: inline-block;
	margin: 0 6px 0 0;
}
span.quoted:after {
	content: " ”";
	font-size: 35px;
	color: #999;
	line-height: 0;
	display: inline-block;
	margin: 0 0 0 4px;
}
span.footicon {
	font-weight:bold;
	margin:0 0 10px 0;
	color:#FFF;
	display:inline-block;
	border-bottom:1px dotted #666;
	text-transform: uppercase;
}
span.footicon:before {
	content: url("../assets/images/footicon.png");
	line-height: 0;
	display: inline-block;
	margin: 0 6px 0 0;
}
.icon {
	display:inline-block;
	font-size:22px;
	line-height:21px;
	width:130px;
	margin:0 auto;
	position:relative;
	color:#9c1c26;
	text-align:center;
}
.icon:before {
	display:inline-block;
	content:"";
	border-bottom:1px solid #9c1c26;
	position:absolute;
	left:0;
	top:10px;
	width:50px;
}
.icon:after {
	display:inline-block;
	content:"";
	border-bottom:1px solid #9c1c26;
	position:absolute;
	right:0;
	top:10px;
	width:50px;
}
.icon img {
	width:20px;
}
.blackline ul {
	text-decoration:none;
	margin:10px 0 0 0;
}
.blackline ul li {
	border-bottom: 1px solid #212121;
	border-top: 1px solid #4b4b4b;
	list-style-type:none;
}
.clearfloat {
	clear:both;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
*zoom: 1;
}
.ampersand {
	display: block;
	color: #b3b3b3;
	position: relative;
}
.ampersand div {
	border-right: 1px solid #b3b3b3;
	width: 1px;
	margin: 0 auto;
	height: 100%;
}
.ampersand span {
	background-color: #Fff;
	display: block;
	margin: 0 auto;
	padding: 10px;
	position: absolute;
	font-size: 1.875rem;
	top: 45%;
	top: calc(50% - 20px);
	right: 0;
	left: 0;
	text-align: center;
}
/* ======  TOP ======== */
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
  overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(51, 51, 51, 0.8) url(../assets/images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
 -webkit-transition: opacity .3s 0s, visibility 0s .3s;
 -moz-transition: opacity .3s 0s, visibility 0s .3s;
 transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
 -webkit-transition: opacity .3s 0s, visibility 0s 0s;
 -moz-transition: opacity .3s 0s, visibility 0s 0s;
 transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
  visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #666;
	opacity: 1;
}
@media only screen and (min-width:768px) {
.cd-top {
right:20px;
bottom:20px
}
}
@media only screen and (min-width:1024px) {
.cd-top {
height:60px;
width:60px;
right:30px;
bottom:30px
}
}
@media only screen and (max-width:1024px) {
body {
font-size:16px
}
footer, header {
width:100%
}
#statement h1 {
font-size:1.3em
}
}
@media only screen and (max-width:768px) {
body {
font-size:15px
}
.speechbubble {
margin:20px 0
}
}
@media screen and (max-width:700px) {
.inner {
width:90%
}
.ampersand {
display:none
}
}
@media screen and (max-width:620px) {
body {
font-size:16px
}
}
@media screen and (max-width:480px) {
#logo, .contact, div.list1, div.listBasic, div.textbox, footer, header {
width:100%
}
#headerbox, #headerbox h6, #logo, .style2, div.gallery {
text-align:center;
margin:0
}
body {
font-size:16px
}
h1, h2 {
font-size:1.6em
}
#logo {
margin:0 auto 10px
}
header {
height:100%
}
footer {
font-size:1em
}
#headerbox {
padding:0;
margin:0 auto 20px 0;
float:none
}
#headerbox h6 {
padding:0;
float:none
}
.style2 {
float:none
}
#headerbox h6, .style2 {
font-size:1.4em;
color:#0176BD
}
#headerbox h6 a, .style2 a {
color:#0176BD
}
#statement {
padding:0;
margin:0
}
#statement h2 {
font-size:1.4em
}
.subheading {
font-size:1.1em
}
.textbox p {
font-size:1em
}
.wow {
 visibility: visible !important;
 -webkit-animation: none !important;
 -moz-animation: none !important;
 -o-animation: none !important;
 -ms-animation: none !important;
 animation: none !important;
}
div.list1 ul li, div.list1 ul li a, div.listBasic ul li a {
font-size:1.1em
}
#feature-image, div.title {
display:none
}
div.featured-image {
background:url(../assets/photos/gas-mobile.jpg) center no-repeat #fff;
padding-bottom:0;
margin:0 auto 10px;
display:block;
width:100%;
height:200px;
text-align:center;
float:none
}
.banner-pattern, .hide-mobile, .keywords, div.nav-bottom {
display:none
}
.contact, div.listBasic {
margin:0
}
div.listBasic ul {
padding:0;
margin:0
}
div.listBasic ul li {
font-size:1.1em;
margin:0
}
div.listBasic ul li::before {
margin:6px 6px 0 -18px
}
div.list1 {
margin:0
}
div.list1 ul {
padding:0;
margin:0
}
div.list1 ul li {
margin:0
}
.areazone {
 display:none;
}
.google-maps {
margin:20px 0
}
.maphants {
 margin: 15px 0 0 0;
}
.acred {
margin: 10px 0;
}
.checkatop {
	margin: 15px 0 0 0;		
}
div.gallery {
float:none;
margin-left:8%
}
div.mobile-collapse {
width:auto;
float:none;
margin-right:0
}
.footblock {
margin:0;
padding:0
}
p {
letter-spacing:0
}
.martop {
 margin-top: 0px;
}
.marright {
 margin-right: 0px;
}
.marbot {
 margin-bottom: 0px;
}
.marleft {
 margin-left: 0px;
}
.padleft {
 padding-left: 0px;
}
.padright {
 padding-right:0px;
}
.span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 {
width:100%
}
.span_2_of_6 {
width:66.13%
}
.span_1_of_6 {
width:32.26%
}
.span_1_of_6:nth-child(3n+1) {
clear:both;
margin-left:0
}
}
