.kb_control_left,
.kb_control_right {
    top: 50%;
    z-index: 2;
    opacity: 0;
    width: 55px;
    height: 55px;
    text-align: center;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}
.kb_wrapper:hover .kb_control_left,
.kb_wrapper:hover .kb_control_right {
    opacity: .8
}
.kb_icons {
    line-height: 50px;
    font-size: 34px!important;
    font-weight: 400!important
}
.kb_control_left {
    left: 1%!important
}
.kb_control_right {
    right: 1%!important
}
.kb_elastic {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}
.kb_elastic .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0!important;
    display: block!important;
    -webkit-transform: scale3d(2, 1, 2);
    transform: scale3d(2, 1, 2);
    -webkit-transition: -webkit-transform .7s ease-in-out 0s, opacity ease-in-out .7s;
    transition: transform .7s ease-in-out 0s, opacity ease-in-out .7s
}
.kb_elastic .item:first-child {
    top: auto;
    position: relative
}
.kb_elastic .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform .7s ease-in-out 0s, opacity ease-in-out .7s;
    transition: transform .7s ease-in-out 0s, opacity ease-in-out .7s
}
.kb_wrapper {
    overflow: hidden;
    max-height: 650px;
    background: #000
}
.kb_wrapper>.carousel-inner>.item>a>img,
.kb_wrapper>.carousel-inner>.item>img {
    margin: auto;
    width: 100%!important;
    -webkit-transform-origin: 0% 100 %;
    -moz-transform-origin:0% 100 %;
    -ms-transform-origin: 0% 100 %;
    -o-transform-origin: 0% 100 %;
    transform-origin: 0% 100 %;
    -webkit-animation: immortalkenburns 20s infinite linear;
    animation: immortalkenburns 20s infinite linear;
}
@-webkit-keyframes immortalkenburns {
    0% {
        -webkit-transform: scale(1);
        -webkit-transition: -webkit-transform 20s linear 0s
    }
    100% {
        -webkit-transform: scale(1.2);
        -webkit-transition: -webkit-transform 20s linear 0s
    }
}
@-moz-keyframes immortalkenburns {
    0% {
        -moz-transform: scale(1);
        -moz-transition: -moz-transform 20s linear 0s
    }
    100% {
        -moz-transform: scale(1.2);
        -moz-transition: -moz-transform 20s linear 0s
    }
}
@-ms-keyframes immortalkenburns {
    0% {
        -ms-transition: -ms-transform 20s linear 0s
    }
    0% {
        -ms-transform: scale(1)
    }
    100% {
        -ms-transform: scale(1.2)
    }
}
@-o-keyframes immortalkenburns {
    0% {
        -o-transform: scale(1);
        -o-transition: -o-transform 20s linear 0s
    }
    100% {
        -o-transform: scale(1.2);
        -o-transition: -o-transform 20s linear 0s
    }
}
@keyframes immortalkenburns {
    0% {
        transform: scale(1);
        transition: transform 20s linear 0s
    }
    100% {
        transform: scale(1.2);
        transition: transform 20s linear 0s
    }
}
.kb_caption {
    left: 10%;
    width: 40%;
    bottom: 60%;
    text-align: left
}
.kb_caption_right {
    left: 50%
}
.kb_caption_center {
    float: none;
    margin: auto
}
.kb_caption h1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}
@media only screen and (max-width: 480px) {
    .kb_control_left,
    .kb_control_right {
        border: 0
    }
    .kb_caption {
        width: 100%;
        bottom: 15%
    }
    .kb_caption h1 {
        font-size: 25px
    }
    .kb_caption h2 {
        font-size: 20px
    }
}
@media(min-width:481px) and (max-width:600px) {
    .kb_control_left, .kb_control_right {
        border: 0
    }
    .kb_caption {
        width: 100%;
        bottom: 25%
    }
}
@media(min-width:601px) and (max-width:767px) {
    .kb_caption {
        width: 100%;
        bottom: 25%
    }
}
@media(min-width:768px) and (max-width:991px) {
    .kb_caption {
        bottom: 25%
    }
}
@media(min-width:992px) and (max-width:1199px) {
    .kb_caption {
        bottom: 50%
    }
}
.kb_control_left,
.kb_control_left:active,
.kb_control_left:focus,
.kb_control_left:hover,
.kb_control_right,
.kb_control_right:active,
.kb_control_right:focus,
.kb_control_right:hover {
    color: #000;
    border: 2px solid #fff;
    background: #fff!important
}
.kb_caption h1 {
    color: #bf392b;
    background: #fff
}
.kb_caption h2 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    color: #fff
}
@media(max-width:600px) {
    .kb_control_left, .kb_control_left:active, .kb_control_left:focus, .kb_control_left:hover, .kb_control_right, .kb_control_right:active, .kb_control_right:focus, .kb_control_right:hover {
        border: none!important;
        background: 0 0!important
    }
    div#kb {
        width: 100%
    }
}
.kb_control_left,
.kb_control_right {
    top: 50%;
    z-index: 2;
    opacity: 0;
    width: 55px;
    height: 55px;
    text-align: center;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}
