
@font-face {
	font-family: 'Tentram';
	src: url('/fonts/Tentram-Regular.eot');
	src: url('/fonts/Tentram-Regular.eot?#iefix') format('embedded-opentype'),
	url('/fonts/Tentram-Regular.woff2') format('woff2'),
	url('/fonts/Tentram-Regular.woff') format('woff'),
	url('/fonts/Tentram-Regular.ttf')  format('truetype'),
	url('/fonts/Tentram-Regular.svg#Tentram') format('svg');
}

a {
	color: #f37121;
    text-decoration: none;
	font-weight: 700;
}

a:hover, a:focus {
	color: #f04c23;
	text-decoration: underline;
}

html, body {
	font-family: "Open Sans", Arial, sans-serif;
    max-width: 100%;
    overflow-x: hidden;
	font-size: 1.1em;
	color: #272727;
	background: #eceed7;
	    line-height: 1.7;
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 20%, #f6fbff 80%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fff 20%, #f6fbff 80%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fff 20%, #f6fbff 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceed7', endColorstr='#fefefd',GradientType=0 ); /* IE6-9 */
}

.breakout{
	width:100vw;
	position: relative;
	left: calc(-1 * (100vw - 100%)/2);
	
}

hr{
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: none;
}
.clear{
	clear:both;
}

h1,h2,h3,h4,h5{
	font-family: 'Tentram', Arial, sans-serif;
	margin-top: 0px;
	color: #f37021;
}

h1{
	margin-bottom: 45px;
	text-align: center;
}

h2{

}

h3{

	line-height: inherit;
}

h6{
	font-family: 'Tentram', Arial, cursive;
	font-size:50px;
	color:#fff;
	font-weight: 700;
	text-transform:uppercase;
}

.collapse {
	height: auto;
	width: auto;
}

.collapse.height {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	-moz-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease;
}

.collapse.width {
	position: relative;
	width: 0;
	overflow: hidden;
	-webkit-transition: width 0.35s ease;
	-moz-transition: width 0.35s ease;
	-o-transition: width 0.35s ease;
	transition: width 0.35s ease;
}

.collapse.in.width {
	width: auto;
}

.collapse.in.height {
	height: auto;
}


.line-animation {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)}

.line-animation.is-visible{
	animation: line 3s ;
}

@keyframes line {
	0% {
		clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
	}
	100% {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
}

.inline-photo {
	opacity: 0;
	transform: translateY(4em) rotateZ(-0deg);
	transition: transform 4s .25s cubic-bezier(0,1,.3,1),
	opacity .3s .25s ease-out;

	will-change: transform, opacity;
}

.inline-photo.is-visible {
	opacity: 1;
	transform: rotateZ(-0deg);
}

.whatsapp-tip{
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 10000;
	background: #ffffff96;
	padding: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	box-shadow: 0 0 10px #000;
}

#link-banner {
	display: block;
	position: absolute;
	top: 85px;
	right: 20px;
	width: auto;
}

#offertebut{
	display: block;
	position: absolute;
	right: 30px;
	z-index: 1;
	width: auto;
	border-radius: 10px;
}

.btn-hover {
	width: auto;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	padding: 10px 40px;
	text-align:center;
	border: none;
	background-size: 300% 100%;
	border-radius: 10px;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-hover:hover {
	background-position: 100% 0;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border-radius: 10px;
}

.btn-hover:focus {
	outline: none;
}

.btn-hover.color-1 {
	background-image: linear-gradient(to right, #f37121, #f37121, #47bc4a, #47bc4a);
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.75);
	border-radius: 10px;
}

.linkbutton{
	padding: 20px 50px;
	border: solid 2px #f37121;
	display: inline-block;
	background: #f37121;
	color: #fff;
	text-align: center;
	margin: 15px 10px 15px 0px;
	min-width: 200px;
}

.linkbutton:hover{
	text-decoration: none;
	background: #f04c23;
	color: #fff;
}

.afspraakimg:hover{
	transform: scale(2);
	position: absolute;
	z-index: 130;
}

.intro{
	text-align: justify;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 20px;
}

.devider{
	padding:20px 0px;
}

.cycle-slide{
	width:100%;
	position: relative;	
}

.boximg{
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}

.boximg:hover{

}

.whitebox{
	padding: 40px;
	background: #fff;
	margin-bottom: 40px;
	height: 100%;
	box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
	border-radius: 15px;
}

.projectoverlay {
	position: absolute;
	opacity: 0;
	z-index: 10;
	top: 0;
	width: 100%;
	background: #f36f21d4;
	padding: 50px;
	height: 100%;
	color: #fff;
	text-align: center;
	line-height: 24px;
	font-size: 20px;
}

.projectoverlay a{
	color:#fff;
	text-decoration: none;
}

.projectoverlay:hover{
	opacity: 100;
}

.projecttitle{
	position: absolute;
	padding: 15px;
	background: rgba(255, 255, 255, 0.89);
	width: 100%;
	bottom: 0px;
}

#menu{
	margin: 10px;
	margin-left: 0px;
}

