.main article {
	float: none;
	padding-left: 0;
	width: 100%;
}

section a img {
	margin: 0;
}

.request-demo-button {
	padding: 10px;
	background-color: #ff614c;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	line-height: 1;
	border-radius: 6px;
	border: 2px solid #fff;
	font-weight: 500;
}

.row2 {
	/*display: flex;
	flex-wrap: wrap;
	padding: 20px 0 0;
	column-gap: 2%;*/
}

.row2:after {
	content: "";
	display: table;
	clear: both;
}

.row2 img {
	height: 30px;
}

.demo {
	opacity: 1;
	cursor: pointer;

	background-color: transparent;
	border: none;
	color: #475161;
	float: left;
	padding: 15px 10px 10px;
	text-decoration: none;
	margin-bottom: 2em;
}

.demo:hover {
	opacity: 1;
}

.demo h2 {
	font-size: 22px;
	padding: 15px 0 0;
	border-top: 1px solid #ff614c;
	margin-bottom: 0;
	font-weight: 500;
}

.demo p {
	margin: 0;
	padding: 10px 0 0;
}

.cb-slideshow, .cb-slideshow:after {
	position: relative;
	width: 100%;
	height: 220px;
	top: 0px;
	left: 0px;
	z-index: -1;
	padding: 0 !important;
	list-style: none;
	border: none !important;
}

.cb-slideshow:after {
	content: '';
	background: transparent url(../img/pattern.png) repeat top left;
}

.cb-slideshow li span {
	width: 100%;
	height: 220px;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-webkit-animation: imageAnimation 36s linear infinite 0s;
	-moz-animation: imageAnimation 36s linear infinite 0s;
	-o-animation: imageAnimation 36s linear infinite 0s;
	-ms-animation: imageAnimation 36s linear infinite 0s;
	animation: imageAnimation 36s linear infinite 0s;
	display: block;
}

.cb-slideshow li div {
	z-index: 1000;
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: calc(100% - 30px);
	text-align: center;
	opacity: 0;
	color: #ff0;
	animation: titleAnimation 36s linear infinite 0s;
	background-color: rgba(51, 51, 51, .75);
	padding: 0 15px;
}

.cb-slideshow li div h3 {
	font-size: 26px !important;
	font-weight: 400;
	padding: 15px 15px 15px 0 !important;
	line-height: 30px !important;
	color: #c6ff1a;
	border: none !important;
	margin: 0;
	text-shadow: 5px 5px 15px #1f1f1f;
}

.cb-slideshow li:nth-child(1) span {
	background-image: url('../img/hero/bg-04.webp');
	animation-delay: -3s;
}

.cb-slideshow li:nth-child(2) span {
	background-image: url('../img/hero/bg-02.webp');
	background-position-x: left;
	animation-delay: 3s;
}

.cb-slideshow li:nth-child(3) span {
	background-image: url('../img/hero/bg-03.webp');
	background-position-x: -20px;
	animation-delay: 9s;
}

.cb-slideshow li:nth-child(4) span {
	background-image: url('../img/hero/bg-01.webp');
	animation-delay: 15s;
}

.cb-slideshow li:nth-child(5) span {
	background-image: url('../img/hero/bg-02.webp');
	background-position-x: right;
	animation-delay: 21s;
}

.cb-slideshow li:nth-child(6) span {
	background-image: url('../img/hero/bg-03.webp');
	background-position-x: right;
	animation-delay: 27s;
}

.cb-slideshow li:nth-child(1) div {
	animation-delay: -3s;
}

.cb-slideshow li:nth-child(2) div {
	animation-delay: 3s;
}

.cb-slideshow li:nth-child(3) div {
	animation-delay: 9s;
}

.cb-slideshow li:nth-child(4) div {
	animation-delay: 15s;
}

.cb-slideshow li:nth-child(5) div {
	animation-delay: 21s;
}

.cb-slideshow li:nth-child(6) div {
	animation-delay: 27s;
}

