/*
=====================================================================
*   Zoon v1.0 Layout Stylesheet
*   url: styleshout.com
*   06-07-2014
=====================================================================

   TOC:
   a. General Styles
   b. Intro Section
   c. About Section
   d. Location Section
   e. Footer

===================================================================== */

/* ------------------------------------------------------------------ */
/* a. General Styles
/* ------------------------------------------------------------------ */

body {
    background: #0f0f0f;
    font-family: 'Montserrat', sans-serif;
}


/* ------------------------------------------------------------------ */
/* b. Intro Styles
/* ------------------------------------------------------------------ */

#intro {
    position: relative;
    padding-bottom: 102px;
    min-height: 900px;
    width: 100%;
    background: #161415 url(../images/header-background.jpeg) no-repeat center center;
    background-size: cover !important;
    -webkit-background-size: cover !important;
}

/* Header
/* ------------------------------------------------------------------ */
header {
    height: 60px;
    width: 100%;
    position: relative;
}

header #logo {
    width: 600px;
    margin-left: -300px;
    text-align: center;

    position: absolute;
    top: 300px;
    left: 50%;
}

/* primary navigation
--------------------------------------------------------------------- */
#nav-wrap, #nav-wrap ul, #nav-wrap li, #nav-wrap a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

/* nav-wrap */
#nav-wrap {
    font: 11px 'montserrat-bold', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    z-index: 9999;

    position: absolute;
    top: 12px;
    right: 30px;
}

/* hide toggle button */
#nav-wrap > a {
    display: none;
}

#nav-wrap > a {
    text-align: left;
    border: none;
    height: 54px;
    line-height: 54px;
    float: right;

    font: 0/0 a;
    text-shadow: none;
    color: transparent;

    position: absolute;
    top: 0px;
    right: 36px;
}

#nav-wrap > a:before {
    font-family: 'FontAwesome';
    content: "\f0c9";
    color: #fff;
    margin: 0;
    font-size: 25px;
    line-height: 54px;
    text-align: left;
    display: block;
    float: right;
}

/* hide menu panel */
#nav-wrap ul#nav {
    padding: 5px 20px 5px 20px;
    height: auto;
    width: auto;
    clear: both;
    display: none;
    background: #ffffff59;
    border-radius: 3px;
    position: relative;
    top: 38px !important;
    right: 38px;
}

/* display toggle buttons */
.no-js #nav-wrap:not( :target ) > a:first-of-type,
.no-js #nav-wrap:target > a:last-of-type {
    display: block;
}

.js #nav-wrap a {
    display: block;
}

/* display menu panels - no JS*/
.no-js #nav-wrap:target > ul#nav {
    display: block;
}

ul#nav li {
    display: block;
    height: auto;
    text-align: left;
    padding: 1px 0;
}

ul#nav li a {
    display: block;
    width: auto;
    padding: 0;
    margin: 12px 0;
    font-size: 12px;
    line-height: 10px;
    border: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

ul#nav li a:hover {
    color: #2f57a2
}

ul#nav li a:active {
    background-color: transparent !important;
}

ul#nav li.current a {
    color: #2f57a2
}


/* Main
------------------------------------------------------------------ */
#main {
    margin: 80px auto 0;
    text-align: center;
}

#main h1 {
    font: 42px/1.2em 'montserrat-bold', sans-serif;
    color: #fff;
    margin-bottom: 18px;
    padding: 0 10%;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, .5);
}

#main p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #fff;
    margin-bottom: 18px;
    padding: 0 18%;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, .7);
}

#main h5 {
    font: 13px/24px 'montserrat-bold', sans-serif;
    color: #1F782F;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, .7);
}

/* counter */
#main #counter {
    width: 75%;
    color: #fff;
    text-align: center;
    margin: 18px auto 0;
}

#main #counter span {
    font: 70px/1em 'merriweather-bold', serif;
    display: block;
    padding: 12px 0 30px;
    min-width: 25%;
    float: left;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, .5);
    border-left: 1px dotted rgba(255, 255, 255, .2);
}

#main #counter span:first-child {
    border-left: none;
}

#main #counter span em {
    font: 11px/18px 'montserrat-regular', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 12px;
    display: block;
    color: #BCBCBC;
    color: rgba(255, 255, 255, .6);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, .7);
}

