#hero_slider .slide {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 90px;
    overflow: hidden;
    min-height: 480px;
}

#hero_slider .slide .container{

    min-height: 600px;
}


.mobile #hero_slider .slide {
    padding-top: 120px;
}

#hero_slider .slide>div>div {
    height: 600px;
    vertical-align: bottom;
}

#hero_slider .slide>div>section>div {
    padding: 90px 0;
}

#hero_slider .slide h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0px;
    font-weight: 400;
    display: block;
}

#hero_slider .slide h2 strong {
    font-size: 56px;
    color: #fff;
    font-weight: 700;
    line-height: 60px;
    margin:0 0 20px 0;
    text-transform: uppercase;
    text-align: center;
    display: block;
}

#hero_slider .slide p {
    margin-bottom: 30px;
    font-size: 18px;
}

#hero_slider .slide a.btn {
    margin-right: 15px;
    margin-bottom: 3px;
    padding: 10px 30px;
}

#hero_slider .slide img {
    opacity: 0;
    margin-left: -30px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#hero_slider .slide section {
    overflow: visible;
}

#hero_slider .slide section>div>div {
    margin-left: -90px;
    margin-right: 90px;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#hero_slider .active .slide section>div>div {
    margin-left: 0;
    margin-right: 0;
    opacity: 1;
}
#hero_slider .active .slide img {
    opacity: 1;
    margin-left: 0;
}

#hero_slider .slide .ico {
    margin-left: 15px;
}

#hero_slider .owl-controls {
    top: 50%;
    height: 0;
}


@media screen and (max-width: 600px) {
    #hero_slider .slide h3 {
        font-size: 30px;
        line-height: 1.45em;
    }
}

#hero_slider .active .slide img {
    width: auto;
}