.home .content{
    padding: 40px;	
	box-shadow: 0px 0px 10px #000;	
	background: #fff;
	margin-bottom: 40px;
}

.content{
	margin-top: 40px;
	text-align: center;
	padding:15px;
	box-shadow: 0 2.5rem 1rem -2rem hsl(200deg 50% 20% / 42%);

}

.vacbox{
	background: #eae9e9;
    padding: 15px;
	box-shadow: 0px 0px 10px #000;	
}

.imageblok{
	margin-bottom: 0px;
	background: #fff;
}

.greybox{
	background: #275c86;
	padding: 0px;
	color: #fff;
}

.systemblock{
	background: #cedee9;
	padding: 15px;
	box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
	margin-bottom: 30px;
}

.systemblock .link{
	width: 100%;
	padding: 10px;
	background: #fff;
	display: block;
	text-align: center;
}

.greyboxtxt{
	padding: 40px;
}

.greybox h2, .greybox h3{
	color:#fff;
}

.greyboximageright{
	margin-top: 0px;
	padding:0px;
}

.greyboximageleft{
	padding:0px;
}

.content_float_left{
	padding: 80px;
	position: relative;
	right: -150px;
	display: block;
	top: 90px;
	z-index: 1;
	background: #cedee9;
	margin-left: 0px;
	margin-bottom: 40px;
}

.content_float_right{
	padding: 80px;
	position: relative;
	left: -150px;
	display: block;
	top: 90px;
	z-index: 1;
	background: #d4e5f2;
	margin-right: -40px;
	margin-bottom: 40px;
}

.content_float_project {
	padding: 40px 80px 80px 80px;
	position: relative;
	display: block;
	top: 0px;
	z-index: 1;
	margin-left: 40px;
}

.content_standard{
	display: block;
	position: relative;
	z-index: 1;
	padding: 20px 40px 0px 40px;
	background: transparent;
}

.formules_back{
	background: #d4e5f2;
	clip-path: polygon(2% 10%, 100% 0%, 100% 100%, 0% 70%);
	height: 480px;
	width: 100%;
	z-index: 0;
	bottom: 0px;
	position: absolute;
}

.projecten_back{
	background: #d4e5f2;
	clip-path: polygon(2% 10%, 100% 0%, 100% 100%, 0% 70%);
	height: 480px;
	width: 100%;
	z-index: 0;
	bottom: 0px;
	position: absolute;
}

.topbar{
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 1001;
	background: #fff;
	padding: 0px 0px 20px 0px;
}

.topbar-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(255 255 255 / 85%);
	opacity: 0;
	z-index: -1;
	box-shadow: 0 0 10px #1f3346;
}

.logo{
	-webkit-filter: drop-shadow( 3px 3px 2px rgba(255, 255, 255, .7));
	filter: drop-shadow( 3px 3px 2px rgba(255, 255, 255, .7));
	/* Similar syntax to box-shadow */
}

.navbar-nav > li > a {
	font-family: 'Tentram', Arial, cursive;
	padding-top: 60px;
	padding-bottom: 15px;
	color: #0f5b92;
	font-size: 22px;
	text-shadow: 2px 2px 2px white;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: underline;
    background: transparent;
	color: #f37121;
}

.nav .open > a,.nav .open > a:hover,.nav .open > a:focus{
	text-decoration: none;
	background: transparent;
	color: #f37121;
}

.dropdown-menu > li > a {
	display: block;
	padding: 10px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #f37121;
	white-space: nowrap;
	font-size: 18px;
}