/* mailchimp form */
#main #mc_embed_signup {
    clear: both;
    margin: 48px auto 18px;
    width: 50%;
}

#main #mc_embed_signup:before,
#main #mc_embed_signup:after {
    content: " ";
    display: table;
}

#main #mc_embed_signup:after {
    clear: both;
}

#main #mc_embed_signup input {
    display: inline-block;
    float: left;
}

#main #mc_embed_signup input[type="email"] {
    font-size: 15px;
    height: 54px;
    line-height: 30px;
    padding: 12px 15px;
    border-radius: 3px 0 0 3px;
    background: #727272;
    background: rgba(255, 255, 255, .2);
    width: 70%;
}

#main #mc_embed_signup input[type="submit"] {
    font-size: 15px;
    line-height: 30px;
    height: 54px;
    padding: 12px 30px;
    margin: 0 0 18px 0;
    border-radius: 0 3px 3px 0;
    background: #2f57a2e0;
    background: rgba(25, 124, 40, 1);
    width: 30%;
}

#main #mc_embed_signup input[type="submit"]:hover {
    background: #146320;
}

/* social links */
#main .social {
    clear: both;
    font-size: 22px;
    margin: 12px 0 24px;
    padding: 0;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, .8);
}

#main .social li {
    display: inline-block;
    margin: 0 12px;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
    border: 1px solid white;
}

#main .social li:hover {
    background-color: white;
    transition: background-color 0.5s ease;
}

#main .social li a i {
    display: block;
    text-align: center;
    margin: 0;
    line-height: 39px;
    padding: 0;
    font-size: 20px;
}

#main .social li a {
    color: #fff;
}


/* ------------------------------------------------------------------ */
/* c. About Section
/* ------------------------------------------------------------------ */

#about {
    background-image: linear-gradient(rgb(47 87 162), rgb(47 87 162 / 68%)), url(../images/about-background.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 96px;
    padding-bottom: 72px;
    overflow: hidden;
}

#about a, #about a:visited {
    color: #0C3012;
}

#about a:hover, #about a:focus {
    color: #fff;
}

.section-header,
.section-content {
    max-width: 880px;
}

#about .section-header {
    text-align: center;
    margin-bottom: 12px;
}

#about .section-header .icon-wrap {
    font-size: 50px;
    margin-bottom: 50px;
    color: #ffffff;
}

#about .section-header h1 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin-bottom: 12px;
    padding: 0 15%;
    font-size: 25px;
    font-weight: 500;
}

#about .section-header p {
    color: #fff;
    padding: 0 3%;
}

#about h3 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin-bottom: 12px;
    padding: 0 15%;
    font-size: 25px;
    font-weight: 500;
    margin-top: 35px;
}

/* Call To Action
------------------------------------------------------------------ */
#call-to-action {
    padding-top: 30px;
    text-align: center;
}

#call-to-action .section-ads {
    max-width: 880px;
    padding-top: 36px;
    border-top: 1px dotted #4b8f57;
    border-top: 1px dotted rgba(255, 255, 255, .2);
}

#call-to-action h2 {
    font: 30px/36px 'montserrat-bold', sans-serif;
    color: #EBEEEE;
    letter-spacing: -0.5px;
    margin-bottom: 18px;
    padding: 0 15%;
}

#call-to-action h2 a {
    color: #fff !important;
}

#call-to-action p {
    color: #fff;
    padding: 0 8%;
}

#call-to-action span {
    font-family: 'merriweather-regular', serif;
    color: #0C3012;
}

#call-to-action .action a.button {
    width: 350px;
    margin: 0 auto;
}

#call-to-action .button {
    background: #165622;
    color: #fff !important;
}

#call-to-action .button:hover,
#call-to-action .button:active {
    background: #FFFFFF;
    color: #0D0D0D !important;
}


/* ------------------------------------------------------------------ */
/* d. Location Section
/* ------------------------------------------------------------------ */

#location .contacts {
    background: #2f57a2a1;
    padding-top: 48px;
    padding-bottom: 18px;
}

#location .contact-details {
    max-width: 900px;
    text-align: center;
}

#location .contacts .row .columns {
    width: 33.33333%;
}

#location .contacts .row .end {
    float: left;
}

#location .contacts h3 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

#location .contacts p {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

#location .contacts h3 i {
    margin-right: 8px;
}


