.mediumDarkBg { background: #333333; }
.mediumDarkBg h6 { color: #ffffff; }
.mediumDarkBg p { color: #ffffff; }

.darkBg { background: #222222; }

.detailsPageVerticalSpacer { height: 50px; display: block; }
.verticalSpacer80 { height: 80px; display: block; }
.bgLanding {background-image: url(images/bg1.jpg);}
.bgPagesList {
    background-image: url(images/bg2.jpg);
    background-color: #000;
    background-position: center;
    background-size: cover;
}
.bgPagesView {
    background-image: url(images/bg3.jpg);
    background-color: #000;
    background-position: center;
    background-size: cover;
}
.bgWorks {
    background-image: url(images/bg4.jpg);
    background-position: center;
    background-size: cover;
}
.bgContact {
    background-image: url(images/bg6.jpg);
    background-position: center;
    background-size: cover;
}
.bgOutdoorList {
    background-color: #000;
    padding: 110px 0 40px 0 !important;
}
.bgOutdoorList img {
    width: 40%!important;
}

.contact-box {
    padding: 30px 50px;
    margin: 50px -20px;
}
.transparentBar {
    background: rgba(29, 34, 42, 0.9);
    color: #fff;
    padding: 10px;
}
.header-inner-2 {padding: 160px 0 100px 0;}
.header-inner-2.small {padding: 100px 0 40px 0;}

.menuzord-menu > li > a {
    color: rgba(255, 255, 255, 0.7);
    font-weight: bold;
}
.menuzord.red .menuzord-menu > li.active > a {
    color: rgba(255, 255, 255, 1);
    /*text-decoration: underline;*/
    border-top: 1px solid #fff;
}

.listItem {
    width: 100%;
    height: 150px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.listItem span {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: bold;
    background: rgba(22, 22, 22, 0.7);
    width: 100%;
    padding: 10px;
    color: #fff;
    text-align: center;
}
.listItem:hover span {
    text-decoration: underline;
    color: #fff;
}

.info-address, .info-contact {
    padding-left: 50px;
    position: relative;
    font-weight: 500;
    width: 200px;
    color: #FFF;
    display: block;
    float: left;
}
.footerContact { text-align: center; }
.footerContact a {color: #fff;}
.footerContact a:hover {
    color: #f00;
    text-decoration: none;
}
.footer-menu a { font-weight: bold;}
.footer-menu a:hover { color: #f00;}

.team-profile .team-intro h5 {color: #222;}
.team-profile .team-intro {background: rgba(22, 22, 22, 0.7);}
.team-profile .team-intro h5 {
    font-weight: 700;
    color: #fff;
    font-size: 20px;
}
.cta6 > a:hover { background: #292929; }
.cta6 > a span { text-decoration: none; }
.cta6 > a:hover span,
.team-profile:hover .team-intro {
    /*background: #e52d27;*/
    text-decoration: underline;
    color: #fff;
}

.gallery .popup-gallery {
    margin: 0 3px;
    text-align: center;
}
.imageWrapper {
    display: inline-block;
    position: relative;
    margin: 0 1px;
    width: 222px;
    height: 150px;
    overflow: hidden;
    cursor: pointer;
}
.imageWrapper a, .imageWrapper a img {
    object-fit: cover;
    width: 222px;
    height: 150px;
}
.imageWrapper img {
    border: 3px solid #222222;
    border-left: 0;
    border-right: 0;
}
.imageWrapper:hover img { border-color: #fff; }
.btn-cal-default, .btn-cal-default-o { font-weight: 700; }

a.redAccent, a.redAccent:hover {
    color: #f00;
    text-decoration: none;
}

p.donate {
    font-size: 15px!important;
    font-weight: bold;
    text-align: center;
    color: #000!important;
}

.socialIcons{
    text-align: center;
}
.socialBox {
    margin: 5px 20px 0px 20px;
    font-size: 30px;
    color: #FFFFFF !important;
}

.checkList {
    text-align: center;
}
.checkList p {
    font-size: 20px;
}
.checkList a { padding: 0 10px; }
