.servicesContainer {
	position: relative;
	width: 100%;
	z-index: 1;
	background: none repeat scroll 0% 0% #00AAFF;
}

#bannerContainer {
	background-image: url("../img/service.jpg");
}

h4 {
	width: 100%;
	text-align: center;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

p {
	line-height: 30px;
}

.title, h4 {
	color: #FFF;
}

.barTex, .title, h4 {
	color: #FFF;
}

h5 {
	margin-bottom: 10px;
}

.barText {
	text-align: center;
	padding-top: 125px;
	padding-bottom: 125px;
}

#bodyContainer {
	position: relative;
	width: 100%;
	background-color: #FFF;
	padding: 120px 0px 90px 0px;
}

.serviceBanner-small {
	background-color: #00AAFF;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
	color: #FFF;
	font-size: 1.2em;
}

.servicesBanner-small  {
	color: #FFF;
}

.services {
	position: relative;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	max-width: 1220px;
	display: block;
	z-index: 20;
}

.menu-services {
	position: relative;
	display: block;
	float: none;
	height: 470px;
	width: 96%;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 708px;
}

.menu-services-element {
	position: relative;
	display: block;
	float: left;
	color: #FFF;
	padding: 5px 0px 5px 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 60px;
	width: 98%;
	max-width: 225px;
	background-color: #000;
	opacity: .8;
	border-radius: 5px;
}

.menu-services-element img {
	width: 80px;
	float: left;
	border-radius: 5px;
}

.menu-services-element p {
	float: left;
	margin: 20px 0px 0px 20px;
}

.menu-services a:hover {
	opacity: .9;
}

.menu-services a:hover p {
	color: #00AAFF;
}

.services-back {
	position: absolute;
	top: 25px;
	left: 3%;
	width: 80px;
	border-radius: 5px;
	opacity: .8;
}

.services-back:hover {
	opacity: 1;
}

.services-back .arrow-left {
	float: left;
	border-right: 5px solid #000;
	opacity: .8;
}

.services-back:hover .arrow-left {
	border-right: 5px solid #00AAFF;
}

.services-back a{
	text-decoration: none;
	color: #000;
}

.services-back:hover a {
	color: #00AAFF;
}

#tankSpecContainer {
	width: 100%;
}

#tankSpecComment {
	width: 98%;
	max-width: 605px;
	font-size: 20px;
	padding-left: 5px; 
	margin-left: auto;
	margin-right: auto;
}

#tankSpecBtn {
	color: #00AAFF;
}

#tankSpecBtn:hover {
	color: #0077CC;
}

#modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	z-index: 0;
}

#modal-content {
	display: none;
	position: fixed;
	width: 98%;
	z-index: 0;
	opacity: 0;
	overflow: auto;
}

#modal-content img{
	max-width: none;
}
