/************* Right-part ************/
.bannerbox {
	left: 54%;
	margin: 0;
	max-width: 507px;
	padding: 0;
	right: 0;
	text-shadow: none;
	top: 36%;
}
.bannersection img {
	width: 100%;
}
.bannerbox > h5 {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	margin: 0;
	padding: 0px 0;
	text-align: left;
	line-height: 30px;
}
.bannerbox > h6 {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
	padding: 8px 0 0;
	text-align: left;
}
.btn1 {
	background: #e99f00 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 17px;
	font-weight: 400;
	line-height: 47px;
	margin: 28px 0 0;
	padding: 0;
	text-align: center;
	width: 199px;
	border-radius: 30px;
	transition: all .5s ease 0s;
}
.btn1:hover, .btn1:focus, .btn1:active {
	color: #fff;
	text-decoration: none;
	background: #ff3c00;
	transition: all .5s ease 0s;
}
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 2%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	background-color: rgba(0,0,0,0);
	filter: alpha(opacity=50);
	opacity: .5;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	background: rgba(255, 255,255, 0.8) none repeat scroll 0 0;
	border-radius: 50%;
	font-size: 20px;
	height: 51px;
	line-height: 50px;
	margin: 0;
	padding: 0;
	top: 39%;
	width: 51px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	right: 80%;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-left {
	left: 80%;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}

/**********@media only screen and (min-width:200px) and (max-width:767px)**********/

@media only screen and (min-width:200px) and (max-width:767px) {
.bannerbox {
	left: 7%;
	right: 7%;
	top: 10%;
}
.bannerbox > h5 {
	color: #fff;
	font-size: 17px;
}
.bannerbox > h6 {
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}
.btn1 {
	font-size: 14px;
	line-height: 25px;
	margin: 17px 0 0;
	padding: 0;
	width: 130px;
}
.banner-slider-bottom, .previousnextbox {
	display: none;
}
}

/**********@media only screen and (min-width:200px) and (max-width:767px)**********/


/********************@media only screen and (min-width:768px) and (max-width:991px)********************/
@media only screen and (min-width:768px) and (max-width:1024px) {
.bannerbox {
  left: 15%;
  top: 25%;
}
}

/********************@media only screen and (min-width:768px) and (max-width:991px)********************/
