/* Theme Name: Wellbeing North Canterbury
 * Theme URI: http://zoomroom.co.nz
 * Version: 1.0
 * Author: Zoomroom Interactive
 * Author URI: http://www.zoomroom.co.nz
 * Tags: simple, clean, valid CSS, blank-slate
 * Licence: 
 * Description:The CSS is minimal but consistent cross-browser.
 */
@-webkit-keyframes fadein {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-moz-keyframes fadein {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-ms-keyframes fadein {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@keyframes fadein {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
/*TABLE OF CONTENTS:
 *1.0 Normalize
 *2.0 Typography
 *3.0 Elements
 *	3.1 Links
 *	3.2 
 *4.0 Components
 *	4.1 Forms
 *	4.2 Header
 *  4.3 Footer
 *  4.4 Breadcrumbs
 *  4.5 Circle Elements
 *  4.6 Hero image
 *5.0 Alignments/Grid/Clearfix
 *6.0 Content
 *	6.1 
 *	6.2 Internal landing template
 *	6.3 Basic internal template
 *7.0 Media Queries
 */
/*1.0 Normalize with some extra stuff for mac fonts
 */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: yellow;
  color: black; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }


input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*2.0 Typography
 */
body,
button,
input,
select,
textarea {
  color: #727272;
  font: normal 16px/22px "proxima-nova", sans-serif;
  font-size: 1rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.25em; }

b,
strong {
  font-weight: bold; }

dfn,
cite,
em,
i {
  font-style: italic; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

/*3.0 Elements
 */
body {
  background: none repeat scroll 0 0 white;
  height: 100%;
  width: 100%; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #cccccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 20px; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

/*3.1 Links
 */
a {
  color: #727272;
  text-decoration: none; }
  a:visited {
    color: #727272; }
  a:hover, a:focus, a:active {
    color: #727272; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

a[href$=".pdf"]:before {
  font-family: FontAwesome;
  content: "\f1c1";
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  color: #99ca3c;
  font-size: 20px;
  line-height: 12px; }

a[href$=".pdf"] {
  color: #99ca3c;
  display: inline-block;
  padding-top: 12px; }

.arrow-link {
  text-transform: uppercase;
  margin-top: 10px;
  display: inline-block;
  cursor: pointer; }

.arrow-link:after {
  font-family: FontAwesome;
  content: "\f061";
  display: inline-block;
  padding-left: 7px;
  vertical-align: top;
  color: #99ca3c;
  font-size: 14px;
  margin-top: -1px; }

.continue-link {
  text-transform: uppercase;
  margin-top: 10px;
  display: inline-block;
  color: #99ca3c;
  font-weight: bold;
  cursor: pointer; }

.continue-link:after {
  font-family: FontAwesome;
  content: "\f063";
  display: inline-block;
  padding-left: 7px;
  vertical-align: top;
  color: #99ca3c;
  font-size: 14px;
  font-weight: normal;
  margin-top: -1px; }

/*4.0 Components
 */
/*4.1 Forms
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #99ca3c;
  border: medium none;
  height: 45px;
  line-height: 45px;
  width: 160px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  margin-top: 40px; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #cccccc #bbbbbb #aaaaaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaaaaa #bbbbbb #bbbbbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666666;
  border: 1px solid #cccccc;
  -webkit-appearance: none; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"] {
  background: none repeat scroll 0 0 #f3f3f3;
  border: 1px solid #e0e0e0;
  font-size: 12px;
  line-height: 1;
  padding: 0 2%;
  width: 96%;
  height: 35px;
  line-height: 35px;
  margin-bottom: 15px; }

label {
  display: block;
  margin-bottom: 3px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600; }

textarea {
  padding: 0 2%;
  width: 96%;
  background: none repeat scroll 0 0 #f3f3f3;
  border: 1px solid #e0e0e0;
  height: 140px; }

::-webkit-input-placeholder {
  color: #727272;
  text-transform: none; }

:-moz-placeholder {
  color: #727272;
  text-transform: none; }

::-moz-placeholder {
  color: #727272;
  text-transform: none; }

:-ms-input-placeholder {
  color: #727272;
  text-transform: none; }

/*4.2 Header
 */
#header {
  height: 100px;
  padding: 25px 0 10px;
  border-top: 4px solid #99ca3c;
  width: 100%; }
  #header .container {
    display: table; }
  #header #logo-wrapper {
    width: 210px;
    display: table-cell;
    vertical-align: middle; }
  #header #logo-image {
    max-width: 210px; }
    #header #logo-image img {
      width: 100%;
      display: block;
      height: auto; }
  #header #nav-wrapper {
    padding: 0;
    text-align: right;
    display: table-cell;
    vertical-align: middle; }

#cta-menu {
  text-align: right;
  margin-bottom: 35px; }
  #cta-menu ul li {
    display: inline-block;
    border-radius: 20px; }
    #cta-menu ul li:first-child {
      background-color: #f7941d;}
	  #cta-menu ul li {
      background-color: #99ca3c; }
    #cta-menu ul li:last-child {
      background-color: #f7941d; }
    #cta-menu ul li a {
      font-style: normal;
      font-weight: 800;
      letter-spacing: 0.5px;
      font-size: 16px;
      line-height: 1em;
      height: 15px;
      padding: 12.5px 10px 12.5px 10px;
      width: 145px;
      text-align: center;
      display: block;
      color: white;
      text-decoration: none;
      text-transform: uppercase; }

#menu .nav {
  text-align: right; }
  #menu .nav li {
    display: inline-block;
    vertical-align: middle; }
  #menu .nav a {
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 1em;
    color: #727272;
    text-decoration: none;
    text-transform: uppercase;
    padding: 4px 10px; }
  #menu .nav > li > a {
    position: relative; }
  #menu .nav > li:hover .sub-menu {
    display: block;
    opacity: 1; }
  #menu .nav > li:hover > a {
    border-bottom: 5px solid #99ca3c;
    padding-bottom: 9px; }
  #menu .nav > li > .sub-menu {
    background-color: rgba(255, 255, 255, 0.8);
    display: none;
    opacity: 0;
    position: absolute;
    top: 139px;
    width: 180px;
    padding: 25px 0;
    z-index: 999;
    margin-left: 0; }
    #menu .nav > li > .sub-menu li {
      margin: 0;
      text-align: left;
      display: block; }
      #menu .nav > li > .sub-menu li a {
	 margin-bottom:5px;
        text-align: left;
        text-transform: none;
        display: block; }
		
	#menu .nav > li > .sub-menu li a:hover {
	 border-bottom: 5px solid #99ca3c;
	 	 margin-bottom:0px;
	}
		
  #menu .nav > li:hover .sub-menu.mega {
    display: block;
    opacity: 1; }
  #menu .nav > li > .sub-menu.mega {
    background-color: rgba(255, 255, 255, 0.8);
    display: none;
    opacity: 0;
    position: absolute;
    top: 139px;
    width: 100%;
    left: 0;
    right: 0;
    padding: 25px 0;
    z-index: 999;
    margin-left: 0; }
    #menu .nav > li > .sub-menu.mega .subnav-column {
      float: left;
      width: 30%;
      padding: 30px 0;
      margin: 0; }
      #menu .nav > li > .sub-menu.mega .subnav-column ul {
        margin: 0;
        padding: 0; }

