.jarallax-keep-img {
    position: relative;
    z-index: 0;
}

img{max-width: 100%; height: auto}

.jarallax-keep-img > .jarallax-img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    z-index: -100;
}
span[data-jarallax-element] {
    display: inline-block;
}


/* demo styles */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'ibm_plex_sans_condensedRg';
	font-size: 18px;
	margin: 0;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

strong, b{font-family: 'ibm_plex_sans_condensedbold';}

h1, h2, h3, h4, h5 {font-family: 'ibm_plex_monobold'; color:rgba(35,37,140,1.00); text-transform: none;}

h1 {font-family: 'ibm_plex_monobold';
    font-size: 50px;
}
h2 {font-family: 'ibm_plex_monobold';
    font-size: 30px;
}

h3 {font-family: 'ibm_plex_sans_condensedbold';
    font-size: 20px; color:#000000; text-transform: none; line-height: 27px;
}

p {
    margin-top: 0;
    margin-bottom: 5px;
}
p ~ p,
p ~ div {
    margin-top: 15px;
}

small {
    font-size: 75%;
    color: #606060;
}
a, a:visited, a:hover, a:focus {
    color: inherit;
}
a:hover, a:focus {
    color: #4f4f4f;
}

.jarallax {
    min-height: 100vh;
}

.jarallax-keep-img.demo-float-left {
    margin-right: 15px;
    margin-left: -60px;
}
.jarallax-keep-img.demo-float-right {
    margin-left: 15px;
    margin-right: -60px;
}

@media screen and (max-width: 600px) {
    .jarallax-keep-img.demo-float-left,
    .jarallax-keep-img.demo-float-right {
        margin-right: 0;
        margin-left: 0;
        float: none;
    }
}

/* hero block */
.table {
    display: table;
    width: 100%;
    height: 100vh;
	/*background-blend-mode: multiply;
    background-color: rgba(111, 133, 107, 0.6);*/
    color: #fff;
}
.table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle; padding-bottom: 80px;
}

.table-cell-top {
    display: table-cell;
    text-align: center;
    vertical-align: top; padding-top: 80px;
}

.btn-xl{background: #469D85; display:block; color:#ffffff !important; font-size: 1.2em; height: 50px; border-radius: 4px; font-family: 'ibm_plex_monobold';}

.btn-xl:hover{color:#333333 !important;}

.price{background: #BAC91E; display:block; color:#ffffff; font-size: 1.2em; height: 50px; border-radius: 4px; font-family: 'ibm_plex_monobold';}

/* gap */
.gap {
    padding: 50px;
    overflow: hidden;
}
.gap h1,
.gap h2,
.gap {
    text-align: center;
}
.gap .container {
    max-width: 800px;
    margin: 0 auto;
}
.gap-half {
    display: table;
    width: 100%;
}
.gap-half > div {
    display: table-cell;
    width: 50%;
}
.gap-half .gap-1 .jarallax,
.gap-half .gap-2 .jarallax {
    padding-top: 56.25%;
    min-height: 0;
    height: 0;
}
.gap-half .gap-1 .jarallax {
    padding-top: 112.5%;
}

/* Content */
.content {
    /*background-color: #f7f7f7;*/
    padding: 20px;
}


/* Float */
.float-left {
    float: left;
}
.float-right {
    float: right;
}

.agenda-week1 li{padding-bottom:20px;}
.agenda-week2 li{padding-bottom:20px;}
.agenda-week3 li{padding-bottom:20px;}

.p-b-20{padding-bottom:20px;}

/* Carousel */
.demo-carousel {
    background-color: rgb(39, 35, 51);
}
.demo-carousel .demo-carousel-item {
    width: 33.33%;
    min-height: 300px;
}
@media screen and (max-width: 780px) {
    .demo-carousel .demo-carousel-item {
        width: 50%;
    }
}
@media screen and (max-width: 400px) {
	
    .demo-carousel .demo-carousel-item {
        width: 100%;
    }
}


/* Mobile */
@media screen and (max-width: 500px) {
    .gap,
    .content {
        padding: 50px 15px;
    }
}