.dropdown-menu > li > a:hover{
	background: #cedee9;
	color: #f37121;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    text-align: left;
    background-color: #fff;
    border: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.footer{
	padding: 40px 0px;
	background: #f36f21 url("/media/watermark.png");
	margin-top: 0px;
	clip-path: polygon(33% 0, 100% 0, 100% 100%, 0 100%, 0 21%, 26% 21%);
	position: relative;
}

.topbutton{
	position: fixed;
	bottom: 50px;
	right: 10px;
	font-size: 40px;
	z-index: 100;
}


.footer a, .footer li{
	color: #fff;
	list-style: none;
}

.footerlogo{
	background: #fff;
	padding: 15px;
	border-radius: 15px;
	margin-top: 50px;
}

.footer-green{
	background: #d4e5f2;
	padding: 40px 0px 0px 0px;
	color: #fff;
	
}
.connect-block-tel {
	background: url(../media/bgphone.jpg);
	padding: 8px 8px 8px 48px;
	color: #f36f21;
	height: 42px;
	border-radius: 15px;
	font-size: 16px;
}
.connect-block-mail {
	background: url(../media/bgmail.jpg);
	padding: 8px 8px 8px 48px;
	color: #f36f21;
	height: 42px;
	border-radius: 15px;
	font-size: 16px;
}

.connect-block-social {
	background: url(../media/bgsocial.jpg);
	padding: 8px 8px 8px 48px;
	color: #f36f21;
	height: 42px;
	border-radius: 15px;
	font-size: 16px;
}

.cbw_logo{
	width: 50%;
}

.navbar-inverse {
    background-color: transparent;
    border-color: #484848;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #484848;
}

.block{
	box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
}

.blogboximg{
    height: 150px;
    background: #fff;
    text-align: center;
	position: relative;
}

#header_slider_home{
    position: relative;
    z-index: 0;
}

.header_overlay{
	position: absolute;
	bottom: -5px;
	width: 100%;
	z-index: 10;
}

.slogan1{
	font-family: 'Tentram', Arial, cursive;
	padding: 0px;
	color: #0f5b92;
	font-size: 40px;
	margin: 0px;
	line-height: 45px;
	text-shadow: #ffffff 0 0 10px;
}

.slogan2{
	font-family: 'Tentram', Arial, cursive;
	padding: 0px;
	color: #f26f21;
	font-size: 30px;
	line-height: 50px;
}

.image-slider-slogans{
	position: absolute;
	width: 90%;
	bottom: 100px;
	text-align: right;
}

.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	margin: 5px 0px;
}


.overlay{
	position: absolute;
	opacity: 0;
	z-index: 10;
	top:0;
}

.overlay:hover{
	opacity: 100;
}