#nav-menu {
  display: none; }

/*4.3 Footer
 */
 
.page-template-contact #funding-partners {

margin-top:150px;
}
 
#funding-partners {

  border-top: 1px solid #d2d2d2;
  padding: 30px 0; }
  #funding-partners h6 {
    margin: 0;
    padding: 0 0 0 1.28205%;
    font: italic normal 30px/32px "adriane", serif;
    width: 23.50427%;
    float: left; }
    #funding-partners h6 span {
      display: block;
      font-weight: bold; }
  #funding-partners #funding-partners-carousel {
    float: right;
    width: 74.35897%; }

footer {
  background-color: #f7f7f7;
  padding: 60px 0 0 0;
  border-top: 1px solid #d2d2d2;
  color: #727272;
  font-size: 16px;
  width: 100%; }
  footer #contact-info {
    float: left;
    width: 65.78947%;
    margin-bottom: 40px; }
  footer .logo {
    float: left;
    width: 33.33333%; }
  footer .address {
    float: left;
    width: 33.33333%;
    margin-top: 20px; }
  footer .contact {
    margin-top: 20px;
    float: left;
    width: 33.33333%; }
    footer .contact span {
      color: black;
      font-weight: 600; }
    footer .contact a {
      color: #727272;
      text-decoration: none; }
  footer .donate {
    float: right;
    position: relative; }
  footer .sponsor {
    float: right;
    position: relative; }
    footer .donate #button-circle {
      background-color: #99ca3c;
      top: 0px;
      right: 30px; }
	footer .sponsor #button-circle {
      background-color: #f7941d;
      top: 0px;
      right: 160px; }
  footer .site-info {
    clear: both;
    border-top: 1px solid #d2d2d2;
    margin-top: 20px;
    width: 100%;
    padding: 20px 0;
    display: table; }
    footer .site-info .copyright {
      display: table-cell;
      vertical-align: middle; }
    footer .site-info .site-builder {
      text-align: right;
      display: table-cell;
      vertical-align: middle; }
      footer .site-info .site-builder a {
        text-decoration: none;
        color: #727272; }
  footer p {
    line-height: 1.4;
    padding: 0;
    margin: 0; }

/*4.4 Breadcrumbs
 */
#breadcrumbs {
  margin-bottom: 25px; }
  #breadcrumbs ul {
    margin: 0;
    padding: 0 !important; }
    #breadcrumbs ul li {
      list-style: none;
      display: inline-block;
      text-transform: uppercase;
      margin-right: 7px;
      font: 700 14px/16px "proxima-nova", sans-serif;
      color: #727272; }
      #breadcrumbs ul li a {
        color: #727272;
        text-decoration: none; }
    #breadcrumbs ul strong {
      color: #727272;
      font: 500 14px/16px "proxima-nova", sans-serif;
      text-transform: uppercase; }

/*4.5 Circle Elements
 */
#image-circle {
  position: absolute;
  width: 72%;
  max-width: 400px;
  z-index: -6; }
  #image-circle img {
   padding-left: 80px!important;
    width: 100%;
    display: block;
    height: auto;
    height: auto;
    z-index: -6; }
  #image-circle .circle-overlay {
    position: absolute;
    top: 0px;
    left: 205px;
  }
		
	.kar{
	z-index:200!important;
	
	} 

#button-circle.enrol {
  background-color: #9a2490; }

#button-circle {
  background-color: #f7941d;
  -webkit-border-radius: 65px;
  -moz-border-radius: 65px;
  -ms-border-radius: 65px;
  border-radius: 65px;
  width: 115px;
  height: 115px;
  position: absolute;
  top: -10px;
  right: 145px;
  z-index: 99;
  text-align: center; }
  #button-circle h3 {
    color: white;
    font: bold 18px/18px "proxima-nova", sans-serif;
    margin: 45px 0 0 0;
    text-transform: uppercase; }
    #button-circle h3 a {
      color: white;
      text-decoration: none; }
	#button-circle h3 a {
      padding-left:4px; }  
	  
	  #button-circle-kar h3 a {
      color: white;
      text-decoration: none; }

#secondary-contact-circle {
  background-color: #f7941d;
  -webkit-border-radius: 105px;
  -moz-border-radius: 105px;
  -ms-border-radius: 105px;
  border-radius: 105px;
  width: 210px;
  height: 210px;
  position: absolute;
  top: 395px;
  left: 125px;
  z-index: 99;
  text-align: center;
  color: white; }
  #secondary-contact-circle h4 {
    color: white;
    font: bold 24px/24px "proxima-nova", sans-serif;
    margin: 45px 0 15px; }
  #secondary-contact-circle .telephone {
    color: white;
    font: bold 20px/20px "adriane", serif;
    text-decoration: none;
    display: block; }
  #secondary-contact-circle .email {
    color: white;
    font: bold 21px/21px "adriane", serif;
    text-decoration: none;
    display: block; }
  #secondary-contact-circle .address {
    margin-top: 20px; }
    #secondary-contact-circle .address h6 {
      color: white;
      font: bold 14px/14px "proxima-nova", sans-serif;
      margin: 0 0 5px;
      text-transform: uppercase; }
    #secondary-contact-circle .address p {
      margin: 0;
      padding: 0;
      font-weight: 600; }

#contact-circle {
  background-color: #99ca3c;
  -webkit-border-radius: 230px;
  -moz-border-radius: 230px;
  -ms-border-radius: 230px;
  border-radius: 230px;
  width: 260px;
  height: 260px;
  position: absolute;
  top: 105px;
  right: 0;
  z-index: 99;
  text-align: center;
  color: white; }
  #contact-circle h4 {
    color: white;
    font: bold 24px/24px "proxima-nova", sans-serif;
    margin: 45px 0 15px; }
  #contact-circle .telephone {
    color: white;
    font: bold 26px/26px "adriane", serif;
    text-decoration: none;
    display: block; }
  #contact-circle .email {
    color: white;
    font: bold 21px/21px "adriane", serif;
    text-decoration: none;
    display: block; 
	width:160px;
	text-align:center;
	margin-left:22%;
	}
	 #contact-circle .email:hover {
	 border-bottom:solid;
	 	border-bottom-width: 5px;
	 display: block;
	 
	 border-bottom-color:white;
	 }
  #contact-circle .address h6 {
    color: white;
    font: bold 14px/14px "proxima-nova", sans-serif;
    margin: 20px 0 5px;
    text-transform: uppercase; }
  #contact-circle .address p {
    margin: 0;
    padding: 0;
    font-weight: 600; }
	
	
	
	#kar-circle-one {
  background-color: #99ca3c;
  -webkit-border-radius: 230px;
  -moz-border-radius: 230px;
  -ms-border-radius: 230px;
  border-radius: 230px;
  width: 260px;
  height: 260px;
  position: absolute;
  top: 105px;
  right: 0;
  z-index: 99;
  text-align: center;
  color: white; }
  #kar-circle-one h4 {
    color: white;
    font: bold 24px/24px "proxima-nova", sans-serif;
    margin: 45px 0 15px; }
		
	

