/* --- Ping Pagebuilder - front v1.0 --- */
/* --- Auteur: Jacco Withoos, Ping Online --- */
/* --- Date: 24/8/2018 --- */
/* --- For: DeVreeden --- */

.content-page{
	max-width: 935px;
    margin: auto;
}

/* --- Container --- */
.container-inner{
    background: #3c3c3b;
    -webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.59);
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.59);
    padding: 50px 30px 35px 30px;
}

@media only screen and (max-width: 480px) {
	.container-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.p-b-70{
    padding-bottom: 70px;
}

.p-b-110{
    padding-bottom: 110px;
}

.hero-imitator{
	margin-top: -95px!important;
    position: relative;
}

.home-content h1{
	color: #33322e;
    font-weight: 400 !important;
    margin-bottom: 35px !important;

}

.home-content p{
	column-count: 2;
    font-size: 15px !important;
    color: #ffffff;
    text-align: left !important;
    column-gap: 30px;
    margin: 0 !important;
}

.container-title-pad{
    padding-bottom: 50px;
}

/* --- Row --- */
.row-image-header{
	margin-top: -50px;
    margin-left: -15px;
    margin-bottom: 20px;
    padding: 0;
}

.row-image-header .row-thumb img{
	width: 100%;
    min-width: 1288px;
}

.row-content{
	/*padding-left: 10px;*/
}

.row-content p {
    text-align: justify;
    margin-bottom: 40px;
}

.row-thumb.type-1 {
    margin-top: -135px;
    margin-left: -190px;
}

.img-left-align.row-thumb{
	margin-left: -190px;
}

.row-thumb.type-2 {
    margin-top: -135px;
    margin-right: -190px;
}

.img-right-align.row-thumb{
	margin-right: -190px;
	text-align: right;
}

.row-thumb img {
    max-width: 100%;
}


@media only screen and (max-width: 1200px) {
	.row-thumb img {
        object-fit: cover;
    }
	
	.row-thumb.type-1 {
        margin-left: -46px;
    }
    .row-thumb.type-2 {
        margin-right: -49px;
    }
	
	.row-image-header .row-thumb img{
		min-width:unset;
	}

	.hero-imitator {
		margin-right: auto;
		max-width: 95%;	
	}
}

@media only screen and (max-width: 991px){
	.home-content p{
		column-count: 1;
	}
}

@media only screen and (max-width: 767px) {
	.row-thumb.type-1 {
        margin-left: 0px;
        margin-bottom: 20px;
        margin-top: -87px;
    }
	
	.row-thumb.type-2 {
        margin-right: 0px;
        margin-top: -86px;
        margin-bottom: 20px;
    }
	
	.row-image-type-6 .row-thumb{
		margin-left:0;
	}
}

@media only screen and (max-width: 480px) {
	.row-thumb img {
        height: auto;
    }
	
	.row-image-header{
		margin-left:-5px;
	}
}