html {
    position: relative;
    min-height: 100%;
}
body {
    padding: 0 0 100px 0;
    color: rgba(51, 15, 51, 1.0);
}

h1 {
    font-size: 26px;
    color: rgba(210, 32, 29, 1.0);
    margin-top: 0px;
    margin-bottom: 10px;
}
h2 {
    font-size: 18px;
    color: rgba(210, 32, 29, 1.0);
    margin-top: 0px;
    margin-bottom: 10px;
}
h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
}
a {
    color: rgba(210, 32, 29, 1.0) !important;
}
@media (min-width: 992px) {
    a[href^='tel:'] {
        color: rgba(51, 15, 51, 1.0) !important;
        text-decoration: none !important;
    }
}

#logo {
    width: 233px;
    padding: 30px 30px 30px 30px;
}
#logo img {
    width: 100%;
    height: auto;
}
@media (min-width: 992px) {
    #logo {
        z-index: 10;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 350px;
        padding: 20px 0 20px 50px;
    }
}
@media (max-width: 400px) {
    #logo {
	padding: 30px 40px 30px 20px;
    }
}

#meta {
    padding: 5px;
    text-align: right;
}

#navi {
    z-index: 10;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 200px;
}
#navi a {
    display: block;
    padding: 45px 40px 55px 60px;
}
#navi img {
    width: 100%;
    height: auto;
}
@media (min-width: 992px) {
    #navi {
        width: 250px;
    }
    #navi a {
	padding: 50px 50px 50px 50px;
    }
    body.index #navi {
	width: 250px;
    }
}
@media (max-width: 400px) {
    #navi a {
	padding: 45px 25px 55px 75px;
    }
}

#menu {
    z-index: 5;
    display: none;
    position: absolute;
    top: 100px;
    right: 0px;
    padding: 30px;
    background: rgba(210, 32, 39, 0.5);
}
#menu > ul {
    list-style: none;
    padding-left: 0px;
}
#menu > ul > li {
    position: relative;
}
#menu > ul > li > a {
    display: block;
    padding: 5px;
    text-transform: uppercase;
    font-size: 16px;
    color: rgba(255, 255, 255, 1.0) !important;
}
#menu > ul > li > ul {
    display: none;
    list-style: none;
    padding-left: 0px;
}
#menu > ul > li > ul > li > a {
    display: block;
    padding: 0 0 2px 25px;
    font-size: 16px;
    color: rgba(255, 255, 255, 1.0) !important;
}
@media (min-width: 992px) {
    #menu {
        top: 0px;
        padding: 150px 50px 100px 50px;
    }
    #menu > ul {
        padding-left: 200px;
    }
    #menu > ul > li > a {
        padding: 10px;
    }
    #menu > ul > li > ul {
        position: absolute;
        top: 5px;
        left: -200px;
        padding-left: 0px;
    }
    #menu > ul > li > ul > li > a {
        padding: 5px 0 0 10px;
    }
}

#claim {
    position: absolute;
    left: 9%;
    bottom: 18%;
    padding: 20px 30px 10px 25px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.3);
    max-width: 80%;
    min-width: 15em;
}
#claim div.claim p {
    font-size: 26px;
    color: rgba(0, 0, 0, 1.0);
    text-shadow: rgba(255, 255, 255, 0.8) 1px 1px 5px;
}
#claim div.claim p b, #claim div.claim p strong {
    color: rgba(188, 0, 2, 1.0);
    font-weight: normal;
}
@media (max-width: 991px) {
    #claim {
	display: none;
    }
}

#main {
    position: relative;
}

#foot {
    position: absolute;
    bottom: 0px;
    height: 100px;
    width: 100%;
    background-color: rgba(210, 32, 29, 1.0);
    color: rgba(255, 255, 255, 1.0);
}
#foot p {
    margin-top: 40px;
}
#foot a {
    color: rgba(255, 255, 255, 1.0) !important;
}

#alert {
    position: fixed;
    z-index: 10;
    top: 70px;
    left: 15px;
    right: 15px;
    height: 0px;
    overflow: visible;
}

#debug {
    position: relative;
    background: rgba(255, 255, 255, 1.0);
}
#debug > button {
    position: absolute;
    right: 5px;
    top: 5px;
    opacity: 0.8;
}
#debug > table {
    display: none;
}