#event-circle {
  background-color: #99ca3c;
  -webkit-border-radius: 230px;
  -moz-border-radius: 230px;
  -ms-border-radius: 230px;
  border-radius: 230px;
  width: 260px;
  height: 260px;
  text-align: center;
  margin-top: 12%; }
  #event-circle h3 {
    padding: 95px 20px 0;
    color: white;
    font: bold 28px/28px "adriane", serif;
    margin-bottom: 20px; }
    #event-circle h3 span {
      display: block;
      font: bold 18px/21px "proxima-nova", sans-serif;
      margin-bottom: 5px; }
  #event-circle a {
    color: white;
    display: block; }

.border-circle {
  border: 1px solid #e7e7e7;
  width: 900px;
  height: 900px;
  -webkit-border-radius: 450px;
  -moz-border-radius: 450px;
  -ms-border-radius: 450px;
  border-radius: 450px;
  position: absolute;
  top: -270px;
  right: -270px;
  z-index: -5; }
  .border-circle.internal {
    top: -180px; }

/* 4.6 Hero Image 
 */
#hero-image .container {
  position: relative; }
#hero-image .caption {
  position: absolute;
  top: -335px;
  width: 50%; }
  #hero-image .caption h3 {
    font: bold 52px/52px "adriane", serif;
    color: white;
    text-shadow: 2px 2px 2px #727272;
    margin: 0 0 30px 0; }
  #hero-image .caption #searchform input[type="text"] {
    padding: 15px;
    box-shadow: 2px 2px 2px #727272;
    width: 400px;
    font-size: 18px;
    color: #727272;
    height: 20px;
    border-radius: 0;
    border: 0;
    background: url(images/search-icon.jpg) no-repeat 96% 50% white; }
  #hero-image .caption #searchform input[type="submit"] {
    display: none; }
#hero-image .caption-circle {
  position: absolute;
  top: -355px;
  width: 260px;
  height: 260px;
  right: 35px;
  -webkit-border-radius: 130px;
  -moz-border-radius: 130px;
  -ms-border-radius: 130px;
  border-radius: 130px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center; }
  #hero-image .caption-circle h6 {
    color: #99ca3c;
    font: bold 14px/14px "proxima-nova", sans-serif;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 75px;
    width: 100%;
    margin-bottom: 0px; }
  #hero-image .caption-circle .border {
    width: 45px;
    height: 2px;
    background-color: #99ca3c;
    display: block;
    margin: 0 auto; }
  #hero-image .caption-circle h2 {
    color: #99ca3c;
    font: bold 36px/24px "adriane", serif;
    letter-spacing: 0.25px;
    margin: 20px 0 20px 0; }
  #hero-image .caption-circle p {
    width: 80%;
    margin: 0 auto;
    color: #99ca3c;
    font: 500 18px/21px "proxima-nova", sans-serif; }

	
	#hero-image .caption-circle-right {
  position: absolute;
  top: -355px;
  width: 260px;
  height: 260px;
  right: 35px;
  -webkit-border-radius: 130px;
  -moz-border-radius: 130px;
  -ms-border-radius: 130px;
  border-radius: 130px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center; }
  #hero-image .caption-circle-right h6 {
    color: #99ca3c;
    font: bold 14px/14px "proxima-nova", sans-serif;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 75px;
    width: 100%;
    margin-bottom: 0px; }
  #hero-image .caption-circle-right .border {
    width: 45px;
    height: 2px;
    background-color: #99ca3c;
    display: block;
    margin: 0 auto; }
  #hero-image .caption-circle-right h2 {
    color: #99ca3c;
    font: bold 36px/24px "adriane", serif;
    letter-spacing: 0.25px;
    margin: 20px 0 20px 0; }
  #hero-image .caption-circle-right p {
    width: 80%;
    margin: 0 auto;
    color: #99ca3c;
    font: 500 18px/21px "proxima-nova", sans-serif; }
	
	.image-row:nth-child(2){
position:relative;
bottom:60px;
	
	}
	.col-kar{
	
  width:23%;
 padding-right:5px;
  height:auto;
  display:inline-block;
	text-align:center;
	}
	
	.col-kar img{
	height:auto;
	width:100%;
	 border-right-style: solid;
	  border-left-style: solid;
	   border-top-style: solid;
    border-width: 2px;
	border-color: white;	
	}
	.col-kar img:hover{
	 border-right-style: solid;
	  border-left-style: solid;
	   border-top-style: solid;
    border-width: 2px;
	border-color: #99CA3C;	
	}
	
	.hanmer-img{
	width:33%;
	
	}
	.hanmer-img img{
	width:100%;
	height:auto;
	float:left;
	}
	.hanmer-text{
	width:65%;
	float:right;
	padding-top:50px;
	}

	.hanmer-text a{
	color:#99CA3C;
	
	}
	
	.col-9 .image{
display:none;
}
	
	.col-kar .grid-panel a{
color:white;
font-weight:bold;
font-size:18px;
position:relative;
top:10px;
}	
	.col-kar .grid-panel{
	position:relative;
	bottom:67px;
	height:40px;
	left:0.7%;
	background-color:#99CA3C;	
	opacity:0.9;
	width:100%;
	}
	
	
	#hero-image .caption-circle-left {
  position: absolute;
  top: -355px;
  width: 260px;
  height: 260px;
  right: 80%;
  -webkit-border-radius: 130px;
  -moz-border-radius: 130px;
  -ms-border-radius: 130px;
  border-radius: 130px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center; }
  #hero-image .caption-circle-left h6 {
    color: #99ca3c;
    font: bold 14px/14px "proxima-nova", sans-serif;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 75px;
    width: 100%;
    margin-bottom: 0px; }
  #hero-image .caption-circle-left .border {
    width: 45px;
    height: 2px;
    background-color: #99ca3c;
    display: block;
    margin: 0 auto; }
  #hero-image .caption-circle-left h2 {
    color: #99ca3c;
    font: bold 36px/24px "adriane", serif;
    letter-spacing: 0.25px;
    margin: 20px 0 20px 0; }
  #hero-image .caption-circle-left p {
    width: 80%;
    margin: 0 auto;
    color: #99ca3c;
    font: 500 18px/21px "proxima-nova", sans-serif; }
	
	
	
	
	
