/*!
 * Start Bootstrap - Grayscale v4.0.0-beta (http://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #222;
}

html {
    width: 100%;
    height: 100%
}

hr {
    max-width: 200px;
    border-width: 5px;
    border-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin: 25px 0 15px;
    letter-spacing: 1px;
    text-transform: uppercase
}

p {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 25px
}

@media (min-width:768px) {
    p {
        font-size: 15px;
        line-height: 1.6;
        margin: 0 0 35px
    }
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #97ce94
}

a:hover {
    text-decoration: none;
    color: #1d9b6c;
    outline:0;
}

a:focus{
    outline:0;
}

#mainNav {
    font-family: Cabin, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    background-color: #000
}

#mainNav .navbar-toggler {
    font-size: 14px;
    padding: 11px;
    color: #fff;
    border: 1px solid #fff
}

#mainNav .navbar-brand {
    font-weight: 700;
}

#mainNav a.navbar-brand{
    font-size: 1.75em;
}


#mainNav a {
    color: #fff
}

#mainNav a:hover {
    color: #97ce94
}

#mainNav .navbar-nav .nav-item {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

#mainNav .navbar-nav .nav-item:hover {
    color: fade(white, 80%);
    outline: 0;
    background-color: transparent
}

#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
    outline: 0;
    background-color: transparent
}

#mymap { 
    height: 550px;
}

@media (min-width:992px) {
    #mainNav {
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-transition: background .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s;
        -moz-transition: background .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s;
        transition: background .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s;
        letter-spacing: 1px;
        border-bottom: none;
        background: 0 0
    }
    #mainNav.navbar-shrink {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        background: #222;
    }
    #mainNav.navbar-shrink a.navbar-brand {
        font-size: 1.25em;
        color: #97ce94;
    }
    #mainNav .nav-link.active {
        outline: 0;
        background-color: #97ce94
    }
    #mainNav .nav-link.active:hover {
        color: #fff
    }
}

.masthead {
    display: table;
    width: 100%;
    height: auto;
    padding: 200px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.masthead .intro-body {
    display: table-cell;
    vertical-align: middle
}

.masthead .intro-body .brand-heading {
    font-size: 50px
}

.masthead .intro-body .intro-text {
    font-size: 18px
}

@media (min-width:768px) {
    .masthead {
        height: 100%;
        padding: 0
    }
    .masthead .intro-body .brand-heading {
        font-size: 80px
    }
    .masthead .intro-body .intro-text {
        font-size: 26px
    }
}

.btn-circle {
    font-size: 26px;
    width: 55px;
    height: 55px;
    margin-top: 15px;
    line-height: 38px;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100%!important;
    background: 0 0
}

.btn-circle:focus,
.btn-circle:hover {
    color: #fff;
    outline: 0;
    background: rgba(255, 255, 255, .1)
}

.content-section {
    padding-top: 100px;
    padding-bottom: 100px
}

.submit-section {
    color: #fff;
    /*background: url(../img/submit-bg.jpg) no-repeat center center scroll;*/
    background-color: #fff;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover*/
}


@media (min-width:992px) {
    .content-section {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.btn {
    font-family: Cabin, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 0
}


.btn-default {
    color: #97ce94;
    border: 1px solid #97ce94;
    background-color: transparent
}

.btn-default:focus,
.btn-default:hover {
    color: #000;
    border: 1px solid #97ce94;
    outline: 0;
    background-color: #97ce94
}

ul.banner-social-buttons {
    margin-top: 0
}

@media (max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px
    }
}

@media (max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0
    }
    ul.banner-social-buttons li:last-child {
        margin-bottom: 0
    }
}

footer {
    padding: 50px 0
}

footer p {
    font-size: 14px;
    margin: 0;
    color: #fff;
}

::-moz-selection {
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
    text-shadow: none
}

::selection {
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
    text-shadow: none
}

img::selection {
    background: 0 0
}

img::-moz-selection {
    background: 0 0
}

body {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .2)
}

/* Go-Down Button */
#go-down {
	z-index: 9999;
	cursor: pointer;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	padding: 10px;
	opacity: 0.75;
}


#go-down:hover {
	border-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#go-down i {
	width: 27px;
	text-align: center;
}
#go-down:hover i {
	color: #fff;
}
#go-down:hover i {
	animation-name: fadeOutDown;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: fadeOutDown;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: fadeOutDown;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
}

/* Contact section */


section#contact .form-group {
    margin-bottom: 25px
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px
}

section#contact .form-group input.form-control {
    height: auto
}

section#contact .form-group textarea.form-control {
    height: 256px
}

section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none
}

section#contact ::-webkit-input-placeholder {
    font-weight: 700;
    color: #dbdbdb;
    font-family: Cabin, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase
}

section#contact :-moz-placeholder {
    font-weight: 700;
    color: #dbdbdb;
    font-family: Cabin, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase
}

section#contact ::-moz-placeholder {
    font-weight: 700;
    color: #dbdbdb;
    font-family: Cabin, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase
}