.carousel.fade {
    opacity: 1;
}
.carousel.fade .item {
    transition: opacity ease-out .7s;
    left: 0;
    opacity: 0;
    z-index: auto;
    top: 0;
    position: absolute;
    width: 100%;
    display: block;
}
.carousel.fade .item:first-child {
    top: auto;
    position: relative;
}
.carousel.fade .item.active {
    opacity: 1;
    z-index: 1;
}
.carousel-control {
    width: 5% !important;
}
.carousel-indicators li {
    border-color: rgba(210, 32, 29, 1.0);
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.carousel-indicators li.active {
    background-color: rgba(210, 32, 29, 1.0);
}
div.carousel-picture {
    right: 0px;
}
div.carousel-content {
    padding: 30px 30px 60px 30px;
}
div.carousel-content h2 {
    font-weight: bold;
    margin-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(210, 32, 29, 1.0);
}
div.carousel-content a {
    color: rgba(210, 32, 29, 1.0) !important;
}
div.carousel-content a i {
    font-size: 20px;
    float: left;
    margin-right: 10px;
}
div.carousel-content hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid rgba(210, 32, 29, 1.0);
}
div.carousel div.facebook {
    z-index: 1;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
@media (min-width: 992px) {
    .carousel-indicators li {
        border-color: rgba(255, 255, 255, 1.0);
    }
    .carousel-indicators li.active {
        background-color: rgba(255, 255, 255, 1.0);
    }
    div.carousel-content {
        position: absolute;
        width: 36%;
        bottom: 16%;
        padding: 20px 30px 25px 20px;
        background: rgba(255, 255, 255, 0.7);
    }
    div.carousel-content h2 {
        color: rgba(210, 32, 29, 1.0);
        font-size: 20px;
    }
    div.carousel-content p {
        color: rgba(210, 32, 29, 1.0);
        font-size: 20px;
    }
    div.carousel-content-left {
        left: 8%;
    }
    div.carousel-content-right {
        right: 8%;
    }
}

div.newsletter {
}
div.newsletter > div {
    border-radius: 15px;
}
div.newsletter h2 {
    margin-top: 0px;
    margin-bottom: 10px;
}
div.newsletter div.checkbox {
    width: 75%;
    padding-top: 5px;
}
div.newsletter div.checkbox span {
    position: relative;
    top: 3px;
}

div.header {
    position: relative;
}
div.header img {
    width: 100%;
    height: auto;
}
div.header div.facebook {
    z-index: 1;
    position: absolute;
    bottom: -35px;
    right: 15px;
}

div.title {
    padding-top: 30px;
    padding-bottom: 10px;
}
div.intro {
    margin: 0 0 32px 0;
}
div.intro p {
    font-size: 16px;
}

div.paragraph hr {
    border-top-color: rgba(210, 32, 29, 1.0);
}
div.paragraph {
    margin: 0 0 24px 0;
}
div.paragraph > ul {
    padding-left: 1.2em;
    color: rgba(210, 32, 29, 1.0);
}
div.paragraph > ul li span {
    color: rgba(51, 15, 51, 1.0);
}

div.block {
    background: rgba(231, 231, 231, 1.0);
    padding: 20px 20px 15px 20px;
    margin: 0 0 24px 0;
    border-radius: 15px;
}
div.block > ul {
    padding-left: 1.2em;
    color: rgba(210, 32, 29, 1.0);
}
div.block > ul li span {
    color: rgba(51, 15, 51, 1.0);
}

div.picture {
    margin: 0 0 24px 0;
}
div.picture > img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

div.gallery {
    margin: 0 0 24px 0;
}
div.gallery > a {
    position: relative;
    display: block;
}
div.gallery > a > img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}
div.gallery > a > span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -26px -28px;
    font-size: 56px;
    color: rgba(255, 255, 255, 0.4) !important;
}
div.gallery > a:hover > span {
    color: rgba(255, 255, 255, 0.8) !important;
}
.ekko-lightbox-nav-overlay a span {
    color: rgba(255, 255, 255, 1.0) !important;
    text-shadow: rgba(51, 51, 51, 0.8) 0px 0px 5px;
}

