/* Facts
================================================== */
#facts {
    background-image: url(../images/slider/donat_sky.JPG);
    /*padding: 0;*/
    color: #fff;
    position: relative;
}

.facts-parallax {
background-attachment: fixed;
background-position: center top -150px;
background-repeat: no-repeat;
background-size: cover;
}

.facts-title {
margin-bottom: 80px;
}

.facts-title h2 {
color: #ffffff;
font-size: 30px;
font-weight: 700;
line-height: 20px;
margin-bottom: 10px;
padding-bottom: 10px;
position: relative;
}

.facts-title h2:after {
position: absolute;
left: 50%;
bottom: -5px;
height: 2px;
width: 220px;
margin-left: -110px;
background: #636363;
content: "";
}

.facts-wrapper {
    text-align: center;
}

.facts-wrapper .ts-facts {
color: #fff;
}

.ts-facts .ts-facts-icon i {
font-size: 42px;
color: #ff0000;
}

.ts-facts .ts-facts-content .ts-facts-num {
color: #fff;
font-size: 44px;
margin: 30px 0 20px;
}

.ts-facts .ts-facts-content .ts-facts-title {
font-size: 20px;
color: #c00000cf;
margin: 0;
font-weight: bold;
}