#events .contacts {
    background: #2f57a2a1;
    padding-top: 48px;
    padding-bottom: 18px;
}

#events .contact-details {
    max-width: 900px;
    text-align: center;
}

/* map */
#map {
    display: block;
    height: 486px;
    width: 100%;
    background-color: #F6F4EF;
}

#map img {
    max-width: inherit !important;
}

#map .map-error {
    text-align: center;
    padding-top: 48px;
    color: #C0B491;
    font-size: 14px;
}

#map .fa {
    font-size: 60px;
    color: #1F1F1F;
}


/* ------------------------------------------------------------------ */
/* e. Footer
/* ------------------------------------------------------------------ */

footer {
    background: #2f57a2e0;
    padding-top: 24px;
    padding-bottom: 24px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

footer a, footer a:visited {
    color: #525252;
}

footer a:hover, footer a:focus {
    color: #fff;
}

/* copyright */
footer .copyright {
    margin: 0;
    padding: 0;
    text-align: center;
}

footer .copyright li {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 24px;
}

.ie footer .copyright li {
    display: inline;
}

footer .copyright li:before {
    content: "\2022";
    padding-left: 6px;
    padding-right: 10px;
    color: #1B6728;
}

footer .copyright li:first-child:before {
    display: none;
}

/* Go To Top Button */
#go-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    text-align: center;
    display: none;
}

#go-top a {
    text-decoration: none;
    border: 0 none;
    display: block;
    width: 48px;
    height: 48px;
    background-color: #ffffff;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

    color: #2c4f92;
    font-size: 16px;
    line-height: 48px;
    border-radius: 3px;
}

#go-top a:hover {
    background: #2196f3;
    color: white;
}

.about-content {
    margin-top: 40px;
}

.right-content {
    display: flex;
    justify-content: flex-end;
    height: 250px;
}

.right-content .image img {
    border-radius: 10px;
}

.right-content .image {
    width: 34%;
}

.about-content-text-right {
    width: 60%;
    text-align: right;
    line-height: 30px;
    font-size: 13px;
    padding-right: 58px;
}

/**/

.left-content {
    display: flex;
    justify-content: flex-start;
    height: 250px;
}

.left-content .image img {
    border-radius: 10px;
}

.left-content .image {
    width: 34%;
    margin-left: 55px;
}

.about-content-text-left {
    width: 60%;
    text-align: left;
    line-height: 40px;
    font-size: 13px;
    padding-left: 58px;
}

.trust-us ul {
    list-style: none;
    padding: 0;
    font-family: Montserrat, serif;
}

.trust-us li {
    padding-left: 1.3em;
    font-size: 13px;
}

.trust-us li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

.footer-phone a {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: inherit;
}

p.footer-mail a {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: inherit;
}

div#map iframe {
    height: 486px;
}

#events {
    background-image: linear-gradient(rgb(47 87 162), rgb(47 87 162 / 68%)), url(../images/events-background.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-bottom: 72px;
    overflow: hidden;
}

.container {
    padding: 40px 5%;
}

.heading-text {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 24px;
    margin-bottom: 35px;
}

.heading-text span {
    font-weight: 100;
}

ul {
    list-style: none;
}

.image-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.image-gallery > li {
    flex-basis: 350px;
    position: relative;
    cursor: pointer;
}

.image-gallery::after {
    content: "";
    flex-basis: 350px;
}

.image-gallery li img {
    object-fit: cover;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: 5px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(57, 57, 57, 0.502);
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all 0.2s 0.1s ease-in-out;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-gallery li:hover .overlay {
    transform: scale(1);
}

/* ------------------------------------------------------------------ */
/* Visitor Rules Section
/* ------------------------------------------------------------------ */

#visitor-rules {
   background: #fff;
   padding-top: 96px;
   padding-bottom: 66px;
   overflow: hidden;
   position: relative;
}

#visitor-rules a, #visitor-rules a:visited {
   color: #0F9095;
}
#visitor-rules a:hover, #visitor-rules a:focus {
   color: #313131;
}

.visitor-info {
   margin-top: 40px;
}

