/* CSS Document */

.scolor1 {
	color: #1a5079;
}

.scolor2 {
	color: #0097ab;
}

.scolor3 {
	color: #00a777;
}

.scolor4 {
	color: #82c341;
}

.scolor5 {
	color: #faa41a;
}

.scolor6 {
	color: #ed1c24;
}

.sbcolor1 {
	background-color: #1a5079;
}

.sbcolor2 {
	background-color: #0097ab;
}

.sbcolor3 {
	background-color: #00a777;
}

.sbcolor4 {
	background-color: #82c341;
}

.sbcolor5 {
	background-color: #faa41a;
}

.sbcolor6 {
	background-color: #ed1c24;
}

.google-maps
{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe{
	position: absolute;
    top: 0;
	left: 0;
    height: 100% !important;
    width: 100% !important;
}

@media only screen and (max-width: 767px) {
	.fiverow
	{
		background-image: -webkit-gradient(
			linear,
			left top,
			right top,
			color-stop(0, #1a5079),
			color-stop(100%, #1a5079)
		);
		background-image: -webkit-linear-gradient(
			left,
			#1a5079,
			#1a5079 100%
		);
		background-image: -moz-linear-gradient(
			left,
			#1a5079,
			#1a5079 100%
		);
		background-image: -ms-linear-gradient(
			left,
			#1a5079,
			#1a5079 100%
		);
		background-image: -0-linear-gradient(
			left,
			#1a5079,
			#1a5079 100%
		);
	}
	.fiverow>div {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) {
	.fiverow
	{
		background-image: -webkit-gradient(
			linear,
			left top,
			right top,
			color-stop(0, #0097ab),
			color-stop(20%, #0097ab),
			color-stop(20%, #00a777),
			color-stop(40%, #00a777),
			color-stop(40%, #82c341),
			color-stop(60%, #82c341),
			color-stop(60%, #faa41a),
			color-stop(80%, #faa41a),
			color-stop(80%, #ed1c24),
			color-stop(100%, #ed1c24)
		);
		background-image: -webkit-linear-gradient(
			left,
			#0097ab,
			#0097ab 20%,
			#00a777 20%,
			#00a777 40%,
			#82c341 40%,
			#82c341 60%,
			#faa41a 60%,
			#faa41a 80%,
			#ed1c24 80%,
			#ed1c24 100%
		);
		background-image: -moz-linear-gradient(
			left,
			#0097ab,
			#0097ab 20%,
			#00a777 20%,
			#00a777 40%,
			#82c341 40%,
			#82c341 60%,
			#faa41a 60%,
			#faa41a 80%,
			#ed1c24 80%,
			#ed1c24 100%
		);
		background-image: -ms-linear-gradient(
			left,
			#0097ab,
			#0097ab 20%,
			#00a777 20%,
			#00a777 40%,
			#82c341 40%,
			#82c341 60%,
			#faa41a 60%,
			#faa41a 80%,
			#ed1c24 80%,
			#ed1c24 100%
		);
		background-image: -0-linear-gradient(
			left,
			#0097ab,
			#0097ab 20%,
			#00a777 20%,
			#00a777 40%,
			#82c341 40%,
			#82c341 60%,
			#faa41a 60%,
			#faa41a 80%,
			#ed1c24 80%,
			#ed1c24 100%
		);
	}
	.fiverow>div {
		width: 20%;
	}
}