#latest-event {
  border-top: 1px solid #d2d2d2;
  padding: 35px 0 55px; }
  #latest-event aside {
    float: left;
    margin-left: 20px; }
  #latest-event .text-block {
    width: 59.21053%;
    float: right;
    margin-right: 45px; }
    #latest-event .text-block h3.entry-title {
      color: #99ca3c;
      font: bold italic 30px/36px "adriane", serif;
      margin: 0 0 20px 0; }
    #latest-event .text-block .entry-content {
      font: normal 24px/30px "adriane", serif;
      color: #727272; }
      #latest-event .text-block .entry-content p {
        font: normal 24px/30px "adriane", serif;
        color: #727272;
        margin-bottom: 15px; }

/*5.0 Alignments/grids
 */
.container {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 3%;
  width: 94%; }

.row {
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto; }

.col-9 {
  width: 61.40351%; }

.col-3 {
  width: 35.08772%; }

.col-4 {
  width: 41.66667%; }

.image-cover {
  height: 550px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.internal.image-cover {
  height: 450px; }

.clearfix:after {
  clear: both; }

.clearfix:after, .clearfix:before {
  content: "";
  display: table;
  line-height: 0; }

#content {
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  animation: fadein 2s;
  overflow: hidden; }

/* Page Generic Internal
 */
#intro-section {
  padding: 60px 0 0px;
  position: relative; }
  #intro-section ul {
    padding: 0 0 0 15px;
    margin: 0; }
  #intro-section strong {
    color: #99ca3c; }
  #intro-section .entry-header {
    width: 76.75439%;
    position: relative;
    z-index: 99; }
    #intro-section .entry-header h1.entry-title {
      color: #99ca3c;
      font: bold italic 52px/60px "adriane", serif;
      margin: 0 0 20px 0; 
	  width:100%;}
    #intro-section .entry-header h2.entry-subtitle {
      color: #99CA3C;
	  width:80%;
      font: normal 24px/30px "adriane", serif;
      margin: 0 0 20px 0; }
    #intro-section .entry-header .border-green {
      width: 120px;
      background: #99ca3c;
      height: 4px;
      display: block; }
  #intro-section .entry-content {
    width: 99%;
    margin-top: 20px;
    float: left; }
    #intro-section .entry-content blockquote {
      margin: 20px 0; }
      #intro-section .entry-content blockquote p {
        color: #99ca3c;
        font: bold 24px/30px "adriane", serif;
        font-style: italic;
        margin: 0; }
    #intro-section .entry-content a {
      color: #99ca3c;
      font-weight: bold; }
  #intro-section #event-circle {
    position: absolute;
    right: 0;
    top: 90px; }
    #intro-section #event-circle h3 {
      padding-top: 65px; }
	  
#intro-section2 {
  padding: 60px 0 120px;
  position: relative; }
  #intro-section2 ul {
    padding: 0 0 0 15px;
    margin: 0; }
  #intro-section2 strong {
    color: #99ca3c; }
  #intro-section2 .entry-header {
    width: 76.75439%;
    position: relative;
    z-index: 99; }
    #intro-section2 .entry-header h1.entry-title {
      color: #99ca3c;
      font: bold italic 52px/60px "adriane", serif;
      margin: 0 0 20px 0; }
    #intro-section2 .entry-header h2.entry-subtitle {
      color: #727272;
      font: normal 24px/30px "adriane", serif;
      margin: 0 0 20px 0; }
    #intro-section2 .entry-header .border-green {
      width: 120px;
      background: #99ca3c;
      height: 4px;
      display: block; }
  #intro-section2 .entry-content {
    width: 80%;
    margin-top: 20px;
    float: left; }
    #intro-section2 .entry-content blockquote {
      margin: 20px 0; }
      #intro-section2 .entry-content blockquote p {
        color: #99ca3c;
        font: bold 24px/30px "adriane", serif;
        font-style: italic;
        margin: 0; }
    #intro-section2.entry-content a {
      color: #99ca3c;
      font-weight: bold; }
  #intro-section2 #event-circle {
    position: absolute;
    right: 0;
    top: 90px; }
    #intro-section2 #event-circle h3 {
      padding-top: 65px; }

	  
	.page-child .entry-content img{
	float:left;
	margin-right:50px;
	margin-bottom:50px;
	}  
	  
.parent-pageid-25 #sidebar {
  float: right;
  margin-right: -0px;
margin-top:-80px;
  position: relative; }
 .parent-pageid-25 #sidebar .image img {
    width: 200px;
    height: auto;
    display: block; }

	#gallery{
	margin-top:150px;
	}
	
	.fb-head{
	position:absolute;
	margin-left:30px;
	margin-top:3px;
	}
		  
#sidebar {
  float: right;
  margin-right: -0px;
margin-top:-280px;
  position: relative; }
  #sidebar .image img {
    width: 200px;
    height: auto;
    display: block; }

	
	
	
#how-section {
  padding: 70px 0; }
  #how-section #how-carousel {
    margin-left: -100px;
    float: left;
    width: 75%; }
  #how-section .text-block {
    width: 30.26316%;
    float: right; }
    #how-section .text-block h3.entry-title {
      color: #99ca3c;
      font: bold 16px/20px "proxima-nova", sans-serif;
      margin: 0 0 20px 0;
      text-transform: uppercase; }
    #how-section .text-block h4.entry-subtitle {
      color: #727272;
      font: normal 21px/24px "adriane", serif;
      margin: 0 0 20px 0; }
    #how-section .text-block .border-green {
      width: 120px;
      background: #99ca3c;
      height: 4px;
      display: block; }
  #how-section .owl-buttons {
    text-align: right; }
    #how-section .owl-buttons div {
      background: white;
      border: 2px solid #99ca3c;
      padding: 0;
      width: 25px;
      height: 25px;
      padding: 0;
      font-size: 12px;
      text-align: center;
      margin-top: 4px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px;
      opacity: 1;
      filter: alpha(opacity=100); }
      #how-section .owl-buttons div span {
        color: #99ca3c;
        display: block;
        margin-top: 6px; }

/* Page Parent Generic Internal
 */
#intro-section.page-parent .entry-header {
  width: 100%; }
#intro-section.page-parent .entry-content {
  width: 90%;
  margin-top: 20px;
  float: none; }

