/* TwoWide */
	.TwoWide {}
	.TwoWide .col-image img{
		width: 100%;
		display: block;
	}
	.TwoWide.layout-right .col-image {
		order: 0;
	}
	.TwoWide.layout-right .col-text {
		order: 1;
	}
	.TwoWide .col-text {
		background: transparent url('../../../../Assets/Images/bg-purple.jpg') 0 0 no-repeat;
		background-size: cover;
	}
	.TwoWide .text-content {
		max-width: 600px;
		float: right;
		padding: 80px 140px 80px 20px;
	}
	.TwoWide.layout-right .text-content {
		max-width: 600px;
		float: left;
		padding: 80px 20px 80px 100px;
	}
	.TwoWide.bg-Orange .col-text {
		background: transparent url('../../../../Assets/Images/bg-orange.jpg') 0 0 no-repeat;
		background-size: cover;
	}
	.TwoWide.bg-Green .col-text {
		background: transparent url('../../../../Assets/Images/bg-green.jpg') 0 0 no-repeat;
		background-size: cover;
	}
	.TwoWide.bg-Blue .col-text {
		background: transparent url('../../../../Assets/Images/bg-blue.jpg') 0 0 no-repeat;
		background-size: cover;
	}
	.TwoWide.bg-Yellow .col-text {
		background: transparent url('../../../../Assets/Images/bg-yellow.jpg') 0 0 no-repeat;
		background-size: cover;
	}
	.TwoWide .col {
		width: 50%;
		overflow: hidden;
		position: relative;
	}
	.TwoWide .col-text ol,
	.TwoWide .col-text a,
	.TwoWide .col-text li,
	.TwoWide .col-text ul,
	.TwoWide .col-text p,
	.TwoWide .col-text h6,
	.TwoWide .col-text h5,
	.TwoWide .col-text h4,
	.TwoWide .col-text h3,
	.TwoWide .col-text h2 {
		color: #fff;
	}
	.TwoWide .col-text h2 {
		font-weight: normal;
	}
	.TwoWide .col-text a.button {
		color: #fff;
	}
	.TwoWide a:hover {
		text-decoration: none;
	}


/* TwoWide */

@media (max-width:1200px) {

}
@media (max-width:1000px) {

	.TwoWide .col {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0;
	}
	.TwoWide.layout-right .text-content,
	.TwoWide .text-content {
		max-width: 1000px;
		float: none;
		text-align: center;
		padding: 30px 30px;
	}
	.TwoWide.layout-left .col-image,
	.TwoWide.layout-right .col-image {
		order: 0;
	}
	.TwoWide.layout-left .col-text,
	.TwoWide.layout-right .col-text {
		order: 1;
	}
}
