.carousel-inner > .item > img {
	display: inline-block;
    margin-top: -10% !important;
}
.fade {
	opacity: 1 !important;
}
.fade .item {
	margin: 0 !important;
}
.carousel-inner {
	height: auto;
}

.indicators-line > .carousel-indicators {
    right: 50% !important;
    margin-right: -102px;
    bottom: 3%;
    left: auto;
    width: 204px !important;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
@media screen and (min-width: 768px){
	.carousel-indicators {
	    bottom: 20px;
	}
	.carousel-indicators {
	    position: absolute;
	    bottom: 10px;
	    left: 50%;
	    z-index: 15;
	    width: 60%;
	    padding-left: 0;
	    margin-left: -30%;
	    text-align: center;
	    list-style: none;
	}
}

.indicators-line > .carousel-indicators li {
	width: 10px !important;
    height: 10px !important;
    border: 2px solid rgb(158, 158, 158)!important;
    padding: 0;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: transparent !important;
    -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 .active {
    margin: 1px 5px 1px 1px;
    box-shadow: none !important;
    background: rgb(158, 158, 158) !important;
    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 {
    background-color: transparent;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: rgb(158, 158, 158)!important;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators li {
	opacity: .8;
}

.control-round .carousel-control {
    top: 50% !important;
}
.slide-text {
    top: 25% !important;
}
.slide-text > h1 {
    font-size: 55px !important;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    text-transform: uppercase;
    word-break: break-word;
    width: 80%;
}
@media screen and (max-width: 768px){
	.slide-text > h1 {
	    font-size: 45px !important;
	    font-style: normal;
	    line-height: 84px;
	    margin-bottom: 30px;
	    letter-spacing: 1px;
	    display: inline-block;
	    -webkit-animation-delay: 0.7s;
	    animation-delay: 0.7s;
	    width: 80%;
	}
}
.control-round .carousel-control {
    line-height: 45px;
}