#sidebar.page-parent {
  float: right;
  margin-right: 0;
  margin-top: 15px;
  position: relative; }
  #sidebar.page-parent #button-circle {
    background-color: #f7941d;
    -webkit-border-radius: 95px;
    -moz-border-radius: 95px;
    -ms-border-radius: 95px;
    border-radius: 95px;
    width: 190px;
    height: 190px;
    position: absolute;
    top: 365px;
    left: 115px;
    z-index: 99;
    text-align: center;
    color: white; }
    #sidebar.page-parent #button-circle h3 {
      width: 80%;
      margin: 85px auto; }
  #sidebar.page-parent #button-circle.enrol {
    background-color: #9a2490; }
  #sidebar.page-parent #contact-circle {
    background-color: #99ca3c;
    -webkit-border-radius: 230px;
    -moz-border-radius: 230px;
    -ms-border-radius: 230px;
    border-radius: 230px;
    width: 260px;
    height: 260px;
    position: absolute;
    top: 235px;
    left: -55px;
    z-index: 9; }

	/*Karanga Mai page Styling*/
	#sidebar.page-parent #contact-circle-kar {
    background-color: #99ca3c;
    -webkit-border-radius: 230px;
    -moz-border-radius: 230px;
    -ms-border-radius: 230px;
    border-radius: 230px;
    width: 260px;
    height: 260px;
    position: absolute;
    top: 235px;
    left: 395px;
    z-index: 9; }
	
	
	 #sidebar.page-parent #button-circle-kar {
    background-color: #f7941d;
    -webkit-border-radius: 95px;
    -moz-border-radius: 95px;
    -ms-border-radius: 95px;
    border-radius: 95px;
    width: 160px;
    height: 160px;
    position: absolute;
    top: 35px;
    left: 390px;
    z-index: 99;
    text-align: center;
    color: white; }
    #sidebar.page-parent #button-circle-kar h3 {
      width: 80%;
      margin: 65px auto; }


	  
#contact-circle-kar-one {
  background-color: #99ca3c;
  -webkit-border-radius: 230px;
  -moz-border-radius: 230px;
  -ms-border-radius: 230px;
  border-radius: 230px;
  width: 190px;
  height: 190px;
  position: absolute;
  top: 105px;
  right: 0;
  z-index: 100;
  text-align: center;
  color: white;
  }
  #contact-circle-kar-one h4 {
    color: white;
    font: bold 41px/41px "proxima-nova", sans-serif;
    margin: 45px 0 15px; }
  
  
  
  #contact-circle-kar-two {
  background-color: #99ca3c;
  -webkit-border-radius: 230px;
  -moz-border-radius: 230px;
  -ms-border-radius: 230px;
  border-radius: 230px;
  width: 170px;
  height: 170px;
  position: absolute;
  top: 0px;
  right: 130px;
  z-index: 99;
  text-align: center;
  color: white;
  
  }
  #contact-circle-kar-two h4 {
    color: white;
    font: bold 37px/37px "proxima-nova", sans-serif;
    margin: 45px 0 15px;
	}
  
  
  #image-circle-kar {
  position: ;
  width: 50%;
  max-width: 40px;
  z-index: -6; 
  }
  #image-circle-kar img {
   padding-left:720px!important;
   padding-top:50px;
    width: 240px!important;
    display: block;
    height: auto;
    z-index: -6; }
  #image-circle-kar .circle-overlay {
    position: absolute;
    top: 30px;
    left: 205px;
    z-index: 9; }


#contact-circle-kar-three {
  background-color: #99ca3c;
  -webkit-border-radius: 230px;
  -moz-border-radius: 230px;
  -ms-border-radius: 230px;
  border-radius: 230px;
  width: 190px;
  height: 190px;
  position: absolute;
  top: 38%;
  right: 80%;
  z-index: 100;
  text-align: center;
  color: white;
   text-decoration:none;
  }
  #contact-circle-kar-three h4 {
    color: white;
    font: bold 32px/32px "proxima-nova", sans-serif;
    margin: 45px 0 15px; }
  
  
  
  #contact-circle-kar-four {
  background-color: #99ca3c;
  -webkit-border-radius: 230px;
  -moz-border-radius: 230px;
  -ms-border-radius: 230px;
  border-radius: 230px;
  width: 170px;
  height: 170px;
  position: absolute;
  top: 15%;
  right: 77%;
  z-index: 99;
  text-align: center;
  color: white;
  text-decoration:none;
  }
  #contact-circle-kar-four h4 {
    color: white;
    font: bold 25px/25px "proxima-nova", sans-serif;
    margin: 45px 0 15px;
	}
	
	
	 #contact-circle-kar-five {
  background-color: #99ca3c;
  -webkit-border-radius: 230px;
  -moz-border-radius: 230px;
  -ms-border-radius: 230px;
  border-radius: 230px;
  width: 170px;
  height: 170px;
  position: absolute;
  top: 30%;
  right: 67%;
  z-index: 99;
  text-align: center;
  color: white!important;
  
  }
  #contact-circle-kar-five h4 {
    color: white;
    font: bold 37px/37px "proxima-nova", sans-serif;
    margin: 45px 0 15px;
	}

	#contact-circle-kar-six {
  background-color: #99ca3c;
  -webkit-border-radius: 230px;
  -moz-border-radius: 230px;
  -ms-border-radius: 230px;
  border-radius: 230px;
  width: 190px;
  height: 190px;
  position: absolute;
  top: 85%;
  right: 30%;
  z-index: 100;
  text-align: center;
  color: white;
  }
  #contact-circle-kar-six h4 {
    color: white;
    font: bold 32px/32px "proxima-nova", sans-serif;
    margin: 45px 0 15px; }
  
  
  
  #contact-circle-kar-seven {
  background-color: #99ca3c;
  -webkit-border-radius: 230px;
  -moz-border-radius: 230px;
  -ms-border-radius: 230px;
  border-radius: 230px;
  width: 170px;
  height: 170px;
  position: absolute;
 
  top: 70%;
  right: 22%;
  z-index: 99;
  text-align: center;
  color: white;
  }
  #contact-circle-kar-seven h4 {
    color: white;
    font: bold 25px/25px "proxima-nova", sans-serif;
    margin: 45px 0 15px;
	}
	
	
	 #contact-circle-kar-eight {
  background-color: #99ca3c;
  -webkit-border-radius: 230px;
  -moz-border-radius: 230px;
  -ms-border-radius: 230px;
  border-radius: 230px;
  width: 170px;
  height: 170px;
  position: absolute;
  top: 65%;
  right: 37%;
  z-index: 99;
  text-align: center;
  color: white;
  }
  #contact-circle-kar-eight h4 {
    color: white;
    font: bold 37px/37px "proxima-nova", sans-serif;
    margin: 45px 0 15px;
	}














	
	
	