.kb_wrapper:hover .kb_control_left,
.kb_wrapper:hover .kb_control_right {
    opacity: .8
}
.kb_icons {
    line-height: 50px;
    font-size: 34px!important;
    font-weight: 400!important
}
.kb_control_left {
    left: 1%!important
}
.kb_control_right {
    right: 1%!important
}
.kb_elastic {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}
.kb_elastic .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0!important;
    display: block!important;
    -webkit-transform: scale3d(2, 1, 2);
    transform: scale3d(2, 1, 2);
    -webkit-transition: -webkit-transform .7s ease-in-out 0s, opacity ease-in-out .7s;
    transition: transform .7s ease-in-out 0s, opacity ease-in-out .7s
}
.kb_elastic .item:first-child {
    top: auto;
    position: relative
}
.kb_elastic .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform .7s ease-in-out 0s, opacity ease-in-out .7s;
    transition: transform .7s ease-in-out 0s, opacity ease-in-out .7s
}
.kb_wrapper {
    overflow: hidden;
    max-height: 650px;
    background: #000
}
.kb_wrapper>.carousel-inner>.item>a>img,
.kb_wrapper>.carousel-inner>.item>img {
    margin: auto;
    width: 100%!important;
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    transform-origin: 0;
-webkit-animation:immortalkenburns 15000ms linear 0s infinite alternate;
    animation:immortalkenburns 15000ms linear 0s infinite alternate
}

@keyframes immortalkenburns {
    100% {
        transform: scale(1);
        transition: transform 30s linear 0s
    }
    0% {
        transform: scale(1.2);
        transition: transform 30s linear 0s
    }
}
.kb_caption {
    left: 10%;
    width: 40%;
    bottom: 60%;
    text-align: left
}
.kb_caption_right {
    left: 50%
}
.kb_caption_center {
    float: none;
    margin: auto
}
.kb_caption h1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}
@media only screen and (max-width: 480px) {
    .kb_control_left,
    .kb_control_right {
        border: 0
    }
    .kb_caption {
        width: 100%;
        bottom: 15%
    }
    .kb_caption h1 {
        font-size: 25px
    }
    .kb_caption h2 {
        font-size: 20px
    }
}
@media(min-width:481px) and (max-width:600px) {
    .kb_control_left, .kb_control_right {
        border: 0
    }
    .kb_caption {
        width: 100%;
        bottom: 25%
    }
}
@media(min-width:601px) and (max-width:767px) {
    .kb_caption {
        width: 100%;
        bottom: 25%
    }
}
@media(min-width:768px) and (max-width:991px) {
    .kb_caption {
        bottom: 25%
    }
}
@media(min-width:992px) and (max-width:1199px) {
    .kb_caption {
        bottom: 50%
    }
}
.kb_control_left,
.kb_control_left:active,
.kb_control_left:focus,
.kb_control_left:hover,
.kb_control_right,
.kb_control_right:active,
.kb_control_right:focus,
.kb_control_right:hover {
    color: #000;
    border: 2px solid #fff;
    background: #fff!important
}
.kb_caption h1 {
    color: #bf392b;
    background: #fff
}
.kb_caption h2 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    color: #fff
}
@media(max-width:600px) {
    .kb_control_left, .kb_control_left:active, .kb_control_left:focus, .kb_control_left:hover, .kb_control_right, .kb_control_right:active, .kb_control_right:focus, .kb_control_right:hover {
        border: none!important;
        background: 0 0!important
    }
    div#kb {
        width: 100%
    }
}