#content.fullWidth h3.cb-header{
		width:90%;
		max-width:80%;
		margin:0 auto;
		padding-top: 20px;
	}
	
	#content.fullWidth .cb-body.leading{
		padding-top:50px;
	}

#content .cb-layout_settings-container{
	background-repeat:no-repeat;
	background-position:50%;
	background-size:cover;
}

	#content .cb-layout_layouts-container{
		position:relative;
/* 		width:90%; */
		max-width:80%;
		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;
		}
		
	#content .cb-layout-image .cb-body{
	    padding:0;
	}
	.l2 .cb-layout_box-1{
		width:49%;
	}
	.l2 .cb-layout_box-2{
		float:right;
		width:49%;
	}	
	.l3 .cb-layout_box-1{
		width:32%;
	}
	.l3 .cb-layout_box-2{
		float:right;
		width:66%;
	}
	.l4 .cb-layout_box-1{
		width:66%;
	}
	.l4 .cb-layout_box-2{
		float:right;
		width:32%;
	}
	.l5 .cb-layout_box-1{
		width:32%;
		margin:0 4% 0 0;
	}
	.l5 .cb-layout_box-2{
		width:32%;
	}
	.l5 .cb-layout_box-3 {
	    float: right;
	    width: 29%;
	}
	.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:640px){


	#content .cb-layout_layouts-container{
		width:88%;
	}
	#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: .4;
	}
	

.cb-body {
	
}

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