body, html {
	height: 100%;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    color: #404156;
    font-size: 14px;
    font-weight: 400;
    font-family: 'PT Sans', sans-serif;
    color: #ffffff;
}

body {
	background-image: url(../img/bg-cliace.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.1);
    background-image: url(../img/dot.png);
    background-repeat: repeat;
    display: table;
    height: 100%;
    min-height: 100%;
    width: 100%;
}

    .overlay .box {
        width: 100%;
        padding: 30px;
        background-color: #015289;
    }

        .overlay .box figure img {
            width: 200px;
            height: auto;
        }

        .overlay .box h2 {
            font-weight: 700;
        }

        .overlay .box hr {
            border-color: #013C63;            
        }

        .overlay .box p {
            font-size: 16px;
        }

        .overlay .box .seconds {
            font-weight: 700;
            font-size: 16px;
        }