/* ====================== */
/*         ASSETS         */
/* ====================== */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  box-sizing: border-box; }

ol, ul {
  list-style: none; }

:focus {
  outline: 0; }

.clear {
  clear: both;
  line-height: 0;
  font-size: 0; }

.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  visibility: hidden;
  height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

header,
nav,
section,
article,
aside,
footer {
  display: block; }

/* General */
body {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px; }

#k_content {
  padding: 80px 0 0; }
  #k_content #k_container {
    width: 1020px;
    margin: 44px auto 50px;
    padding: 0 60px; }
    @media (max-width: 768px) {
      #k_content #k_container {
        width: 100%;
        padding: 0 20px;
        margin: 20px 0; } }
    @media (max-width: 768px) {
      #k_content #k_container img {
        max-width: 100%; } }

h1 {
  font-size: 36px;
  font-weight: 300;
  color: #1bc743;
  margin-bottom: 40px;
  line-height: 40px;
  text-transform: inherit;
}

h2 {
  font-size: 28px;
  font-weight: 700;
  color: #8e8e8e;
  margin-bottom: 30px;
  line-height: 40px;
 }

h3 {
  font-size: 26px;
  font-weight: 300;
  color: #1bc743;
  margin-bottom: 25px;
  line-height: 35px;
  text-transform: inherit;
  clear: both; }

h4 {
  font-size: 21px;
  font-weight: 300;
  color: #1bc743;
  margin-bottom: 30px;
  line-height: 24px;
  text-transform: inherit; }

h5 {
  font-size: 18px;
  font-weight: 300;
  color: #8a8787;
  margin-bottom: 40px;
  line-height: 36px;
  text-transform: inherit; }

h6 {
  font-size: 16px;
  font-weight: 300;
  color: #1bc743;
  margin-bottom: 20px;
  line-height: 30px;
  text-transform: inherit; }

