.visual .bg-stretch {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -2;
    background-size: cover;
    background-position: 50% 50%;
}

.visual {
    position: relative;
    z-index: 1;
    /*text-align: center;*/
    color: #fff;
    padding: 40px 0;
    font-weight: 300;
    white-space: nowrap;
}

.visual:before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.02) 9%, rgba(0, 0, 0, 0.09) 18%, rgba(0, 0, 0, 0.21) 27%, rgba(0, 0, 0, 0.41) 37%, rgba(0, 0, 0, 0.46) 39%, rgba(0, 0, 0, 0.46) 40%, rgba(0, 0, 0, 0.47) 41%, rgba(0, 0, 0, 0.56) 47%, rgba(0, 0, 0, 0.65) 56%, rgba(0, 0, 0, 0.72) 73%, rgba(0, 0, 0, 0.72) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.02) 9%, rgba(0, 0, 0, 0.09) 18%, rgba(0, 0, 0, 0.21) 27%, rgba(0, 0, 0, 0.41) 37%, rgba(0, 0, 0, 0.46) 39%, rgba(0, 0, 0, 0.46) 40%, rgba(0, 0, 0, 0.47) 41%, rgba(0, 0, 0, 0.56) 47%, rgba(0, 0, 0, 0.65) 56%, rgba(0, 0, 0, 0.72) 73%, rgba(0, 0, 0, 0.72) 100%);
}

.visual:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 215px;
}

.visual > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.visual > * {
    max-width: 100%;
}

.visual .container {
	padding: 0 25px;
}

.visual h1 {
    font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    line-height: 1;
	padding: 0;
    margin: 0 0 8px;
	color: #fff;
}

.visual p {
    margin: 0 0 1.7em;
}

.visual .btn-holder {
    margin: 0 0 14px;
}

.visual .article-link {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: #08c;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 2px 11px;
    min-width: 72px;
    font-weight: bold;
    font-size: 12px;
    word-spacing: 6px;
    -webkit-transition: background .3s linear, color .3s linear;
    transition: background .3s linear, color .3s linear;
}

.visual .article-link:hover {
    color: #08c;
    background: #fff;
}