#pages-section {
  border-top: 1px solid #d2d2d2;
  padding: 90px 0 35px; }
  #pages-section .carousel-item {
    padding: 0 30px 0 0; }
    #pages-section .carousel-item .image {
      border-bottom: 4px solid #99ca3c; }
      #pages-section .carousel-item .image img {
        width: 100%;
        height: auto;
        display: block; }
    #pages-section .carousel-item h5 {
      margin: 25px 0 5px; }
      #pages-section .carousel-item h5 a {
        font: bold 20px/22px "proxima-nova", sans-serif;
        text-decoration: none;
        color: #99ca3c; }
    #pages-section .carousel-item h6 {
      margin: 0 0 20px 0; }
      #pages-section .carousel-item h6 a {
        color: #727272;
        font: 600 16px/22px "proxima-nova", sans-serif;
        text-decoration: none; }
  #pages-section .owl-controls {
    position: absolute;
    top: -60px;
    right: 0; }
  #pages-section .owl-buttons {
    text-align: right; }
    #pages-section .owl-buttons div {
      background: white;
      border: 2px solid #99ca3c;
      padding: 0;
      width: 25px;
      height: 25px;
      padding-top: 0px;
      font-size: 12px;
      text-align: center;
      margin-top: 4px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px;
      opacity: 1;
      filter: alpha(opacity=100); }
      #pages-section .owl-buttons div span {
        display: block;
        margin-top: 6px;
        color: #99ca3c; }
		
		a#bnext, a#bprev {
    color: #999;
    font-size: 54px;
    font-weight: 100;
    position: absolute;
    text-decoration: none;
    top: 40px;
}
	
a#bnext{
right:0;
}	

a#bprev {
left:0;
}


#funding-partners-carousel {
   height: 332px;
    overflow: hidden;
    position: relative;
    width: 100%
}

#projectouter {
    height: 332px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

ul#projectinner {
    height: 332px;
    left: 0;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: absolute;
    top: 0;
    white-space: nowrap;
    width: 10000px;
}



#funding-partners .owl-wrapper-outer{
width:75%!important;

}

    #owl-demo .item{
      margin: 3px;
    }
    #owl-demo .item img{
      display: block;
      width: 100%;
      height: auto;
    }




	#funding-partners-carousel img {
    display: block;
    height: 100%;
    margin: 0 auto;
    width: auto;
}
	
	
	ul#projectinner li {
    border: 1px solid #fff;
    display: block;
    float: left;
    height: 332px;
    width: 100%;
}
	
	
		.row2 ul li {
    display: block;
    float: left;
    height: 65px;
    list-style-type: none;
    margin-bottom: 10px;
    width: 250px;
}

#about-section {
height:450px;
  padding: 45px 0 65px; }
  #about-section .image img {
    width: 100%;
    display: block;
    height: auto; }
  #about-section aside {
    margin-left: 45px;
    float: left; }
  #about-section #survey-circle {
    background-color: #99ca3c;
    -webkit-border-radius: 230px;
    -moz-border-radius: 230px;
    -ms-border-radius: 230px;
    border-radius: 230px;
    width: 260px;
    height: 260px;
    margin-top: 95px;
    text-align: center; }
    #about-section #survey-circle h3 {
      padding-top: 95px;
      color: white;
      font: bold 48px/48px "adriane", serif; }
      #about-section #survey-circle h3 span {
        display: block;
        font: bold 24px/20px "proxima-nova", sans-serif;
        margin-top: 5px; }
  #about-section .text-block {
    width: 59.21053%;
    float: right;
    margin-right: 45px;
    margin-top: 65px; }
    #about-section .text-block h3.entry-title {
      color: #99ca3c;
      font: bold italic 30px/36px "adriane", serif;
      margin: 0 0 20px 0; }
    #about-section .text-block .entry-content {
      font: normal 24px/30px "adriane", serif;
      color: #727272; }
      #about-section .text-block .entry-content p {
        font: normal 24px/30px "adriane", serif;
        color: #727272;
        margin-bottom: 15px; }
      #about-section .text-block .entry-content ul {
        font: normal 18px/24px "adriane", serif;
        margin: 0 0 0 0;
        padding: 0; }
        #about-section .text-block .entry-content ul li {
          font: normal 24px/30px "adriane", serif;
          list-style: none; }
    #about-section .text-block .border-green {
      width: 120px;
      background: #99ca3c;
      height: 4px;
      margin-top: 25px;
      display: block; }

#about-section-cont {
  border-top: 1px solid #d2d2d2;
  padding: 65px 0; }
  #about-section-cont article {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em; }
    #about-section-cont article .entry-subtitle {
      color: #99ca3c;
      font: bold italic 30px/36px "adriane", serif;
      margin: 0 0 20px 0; }
    #about-section-cont article .entry-title {
      font: normal 24px/30px "adriane", serif;
      color: #727272;
      margin-bottom: 15px; }
    #about-section-cont article .border-green {
      width: 120px;
      background: #99ca3c;
      height: 4px;
      margin-top: 25px;
      display: block; }
    #about-section-cont article strong {
      color: #4a4a4a;
      margin-bottom: 4px; }

.news-article:last-child {
  border-bottom: none; }

.news-article {
  margin-top: 25px;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 25px;
  width: 60%; }
  .news-article header h3 {
    font: bold 28px/28px "adriane", serif;
    margin-bottom: 5px; }
  .news-article header .meta {
    text-transform: uppercase;
    color: #727272;
    font-size: 14px; }
  .news-article .entry-content {
    margin-top: 0 !important;
    width: 100% !important; }

.bar {
  background-color: #f7f7f7;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding: 10px 0; }
  .bar .search-description {
    display: inline-block;
    font-weight: 400; }

#search-results {
  width: 65%;
  padding: 50px 0; }

#contact-circle.search {
  top: 320px;
  right: 5%; }

#gallery {
  border-top: 1px solid #d2d2d2;
  padding: 55px 0 65px; }
  #gallery h3 {
    font: italic bold 52px/60px "adriane", serif;
    margin-top: 0; }
    #gallery h3 span {
      font-weight: normal; }
  #gallery .gallery-item {
    float: left; }
    #gallery .gallery-item .image {
      margin: 0 30px 0 0; }
      #gallery .gallery-item .image img {
        display: block;
        width: 100%;
        height: auto; }
    #gallery .gallery-item .gallery-title {
      margin: 20px 30px 10px 0;
      font: bold 24px/24px "adriane", serif; }
    #gallery .gallery-item .gallery-meta {
      color: #727272; }

