.gutter-gi {
	margin-bottom: 0 !important;
	padding: 15px;
}

/* Cycler */
.pic {
	/*opacity: 0;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	animation: fade 18s infinite;

}

#pic1 {
	animation-delay: -3s;*/
	background-image: url('/images/home/room1.jpg');
}
#pic2 {
	background-image: url('/images/home/room2.jpg');
	animation-delay: -6s;
}
#pic3 {
	background-image: url('/images/home/room3.jpg');
	animation-delay: -9s;
}
#pic4 {
	background-image: url('/images/home/room4.jpg');
	animation-delay: -12s;
}
#pic5 {
	background-image: url('/images/home/room5.jpg');
	animation-delay: -15s;
}
#pic6 {
	background-image: url('/images/home/room6.jpg');
	animation-delay: -18s;
}
#pic7 {
	background-image: url('/images/home/room7.jpg');
	animation-delay: -15s;
}
#pic8 {
	background-image: url('/images/home/room8.jpg');
	animation-delay: -18s;
}

@keyframes fade {
	0% {opacity: 0;}
	20% {opacity: 1;}
	33% {opacity: 1;}
	53% {opacity: 0;}
	100% {opacity: 0;}
}


.home-btn{
	background-color: #f2f2f2;
	display: inline-block;
	width:100%;
	padding: 1rem;
	border-radius: 5px;
}

.home-btn-text {
	font-size: 1.5rem !important;
	line-height: 1.4em;
}

.home-button-container {

}

.home-button-align {

}

@media (max-width: 1200px) {
	.home-button-container {
		height: 100%;
	}

	.home-button-align {
		transform: translate(-50%, -50%);
		top: 50%;
		left: 50%;
		position: absolute;
	}

	.home-btn-text{
		font-size: .75rem !important;
		line-height: 0.7em;
	}
}

@media (max-width: 992px) {

}