strong {
  font-size: 14px;
  color: #1bc743; }

p {
  font-size: 14px;
  color: #8e8e8e;

  line-height: 28px;
  margin-bottom: 24px; }

ul {
  list-style: none;
  margin: 0 0 20px 15px;
  padding: 0; }
  ul li {
    position: relative;
    font-size: 14px;
    color: #8e8e8e;
    margin-bottom: 6px; }
    ul li:before {
      content: "\f111";
      font-family: FontAwesome;
      color: #1bc743;
      font-size: 5px;
      position: absolute;
      left: -14px;
      top: 8px; }

ol {
  margin: 0 0 0 20px;
  padding: 0; }
  ol li {
    position: relative;
    list-style-type: none;
    counter-increment: step-counter;
    margin-bottom: 8px;
    font-size: 14px;
    color: #8e8e8e; }
    ol li:before {
      position: absolute;
      left: -20px;
      top: 0;
      content: counter(step-counter) " - "; }

a {
  color: #8e8e8e;
  text-decoration: none;
  border-bottom: 1px solid #8e8e8e;
  padding-bottom: 0; }
  a:hover {
    border-bottom: 0;
    padding-bottom: 0; }

a.k_a_2 {
  font-size: 15px;
  color: #444444;
  text-decoration: none;
  border-bottom: 1px solid #444444;
  padding-bottom: 0; }
  a.k_a_2:hover {
    border-bottom: 0;
    padding-bottom: 0; }

blockquote {
  position: relative;
  border-left: 4px solid #1bc743;
  background-color: #F3F0F0;
  margin: 70px 0 100px 0; }
  blockquote p {
    font-size: 18px;
    font-style: italic;
    line-height: 28px;
    margin: 0;
    padding: 12px 24px;
    position: relative;
    text-align: justify; }

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
select {
  color: #000000 !important;
  font-size: 20px !important;
  width: 100%;
  border: 0;
  line-height: 30px;
  outline: 0;
  margin: 0 0 5px;
  padding: 5px 14px;
  height: 50px;
  font-weight: 300;
  background-color: #ececec;
  font-family: "Ubuntu", sans-serif;
  text-transform: inherit;
}

textarea {
  resize: none;
  color: #000000 !important;
  font-size: 20px !important;
  width: 100%;
  border: 0;
  padding: 10px 14px !important;
  outline: none;
  height: 147px;
  font-weight: 300;
  background-color: #ececec;
  font-family: "Ubuntu", sans-serif;
  text-transform: inherit; }

input[type=submit],
button, .k_btn {
  background: #1bc743;
  color: #ffffff;
  padding: 0 38px;
  line-height: 39px;
  text-decoration: none;
  font-weight: 700;
  font-size: 19px;
  cursor: pointer;
  text-transform: inherit;
  border-radius: 28px;
  border: 0;
  display: inline-block;
  margin-bottom: 24px; }
  input[type=submit]:hover,
  button:hover, .k_btn:hover {
    background: #08700B;
    padding: 0 38px; }

hr {
  border: 1px solid #1bc743;
  clear: both;
  margin-bottom: 20px; }

/* ====================== */
/*         LAYOUT         */
/* ====================== */
/* ======= HEADER ======= */
#k_header {
  position: relative;
  height: 612px; }
  @media (max-width: 768px) {
    #k_header {
      height: inherit; } }
  #k_header img {
    width: 100%;
    height: auto; }
  #k_header .k_menu_wrap {
    background: #1bc743;
    height: 58px;
    border-radius: 29px;
    width: 1020px;
    position: absolute;
    top: 54px;
    left: 50%;
    margin-left: -510px;
    text-align: center;
    padding: 20px 0 0;
    z-index: 999; }
    @media (max-width: 768px) {
      #k_header .k_menu_wrap {
        position: inherit;
        left: 0;
        top: 0;
        width: 100%;
        margin: 0;
        border-radius: inherit; } }
    #k_header .k_menu_wrap #k_nav {
      text-transform: inherit;
      display: inline-block; }
      @media (max-width: 768px) {
        #k_header .k_menu_wrap #k_nav {
          display: none;
          position: absolute;
          top: 58px;
          border-top: #ffffff 2px solid;
          width: 100%;
          left: 0;
          background: #1bc743;
          z-index: 2; } }
      #k_header .k_menu_wrap #k_nav ul {
        padding: 0;
        margin: 0; }
        #k_header .k_menu_wrap #k_nav ul li {
          display: inline-block;
          border-right: #ffffff 1px solid;
          line-height: 17px;
          padding: 0 11px 0 0;
          margin: 0 6px;
          position: relative;
      }
          @media (max-width: 768px) {
            #k_header .k_menu_wrap #k_nav ul li {
              display: block;
              border-right: none;
              border-bottom: #ffffff 1px solid;
              margin: 0;
              padding: 0; } }
          #k_header .k_menu_wrap #k_nav ul li:last-child {
            border-right: none; }
          #k_header .k_menu_wrap #k_nav ul li a {
            color: #ffffff;
            font-size: 18px;
            text-decoration: none;
            border: 0; }
            @media (max-width: 768px) {
              #k_header .k_menu_wrap #k_nav ul li a {
                padding: 20px 0;
                display: block; } }
            #k_header .k_menu_wrap #k_nav ul li a:hover,
            #k_header .k_menu_wrap #k_nav ul li.current-menu-item > a,
            #k_header .k_menu_wrap #k_nav ul li.current-menu-ancestor > a {
              color: #08700B; }
          #k_header .k_menu_wrap #k_nav ul li::before {
            display: none; }

            #k_header .k_menu_wrap #k_nav ul li:hover > ul {
            	display: block;
            }

            #k_header #k_nav ul ul {
            	position: absolute;
            	width: 150px;
            	left: 50%;
            	padding: 14px 0 0 !important;
            	margin: 0 0 0 -82px !important;
            	display: none;
	            }

            #k_header #k_nav ul ul li {
            	margin: 0 !important;
            	padding: 0 !important;
            	border: none !important;
            	display: block !important;
            }
            #k_header #k_nav ul ul li:last-child {
            	border: 0 !important;
            }
            #k_header #k_nav ul ul li:last-child a {
            	border-bottom-right-radius: 6px;
            	border-bottom-left-radius: 6px;
            }
            #k_header #k_nav ul ul li a {
            	display: block;
            	padding: 8px;
            	background: #1bc743;
            }
            @media (max-width: 768px) {
	            #k_header #k_nav ul ul {
	            	position: inherit;
	            	width: 100%;
	            	left: 0;
	            	padding: 0 !important;
	            	margin: 0 0 0 0 !important;
	            	display: block;
		        }
	            #k_header #k_nav ul ul li {
	            	margin: 0 !important;
	            	padding: 0 !important;
	            	border: none !important;
	            	display: block !important;
	            }
	            #k_header #k_nav ul ul li:last-child {
	            	border: 0 !important;
	            }
	            #k_header #k_nav ul ul li:last-child a {
	            	border-bottom-right-radius: 0px;
	            	border-bottom-left-radius: 0px;
	            }
	            #k_header #k_nav ul ul li a {
	            	display: block;
	            	padding: 0x;
	            	background: #1bc743;
	            }
            }

    #k_header .k_menu_wrap .k_phone {
      font-weight: 700;
      color: #ffffff; }
      @media (max-width: 768px) {
        #k_header .k_menu_wrap .k_phone {
          float: right;
          padding: 0 20px 0 0; } }
  #k_header #k_logo {
    width: 187px;
    height: 187px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: -93.5px;
    margin-left: -93.5px;
    z-index: 1; }
    @media (max-width: 768px) {
      #k_header #k_logo {
        top: 200px; } }
    #k_header #k_logo a {
      width: 187px;
      height: 187px;
      display: block;
      background: url(../images/logo.png) no-repeat;
      border: 0;
      text-indent: -9000px;
      background-size: cover; }
  #k_header .k_banner {
    height: 612px;
    overflow: hidden; }
    @media (max-width: 768px) {
      #k_header .k_banner {
        height: 150px; } }
    #k_header .k_banner img {
      vertical-align: top; }
  #k_header .k_enquire {
    width: 1020px;
    height: 230px;
    position: absolute;
    top: 239px;
    left: 50%;
    margin-left: -510px;
    background: rgba(0, 0, 0, 0.64);
    text-align: center;
    padding: 30px 59px 36px; }
    @media (max-width: 768px) {
      #k_header .k_enquire {
        width: 100%;
        height: inherit;
        position: inherit;
        top: 0;
        left: 0;
        margin: 0;
        padding: 100px 20px 20px;
        clear: both; } }
    #k_header .k_enquire h2 {
      color: #ffffff;
      margin-bottom: 10px;
      font-size: 29px; }
    #k_header .k_enquire h4 {
      color: #ffffff;
      font-size: 21px;
      margin-bottom: 40px; }
      #k_header .gform_wrapper {
      	max-width: 100%;
      }
    #k_header .k_enquire .gform_body {
      float: left; }
