
.banner-double {
	margin: 45px 0 70px 0;
}

.banner-double .color-bg {
	position: relative;
	background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #664ee8, #f3148f, #f3000e);
	background-size: 1800% 1800%;

	-webkit-animation: rainbow 18s ease infinite;
	-o-animation: rainbow 18s ease infinite;
	animation: rainbow 18s ease infinite;
}

.banner-double .color-bg-rev {
	position: relative;
	background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #664ee8, #f3148f, #f3000e);
	background-size: 1800% 1800%;

	-webkit-animation: rainbow 18s ease infinite reverse;
	-o-animation: rainbow 18s ease infinite reverse;
	animation: rainbow 18s ease infinite reverse;
}

.banner-double .img-filter img {
	width: 100%;
	max-width: 100%;
}

.banner-double .img-filter-simple {
	background: url("/assets/images/banner_bg_1.png") center center no-repeat;
	background-size: cover;
}

.banner-double .img-filter-room {
	background: url("/assets/images/banner_bg_2.png") center center no-repeat;
	background-size: cover;
}

.banner-double .content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #ffffff;
}

.banner-double .content h3 {
	font-weight: bold;
	font-size: 36px;
}

.banner-double .content-black {
	color: #000000;
}

.banner-double .content-without-padding {
	height: 100%;
	position: relative;
}

.banner-double .read-more {
	height: 44px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #ffffff;
	border-radius: 50px;
	padding: 0 35px;
	color: #000000;
	font-weight: bold;
	line-height: 46px;
	text-transform: uppercase;
	display: inline;
}

.banner-double .content:hover .read-more {
	background: #000000;
	color: #ffffff;
}

@-webkit-keyframes rainbow {
	0%{background-position:0% 82%}
	50%{background-position:100% 19%}
	100%{background-position:0% 82%}
}
@-moz-keyframes rainbow {
	0%{background-position:0% 82%}
	50%{background-position:100% 19%}
	100%{background-position:0% 82%}
}
@-o-keyframes rainbow {
	0%{background-position:0% 82%}
	50%{background-position:100% 19%}
	100%{background-position:0% 82%}
}
@keyframes rainbow {
	0%{background-position:0% 82%}
	50%{background-position:100% 19%}
	100%{background-position:0% 82%}
}