.cq-colorblock {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	/*-ms-flex-direction: row;*/
	flex-direction: row;
	/*align-items: center;*/
  	/*justify-content: center;*/
  	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;

	margin: 0;
	padding: 0;
	position: relative;
	/*width: 100%;*/
	/*max-width: 100%;*/
	/*overflow: hidden;	*/
}
.cq-colorblock-imagelink{
	border: none;
	outline: none;
}
.cq-colorblock.square{
	border-radius: 0;
}
.cq-colorblock.square .cq-colorblock-image{
	border-radius: 0;
}
.cq-colorblock.roundsmall{
	border-radius: 8px;
	overflow: hidden;
}
.cq-colorblock.roundlarge{
	border-radius: 16px;
	overflow: hidden;
}

.cq-colorblock-imagecontainer {
	/*display: block;*/
	/*position: absolute;
	top: 0;
	left: 0;	*/
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	float: left;
	width: 50%;
	/*height: 100%;*/
}
.cq-colorblock-textcontainer {
	/*display: block;*/
	/*position: absolute;
	top: 0;
	left: 50%;	*/
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	float: left;
	width: 50%;
	font-size: 1em;
	color: #fff;
	margin: 0;
	padding: 0;
	/*-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;*/
}
.cq-colorblock-content {
	width: 70%;
	margin: 0 auto;
/*	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);*/
}
h4.cq-colorblock-title {
	font-size: 2em;
	line-height: 120%;
	color: #fff;
	margin: 0;
}
.cq-colorblock-caption{
	margin: 10px 0 0 0;
	line-height: 150%;
}


.cq-colorblock.lavender {
	background: #967ADC;
	color: #fff;
}
.cq-colorblock.grapefruit {
	background: #DA4453;
	color: #fff;
}
.cq-colorblock.bittersweet {
	background: #E9573F;
	color: #fff;
}
.cq-colorblock.sunflower {
	background: #F6BB42;
	color: #fff;
}
.cq-colorblock.grass {
	background: #8CC152;
	color: #fff;
}
.cq-colorblock.mint {
	background: #48CFAD;
	color: #fff;
}
.cq-colorblock.aqua {
	background: #3BAFDA;
	color: #fff;
}
.cq-colorblock.bluejeans {
	background: #4A89DC;
	color: #fff;
}
.cq-colorblock.pinkrose {
	background: #D770AD;
	color: #fff;
}
.cq-colorblock.lightgray {
	color: #333;
	background: #F5F7FA;
}
.cq-colorblock.lightgray h4.cq-colorblock-title, .cq-colorblock.lightgray .cq-colorblock-caption {
	color: #333;
}
.cq-colorblock.mediumgray {
	background: #AAB2BD;
	color: #fff;
}
.cq-colorblock.darkgray {
	background: #434A54;
	color: #fff;
}

@media screen and (min-width: 480px) and (max-width: 640px) {
	.cq-colorblock {
		display: inline-block;
		width: 100%;
		/*
		-webkit-flex-direction: column;
		flex-direction: column;
		*/
	}
	.cq-colorblock-textcontainer{
		width: 100%;
		height: 100%;
		padding: 80px 0;
		position: relative;
	}
	.cq-colorblock-imagecontainer{
		width: 100%;
		height: 100%;
		background: #000;
		position: relative;
	}
	.cq-colorblock-image{
		margin: 0;
		padding: 0;
	}

}

@media screen and (min-width: 320px) and (max-width: 480px) {
	.cq-colorblock {
		display: inline-block;
		width: 100%;
		/*-webkit-flex-direction: column;
		flex-direction: column;*/
	}
	.cq-colorblock-textcontainer{
		width: 100%;
		padding: 80px 0;
	}
	.cq-colorblock-imagecontainer{
		width: 100%;
	}
}
@media only screen and (min-width: 160px) and (max-width: 320px) {
	.cq-colorblock {
		display: inline-block;
		width: 100%;
		/*
		-webkit-flex-direction: column;
		flex-direction: column;
		*/
	}
	.cq-colorblock-textcontainer{
		width: 100%;
		padding: 80px 0;
	}
	.cq-colorblock-imagecontainer{
		width: 100%;
	}

}

