/*
[data-type="contentbox_layout"] {
	margin: 2rem 0;
}
*/

	.cb-layout-image[data-type="contentbox_layout"] {
		margin-top: 0;
	}

	[data-type="contentbox_layout"] .cb-body {
		padding: 35px 0 100px;
	}
	
		[data-type="contentbox_layout"]:last-child .cb-body {
			padding-bottom: 135px;
		}

	#content.fullWidth h3.cb-header{
		position: relative;
		width:87%;
		max-width:1500px;
		margin:0 auto;
		padding: 77px 0 0;
		font-size: clamp(30px,2.8vw,40px);
		font-weight: 700;
	}
	
	#content.fullWidth .cb-body.leading{
		padding-top:50px;
	}

#content .cb-layout_settings-container {
/* 	padding: 50px 0; */

	background-repeat:no-repeat;
	background-position:50%;
	background-size:cover;
}

	#content .cb-layout_layouts-container {
		position:relative;
		width:87%;
		max-width:1500px;
		margin:0 auto;
		overflow:hidden;
	}

#content .cb-layout_box-container{
	position:relative;
	margin:0;
	overflow:hidden;
	clear:both;
}

	.cb-layouts_background{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index:0;
		background-repeat:no-repeat;
		background-position:50%;
		background-size:cover;
	}

	.cb-layout-box{
		float:left;
		width:100%;
		margin:0;
	}
	
	.cb-layout-image .cb-layout_settings-container{
		position:relative;
	}
	
		.cb-layout-image .cb-layout_box-container{
			padding:60px 0;
			min-height:350px;
		}
		
		.cb-layout-image .cb-layout_settings-container:before{
			content:'';
			position:absolute;
			left:0;
			top:0;
			right:0;
			bottom:0;
			width:100%;
			height:100%;
			background:#000;
			opacity:.4;
		}
		
	.cb-layout_box-container.cb-layout_layout-l1.l1 {
		float: none;
/* 	    width: 83%; */
	    margin: 0 auto !important;
	}
		
	#content .cb-layout-image .cb-body{
	    padding:0;
	}
	.l2 .cb-layout_box-1{
		width:46%;
	}
	.l2 .cb-layout_box-2{
		float:right;
		width:46%;
	}	
	.l3 .cb-layout_box-1{
		width:36%;
	}
	.l3 .cb-layout_box-2{
		float:right;
		width:57%;
	}
	.l4 .cb-layout_box-1{
		width:57%;
	}
	.l4 .cb-layout_box-2{
		float:right;
		width:36%;
	}
	.l5 .cb-layout_box-1{
		width:30%;
		margin:0 5% 0 0;
	}
	.l5 .cb-layout_box-2{
		width:30%;
	}
	.l5 .cb-layout_box-3{
		float:right;
		width:30%;
	}
	.l6 .cb-layout_box-1,.l6 .cb-layout_box-2{
		width:23.5%;
		margin:0 2% 0 0;
	}
	.l6 .cb-layout_box-3{
		width:23.5%;
	}
	.l6 .cb-layout_box-4{
		float:right;
		width:23.5%;
	}

	.l7 .cb-layout_box-1{
		width:32%;
	}
		.l7 .cb-layout_box-1 textarea{
			height:470px;
		}
	.l7 .cb-layout_box-2{
		float:right;
		width:32%;
		margin:0 0 2%;
	}
	.l7 .cb-layout_box-3{
		float:right;
		width:32%;
		margin:0 2% 2% 0;
	}
	.l7 .cb-layout_box-4{
		float:right;
		width:66%;
	}
	.l8 .cb-layout_box-1,.l8 .cb-layout_box-2{
		width:32%;
		margin:0 2% 2% 0;
	}
	.l8 .cb-layout_box-3{
		float:right;
		width:32%;
	}

		.l8 .cb-layout_box-3 textarea{
			height:470px;
		}

	.l8 .cb-layout_box-4{
		width:66%;
		margin:0 2% 0 0;
	}

@media (max-width:1024px){
	#content .cb-layout_settings-container{
		background-attachment:scroll !important;
	}
}
@media (max-width:768px){
	.cb-layout_box-container.cb-layout_layout-l1.l1 {
   	 width: 100% !important;
	}
}
	
@media (max-width:768px){


	#content .cb-layout_layouts-container{
		width:90%;
	}
	#content.fullWidth h3.cb-header{
		width:90%;

	}
	.cb-layout_box-container.cb-layout_layout-l1.l1 {
   	 width: 100%;

	}
	#layout-column1, #layout-column2 {
		width: 100%!important;
	}
	#content .cb-layout_settings-container{
		background-attachment:scroll !important;
	}
	
		#mainContainer #content .cb-layout-box{
			width:100%;
			margin:0 auto;
		}
			
}

	.cb-layout-image .cb-layout_settings-container:before {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
	}
	

.cb-body {
	
}

.cb-layout-box h6 {
	margin: 0!important;
}