#philosophy {
  border-top: 1px solid #d2d2d2;
  padding: 65px 0; }
  #philosophy .image {
    width: 48%;
    float: right; }
  #philosophy .content {
    width: 48%;
    float: left; }
    #philosophy .content span {
      color: #99ca3c;
      text-transform: uppercase;
      font-weight: bold; }
    #philosophy .content .entry-title {
      font: normal 24px/30px "adriane", serif;
      color: #727272; }

#philosophy-cont {
  border-top: 1px solid #d2d2d2;
  padding: 55px 0; }
  #philosophy-cont header {
    margin-bottom: 30px; }
    #philosophy-cont header span {
      color: #99ca3c;
      text-transform: uppercase;
      font-weight: bold; }
  #philosophy-cont .entry-content {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px; 
	}
    #philosophy-cont .entry-content p:first-child {
      font: normal 21px/26px "adriane", serif;
      padding: 0;
      margin: 0; }
  #philosophy-cont .image {
    margin-top: 60px; }
	
	
	
	#useful-info {
  border-top: 1px solid #d2d2d2;
  padding: 55px 0; }
  #useful-info header {
    margin-bottom: 30px; }
    #useful-info header span {
      color: #99ca3c;
      text-transform: uppercase;
      font-weight: bold; }
  #useful-info .entry-content {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px; 
	}
    #useful-info .entry-content p:first-child {
    
      padding: 0;
      margin: 0; }
  #useful-info .image {
    margin-top: 60px; }
	
	
	

.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 105px;
  height: 0;
  overflow: hidden; }
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.contact #secondary-contact-circle {
  left: 55px;
  top: 210px; }
  
   @media all and (max-width: 1170px) {
   #image-circle{
   bottom:-150px;
   }
   
   }
  
  
  @media all and (max-width: 1016px) {
     #footer {
    width: 90%;
    padding: 60px 5% 0; }
    #footer .logo {
      float: none;
      width: 100%; }
    #footer .address {
      float: none;
      width: 100%; }
    #footer .contact {
      float: none;
      width: 100%; }
      #footer .contact a {
        color: #99ca3c;
        text-decoration: none; }
    #footer .copyright {
      display: block;
      text-align: left;
      font-size: 90%; }
    #footer .site-builder {
      display: block;
      text-align: left;
      margin-top: 5px;
      font-size: 90%; } }
	  
	  
  @media all and (max-width: 905px) {
   #nav-menu {
    display: block;
    position: absolute;
    left: 80%;
    background-color: #99ca3c;
    height: 20px;
    width: 35px;
    padding: 30px 12.5px 10px 12.5px;
    border-radius: 40px;
    z-index: 9999 !important;
    -webkit-animation: fadein 1s;
    -moz-animation: fadein 1s;
    animation: fadein 1s; }

	#event-circle{
	margin-left:33%;
	}
	#latest-event .text-block{
	width:90%;
	margin-right:0px;
	}
	
  #nav-menu span, #nav-menu span:before, #nav-menu span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 35px;
    background: white;
    position: absolute;
    display: block;
    content: ""; }

  #nav-menu span:before {
    top: -7px; }

  #nav-menu span:after {
    bottom: -7px; }

	#hero-image .caption-circle-left{
right:10%;
}
	
	
	#menu .nav > li > .sub-menu li a:hover {
	border-bottom:none
	}
	
  #nav-menu span, #nav-menu span:before, #nav-menu span:after {
    transition: all 500ms ease-in-out; }

  #nav-menu.active {
    right: -260px;
    left: auto;
    -webkit-animation: fadein 1s;
    -moz-animation: fadein 1s;
    animation: fadein 1s; }

  #nav-menu.active span {
    background-color: transparent; }

  #nav-menu.active span:before, #nav-menu.active span:after {
    top: 0; }

  #nav-menu.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

  #nav-menu.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  #content.menu-in {
    -webkit-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    transform: translateX(-280px); }

  #logo-wrapper.menu-in {
    -webkit-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    transform: translateX(-280px); }

  #nav-menu.menu-in {
    -webkit-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    transform: translateX(-280px); }

  #logo-wrapper {
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%; }

	.page-id-152 #contact-circle{
	top:250px;
	
	}
	
  #nav-menu {
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
	
	
  #menu.menu-open {
    -webkit-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    transform: translateX(-280px); }

  #menu {
    background-color: white;
    height: 100%;
    overflow: auto;
    position: fixed;
    right: -280px;
    top: 0;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 280px;
    z-index: 500; }

  #menu .nav {
    color: #727272;
    font-size: 16px;
    font-weight: normal;
    list-style-type: none;
    margin: 20px 20px 20px;
    padding: 0;
    opacity: 1;
    position: absolute;
    transition: all 0.6s ease-in-out 0s;
    width: 270px; }

  #menu .nav li {
    list-style: none;
    display: block;
    text-align: left;
    margin-bottom: 5px; }

  #menu .nav li a {
    text-decoration: none;
    padding: 10px 0; }

  #menu .nav > li:hover > a {
    border-bottom: none;
    padding-bottom: 10px;
    color: #99ca3c; }

  #menu .nav > li > .sub-menu {
    display: block;
    position: static;
    opacity: 1;
    padding: 10px 0 15px;
    margin: 0;
	width:100%;
    background-color: white; }
    #menu .nav > li > .sub-menu li a {
      display: inline;
	  line-height:2.5em;
	  }

  #menu .nav > li > .sub-menu.mega {
    display: block;
    opacity: 1;
    position: relative;
    background-color: none;
    top: 0;
    padding: 10px 0; }
    #menu .nav > li > .sub-menu.mega .container {
      width: 100%;
      padding: 0; }
    #menu .nav > li > .sub-menu.mega .subnav-column {
      width: 100%;
      float: none;
      padding: 0; }

  #cta-menu {
    text-align: left;
    margin-top: 110px;
    margin-bottom: 0px; }
    #cta-menu ul li {
      display: none; }

	  
	.fb-head{
	position:relative;
	}
	
	 #black-overlay.fade-in {
    opacity: 0.7; }
  
  #black-overlay.display-hide {
    visibility: hidden; }

  #black-overlay {
    background-color: black;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 150; }
	
	
}
@media all and (max-width: 767px) {
  /*5.3 Mobile Menu
   */
 .col-kar .grid-panel{
 height:50px;
 }

  #nav-menu {
    display: block;
    position: absolute;
    left: 80%;
    background-color: #99ca3c;
    height: 20px;
    width: 35px;
    padding: 30px 12.5px 10px 12.5px;
    border-radius: 40px;
    z-index: 9999 !important;
    -webkit-animation: fadein 1s;
    -moz-animation: fadein 1s;
    animation: fadein 1s; }


	#owl-demo .item img{
	width:50%;
	height:auto;
	}
	
  #content {  
    left: 0;
    /*position: absolute;*/
    top: 110px;
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%; }

  #header #logo-wrapper {
    width: 140px;
    padding-left: 5px; }

  .image-cover {
    height: 450px; }

  #header #logo-wrapper {
    width: 140px;
    padding-left: 5px; }

  #hero-image .caption {
    width: 94%;
    top: -320px; }
    #hero-image .caption h3 {
      font: bold 24px/32px "adriane", serif; }

  #hero-image .caption #searchform input[type="text"] {
    width: 200px; }

  #intro {
    width: 90%;
    padding: 40px 5%; }
    #intro .entry-header {
      width: 100%;
      float: none; }
      #intro .entry-header h1.entry-title {
        font: italic bold 32px/40px "adriane", serif; }
      #intro .entry-header h2.entry-subtitle {
        font: normal 18px/24px "adriane", serif; }
    #intro .entry-content {
      width: 100%;
      float: none; }

  #intro-section {
    padding: 125px 0 60px 0; }
    #intro-section .entry-header {
      width: 100%;
      float: none; }
      #intro-section .entry-header h1.entry-title {
        font: italic bold 32px/40px "adriane", serif; }
    #intro-section .entry-content {
      width: 100%;
      float: none; }

  #intro-section.page-parent .entry-content {
    width: 100%; }

  #how-section .text-block {
    width: 100%; }
  #how-section #how-carousel {
    width: 100%;
    margin: 0; }
    #how-section #how-carousel img {
      width: 100%;
      display: block;
      height: auto; }

  #sidebar.page-parent #contact-circle {
    top: 165px;
    left: 0px; }
  #sidebar.page-parent #secondary-contact-circle {
    top: 165px;
    left: 0px; 
	}

  #sidebar {
    width: 100%;
    float: none;
    position: absolute;
    top: -220px; }
    #sidebar #button-circle {
      top: 230px;
      right: 200px;
      z-index: 999; }
      #sidebar #button-circle h3 {
        font: bold 16px/16px "proxima-nova", sans-serif; }
    #sidebar #contact-circle {
      height: 230px;
      width: 230px; }
      #sidebar #contact-circle h4 {
        font-size: 21px;
        margin: 35px 0 10px; }
      #sidebar #contact-circle .telephone {
        font-size: 21px; }
      #sidebar #contact-circle .email {
        font-size: 18px; }
      #sidebar #contact-circle .address {
        margin-top: 10px; }
        #sidebar #contact-circle .address h6 {
          display: none; }
    #sidebar #image-circle {
      display: none; }

  .col-4 {
    width: 100%; }

  .col-3 {
    width: 100%; }

  [class*="col-"] {
    float: none; }

  #about-section aside {
    width: 100%;
    float: none;
    margin: 0; }
  #about-section #survey-circle {
    margin: 0 auto; }
  #about-section .text-block {
    float: none;
    margin: 45px auto;
    width: 100%; }

  #funding-partners h6 {
    width: 100%;
    float: none;
    text-align: center; }
  #funding-partners #funding-partners-carousel {
    width: 100%;
    float: none;
    margin-top: 30px; }
    #funding-partners #funding-partners-carousel img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0 auto; }

  #footer {
    width: 90%;
    padding: 60px 5% 0; }
    #footer .logo {
      float: none;
      width: 100%; }
    #footer .address {
      float: none;
      width: 100%; }
    #footer .contact {
      float: none;
      width: 100%; }
      #footer .contact a {
        color: #99ca3c;
        text-decoration: none; }
    #footer .copyright {
      display: block;
      text-align: left;
      font-size: 90%; }
    #footer .site-builder {
      display: block;
      text-align: left;
      margin-top: 5px;
      font-size: 90%; } }
	  
	  