.btn, .btn:hover, .btn:active, .btn:visited, .btn:focus{
	
background: #f37121;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
	margin-bottom: 15px;
	box-shadow: 0px 0px 10px #b5b5b5;
	border:none;
	box-shadow: 0 4px 15px 0 rgb(0 0 0 / 75%);
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin-bottom: 40px;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.active{
	Color: #f37121 !important;
	text-decoration: underline;
}

.dropdown-menu .active:hover{
	
	color: #f37121 !important;
}

@media (max-width: 1200px) {

	.slogan {
		position: absolute;
		width: 45%;
		top: 150px;
		left: 30px;
		background: rgba(255, 255, 255, 0.90);
		padding: 25px 25px 0px 25px;
		BORDER-RADIUS: 25PX;
		float: left;
		display:none;
	}

	.slogan1{
		font-size: 30px;
		line-height: 34px;
	}

	.slogan2{
		font-size: 20px;
		line-height: 32px;
	}
	.navbar-nav > li > a {
		font-family: 'Tentram', Arial, cursive;
		padding-top: 30px;
		padding-bottom: 15px;
		color: #0f5b92;
		font-size: 22px;
		text-shadow: 2px 2px 2px white;
	}
	.content_float_left {
		padding: 40px;
		position: relative;
		right: -80px;
		display: block;
		top: 90px;
		z-index: 1;
		background: #cedee9;
		margin-left: 0px;
		margin-bottom: 40px;
	}

	.content_float_right {
		padding: 40px;
		position: relative;
		left: -150px;
		display: block;
		top: 90px;
		z-index: 1;
		background: #d4e5f2;
		margin-right: -40px;
		margin-bottom: 40px;
	}

}


/* Small Devices, Tablets */
 @media (max-width: 768px) and (max-width: 992px){


	 h1{
		 font-size: 32px;
	 }
	 #link-banner {
		 display: block;
		 position: absolute;
		 top: 25px;
		 right: 20px;
		 width: auto;
	 }

	 #menu {
    margin: 10px;
    margin-left: 10px;
		 margin-top: 0px;
}

	 .navbar-nav > li > a {
		 font-family: 'Tentram', Arial,  cursive;
		 padding-top: 10px;
		 padding-bottom: 5px;
		 color: #0f5b92;
		 font-size: 20px;
		 text-shadow: none;
	 }
	 .greyboximageright {
		 margin-top: 0px;
		 padding: 0px;
	 }

	 .cbw_logo{
		 width: 80%;
	 }

	 .topbar {
		 position: relative;
		 top: 0px;
		 width: 100%;
		 z-index: 100;
		 padding: 30px 0px;
		 margin-bottom: 0px;
}

	 .logo{

	 }
	 .footer {
		 padding: 40px 15px;
		 margin-top: 0px;
		 clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 100%, 0% 0%);
		 position: relative;
	 }


	 .content_float_project {
		 padding: 40px 40px 40px 40px;
		 position: relative;
		 display: block;
		 top: 0px;
		 z-index: 1;
		 margin-left: 0px;
	 }

	 .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 0px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: white;
    background-image: none;
    border: 1px solid white;
    border-radius: 4px;
}
	 
	 #header_slider_home{
    position: relative;
    z-index: 0;
		 height: inherit;
    margin-bottom: 0px;
}

	 .header_overlay {
		 position: absolute;
		 bottom: 0px;
		 width: 100%;
		 z-index: 1;
	 }

#header_slider{
	position: relative;
    overflow: hidden;
	height: inherit;
	z-index:1;
}

	 .content_float_left{
		 padding: 20px 40px;
		 position: relative;
		 right: inherit;
		 display: block;
		 top: 0px;
		 z-index: 1;
		 background: #cedee9;
		 margin-left: 0px;
		 margin-bottom: 40px;
	 }

	 .content_float_right{
		 padding: 20px;
		 position: relative;
		 left: inherit;
		 display: block;
		 top: 0px;
		 z-index: 1;
		 background: #cedee9;
		 margin-right: 0px;
		 margin-bottom: 40px;
	 }
	 .linkbutton {
		 padding: 20px 20px;
		 margin: 15px 10px;
		 border: solid 2px #fff;
		 display: inline-block;
		 color: #fff;
	 }
	 .quote_wrapper {
		 padding: 50px 30px 50px 39px;
		 font-size: 15px;
		 line-height: 20px;
	 }

	 .projectoverlay {
		 position: absolute;
		 opacity: 0;
		 z-index: 10;
		 top: 0;
		 width: 100%;
		 background: #f36f21d4;
		 padding: 10px;
		 height: 100%;
		 color: #fff;
		 text-align: center;
		 font-size:12px;
	 }



	 h1{
		 margin-bottom: 25px;
	 }

	 .image-slider-slogans {
		 position: absolute;
		 width: 90%;
		 bottom: 30px;
		 text-align: center;
	 }

	 .connect-block-tel {
		 background: url(../media/bgphone.jpg);
		 padding: 8px 8px 8px 48px;
		 color: #f36f21;
		 height: 42px;
		 border-radius: 15px;
		 font-size: 14px;
	 }
	 .connect-block-mail {
		 background: url(../media/bgmail.jpg);
		 padding: 8px 8px 8px 48px;
		 color: #f36f21;
		 height: 42px;
		 border-radius: 15px;
		 font-size: 14px;
	 }

	 .connect-block-social {
		 background: url(../media/bgsocial.jpg);
		 padding: 8px 8px 8px 48px;
		 color: #f36f21;
		 height: 42px;
		 border-radius: 15px;
		 font-size: 14px;
	 }
}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) and (max-width : 1899px) {

	.connect-block-tel {
		background: url(../media/bgphone.jpg);
		padding: 8px 8px 8px 48px;
		color: #f36f21;
		height: 42px;
		border-radius: 15px;
		font-size: 16px;
	}
	.connect-block-mail {
		background: url(../media/bgmail.jpg);
		padding: 8px 8px 8px 48px;
		color: #f36f21;
		height: 42px;
		border-radius: 15px;
		font-size: 16px;
	}

	.connect-block-social {
		background: url(../media/bgsocial.jpg);
		padding: 8px 8px 8px 48px;
		color: #f36f21;
		height: 42px;
		border-radius: 15px;
		font-size: 16px;
	}

	.navbar-nav > li > a {
		font-family: 'Tentram', Arial, cursive;
		padding-top: 43px;
		padding-bottom: 0px;
		color: #0f5b92;
		font-size: 22px;
		text-shadow: 2px 2px 2px white;
	}
	
#header_slider_home{
    position: relative;
    z-index: 0;
    Height: 750px;
    overflow: hidden;
}

