
/*-------------------------------------------------*/
/* =  content - home sections
/*-------------------------------------------------*/

.tp-caption.big_white span {
    font-weight: 400;
    color: #000;
}

.tp-caption.big_white span.opt-style {
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    color: #fff;
}

.tp-caption.big_white.slide3-style {
    color: #000;
}

.tp-caption.big_white.slide3-style span {
    font-weight: 600;
    color: #000;
}

.modern_medium_fat span {
    color: #000;
}

.modern_medium_fat.slide3-style {
    color: #000;
}

.modern_medium_fat span.opt-style2 {
    color: #000;
    font-weight: 700;
}

.modern_small_text_dark {
    text-align: center;
}

.bxslider li {
    overflow: hidden;
}

.bxslider li img {
    max-width: 156px;
    margin: 0 auto 35px;
    border: 12px solid rgba(255,255,255,0.4);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

/*-------------------------------------------------*/
/* =  Single page
/*-------------------------------------------------*/

.slider-caption {
    position: absolute;
    height: 300px;
    top: 50%;
    margin-top: -100px;
    width: 100%;
    left: 0;
}

.slider-caption .flexslider {
    background: none;
}

.slider-caption .flex-direction-nav {
    display: none;
}

.slider-caption {
    position: absolute;
    height: 300px;
    top: 50%;
    margin-top: -100px;
    width: 100%;
    left: 0;
    text-align: center;
}

.slider-caption h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.slider-caption h1 span {
    color: #000;
}

.slider-caption h6 {
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 10px;
}

.slider-caption h6 span {
    color: #000;
}

.slider-caption p {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 20px;
}

.slider-caption a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
    padding: 15px 20px;
    background: rgba(0,0,0,0.4);
    border: 1px solid #000;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.slider-caption a:hover {
    opacity: 0.7;
}

.slider-caption .flex-control-nav {
    display: none;
}