.visual .btn-default {
    border-radius: 5px;
    min-width: 108px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.visual .btn-transparent {
	background: transparent;
    border: 1px solid #fff;
    padding: 9px 10px;
    font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    -webkit-transition: background .3s linear, color .3s linear;
    transition: background .3s linear, color .3s linear;
}

.visual .btn-transparent:hover {
    background: #fff;
    color: #1c1c1c;
}
.visual [class*="btn-"] {
    text-align: left;
}


@media (min-width: 768px) {
	.visual:before {
        /*background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.12) 15%, rgba(0, 0, 0, 0.24) 29%, rgba(0, 0, 0, 0.43) 47%, rgba(0, 0, 0, 0.51) 60%, rgba(0, 0, 0, 0.54) 72%, rgba(0, 0, 0, 0.55) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.12) 15%, rgba(0, 0, 0, 0.24) 29%, rgba(0, 0, 0, 0.43) 47%, rgba(0, 0, 0, 0.51) 60%, rgba(0, 0, 0, 0.54) 72%, rgba(0, 0, 0, 0.55) 100%);*/
		/*v1
		background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.09) 2%, rgba(0, 0, 0, 0.12) 6%, rgba(0, 0, 0, 0.18) 10%, rgba(0, 0, 0, 0.41) 26%, rgba(0, 0, 0, 0.55) 37%, rgba(0, 0, 0, 0.66) 54%, rgba(0, 0, 0, 0.7) 69%);
		background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.09) 2%, rgba(0, 0, 0, 0.12) 6%, rgba(0, 0, 0, 0.18) 10%, rgba(0, 0, 0, 0.41) 26%, rgba(0, 0, 0, 0.55) 37%, rgba(0, 0, 0, 0.66) 54%, rgba(0, 0, 0, 0.7) 69%);
		background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.09) 2%, rgba(0, 0, 0, 0.12) 6%, rgba(0, 0, 0, 0.18) 10%, rgba(0, 0, 0, 0.41) 26%, rgba(0, 0, 0, 0.55) 37%, rgba(0, 0, 0, 0.66) 54%, rgba(0, 0, 0, 0.7) 69%);
		background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.09) 2%, rgba(0, 0, 0, 0.12) 6%, rgba(0, 0, 0, 0.18) 10%, rgba(0, 0, 0, 0.41) 26%, rgba(0, 0, 0, 0.55) 37%, rgba(0, 0, 0, 0.66) 54%, rgba(0, 0, 0, 0.7) 69%);
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.09) 2%, rgba(0, 0, 0, 0.12) 6%, rgba(0, 0, 0, 0.18) 10%, rgba(0, 0, 0, 0.41) 26%, rgba(0, 0, 0, 0.55) 37%, rgba(0, 0, 0, 0.66) 54%, rgba(0, 0, 0, 0.7) 69%);
		*/
		/*v2*/
		background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.09) 2%, rgba(0, 0, 0, 0.12) 6%, rgba(0, 0, 0, 0.18) 10%, rgba(0, 0, 0, 0.41) 26%, rgba(0, 0, 0, 0.57) 40%, rgba(0, 0, 0, 0.66) 54%, rgba(0, 0, 0, 0.7) 69%);
		background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.09) 2%, rgba(0, 0, 0, 0.12) 6%, rgba(0, 0, 0, 0.18) 10%, rgba(0, 0, 0, 0.41) 26%, rgba(0, 0, 0, 0.57) 40%, rgba(0, 0, 0, 0.66) 54%, rgba(0, 0, 0, 0.7) 69%);
		background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.09) 2%, rgba(0, 0, 0, 0.12) 6%, rgba(0, 0, 0, 0.18) 10%, rgba(0, 0, 0, 0.41) 26%, rgba(0, 0, 0, 0.57) 40%, rgba(0, 0, 0, 0.66) 54%, rgba(0, 0, 0, 0.7) 69%);
		background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.09) 2%, rgba(0, 0, 0, 0.12) 6%, rgba(0, 0, 0, 0.18) 10%, rgba(0, 0, 0, 0.41) 26%, rgba(0, 0, 0, 0.57) 40%, rgba(0, 0, 0, 0.66) 54%, rgba(0, 0, 0, 0.7) 69%);
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.09) 2%, rgba(0, 0, 0, 0.12) 6%, rgba(0, 0, 0, 0.18) 10%, rgba(0, 0, 0, 0.41) 26%, rgba(0, 0, 0, 0.57) 40%, rgba(0, 0, 0, 0.66) 54%, rgba(0, 0, 0, 0.7) 69%); 
	}

    .visual {
        /*border-top: 1px solid #cecece;*/
        border-bottom: 1px solid #cecece;
        padding: 0;
        text-align: left;
        font-size: 16px;
        line-height: 1.75;
    }

    .visual:after {
        min-height: 429px;
    }

    .visual .container {
        padding-bottom: 17px;
    }

    .visual h1 {
        font-size: 60px;
        line-height: 1.2;
        letter-spacing: -.7px;
    }

	.visual .btn-holder {
        margin: 0 0 25px;
    }

    .visual .article-link {
        word-spacing: 0;
    }

    .visual .btn-transparent {
        font-size: 14px;
        margin: 15px 0 0;
        padding: 8px 10px;
    }
}
@media (min-width: 1024px) {
	.visual {
        text-align: center;
    }

    .visual:after {
        min-height: 408px;
    }

    .visual .container.container-add {
        width: 100%;
    }

    .visual .container {
        text-align: left;
        max-width: 1270px;
        padding-bottom: 0;
    }

	.visual .article-link {
        padding: 1px 11px;
    }

    .visual .btn-transparent {
        padding: 9px 10px;
    }
}
