/* Services Global Styles */

/* Side Navigation Bar */

.side-navigation-bar {
	width: 20%;
	color: #d82148;
	margin-top: 200px;
	float: left;
}

.side-navigation-bar h2 {
	margin: 12px;
}

.side-navigation-bar ul {
	list-style-type: none;
}

.side-navigation-bar li {
	border-bottom: 1px solid #d82148;
	margin: 12px;
	padding: 0px 0px 12px 0px;
}

.side-navigation-bar a {
	text-decoration: none;
	color: #d82148;
}

.side-navigation-bar a:hover {
	color: #130205;
}

.side-navigation-bar-active a {
	color: #130205 !important;
}

@media screen and (max-width: 750px) {
	.side-navigation-bar {
		/*float: none;
		width: 100%;
		margin-top: 500px;*/
		display: none;
	}
}
/* Services Main Wrap & Content */

.services-container {
	overflow: hidden;
	display: block;
}

.services-main-wrap {
	color: #d82148;
	padding: 75px 50px 50px 50px;
	float: left;
	width: 80%;
	overflow: hidden;
	display: block;
}

.services-main-wrap h1 {
	font-size: 50px;
}

@media screen and (max-width: 750px) {
	.services-main-wrap {
		width: 100%;
		float: none;
		padding: 50px 25px;
	}
}

/* Services Image */

.services-main-wrap h1 {
	margin-bottom: 50px;
}

.services-image-container {
	position: relative;
	width: 400px;
	display: inline-block;
	margin: 25px 12px;
}

.services-image-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #d82148;
	overflow: hidden;
	width: 100%;
	height: 70px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	transition: 
	height 0.5s ease,
	border-radius 0.5s ease;
}

.services-image-container:hover .services-image-overlay {
	height: 100%;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.services-image-container:hover .caret-up {
	display: none;
}

.services-image-container .caret-down {
	display: none;
}

.services-image-container:hover .caret-down {
	display: block;
}

.services-image-text {
	color: #fdf4f8;
	font-size: 20px;
	position: absolute;
	text-align: center;
	width: 100%;
	padding: 10px;
}

.services-image-text p {
	padding-top: 25px;
	font-size: 12px;
}

.services-image {
	display: block;
	width: 100%;
	border-radius: 12px;
}

@media screen and (max-width: 750px) {
	.services-image-container {
		width: 100%;
		margin: 12px auto;
	}
	.services-main-wrap h1 {
		text-align: center;
		margin: 12px 0px;
	}
	.services-image-text p {
		padding-top: 12px;
	}
}

@media screen and (max-width: 500px) {
	.services-image-text p {
		padding-top: 3px;
	}
}

/* Main Events */

.main-events {
	margin-top: 25px;
}

.main-events a {
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
	padding: 12px 18px;
	color: #fdf4f8;
	background-color: #d82148;
	border-radius: 12px;
	border: 1px solid #d82148;
}

.main-events a:hover {
	background-color: #fdf4f8;
	color: #d82148;
	transition: 
	background 0.4s ease,
	color 0.4s ease;
}

.main-events h3 {
	margin-top: 25px;
}

.main-events ul {
	list-style-type: square;
	margin: 15px 0px 0px 15px;
}

/* Image Rows & Cols */

.service-showcase {
	width: 100%;
	overflow: hidden;
	max-height: 500px;
}

.service-showcase img {
	width: 100%;
	margin: 3px;
	cursor: pointer;
}

.service-showcase img:hover, .image-row img:hover {
	opacity: 0.7;
}

.image-row {
	width: 100%;
	display: block;
	overflow: hidden;
}

.image-row img {
	cursor: pointer;
}

.image-col {
	width: 24%;
	float: left;
	margin: 3px;
}

.image-col img {
	width: 100%;
	vertical-align: top;
}

@media screen and (max-width: 1000px) {
	.image-col {
		width: 40%;
	}
}

@media screen and (max-width: 750px) {
	.image-col {
		width: 100%;
	}
}

/* Modal */

.modal {
	display: none;
	position: fixed;
	z-index: 2;
	padding: 100px 0px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0, 0.8);
}

.modal img {
	vertical-align: middle;
}

.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
}

.close {
	color: #fff;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.imageSlides {
	display: none;
}

/* Prev/Next buttons */

.services-prev,
.services-next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: background-color 0.6s ease;
	border-radius: 0px 3px 3px 0px;
	user-select: none;
	-webkit-user-select: none;
}

.services-next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.services-prev:hover, .services-next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}