/* Add here all your CSS customizations */

body {
	align: center;
	position: absolute;
	width: 100%;
	min-height: 100%;
}

.body {
	position: absolute;
	width: 100%;
	min-height: 100%;
}

.main {
	margin-bottom: 107px;
} 

#footer {
	padding: 0 0 0;
	position: absolute;
	width: 100%;
	bottom: 0;
} 

#footer .footer-copyright {
	margin-top: 0;
}

.slider-container .main-label {
	font-size: 80px;
	line-height: 80px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.slider-container .bottom-label {
	font-size: 25px;
	line-height: 25px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

/* 
	Service concept
*/
@media (max-width: 991px) {
	.service-concept {
		background: none;
		width: 100%;
		overflow: hidden;
	}
}
@media (min-width: 992px) {
	.service-concept {
		background: transparent url(../img/services/service_concept.png) no-repeat center 0;
		width: 100%;
		overflow: hidden;
	}
}

/* 
	Service images 
*/
@media (max-width: 991px) {
	.service-image {
		background: none;
		width: 150px;
		margin: 0 auto;
		padding-bottom: 0;
		position: relative;
		z-index: 1;
	}
	.service-image.left {
		margin: 0 0 auto auto;
	}
	.service-image.right {
		margin: 0 auto auto 0;
	}
	.service-image img {
		border-radius: 140px;
		margin: 7px 8px;
		width: auto;
		height: auto;
		max-width: 135px;
		max-height: 135px;
	}
}

@media (min-width: 992px) {
	.service-image {
		background: none;
		width: 160px;
		margin: 135px auto 0 auto;
		padding-bottom: 50px;
		position: relative;
		z-index: 1;
	}
	.service-image img {
		border-radius: 150px;
		margin: 7px 8px;
		width: auto;
		height: auto;
		max-width: 145px;
		max-height: 145px;
	}
}

/* 
	Service big image 
*/
@media (max-width: 991px) {
	.service-big-image {
		background: none;
		width: 300px;
		margin: auto auto auto auto;
		padding-bottom: 45px;
		position: relative;
		z-index: 1;
	}
	.service-concept .fc-slideshow {
		width: 300px;
		height: 300px;
		margin: 0 auto 0 1;
	}
}

@media (min-width: 992px) {
	.service-big-image {
		background: none;
		width: 250px;
		margin: 32px 0 0 0;
		padding-bottom: 45px;
		position: relative;
		z-index: 1;
	}
	.service-concept .fc-slideshow {
		width: 250px;
		height: 250px;
		margin: 0 auto 0 0;
	}
}

@media (min-width: 1200px) {
	.service-big-image {
		background: none;
		width: 330px;
		margin: 15px 0 0 0;
		padding-bottom: 45px;
		position: relative;
		z-index: 1;
	}
	.service-concept .fc-slideshow {
		width: 330px;
		height: 330px;
		margin: 0 auto 0 0;
	}
}

/*
	Wont jump to top when opening a modal
*/
body.modal-open {
    overflow: visible;
}