#k_header .k_enquire .gform_body li {
  clear: none !important;
}
.gform_confirmation_message {
    font-size: 20px;
    color: #1bc743;
}
.ginput_container {
	position: relative;
}
.ui-datepicker-trigger {
	position: absolute;
	right: 10px;
	top: 17px;
}
#k_header .k_enquire .validation_message {
  display: none;
}
#k_header .k_enquire .gfield_error {
  margin: 0 !important;
  padding: 0 20px 0 0 !important;
  border: none !important;
  background: none !important;
  width: inherit !important
}
.gform_wrapper div.validation_error {
  margin-bottom: 10px !important;
}
#k_header .gform_wrapper .datepicker {
  width: 163px !important;
}
@media (max-width: 768px) {
	#k_header .gform_wrapper .datepicker {
	  width: 100% !important;
	}
}
    #k_header .k_enquire .gform_body label {
      display: none;
    }
      @media (max-width: 768px) {
        #k_header .k_enquire .gform_body {
          float: none; } }
      #k_header .k_enquire .gform_body ul {
        margin: 0; }
        #k_header .k_enquire .gform_body ul li {
          display: inline-block;
          float: left;
          padding-right: 16px; }
          @media (max-width: 768px) {
            #k_header .k_enquire .gform_body ul li {
              float: none;
              display: block;
              text-align: center;
              padding: 0;
            } }
          #k_header .k_enquire .gform_body ul li:before {
            content: ''; }
          #k_header .k_enquire .gform_body ul li input[type=text], #k_header .k_enquire .gform_body ul li input[type=tel], #k_header .k_enquire .gform_body ul li input[type=email], #k_header .k_enquire .gform_body ul li input[type=password], #k_header .k_enquire .gform_body ul li input[type=number], #k_header .k_enquire .gform_body ul li select {
            height: 37px;
            font-weight: 300;
            color: #8e8e8e;
            font-size: 17px !important;
            width: 157px;
            padding: 0 15px;
            line-height: 29px; }
            @media (max-width: 768px) {
              #k_header .k_enquire .gform_body ul li input[type=text], #k_header .k_enquire .gform_body ul li input[type=tel], #k_header .k_enquire .gform_body ul li input[type=email], #k_header .k_enquire .gform_body ul li input[type=password], #k_header .k_enquire .gform_body ul li input[type=number], #k_header .k_enquire .gform_body ul li select {
                width: 100%; } }
    #k_header .k_enquire .gform_footer {
      clear: none;
      margin: 3px 0 0;
      padding: 0;
      float: left; }
      @media (max-width: 768px) {
        #k_header .k_enquire .gform_footer {
          text-align: center;
          float: none; } }
      #k_header .k_enquire .gform_footer input[type=submit] {
        background: #1bc743;
        color: #ffffff;
        padding: 4px 32px;
        line-height: 31px;
        text-decoration: none;
        font-weight: 700;
        font-size: 19px;
        cursor: pointer;
        text-transform: inherit;
        border-radius: 28px;
        border: 0;
        display: inline-block;
        margin-bottom: 24px; }
        #k_header .k_enquire .gform_footer input[type=submit]:hover {
          background: #08700B; }
  #k_header .k_mobile_btn {
    display: none; }
    @media (max-width: 768px) {
      #k_header .k_mobile_btn {
        display: block;
        float: left;
        margin-left: 20px;
        color: #ffffff;
        font-size: 28px;
        position: relative;
        top: -5px; } }