#kar-img img{
margin-left:130px;
margin-top:100px;
width:380px!important;
height:auto;
}	  


#kar-logo{
width:100%;
}

#kar-logo img{
width:60%;
padding-left:25%;
height:auto;
}

#contact-form { float:left; }
#contact-form input, #contact-form textarea  { width:100%; }
#contact-form input[type="submit"] { width:50%; }
#gmap { float:left; margin-left:2%; padding-top:55px; }
#gmap iframe { height:312px; }
#imgcontainer { margin: 0 auto;
  max-width: 1140px;
  padding: 0 3%;
  width: 94%; }
  
  
  
  
  
  @media all and (max-width: 740px) {
  
  #kar-logo img{
  padding-left:0px;
  
  } 
  
  }
  
  @media all and (max-width: 620px) {
  #intro-section {
    padding: 30px 0 60px 0; }
	
	.col-kar{
	width:47%;
	
	}
	#gallery{
	margin-top:850px;
	
	}
	
  }
  
    @media all and (max-width: 500px) {
	
	.page-template-page-child #sidebar{
	top:-532px;
	
	}
	
	
	#event-circle{
	margin-left:23%;
	}
	
	
	.internal.image-cover{
	height:150px;
	}
	#hero-image .caption-circle-left{
	display:none;
	
	}
		#hero-image .caption-circle-right{
	display:none;
	
	}
	.page-template-home #intro-section .entry-header h1.entry-title{
	margin-top:140px;	
	}
	
	#sidebar{
	top:-16px;	
	}
	
footer #button-circle{
display:none;

}
	
	
	.page-template-contact #sidebar{
	top:-220px;	
	}
	
	.hanmer-text{
	width:100%;
	float:none;
	}
	.hanmer-img{
	width:100%;
	}
	
	.page-id-27 p{
	font-size:13px;
	
	}
	
		#gallery{
	margin-top:650px;
	
	}
	
	}
  
  
  @media all and (max-width: 400px) {
  
  
  .col-kar .grid-panel{
 bottom:77px;
  width:101%;
  }
  
  #sidebar{
	top:16px;	
	}
  #event-circle{
	margin-left:6%;
	}
	
  
  #contact-circle{
  top:150px;
  
  }
  
  
  .page-child .entry-content img{
 
  margin-right:100%;
  }
  	#gallery{
	margin-top:450px;
	
	}
	
	
	.contact #secondary-contact-circle{
	left:95px;
	top:250px;
	}
 .contact #contact-circle{
 top:50px;
 right:80px;
 }
  }
  
   @media all and (max-width: 380px) {
   
  .kar-space{
  top:22px;
  position:relative;
  } 
   
   }
  
  #mobile-cta {
	  display: none
}
@media (max-width: 905px){
	#mobile-cta {
		display: block;
		margin-bottom: 15px
	}
}
#mobile-cta .menu {
	padding-left: 0px;
	list-style-type: none;
	float: right
}
#mobile-cta .menu li {
	display: inline-block;
}
#mobile-cta .menu li a {
	color: #fff;
	padding: 6px 11px;
	background-color: #f7941d;
	border-radius: 20px;
	margin-left: 10px;
	text-transform: uppercase;
	font-weight: bold
}