
.slide-item-caption {
    position: absolute;
    left: 0;
    top: 0;
}
.slide-item-caption.positionTopLeft {
    left: 0;
    top: 0;
}
.slide-item-caption.positionTopCenter {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.slide-item-caption.positionTopRight {
    left: auto;
    top: 0;
    right: 0;
}
.slide-item-caption.positionMiddleLeft {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.slide-item-caption.positionMiddleCenter {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.slide-item-caption.positionMiddleRight {
    left: auto;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.slide-item-caption.positionBottomLeft {
    left: 0;
    bottom: 0;
    top: auto;
}
.slide-item-caption.positionBottomCenter {
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
}
.slide-item-caption.positionBottomRight {
    left: auto;
    top: auto;
    bottom: 0;
    right: 0;
}
.slider-text-wrapper {
    color: #444;
    max-width: 800px;
}
.slider-text-wrapper h2 {
    display: inline-block;
    border: none;
    color: rgb(60, 65, 76);
    line-height: 52px;
    font-weight: 700;
    font-size: 55px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    text-align: left;
}
.slider-text-wrapper h2:before, .slider-text-wrapper h1:after {
    display: none;
}
.slider-text-wrapper p {
    margin: 20px 0 15px;
    font-weight: 500;
    font-size: 18px;
    color: #444;
}
.slider-text-wrapper a {
    display: inline-block;
    margin-top: 10px;
    border-radius: 2px;
    font-size: 15px;
    padding: 12px 40px;
    background: #ee1c23;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.slider-text-wrapper a:hover {
    background: #303138;
    color: #fff;
}
.slider-text-wrapper .box {
    float: left;
    width: 40%;
    position: relative;
    padding-left: 60px;
    font-family: 'Montserrat', sans-serif;
}
.slider-text-wrapper .box a {
    font-size: 20px;
    color: #444;
    font-family: 'Source Serif Pro', serif;
    padding: 0;
    background: transparent;
    margin: 0;
}
.slider-text-wrapper .box .title {
    margin-top: 12px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.slider-text-wrapper .text ul {
    margin: 20px 0 10px 0;
    padding: 0;
    list-style: none;
}
.slider-text-wrapper .text ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.slider-text-wrapper .text ul li:before {
    content: '\f105 ';
    display: block;
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 20px;
    color: #00b7fe;
}
.slider-text-wrapper .text ul li:last-child {
    margin-bottom: 0;
}