div.video {
    margin: 0 0 24px 0;
}
div.video > div.video {
    position: relative;
    height: 0;
    padding: 0 0 56.25% 0;
    margin: 0;
}
div.ratio4x3 {
    padding-bottom: 75.0% !important;
}
div.ratio3x2 {
    padding-bottom: 66.666666667% !important;
}
div.ratio16x9 {
    padding-bottom: 56.25% !important;
}
div.ratio21x9 {
    padding-bottom: 42.857142857% !important;
}
div.video > div.video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.event {
    margin: 0 0 24px 0;
}
div.event.row {
    margin-left: -15px;
    margin-right: -15px;
}
div.event > ul {
    padding-left: 1.2em;
    color: rgba(210, 32, 29, 1.0);
}
div.event > ul li span {
    color: rgba(51, 15, 51, 1.0);
}
div.event div.event-block {
    background: rgba(231, 231, 231, 1.0);
    padding: 20px 20px 15px 20px;
    border-radius: 15px;
}
div.event div.event-description {
}
div.event div.modal-footer div.form-group {
    display: inline-block;
    margin-right: 2em;
}
div.event input[type=text][required], div.event input[type=email][required] {
    background: rgba(153, 153, 153, 0.1);
}

div.retreat {
    margin: 0 0 24px 0;
}
div.retreat > ul {
    padding-left: 1.2em;
    color: rgba(210, 32, 29, 1.0);
}
div.retreat > ul li span {
    color: rgba(51, 15, 51, 1.0);
}
div.retreat > div.clearfix {
    margin: -12px 0 0 0;
}
div.retreat a[role=button] {
    color: rgba(255, 255, 255, 1.0) !important;
}
div.retreat div.modal-footer div.form-group {
    display: inline-block;
    margin-right: 2em;
}
div.retreat input[type=text][required], div.retreat input[type=email][required] {
    background: rgba(153, 153, 153, 0.1);
}

div.sitemap {
    margin: 0 0 24px 0;
}
div.sitemap ul {
    list-style-type: disc;
}
div.sitemap > ul {
    padding-left: 1.2em;
    color: rgba(210, 32, 29, 1.0);
}
div.sitemap > ul li span {
    color: rgba(51, 15, 51, 1.0);
}
div.sitemap > ul li span a {
    color: rgba(51, 15, 51, 1.0) !important;
}
div.sitemap > ul li {
    padding: 0.5ex 0;
}
div.sitemap > ul li ul li {
    padding: 0.5ex 0 0 0;
}

div.footer {
    height: 20px;
}

div.template {
    position: absolute;
    right: 50px;
    bottom: 100px;
    white-space: nowrap;
}
@media (max-width: 991px) {
    div.template {
        right: 30px;
        bottom: 60px;
    }
}

div.special {
    margin: 75px 25px 25px 25px;
}
div.special div.functions {
    margin-bottom: 10px;
}
div.special div.functions input[name=year-from], div.special div.functions input[name=year-from], div.special div.functions input[name=year-to], div.special div.functions input[name=year-to] {
    width: 4.5em;
    padding: 6px 10px;
}
div.special div.functions input[name=month-from], div.special div.functions input[name=month-from], div.special div.functions input[name=day-from], div.special div.functions input[name=day-from], div.special div.functions input[name=month-to], div.special div.functions input[name=month-to], div.special div.functions input[name=day-to], div.special div.functions input[name=day-to] {
    width: 3.5em;
    padding: 6px 10px;
}
div.special div.functions select[name=type] {
    width: 8em;
    padding: 6px 10px;
}
div.special div.functions input[name=filter] {
    width: 10em;
    padding: 6px 10px;
}
div.special div.functions div.form-group.hidden-xs {
    margin-right: 10px;
}
div.special div.table {
    max-height: 400px;
    overflow-y: auto;
}
@media (max-width: 991px) {
    div.special div.functions select[name=type] {
	width: 5em;
    }
}

div.downloads a {
    color: rgba(51, 15, 51, 1.0) !important;
}

h2.modal-title {
    margin: 0px !important;
}
div.modal-text h2 {
    color: rgba(210, 32, 29, 1.0) !important;
}
div.modal-text p {
    margin-bottom: 10px !important;
}

.highlight {
    color: rgba(210, 32, 29, 1.0) !important;
}
.invalid {
    border-color: rgba(210, 32, 29, 1.0) !important;
}
