.htmleaf-container{
    display: inline-block;
	width: 100%;
	margin-top: 85px;
	position: relative;
}
.bannerbg{
    display: inline-block;
	width: 100%;
	height: 110px;
    position: absolute;
	left: 0;
	bottom: 0;
    background: url(../banner-bg.svg) no-repeat 0 bottom;
	background-size: 100% auto;
	z-index: 50;
}
.bs-slider{
    overflow: hidden;
    max-height: 720px;
	width: 100%;
    position: relative;
    background: #333;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.40);*/
}
/*.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}*/
.bs-slider > .carousel-inner > .item .slide-image {
	width: 100%;
	height: 720px;
	outline: none;
	display: inline-block;
	float: left;
}
.bs-slider > .carousel-inner > .item .slide-mask {
	position: absolute;
	width: 55%;
	height: 100%;
	outline: none;
	display: inline-block;
	background: rgba(0,114,27,0.55);
	top: 0;
    right: 0;
	-moz-transform-origin: bottom; -webkit-transform-origin: bottom; -ms-transform-origin: bottom; transform-origin: bottom; -moz-transform: skewX(-20deg); -webkit-transform: skewX(-20deg); -ms-transform: skewX(-20deg); transform: skewX(-20deg); background: rgba(0,114,27,0.55);
}
@media (min-width: 1300px) and (max-width: 1500px) {
.bs-slider > .carousel-inner > .item .slide-image {	height: 450px;}
}
@media (min-width: 992px) and (max-width: 1299px) {
.bs-slider > .carousel-inner > .item .slide-image {	height: 350px;}
}
@media (max-width: 991px) {
.bs-slider > .carousel-inner > .item .slide-image {	height: 300px;}
}
@media (max-width: 768px) {
.bs-slider > .carousel-inner > .item .slide-image {	height: 200px;}
}
@media (max-width: 480px) {
.bs-slider > .carousel-inner > .item .slide-image {	height: 160px;}
}
/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 30px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
	padding: 10px 0 0;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}

/*---------- INDICATORS CONTROL ----------*/
.indicators-line {
    position: relative;
    overflow: hidden;
}
.indicators-line > .carousel-indicators{
    bottom: 11%;
    height: 15px;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 12px;
    height: 12px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 0 #fff;
	border: 1px solid rgba(255, 255, 255, 0.9);
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.9);
    background-color: #fff;
    content:"";
    position: absolute;
    left:1px;
    top:1px;
    width:8px;
    height: 8px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}


/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}
.bs-slider .container {
	position: relative;
}
.slide-text {
	left: 0;
	top: 30%;
	right: 0;
	margin: auto;
	position: absolute;
	padding: 10px 0;
}
.slide-text > .txtbg {
	padding: 20px;
	display: inline-block;
	background: rgba(255,255,255,0.4);
	border-radius: 10px;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.slide-text > .txtbg > p {
	margin: 0;
	padding: 0;
	font-size: 3em;
	color: #749030;
	line-height: 1.3em;
	display: block;
	white-space:nowrap;
	text-shadow: 0px 0px 8px rgba(255,255,255,0.4);
}
.slidetxt {
	display: inline-block;
	left: 0;
	top: 52%;
	right: 0;
	margin: 0;
	position: absolute;
	padding: 10px 0;
	z-index: 100;
	text-align: center;
}
.slidetxt .slidetxt1 {
	font-family: 'Raleway Light', \5FAE\8EDF\6B63\9ED1\9AD4, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 3.4em;
	color: #fff;
	line-height: 1.3em;
	display: block;
	white-space:nowrap;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.6);
}
/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1299px) {
.slide-text {top: 25%;}
.slide-text > .txtbg > p {font-size: 2.5em;line-height: 1.3em;}
.slidetxt .slidetxt1 {font-size: 3em;}
}

@media (max-width: 991px) {
.htmleaf-container {margin-top: 60px;}
.slide-text {top: 20%;}
.slide-text > .txtbg > p {font-size: 2.0em;line-height: 1.3em;}
.slidetxt .slidetxt1 {font-size: 2.3em;}
}

@media (max-width: 767px) {
.slide-text {top: 25%;}
.control-round .carousel-control{ display: none;}
.indicators-line > .carousel-indicators{ bottom: 0px; height: 15px;}

}

@media  (max-width: 600px) {
/*.slide_style_left {
    text-align: center !important;
}
.slide_style_right {
    text-align: center !important;
}
.slide_style_center {
    text-align: center !important;
}*/
.slide-text {top: 12%;}
.slide-text > .txtbg {padding: 10px;}
.slide-text > .txtbg > p {font-size: 1.4em;line-height: 1.3em;}
.control-round .carousel-control{ display: none;}
.slidetxt .slidetxt1 {font-size: 1.5em;}
}
