#myCarousel, #myHp {
	background-color: #00839B;
	clear: both;
}

#myHp {
	
}

.carousel {
    overflow: hidden;
}

.carousel .bgr {
	width: 41%;
	float: right;
	background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	min-height: 600px;
}

.carousel .active.left, .carousel .active.right {
    left:0;
    opacity:0;
    z-index:2;
}
.carousel-control.left, .carousel-control.right {
   background-image:none !important;
   filter:none !important;
   width: 10%;
}

.carousel-indicators li {
	border: 2px solid White;
  background-color: transparent !important;
}

.carousel-indicators .active {
  background-color: White !important;
}

div.carousel-caption {
	text-align: left;
	left: 200px;
	top: 200px;
	text-shadow: none;
	line-height: 150%;
	width: auto;
}

div.carousel-caption h1 {
	margin-top: 20px;
	font-size: 14px;
	color: #074C59;
	font-weight: 500;
}

div.carousel-caption h2 {
	margin: 20px 0px 40px 0px;
	font-size: 72px;
	color: White;
	font-weight: normal;
}

.bgrmb {
	height: 500px;
	background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: bottom center;
}

.textmb {
	padding: 30px;
}

div.textmb h1 {
	margin-top: 20px;
	font-size: 14px;
	color: #074C59;
	font-weight: 500;
}

div.textmb h2 {
	margin: 20px 0px 00px 0px;
	font-size: 42px;
	color: White;
	font-weight: normal;
}