.welcome {
	position: absolute;
	display: inline-block;
	top: 200px;
	left: 15px;
}
@media (max-width: 991px) {
	.welcome {	top: 150px;		padding-right: 35px;	}
}
@media (max-width: 600px) {
	.welcome {	top: 120px;	}
}
@media (max-width: 480px) {
	.welcome {	top: 90px;	}
}
.sitecap {
	position: absolute;
	display: inline-block;
	bottom: 0;
	left: 15px;
	background: #009999;
	padding: 12px 25px 12px 165px;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
@media (max-width: 991px) {
	.sitecap {
		position: absolute;
		bottom: 0;
		left: auto;
		padding: 12px 25px 12px 135px;
	}
}
@media (max-width: 768px) {
	.sitecap {
		left: auto;
		margin: auto;
		margin-right: 12px;
		padding-right: 100px;
	}
}
@media (max-width: 480px) {
	.sitecap {
		font-size: 16px;
		padding: 12px 90px 12px 90px;
	}
}
.HomeBPhoto {
	position: absolute;
	left: 15px;
	bottom: 15px;
}
.HomeBPhoto img {
	border: #009999 solid 3px;
}
@media (max-width: 991px) {
	.HomeBPhoto {
		width: 110px;
	}
}
@media (max-width: 480px) {
	.HomeBPhoto {
		left: 10px;
		bottom: 15px;
		width: 70px;
	}
}
a.HomeRegBtn {
	position: absolute;
	right: 5px;
	bottom: 5px;
	background: url(../../images/regbtn.png) center no-repeat;	background-size: cover;
	width: 100px;	height: 100px;
	-webkit-transition: all 200ms; transition: all 200ms;
}
a.HomeRegBtn:hover {
	background: url(../../images/regbtn-hover.png) center no-repeat;	background-size: cover;
	width: 110px;	height: 110px;
}
@media (max-width: 480px) {
	a.HomeRegBtn {
		width: 80px;	height: 80px;
		background: url(../../images/regbtn-hover.png) center no-repeat;	background-size: cover;
	}
	a.HomeRegBtn:hover {
		width: 85px;	height: 85px;
		background: url(../../images/regbtn.png) center no-repeat;	background-size: cover;
	}
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
#myCarousel {
	/*position: absolute;
	top: 0;*/
}
/* Carousel base class */
.carousel {
	min-width: 100%;
	height: 616px;
	margin: 0;
}

/* DECLARE HEIGHTS BECAUSE OF POSITIONING OF IMG ELEMENT */
.carousel .item {
	height: 616px;
	background-color: #fff;
}
.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 616px;
	border-bottom: #009999 solid 4px;
}
@media (max-width: 991px) {
	/* Carousel base class */
	.carousel {	height: 550px;	}	
	/* DECLARE HEIGHTS BECAUSE OF POSITIONING OF IMG ELEMENT */
	.carousel .item { height: 550px; }
	.carousel-inner > .item > img {	height: 550px;	}
}
@media (max-width: 600px) {
	/* Carousel base class */
	.carousel {	height: 450px;	}	
	/* DECLARE HEIGHTS BECAUSE OF POSITIONING OF IMG ELEMENT */
	.carousel .item { height: 450px; }
	.carousel-inner > .item > img {	height: 450px;	}
}
@media (max-width: 480px) {
	/* Carousel base class */
	.carousel {	height: 350px;	}	
	/* DECLARE HEIGHTS BECAUSE OF POSITIONING OF IMG ELEMENT */
	.carousel .item { height: 350px; }
	.carousel-inner > .item > img {	height: 350px;	}
}
	
.carousel-control{
	top: 40%;
	width: 41px;
	height: 74px;
}

/* FADE EFFECT */
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-indicators {
	bottom: 7px;
	left: 70%;
}
@media (max-width: 1200px) {
	.carousel-indicators {
		left: 83%;
	}
}
@media (max-width: 991px) {
	.carousel-indicators {
		display: none;
	}
}
/*
Author: Alpesh Panchal
Author Email: alpesh88ww@gmail.com
*/