.visitor-hours {
   margin-bottom: 30px;
   background-color: #f5f5f5;
   padding: 20px;
   border-radius: 5px;
   box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.visitor-hours h3, .visitor-rules h3 {
   font-family: 'Montserrat', sans-serif;
   color: #333;
   margin-bottom: 15px;
   font-size: 20px;
   font-weight: 600;
   position: relative;
   padding-left: 30px;
}

.visitor-hours h3:before, .visitor-rules h3:before {
   content: "\f017"; /* clock icon */
   font-family: 'FontAwesome';
   position: absolute;
   left: 0;
   top: 0;
   color: #0F9095;
}

.visitor-rules h3:before {
   content: "\f05a"; /* info icon */
}

.visitor-hours p {
   font-family: 'Montserrat', sans-serif;
   font-size: 16px;
   line-height: 30px;
   margin-bottom: 18px;
}

.rules-list {
   margin-left: 20px;
   counter-reset: rule-counter;
}

.rules-list li {
   list-style: none;
   font-family: 'Montserrat', sans-serif;
   font-size: 15px;
   line-height: 24px;
   margin-bottom: 15px;
   padding: 10px 15px 10px 40px;
   position: relative;
   background-color: #f9f9f9;
   border-left: 3px solid #0F9095;
   border-radius: 0 5px 5px 0;
   counter-increment: rule-counter;
}

.rules-list li:before {
   content: counter(rule-counter);
   position: absolute;
   left: 10px;
   top: 10px;
   background-color: #0F9095;
   color: white;
   width: 24px;
   height: 24px;
   border-radius: 50%;
   text-align: center;
   line-height: 24px;
   font-weight: bold;
}

.rules-list li:hover {
   background-color: #f0f0f0;
   transition: background-color 0.3s ease;
}

#visitor-rules .section-header {
    text-align: center;
    margin-bottom: 12px;
}

#visitor-rules .section-header h1 {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    margin-bottom: 12px;
    padding: 0 15%;
    font-size: 25px;
    font-weight: 500;
}

/* ------------------------------------------------------------------ */
/* Application Conditions Section
/* ------------------------------------------------------------------ */

#application-conditions {
   background: #f5f5f5;
   padding-top: 96px;
   padding-bottom: 66px;
   overflow: hidden;
   position: relative;
}

#application-conditions a, #application-conditions a:visited {
   color: #0F9095;
}
#application-conditions a:hover, #application-conditions a:focus {
   color: #313131;
}

.application-info {
   margin-top: 40px;
}

.application-info h3 {
   font-family: 'Montserrat', sans-serif;
   color: #333;
   margin-bottom: 25px;
   font-size: 20px;
   font-weight: 600;
   text-align: center;
   padding-bottom: 15px;
   border-bottom: 2px solid #0F9095;
}

.application-info h4 {
   font-family: 'Montserrat', sans-serif;
   color: #333;
   margin-top: 30px;
   margin-bottom: 20px;
   font-size: 18px;
   font-weight: 600;
   position: relative;
   padding-left: 30px;
}

.application-info h4:before {
   content: "\f15c"; /* file icon */
   font-family: 'FontAwesome';
   position: absolute;
   left: 0;
   top: 0;
   color: #0F9095;
}

.application-requirements {
   background-color: white;
   padding: 25px;
   border-radius: 5px;
   box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.application-requirements p {
   font-family: 'Montserrat', sans-serif;
   font-size: 15px;
   line-height: 24px;
   margin-bottom: 15px;
}

.application-requirements p strong {
   color: #0F9095;
}

.application-requirements ol {
   margin-left: 20px;
   counter-reset: app-counter;
}

.application-requirements ol li {
   list-style: none;
   font-family: 'Montserrat', sans-serif;
   font-size: 15px;
   line-height: 24px;
   margin-bottom: 15px;
   padding: 10px 15px 10px 40px;
   position: relative;
   background-color: #f9f9f9;
   border-left: 3px solid #0F9095;
   border-radius: 0 5px 5px 0;
   counter-increment: app-counter;
}

.application-requirements ol li:before {
   content: counter(app-counter);
   position: absolute;
   left: 10px;
   top: 10px;
   background-color: #0F9095;
   color: white;
   width: 24px;
   height: 24px;
   border-radius: 50%;
   text-align: center;
   line-height: 24px;
   font-weight: bold;
}

#application-conditions .section-header {
    text-align: center;
    margin-bottom: 12px;
}

#application-conditions .section-header h1 {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    margin-bottom: 12px;
    padding: 0 15%;
    font-size: 25px;
    font-weight: 500;
}