@keyframes titleAnimation {
	0% {
		opacity: 0;
	}/*transform: translateX(200px);*/
	
	8% {
		opacity: 1;
	}/*transform: translateX(0px); }*/
	
	17% {
		opacity: 1;
	}/*transform: translateX(0px); }*/
	
	25% {
		opacity: 0;
	}/*transform: translateX(-400px); }*/
	
	100% {
		opacity: 0
	}
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: ease-in;
	}
	
	8% {
		opacity: 1;
		-webkit-animation-timing-function: ease-out;
	}
	
	17% {
		opacity: 1
	}
	
	25% {
		opacity: 0
	}
	
	100% {
		opacity: 0
	}
}

@-moz-keyframes imageAnimation {
	0% {
		opacity: 0;
		-moz-animation-timing-function: ease-in;
	}
	
	8% {
		opacity: 1;
		-moz-animation-timing-function: ease-out;
	}
	
	17% {
		opacity: 1
	}
	
	25% {
		opacity: 0
	}
	
	100% {
		opacity: 0
	}
}

@-o-keyframes imageAnimation {
	0% {
		opacity: 0;
		-o-animation-timing-function: ease-in;
	}
	
	8% {
		opacity: 1;
		-o-animation-timing-function: ease-out;
	}
	
	17% {
		opacity: 1
	}
	
	25% {
		opacity: 0
	}
	
	100% {
		opacity: 0
	}
}

@-ms-keyframes imageAnimation {
	0% {
		opacity: 0;
		-ms-animation-timing-function: ease-in;
	}
	
	8% {
		opacity: 1;
		-ms-animation-timing-function: ease-out;
	}
	
	17% {
		opacity: 1
	}
	
	25% {
		opacity: 0
	}
	
	100% {
		opacity: 0
	}
}

@keyframes imageAnimation {
	0% {
		opacity: 0;
		animation-timing-function: ease-in;
	}
	
	8% {
		opacity: 1;
		animation-timing-function: ease-out;
	}
	
	17% {
		opacity: 1
	}
	
	25% {
		opacity: 0
	}
	
	100% {
		opacity: 0
	}
}

/* Show at least something when animations not supported */

.no-cssanimations .cb-slideshow li span {
	opacity: 1;
}

@media only screen and (min-width: 1000px) {
	.main {
		padding-top: 45px;
	}
	
	.row2 img {
		height: 30px;
	}
	
	.demo {
		opacity: 1;
		cursor: pointer;
		margin-bottom: 0;
	}
	
	.demo:hover {
		background-color: #F3F5F7;
	}
	
	.cb-slideshow, .cb-slideshow:after {
		height: 350px;
	}
	
	.cb-slideshow li span {
		height: 350px;
	}
	
	.cb-slideshow li div {
		bottom: 30px;
	}
	
	.cb-slideshow li:nth-child(1) span {
		background-image: url('../img/hero/bg-04.webp');
	}
	
	.cb-slideshow li:nth-child(2) span {
		background-image: url('../img/hero/bg-02.webp');
	}
	
	.cb-slideshow li:nth-child(3) span {
		background-image: url('../img/hero/bg-03.webp');
		background-position-x: 0;
	}
	
	.cb-slideshow li:nth-child(4) span {
		background-image: url('../img/hero/bg-01.webp');
	}
	
	.cb-slideshow li:nth-child(5) span {
		background-image: url('../img/hero/bg-02.webp');
	}
	
	.cb-slideshow li:nth-child(6) span {
		background-image: url('../img/hero/bg-03.webp');
	}
	
	.cb-slideshow li div h3 {
		font-size: 52px !important;
		line-height: 1 !important;
		text-align: center !important;
	}
	
	.col4 {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 2em;
	}

	.footer-container {
		clear: both;
		padding: 10px;
	}
	
	footer {
		column-gap: 3em;
	}
}

@media only screen and (min-width: 1300px) {
	.col4 {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-column-gap: 1em;
	}
}