@import url(https://fonts.googleapis.com/css?family=Playball);
@import url(https://fonts.googleapis.com/css?family=Cabin:400,700);
@import url(https://fonts.googleapis.com/css?family=Alegreya);
* {
	margin: 0;
	border: 0;
	padding: 0;
}
body {
	background: #fff;
	font-family: "Helvetica", "Ariel",Tomah;
}
#wrapper {
	margin: 0 auto;
	max-width: 1200px;
	width: 96%;
	background: #fff;
	box-shadow: 0 0 10px #000;
}
header {
	width: 100%;
	height: 240px;
	top: 0;
	left: 0;
}
.logo {
	float: left;
	padding: 2%;
	width: auto;
	height: auto;
}
.tagline {
	float: left;
	padding: 2%;
	width: auto;
	height: auto;
	font-family: 'Playball', cursive;
	font-size:250%;
	line-height:34px;
	text-align:center;
	top:75px;
	position:relative;
	left:70px;
}
.social {
	padding-top: 90px;
	padding-right: 2%;
	float: right;
	display: inline;
	text-align:center;
	}
.social a:link {
	padding: 1px;
	border:none;
	}
.social a:hover {
	background-color: transparent;
	}
.number {
	color: #226666;
	float: right;
	margin-top: 10px;
}

/*** Class for Body Text ***/
p {
	font-size: 14px;
	margin-bottom: 24px;
	line-height:20px;
}

a:link {
	text-decoration:none;
	color:#d5d57f;
	font-weight:700;
}

a:hover {
	text-decoration:none;
	color: #36ADA2;
}

a:active {
	text-decoration:none;
	color:#d5d57f;
	font-weight:700;
}

a:visited {
	text-decoration:none;
	color:#d5d57f;
	font-weight:700;
}
.leftbar{
}
.leftbar a:link {
	text-decoration:none;
	color:#36ADA2;
	font-weight:700;
}

.leftbar a:hover {
	text-decoration:none;
	color: #ad367d;
}

.leftbar a:active {
	text-decoration:none;
	color:#36ADA2;
	font-weight:700;
}

.leftbar a:visited {
	text-decoration:none;
	color:#36ADA2;
	font-weight:700;
}

ul {
	margin-left:5%;
	line-height: 20px;
	font-size: 14px;
	font-family: "Helvetica", "Ariel",Tomah;
}

ul2 {
	line-height: 20px;
	font-size: 16px;
	font-family: 'Cabin', sans-serif;
}

.list-col {
	float:left;
	width:45%;
	/*padding-right:3%;*/
	padding-left: 5%;
}

h2 {
	font-family: 'Cabin', sans-serif;
	font-size: 24px;
	margin-bottom: 3%;
}
h3 {
	font-size: 20px;
	margin-bottom: 3%;
}
h4 {
	font-size: 18px;
	margin: 0% 0% 3% 0%;
	font-style:italic;
}

h5 {
	font-size: 24px;
	margin: 0% 0% 1% 0%;
}
h6 {
	font-family: 'Alegreya', serif;
	font-size: 20px;
	margin: 0% 0% 1% 0%;
	font-weight: normal;
}
h7 {
	font-family: 'Alegreya', serif;
	font-size: 24px;
	margin: 0% 0% 1% 0%;
}
hr { 
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
	border-bottom:#FFF dotted 2px;
}

/***Navigation***/

#menu {
	margin:0;
	padding:0;
	display:table;
	background: #36ada2;
    width: 100%;
    -webkit-padding-start:0px; /* reset chrome default */
	list-style:none;
}
#menu .active {
  	background-color:#226666;
}

#menu li {
	display:table-cell;
	width:25%;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

#menu li a:link {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	padding: 20px 0;
}

#menu li a:visited {
	color: #fff;
}
#menu li a:hover {
	color: #fff;
	background-color: #226666;
	width:100%;
}


