﻿.span4 span{
    width: 240px;
}

 .focusBox {
     position: relative;
     max-width: 950px;
 }
.focusBox .pic,.focusBox .pic li{
    width: 100% !important;
}
.focusBox .pic,.focusBox .txt ul{
    padding-left: 0px;
}


.focusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 0px;
    right: 8px;
    display: none;
}
.hero-content {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -10em;
    z-index: 2;
}
.hero-content .hero-text h2{
    color: #fff;
    font-size: 5em;
    font-weight: 300;
}
.hero-content .slide-caption {
    padding-bottom: 50px;
    margin: 0 auto;
}

.hero-content .hero-text p {
    font-family: "Dosis", sans-serif;
    color: #646464;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-size: 3em;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 20px;
    font-weight: 300;
    margin-top: 40px;
}
.hero-buttons .btn-outline {
    padding: 15px 41px;
    margin: 0 5px;
    font-weight: 400;
    border-width: 6px;
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.hero-buttons .btn-outline:hover {
    color: #fff;
}
