
.slide-item-caption {
    position: absolute;
    left: 0;
    top: 0;
}
#SldierWrapper.iosSlider .slide-item-caption {
    left: 0!important;
    top: 0!important;
}
.slide-item-caption.positionTopLeft {
    left: 0;
    top: 0;
}
#SldierWrapper.iosSlider .slide-item-caption.positionTopLeft {
    left: 0!important;
    top: 0!important;
}
.slide-item-caption.positionTopCenter {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#SldierWrapper.iosSlider .slide-item-caption.positionTopCenter {
    left: 50%!important;
    top: 0!important;
}
.slide-item-caption.positionTopRight {
    left: auto;
    top: 0;
    right: 0;
}
#SldierWrapper.iosSlider .slide-item-caption.positionTopRight {
    left: auto!important;
    top: 0!important;
    right: 0!important;
}
.slide-item-caption.positionMiddleLeft {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#SldierWrapper.iosSlider .slide-item-caption.positionMiddleLeft {
    left: 0!important;
    top: 50% !important;
}
.slide-item-caption.positionMiddleCenter {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#SldierWrapper.iosSlider .slide-item-caption.positionMiddleCenter {
    left: 50%!important;
    top: 50% !important;
}
.slide-item-caption.positionMiddleRight {
    left: auto;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#SldierWrapper.iosSlider .slide-item-caption.positionMiddleRight {
    left: auto!important;
    top: 50%!important;
    right: 0!important;
}
.slide-item-caption.positionBottomLeft {
    left: 0;
    bottom: 0;
    top: auto;
}
#SldierWrapper.iosSlider .slide-item-caption.positionBottomLeft {
    left: 0!important;
    bottom: 0!important;
    top: auto!important;
}
.slide-item-caption.positionBottomCenter {
    left: 50%;
    top: auto;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#SldierWrapper.iosSlider .slide-item-caption.positionBottomCenter {
    left: 50% !important;
    top: auto!important;
    bottom: 0!important;
}
.slide-item-caption.positionBottomRight {
    left: auto;
    top: auto;
    bottom: 0;
    right: 0;
}
#SldierWrapper.iosSlider .slide-item-caption.positionBottomRight {
    left: auto!important;
    top: auto!important;
    bottom: 0!important;
    right: 0!important;
}
.slider-text-wrapper {
    color: #444;
    max-width: 788px;
}
.slider-text-wrapper h1 {
    font-size: 57px;
    color: #fff;
    margin: 30px 0 2px 0;
}
.slider-text-wrapper h2, .slider-text-wrapper h3, .slider-text-wrapper h4 {
    color: #fff;
}
.slider-text-wrapper h1:before, .slider-text-wrapper h1:after {
    display: none;
}
.slider-text-wrapper .text {
    margin: 15px 0 20px;
    font-size: 20px;
    color: #444;
    font-family: 'Source Serif Pro', serif;
    line-height: 1.55;
}
.slider-text-wrapper a, .slider-text-wrapper a:focus {
    background-color: #00283d;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 17px 42px;
    box-shadow: none;
    border-radius: 30px;
    border: 1px solid transparent;
    color: #fff;
    display: inline-block;
    transition: all 0.2s linear;
    margin-right: 20px;
}
.slider-text-wrapper a:hover {
    background: #fff;
    color: #00283d;
}
.slider-text-wrapper a.red-link, .slider-text-wrapper a.red-link:focus {
    background: #e44a35;
}
.slider-text-wrapper a.red-link:hover {
    background: #fff;
    color: #e44a35;
}
.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 i {
    position: absolute;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 1em #02B196 inset;
    box-shadow: 0 0 0 1em #02B196 inset;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.slider-text-wrapper .box .title {
    margin-top: 12px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.slider-text-wrapper .box i:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 0 1px #0cb8b6 inset;
    box-shadow: 0 0 0 1px #0cb8b6 inset;
    color: #02B196;
}
.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: #02B196;
}
.slider-text-wrapper .text ul li:last-child {
    margin-bottom: 0;
}
.MouseScrollContainer{
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.mouse_scroll{
    width:24px;
    height:60px;
}
.m_scroll_arrows{
    display:block;
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    border-right:2px solid white;
    border-bottom:2px solid white;
    margin:0 0 3px 5px;
    width:11px;
    height:9px;
}
.unu{
    margin-top:1px;
}
.unu, .doi, .trei{
    -webkit-animation:mouse-scroll 1s infinite;
    -moz-animation:mouse-scroll 1s infinite;
}
.unu{
    -webkit-animation-delay:.1s;
    -moz-animation-delay:.1s;
    -webkit-animation-direction:alternate;
}
.doi{
    -webkit-animation-delay:.2s;
    -moz-animation-delay:.2s;
    -webkit-animation-direction:alternate;
    margin-top:-6px;
}
.trei{
    -webkit-animation-delay:.3s;
    -moz-animation-delay:.3s;
    -webkit-animation-direction:alternate;
    margin-top:-6px;
}
.mouse{
    height:34px;
    width:18px;
    border-radius:14px;
    transform:none;
    border:2px solid white;
    margin: 0 0 5px 1px;
}
.wheel{
    display:block;
    margin:5px auto;
    background:white;
    position:relative;
    height: 9px;
    width: 8px;
    border:2px solid #fff;
    -webkit-border-radius:8px;
    border-radius:8px;
}
.wheel{
    -webkit-animation:mouse-wheel 0.6s linear infinite;
    -moz-animation:mouse-wheel 0.6s linear infinite;
}
@-webkit-keyframes mouse-wheel{
0% {opacity:1;
    -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0);}
100% {opacity:0;
    -webkit-transform:translateY(6px);
    -ms-transform:translateY(6px);
    transform:translateY(6px);}
}
@-moz-keyframes mouse-wheel
{
    0% { top:1px; }
    25% { top:2px; }
    50% { top:3px;}
    75% { top:2px;}
    100% { top:1px;}
}
@-webkit-keyframes mouse-scroll {
    0%   { opacity:0;}
    50%  { opacity:.5;}
    100% { opacity:1;}
}
@-moz-keyframes mouse-scroll {
    0%   { opacity:0; }
    50%  { opacity:.5; }
    100% { opacity:1; }
}
@-o-keyframes mouse-scroll {
    0%   { opacity:0; }
    50%  { opacity:.5; }
    100% { opacity:1; }
}
@keyframes mouse-scroll {
    0%   { opacity:0; }
    50%  { opacity:.5; }
    100% { opacity:1; }
}