#header_slider{
	position: relative;
    overflow: hidden;
	z-index:1;
	height: 500px;
}

	.content_float_left{
		padding: 40px 30px;
		position: relative;
		right: -150px;
		display: block;
		top: 90px;
		z-index: 1;
		background: #cedee9;
		margin-left: 0px;
		margin-bottom: 40px;
	}

	.content_float_right{
		padding: 30px;
		position: relative;
		left: -150px;
		display: block;
		top: 90px;
		z-index: 1;
		background: #cedee9;
		margin-right: -120px;
		margin-bottom: 40px;
	}

	.content_float_project {
		padding: 140px 80px 80px 80px;
		position: relative;
		display: block;
		top: 0px;
		z-index: 1;
		background: #d4e5f2;
		margin-left: 40px;
	}

	.projectoverlay {
		position: absolute;
		opacity: 0;
		z-index: 10;
		top: 0;
		width: 100%;
		background: #f36f21d4;
		padding: 20px;
		height: 100%;
		color: #fff;
		text-align: center;
		line-height: 20px;
		font-size: 16px;
	}


	.quote_wrapper {
		padding: 50px 30px 0px 39px;
		font-size: 15px;
		line-height: 20px;
	}
	h1{
		margin-bottom: 35px;
	}

	.slogan {
		position: absolute;
		width: 25%;
		top: 150px;
		left: 200px;
		background: rgba(255, 255, 255, 0.90);
		padding: 35px 35px 20px 35px;
		BORDER-RADIUS: 25PX;
		float: left;
	}

	.slogan1{
		font-size: 32px;
		line-height: 34px;
	}

	.slogan2{
		font-size: 24px;
		line-height: 44px;
	}


}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {

	.connect-block-tel {
		background: url(../media/bgphone.jpg);
		padding: 8px 8px 8px 48px;
		color: #f36f21;
		height: 42px;
		border-radius: 15px;
		font-size: 16px;
	}
	.connect-block-mail {
		background: url(../media/bgmail.jpg);
		padding: 8px 8px 8px 48px;
		color: #f36f21;
		height: 42px;
		border-radius: 15px;
		font-size: 16px;
	}

	.connect-block-social {
		background: url(../media/bgsocial.jpg);
		padding: 8px 8px 8px 48px;
		color: #f36f21;
		height: 42px;
		border-radius: 15px;
		font-size: 16px;
	}

	.navbar-nav > li > a {
		font-family: 'Tentram', Arial,  cursive;
		padding-top: 60px;
		padding-bottom: 0px;
		color: #0f5b92;
		font-size: 22px;
		text-shadow: 2px 2px 2px white;
	}
	
#header_slider_home{
    position: relative;
    z-index: 0;
    Height: 950px;
    overflow: hidden;
}

#header_slider{
	position: relative;
    overflow: hidden;
	z-index:1;
	height:600px;
}

	.slogan {
		position: absolute;
		width: 25%;
		top: 225px;
		left: 200px;
		background: rgba(255, 255, 255, 0.90);
		padding: 35px 35px 20px 35px;
		BORDER-RADIUS: 25PX;
		float: left;
	}

	#header_slider .slogan {
		position: absolute;
		width: fit-content;
		top: 250px;
		background: #ffffffcc;
		padding: 35px 35px 20px 35px;
		BORDER-RADIUS: 25PX;
	}

	.quote_wrapper{
		padding: 50px 100px 0px 100px;
		font-size: 18px;
		line-height: 1.7;
	}
	h1{
		margin-bottom: 0px;
	}

	.cbw_logo{
		width: 50%;
	}
	
}