

.nav > li > a { color: #333; display: block; padding: 10px 15px; position: relative;}
.nav > li > a:hover {color:#e86349;}
a.text-line{ color: #333; font-size: 16px; line-height: 55px;}
a.text-line:hover{ color: #d6563d; font-size: 16px; line-height: 55px;}
.text-line{ color: #333; font-size: 16px; line-height: 55px;}
.navbar-nav > li > a {padding-bottom: 15px;padding-top: 18px;}
.width_100-20{width:80%;}

header {
    background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/template/stepes/outside/img/home/language-birthplace.jpg");
    background-origin: padding-box, padding-box;
    background-position: center center;
    background-repeat: repeat, no-repeat;
    background-size: cover;
    min-height: 1000px;
    padding-top: 250px;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
}

.slideshow-four-box {background: #e46264; padding: 60px 100px; opacity: 0.9; margin-top: 100px;}
.slideshow-four-box h1.big-title{ font-size:6em; margin-bottom: 40px;}
.slideshow-four-box h2.sm-title{ color: #fff; font-size:3em;margin-bottom: 30px; }
.slideshow-four-box .home-text{ color: #fff; font-size: 1.9em; line-height: 40px;  font-family: "Open Sans",sans-serif;}
.pro-outside h2.sub-title{margin-top: 50px; font-size: 2.5em; line-height: 55px;}

@media (max-width:499px){
    header {
        background-image: url("/template/stepes/outside/img/home/language-birthplace-xs.jpg");
    }
}
@media (max-width:767px){
    .width_100-20{width:100%!important;}
    .slideshow-four-box{background: #e46264; padding: 30px 15px; opacity: 0.9; white-space:normal;}
    .slideshow-four-box h1.big-title{ font-size:3em; margin-bottom: 30px;}
    .slideshow-four-box h2.sm-title{ font-size:1.5em;}
    .slideshow-four-box .home-text{ color: #fff; font-size: 1em; line-height: 30px;  font-family: "Open Sans",sans-serif;}
    .pro-outside h2.sub-title{margin-top: 50px; font-size: 1.5em; line-height: 35px;}
    header {
        min-height: 600px;
        padding-top: 100px;
    }
}