
.main-services{
	margin-top: -250px;
}


ul.bullet1 {
	list-style-image: url(../images/bullet001.png);
	text-decoration: none;
	font-weight: normal;
	color:#444444;
	font-size: 17px;
	padding-left: 20px;
}

.banner-bottom {
	width: 100%;
	position:absolute;
	bottom: 0px;
	z-index: 99999;
	left: 0px;
}

.container-adjust {
	margin-top: 70px;
}

.service-img { position: relative; top: 0px; left: 0px; }
 
.image-overlay {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    /*cursor: pointer;*/
}
.text-light {
	color:rgba(204,204,204,0.7);
}

.text-light-facebook-contact {
	color: rgba(255,255,255,1);
}

.big-headings {
	font:"Arial Black", Gadget, sans-serif;
	font-size:150px;
	color:rgba(204,204,204,0.3);
	position:absolute;
	top: -20px;
	left: -50px;
	font-weight:900;
	z-index:-1;
	letter-spacing:-8px;
}
.heading2 {
	font-weight:900;
	padding-bottom: 40px;
}
.left-border {
	
	border-left: 1px solid rgba(204,204,204,0.5);
}
.abseiling {
	position:absolute;
	right:0px;
	top: 0px;
	width: 100%;
	max-width:150px;
}

.fluidMedia {
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.fluidMedia iframe {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}


@media (max-width:768px){
	.main-services{
	margin-top: -200px;
}
	
}
.caps {
	text-transform:uppercase;
}