body {
    background-color: #EEEEEE;
}

h1, h2, h3, h4 {
    color: #6CC966;
}
p, i, li {
    color: #999999;
}

section {
    padding-top: 20px;
    padding-bottom: 20px;
}
section.no-padding-top { padding-top: 0; }
section.no-padding-bottom { padding-bottom: 0; }

.contact-form {
    background-color: #F4F4F4;
    margin-bottom: 20px;
    padding: 40px;
}
@media only screen and (max-width: 768px) {
    .contact-form { padding: 20px; }
}

.bg-lightgrey { background-color: #f4f4f4; }
.bg-grey { background-color: #dddddd; }
.bg-white { background-color: white; }

.header {
    background: linear-gradient(white 80%, #EEEEEE 20%);
}
.navbar-eare {
    background: white;
    margin-bottom: 0;
}
.navbar-eare .navbar-brand {
    height: inherit;
}
.navbar-eare .navbar-brand>img {
    width: 220px;
}
@media only screen and (max-width: 768px) {
    .navbar-eare .navbar-brand>img { width: 110px; }
}
.navbar-toggle {
    margin-top: 20px;
}
  
.navbar-eare a {
    color: #6BC966;
}

.lang-selector a {
    color: #999999;
}

footer .footer-top {
    background-color: #F4F4F4;
}
footer .footer-bottom {
    background-color: #6BC966;
    color: #F4F4F4;
    min-height: 50px;   
}

.footer-links {
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
}
.footer-links>li {
    float: left;
    position: relative;
    display: block;
}
.footer-links>li>a {
    padding-left: 15px;
    padding-right: 15px;
    color: white;
}
.footer-copyright {
    text-align: right;
    padding-top: 15px;
    color: white;
}
.footer-copyright>a {
    color: white;
}

.gallery-wrapper {
    background-color: #DDDDDD;
    padding: 40px;
}
@media only screen and (max-width: 768px) {
    .gallery-wrapper { padding: 10px; }
}

.gallery-card {
    height: 250px;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    position: relative;
}

.gallery-card-info-box {
    background-color: rgba(0,0,0,0.5);
    padding: 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    color: white;
}

.news-card {
    background-color: #DDDDDD;
    margin-bottom: 20px;
}
.news-card-info-box-upper {
    padding: 20px 20px 0;
    height: 130px;
    overflow: hidden;
}
.news-card-info-box-lower {
    padding: 0 20px 20px;
}
.news-card-title {
    color: #6BC966;
    margin: 0;
    max-height: 2.2em;
    overflow: hidden;
}
.news-card-excerpt {
    color: #4D4D4D;
    margin-top: 10px;
}
.news-card-info-box hr {
    border-top-color: #CCCCCC;
}

.news-single-title {
    color: #6BC966;
    margin-bottom: 20px;
}
.news-single-author {
    color: #808080;
    margin-bottom: 20px;
}

.program-wrapper {
    background-color: #F4F4F4;
    padding: 40px;
}

.program-separator {
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 2px solid #CCCCCC;
}

.news-card {
    background-color: #DDDDDD;
}
.news-card-body {
    padding: 20px;
}
.news-card-separator {
    border-color: #CCCCCC;
}

@media only screen and (min-width: 768px) {
    .navbar-eare .navbar-nav {
        margin-top: 34px;
    }
}

.padding-top-20 { padding-top: 20px; }
.padding-side-20 { padding-left: 20px; padding-right: 20px; }
.padding-bottom-20 { padding-bottom: 20px; }
.padding-top-40 { padding-top: 40px; }
.padding-side-40 { padding-left: 40px; padding-right: 40px; }
.padding-bottom-40 { padding-bottom: 40px; }
.padding-top-100 { padding-top: 100px; }
.padding-bottom-100 { padding-bottom: 100px; }
.padding-20 { padding: 20px; }
.padding-40 { padding: 40px; }
.margin-top-20 { margin-top: 20px; }
.margin-top-40 { margin-top: 40px; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-40 { margin-bottom: 40px; }

.head-banner {
    height: 300px;
    position: relative;
    background-size: cover;
    background-position: center;
}
.head-banner-ovbox {
    background-color:rgba(26, 26, 26, 0.7);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
}
.head-banner-heading {
    color: #6BC966;
    font-size: 28px;
    margin: 0;
}

.btn {
    border-radius: 0;
    padding: 10px 24px;
}
.btn-primary {
    background-color: #29ABE2;
    border-color: #29ABE2;
}

.hs-bg {
    height: 400px;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.hs-ovbox {
    background-color:rgba(26, 26, 26, 0.7);
    position: absolute;
    left: 20px;
    right: 50%;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
}
.hs-heading {
    color: #6BC966;
    font-size: 28px;
}
.hs-content {
    color: white;
}
@media only screen and (max-width: 768px) {
    .hs-ovbox { left: 10px; right: 10px; top: initial; bottom: 10px; transform: translateY(0); }
    .hs-heading { font-size: 24px; }
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.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;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    background-color: #CCCCCC;
    border-style: none;
    color: white;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}


.animated.delay-250ms {
    -webkit-animation-delay: 0.25s !important;
    animation-delay: 0.25s !important;
}
.animated.delay-500ms {
    -webkit-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important;
}
.animated.delay-750ms {
    -webkit-animation-delay: 0.75s !important;
    animation-delay: 0.75s !important;
}

.program-card {
    padding: 20px;
    margin-bottom: 20px;
    background-color: white;
    min-height: 360px;
}
.program-card-info {
    margin-top: 20px;
    margin-bottom: 20px;
}

.program-col-left {
    float: left;
    width: 20%;
}

.program-col-right {
    float: left;
    width: 80%;
    padding-left: 20px;
}
.program-vline {
    border-right: 2px solid #6BC966;
    height:50px;
    width: 50%;
    margin: 10px 0;
}

.register-card {
    padding: 20px;
    margin-bottom: 20px;
    background-color: white;
    min-height: 300px;
}

.clearfix {
    clear: both;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