section#contact :-ms-input-placeholder {
    font-weight: 700;
    color: #dbdbdb;
    font-family: Cabin, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase
}

section#contact .text-danger {
    color: #e74c3c
}

/* Partner section */

.py-5{
    background-color: #fff
}

/* Circle */

.box-icon .circle {
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    padding: 40px;
    display: table;
    margin: 0 auto;
    /*background-color: #fff;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    position: relative;
    float: left;
    border: 1px solid;
}
.box-icon .circle {
    float: none;
}

.box-icon .circle:hover {
    background-color: #42dca3;
}


.box-icon .circle:hover i {
    color: #fff;
    animation-name: swing;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    text-decoration: none;
    -webkit-animation-name: swing;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-name: swing;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;

}
/* Icon */

.box-icon a {
    color: #98CE94;
}

.box-icon a h5 {
    color:#98CE94;
}



.box-icon i {
    /*width: 20px;
    height: 10px;*/
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.box-icon a i {
    -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;
}

/* Waypoints */

.appear {
    opacity: 0;
}
.animated {
    opacity: 1;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.5;
}

.intro-body{
    z-index: 100;
}

.heading:after {
    content: " ";
    display: block;
    width: 100px;
    height: 1px;
    margin: 20px 0 20px;
    background: #555;
}

.box {
    margin-bottom: 30px;
}


#mymap {
    height: 600px
}


/* Google maps iframe responsive */

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

#background .fa{
    padding-right: 10px;
}

/* Clusters */


#clusters .clusters-item {
    right: 0;
    margin: 0 0 15px
}

#clusters .clusters-item .clusters-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer
}

#clusters .clusters-item .clusters-link .clusters-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0;
    background: rgba(151,206,148,.9)
}

#clusters .clusters-item .clusters-link .clusters-hover:hover {
    opacity: 1
}

#clusters .clusters-item .clusters-link .clusters-hover .clusters-hover-content {
    font-size: 20px;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    color: #fff
}

#clusters .clusters-item .clusters-link .clusters-hover .clusters-hover-content i {
    margin-top: -12px
}

#clusters .clusters-item .clusters-link .clusters-hover .clusters-hover-content h3,
#clusters .clusters-item .clusters-link .clusters-hover .clusters-hover-content h4 {
    margin: 0
}

#clusters .clusters-item .clusters-caption {
    max-width: 400px;
    margin: 0 auto;
    padding: 25px;
    text-align: center;
    background-color: #fff
}

#clusters .clusters-item .clusters-caption h4 {
    margin: 0;
    text-transform: none
}

#clusters .clusters-item .clusters-caption p {
    font-size: 16px;
    font-style: italic;
    margin: 0;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif
}

#clusters * {
    z-index: 2
}

@media (min-width:767px) {
    #clusters .clusters-item {
        margin: 0 0 30px
    }
}

.clusters-modal {
    padding-right: 0!important
}

.clusters-modal .modal-dialog {
    margin: 1rem;
    max-width: 100vw
}

.clusters-modal .modal-content {
    padding: 100px 0;
    text-align: center
}

.clusters-modal .modal-content h2 {
    font-size: 3em;
    margin-bottom: 15px
}

.clusters-modal .modal-content p {
    margin-bottom: 30px
}

.clusters-modal .modal-content p.item-intro {
    font-size: 16px;
    font-style: italic;
    margin: 20px 0 30px;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.clusters-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px
}

.clusters-modal .modal-content img {
    margin-bottom: 30px
}

.clusters-modal .modal-content button {
    cursor: pointer
}

.clusters-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    cursor: pointer;
    background-color: transparent
}

.clusters-modal .close-modal:hover {
    opacity: .3
}

.clusters-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #212529
}

.clusters-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #212529
}

/* Teaser image */

section#teaser {
    background: url(../img/teaser-bg.jpg) no-repeat top center fixed;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
    min-height: 400px;
}


section#teaser .section-subheading {
    color: #fff;
    margin: auto;
    padding-top:150px;
    padding-bottom: 20px;
    text-transform: none;
    font-weight: 500;
    font-style: italic;
}

/*--------------------------------------------------------------
# Links Section
--------------------------------------------------------------*/

#links {
  padding: 60px 0;
}

#links #link-list {
  padding: 0;
  list-style: none;
}

#links #link-list li {
  border-bottom: 1px solid #ddd;
}

#links #link-list li ul li{
  border-bottom: none;
}

#links #link-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 20px;
}

#links #link-list h6 {
  font-size: 16px;
}

#links #link-list li ul li a, #links #link-list li ul li a{
  padding: 8px 0;
  display: inline-block;
}

#links #link-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#links #link-list p {
  margin-bottom: 20px;
}

#links #link-list a.collapse {
  color: #f82249;
}

#links #link-list a.collapsed {
  color: #000;
}

#links #link-list a.collapsed i::before {
  content: "\f055" !important;
}