/* ======= FOOTER ======= */
#k_footer {
  margin: 55px 0 0;
  overflow: hidden;
  clear: both; }
  @media (max-width: 768px) {
    #k_footer {
      padding: 20px;
      text-align: center; } }
  #k_footer .k_footer_menu_wrap {
    border-top: 3px solid #f5f5f5;
    margin: 0 auto;
    padding: 38px 0px; }
    #k_footer .k_footer_menu_wrap .k_footer_nav_menu {
      display: inline-block; }
      #k_footer .k_footer_menu_wrap .k_footer_nav_menu ul {
        list-style: none;
        display: inline-block;
        margin-left: 0;
        margin-bottom: 0; }
        @media (max-width: 768px) {
          #k_footer .k_footer_menu_wrap .k_footer_nav_menu ul {
            margin-bottom: 20px; } }
        #k_footer .k_footer_menu_wrap .k_footer_nav_menu ul li {
          float: left;
          margin-right: 10px;
          margin-bottom: 0; }
          @media (max-width: 768px) {
            #k_footer .k_footer_menu_wrap .k_footer_nav_menu ul li {
              float: none; } }
          #k_footer .k_footer_menu_wrap .k_footer_nav_menu ul li a {
            color: #A7A5A5;
            list-style: none;
            border-bottom: 1px solid #A7A5A5;
            margin: 0;
            text-transform: capitalize;
            font-size: 14px;
            line-height: 32px; }
            #k_footer .k_footer_menu_wrap .k_footer_nav_menu ul li a:hover {
              border: 0px; }
          #k_footer .k_footer_menu_wrap .k_footer_nav_menu ul li:before {
            content: '';
            font-family: inherit; }
      #k_footer .k_footer_menu_wrap .k_footer_nav_menu .k_footer_phone a, #k_footer .k_footer_menu_wrap .k_footer_nav_menu #k_email a {
        display: inline-block;
        margin-bottom: 0;
        border-bottom: 0;
        color: #A7A5A5;
        margin-right: 12px;
        line-height: 25px; }
        #k_footer .k_footer_menu_wrap .k_footer_nav_menu .k_footer_phone a span, #k_footer .k_footer_menu_wrap .k_footer_nav_menu #k_email a span {
          font-weight: 600; }
    #k_footer .k_footer_menu_wrap #k_footer_nav_left {
      float: left;
      width: 30%; }
      @media (max-width: 768px) {
        #k_footer .k_footer_menu_wrap #k_footer_nav_left {
          float: none;
          width: 100%;
          padding: 20px 0; } }
    #k_footer .k_footer_menu_wrap #k_footer_logo {
      display: inline-block;
      width: 40%;
      float: left; }
      @media (max-width: 768px) {
        #k_footer .k_footer_menu_wrap #k_footer_logo {
          float: none;
          width: 100%;
          padding: 20px 0; } }
      #k_footer .k_footer_menu_wrap #k_footer_logo a {
        background: url("../images/logo.png") no-repeat;
        background-size: 140px 140px;
        width: 140px;
        height: 140px;
        border: 0;
        text-indent: -9000px;
        display: block;
        margin: -15px auto 0; }
    #k_footer .k_footer_menu_wrap #k_footer_nav_right {
      float: left;
      width: 30%;
      text-align: right; }
      @media (max-width: 768px) {
        #k_footer .k_footer_menu_wrap #k_footer_nav_right {
          float: none;
          width: 100%;
          padding: 20px 0;
          text-align: center; } }
      #k_footer .k_footer_menu_wrap #k_footer_nav_right ul li {
        float: none;
        display: inline-block;
        margin-right: 0;
        margin-left: 10px; }
        #k_footer .k_footer_menu_wrap #k_footer_nav_right ul li a {
          text-transform: inherit;
        }
        #k_footer .k_footer_menu_wrap #k_footer_nav_right .sub-menu {
        	display: none !important;
        }

