.htmleaf-container{
    display: inline-block;
	width: 100%;
	margin-top: 100px;
	position: relative;
}
.bs-slider{
    overflow: hidden;
    max-height: 650px;
	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: 650px;
	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);
}

.slide-txt {
	width: 100%;
	height: 100px;
	outline: none;
	display: inline-block;
	float: left;
}
@media (min-width: 1300px) and (max-width: 1500px) {
.bs-slider > .carousel-inner > .item .slide-image {	height: 500px;}
}
@media (min-width: 992px) and (max-width: 1299px) {
.bs-slider > .carousel-inner > .item .slide-image {	height: 400px;}
.slide-txt {height: 90px;}
}
@media (max-width: 991px) {
.htmleaf-container{margin-top: 60px;}
.bs-slider > .carousel-inner > .item .slide-image {	height: 350px;}
.slide-txt {height: 80px;}
}
@media (max-width: 768px) {
.bs-slider > .carousel-inner > .item .slide-image {	height: 300px;}
.slide-txt {height: 70px;}
}
@media (max-width: 480px) {
.bs-slider > .carousel-inner > .item .slide-image {	height: 210px;}
.slide-txt {height: 50px;}
}
@media (max-width: 380px) {
.bs-slider > .carousel-inner > .item .slide-image {	height: 190px;}
.slide-txt {height: 50px;}
}
/********************
*****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: 15px;
    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: #cfa76e;
    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;
}
@media (max-width: 768px) {
.indicators-line > .carousel-indicators{ bottom: 5px;}
}

/*---------- 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;
	bottom: 10%;
	right: 0;
	margin: auto;
	position: absolute;
	text-align: left;
	padding: 10px 3%;
	font-family: "Fjalla One", \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Arial Black", sans-serif;
}
.slide-text > p.txt1 {
	display: inline-block;
	width: 100%;
	padding: 0;
	color: #FFF;
	font-size: 60px;
	line-height: 1.2em;
	letter-spacing: 1px;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}
.slide-text > p.txt2 {
	display: inline-block;
	width: 100%;
	padding: 0 0 12px;
	color: #fff;
	font-size: 36px;
	line-height: 1.2em;
	font-weight: 500;
	font-style: italic;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	position: relative;
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1299px) {
.slide-text {bottom: 10%; padding: 10px 2%;}
.slide-text > p.txt1 {
	font-size: 50px;
	line-height: 1.2em;
}
.slide-text > p.txt2 {
	font-size: 30px;
	line-height: 1.2em;
}

}
@media (max-width: 991px) {
.slide-text {bottom: 10%; padding: 10px 2%;}
.slide-text > p.txt1 {
	font-size: 40px;
	line-height: 1.2em;
}
.slide-text > p.txt2 {
	font-size: 24px;
	line-height: 1.2em;
}
}

@media (max-width: 768px) {
.slide-text {bottom: 10%; padding: 10px 2%;}
.slide-text > p.txt1 {
	font-size: 40px;
	line-height: 1.2em;
}
.slide-text > p.txt2 {
	font-size: 24px;
	line-height: 1.2em;
}
}
@media (max-width: 600px) {
.slide-text {bottom: 10%; padding: 10px 2%;}
.slide-text > p.txt1 {
	font-size: 24px;
	line-height: .8em;
}
.slide-text > p.txt2 {
	font-size: 18px;
	line-height: 1em;
	padding: 0;
}
}