/*Style 'show menu' label button and hide it by default*/
.show-menu {
	text-decoration: none;
	color: #fff;
	background: #36ada2;
	text-align: center;
	padding: 10px 0;
	display: none;
	border-bottom: 1px #fff solid;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

/***End Navigation***/

.imgage {
	max-width: 1200px;
}
img {
	text-align: center;
	max-width: 100%;
	height: auto;
	width: auto;
}

.left-col {
	width: 24%;
	float: left;
	margin: 2%;
	padding: 0% 0% 0% 2%;
}

.right-col {
	background: #226666;
	width: 60%;
	float: right;
	margin: 2%;
	padding: 2%;
	color: #fff;	
}

.right-col2 {
	width: 60%;
	float: right;
	margin: 2%;
	padding: 2%;
	color: #000;	
}

.clear {
	clear: both;
}
/*** Footer Classes***/
footer {
	background-color: #36ada2;
	width: 100%;
	overflow: hidden;
	height: 150px; 
}
.footer a:link {
	color: #226666;
	text-decoration:none;
	padding: 0;
}
.footer a:hover {
	background-color: transparent;
	color: #000;
}
.footer a:visited {
	color: #226666;
}
.left {
	padding: 2%;
	float: left;
	color: #fff;
	margin-top: 55px;
}
.right {
	padding: 2%;
	color: #fff;
	margin-top: 48px;
	float: right;
}




/*** End Footer Classes***/

/*---------------MEDIA-------------*/

@media only screen and (max-width: 768px) {
header {
	width: 100%;
	height: 340px;
	top: 0;
	left: 0;
}
.logo {
	float: left;
	padding: 2%;
	width: 96%;
	text-align: center;
}
.tagline {
	float: left;
	width: 96%;
	padding:2%
	height: auto;
	font-family: 'Playball', cursive;
	font-size:120%;
	line-height:32px;
	text-align:center;
	position:relative;
	margin:0;
	top:0;
	left:0;
}
.social {
	margin: 5% 0;
	padding: 0 0;
	float: left;
	width: 100%;
	text-align: center;
}
.social a:link {
	padding:0;
	border:none;
	margin:0;
	display: inline;
	}
.social a:hover {
	background-color: transparent;
	}
.number {
	color: #226666;
	float: left;
	width: 96%;
	text-align: center;
	padding: 2%;
}

.number a:link {
	color: #226666;
	text-decoration:none;
}

ul {
	margin-left:12%;
	line-height: 20px;
	font-size: 14px;
	font-family: "Helvetica", "Ariel",Tomah;
}

.list-col {
	float:left;
	width:100%;
}

/***Mobile / Tablet Navigation***/

	#menu {
		text-align: center;
		width: 100%;
		display: none;
		list-style:none;
		margin:0;
	}
	
	#menu li {
		display: block;
    	border-bottom: 1px #fff solid;
		width:100%;
	}

	#menu li, li a {
		width: 100%;
		display: block;
	}

	.show-menu {
		display:block;
	}

/***End Mobile / Tablet Navigation***/

.left-col {
	width: 90%;
	text-align: center;
	margin-bottom: 5%;
	padding: 5%;
	float:right;
}
.right-col {
	width: 90%;
	float: left;
	margin: 0;
	padding: 5%;
}

footer {
	background: #36ada2;
	width: 97%;
	overflow: hidden;
	height: 100%; 
	padding:2%;
}
.left {
	width: 96%;
	text-align: center;
	margin-top: 0;
	padding: 4%;
}
.right {
	text-align: center;
	width: 96%;
	margin-top: 0;
	padding: 2%;
}

.hideOnMobile{
    display: none !important;
}

}
/*Collapsable Panel*/
/*customise*/
.collapse {
  margin-bottom: 20px;
}
.collapse .collapse__head {
	position: relative;
	cursor: pointer;
	background: #fff;
	padding: 10px 10px 10px 30px;
	border-radius: 3px;
	transition: all 0.3s ease-in-out;
	color: #006352;
}

.collapse .collapse__head:after {
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #006352; /*arrow*/
}
.collapse .collapse__head.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 40px;
}
.collapse .collapse__head.open:after {
  top: 14px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #006352;
}
.collapse .collapse__body {
  padding: 20px;
  background-color:#36ada2;
  display: none;
  border-bottom-left-radius: 3px;  /*arrow*/
  border-bottom-right-radius: 3px;
  overflow:auto;
}
.collapse .collapse__body p {
  margin: 0;
}

/*Collapsable Pane Ends*/

/*Testimonials*/
.testimonialBox {
	border: none;
	border-radius:8px;
    background: rgba(54,173,162,1);
    background: -moz-linear-gradient(top, rgba(54,173,162,1) 0%, rgba(18,60,56,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(54,173,162,1)), color-stop(100%, rgba(18,60,56,1)));
    background: -webkit-linear-gradient(top, rgba(54,173,162,1) 0%, rgba(18,60,56,1) 100%);
    background: -o-linear-gradient(top, rgba(54,173,162,1) 0%, rgba(18,60,56,1) 100%);
    background: -ms-linear-gradient(top, rgba(54,173,162,1) 0%, rgba(18,60,56,1) 100%);
    background: linear-gradient(to bottom, rgba(54,173,162,1) 0%, rgba(18,60,56,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#2a2a2a', GradientType=0 );
	width:92%;
	margin:10px 0%;
	padding:4%;
	float:left;
	text-align: center;
}

.btn {background-color: transparent; color:#d5d57f; cursor: default;}

.circle {
	border: none;
	border-radius:50%;
	height: 280px;
	width: 280px;
    background: rgba(54,173,162,1);
    background: -moz-linear-gradient(top, rgba(54,173,162,1) 0%, rgba(18,60,56,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(54,173,162,1)), color-stop(100%, rgba(18,60,56,1)));
    background: -webkit-linear-gradient(top, rgba(54,173,162,1) 0%, rgba(18,60,56,1) 100%);
    background: -o-linear-gradient(top, rgba(54,173,162,1) 0%, rgba(18,60,56,1) 100%);
    background: -ms-linear-gradient(top, rgba(54,173,162,1) 0%, rgba(18,60,56,1) 100%);
    background: linear-gradient(to bottom, rgba(54,173,162,1) 0%, rgba(18,60,56,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#2a2a2a', GradientType=0 );
	display: inline-block;
	text-align:center;
}

.circle p {
	color: #fff;
	text-align: center;
	padding: 50px 34px 34px 34px;
	font-size:24px;
	line-height: 1.4;
	font-family:'Alegreya', serif;
}