/* ======== BASE ======== */
.k_home_container {
  text-align: center; }
  .k_home_container .k_page_intro {
    background-color: #f5f5f5;
    float: left;
    width: 100%;
    margin-bottom: 2px; }
    .k_home_container .k_page_intro p {
      padding: 0 38px;
      width: 70%; }
  .k_home_container .k_home_content img {
    margin-bottom: 44px;
    width: 100%;
    height: auto; }
  .k_home_container .k_home_content h5 {
    padding: 0 32px;
    text-transform: inherit;
    margin-bottom: 50px; }

.k_site_page a {
  line-height: 35px; }
.k_site_page input[type=submit] {
  padding: 4px 32px;
  line-height: 31px; }
  .k_site_page input[type=submit]:hover {
    background: #08700B; }

.k_white_bdr_top {
  border-top: #ffffff 2px solid; }

.k_post_links a {
  margin: 0 5px; }
  .k_post_links a:first-child {
    margin-left: 0; }

.k_exp_vert {
  width: 418px;
  float: left;
  text-align: center;
  padding: 0 0 40px; }
  @media (max-width: 768px) {
    .k_exp_vert {
      width: 100%;
      float: none; } }
  .k_exp_vert img {
    margin-bottom: 20px; }
  .k_exp_vert p {
    padding: 0 30px; }
  .k_exp_vert.k_last {
    float: right; }
    @media (max-width: 768px) {
      .k_exp_vert.k_last {
        float: none; } }

.gform_body ul li::before {
  display: none; }

/* ======== BREADCRUMBS ======== */
.k_page_breadcrumbs {
  font-size: 14px;
  text-transform: inherit;
  color: #8e8e8e;
  margin-bottom: 32px; }
  .k_page_breadcrumbs a {
    text-decoration: none;
    border-bottom: 0; }
    .k_page_breadcrumbs a span {
      font-size: 14px;
      color: #8e8e8e;
      font-weight: 300; }
      .k_page_breadcrumbs a span:hover {
        color: #444444; }
  .k_page_breadcrumbs span {
    font-weight: 700;
    font-size: 14px;
    color: #8e8e8e; }

/* ======== BREADCRUMBS ======== */
/* ======== FACILITIES ======== */
.k_grey {
  background-color: #f5f5f5;
  overflow: hidden;
  clear: both; }
  @media (max-width: 768px) {
    .k_grey {
      text-align: center; } }
  @media (max-width: 768px) {
    .k_grey div {
      float: none !important; } }
  @media (max-width: 768px) {
    .k_grey p {
      padding: 20px; } }
  .k_grey .gform_footer {
    text-align: center;
    padding: 20px 0 0; }
  .k_grey img {
    vertical-align: top; }
    @media (max-width: 768px) {
      .k_grey img {
        float: none !important;
        margin: 0 auto; } }
  .k_grey .content-column span {
    color: #1bc743; }
    .k_grey h5 {
    	padding-left: 40px !important;
    	padding-right: 300px !important;
    }
#k_content .gform_body label {
    display: none !important;
  }
#k_content .gform_body .gfield_checkbox label {
  display: inline-block !important;
}
#k_content .gform_body input[type=text] {
  width: 100% !important;
  padding: 0 20px;
}

@media (max-width: 768px) {
  #k_attraction_list div {
    width: 100% !important;
  }
}

@media(min-width: 3000px) {
  #k_header .k_enquire {
    padding: 30px 44px 36px;
  }
}

.gform_wrapper textarea.medium {
	width: 100% !important;
}

/* ======== FACILITIES ======== */

/*# sourceMappingURL=style.css.map */
