/*	CONTENT BLOCK 2-1
/*----------------------------------------------------*/

.content-2-1 .btn-outline {
	margin-bottom: 30px;
}

.content-2-1 h2 {
	color: #ffffff;
}

.section-content--call-to-action {
    background: #303030;
    padding: 60px 0;
}
.section-content__background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.call-to-action__content {
    float: left;
}

.call-to-action__title {
    font-size: 26px;
    color: #fff;
    margin-bottom: 0;
}
.call-to-action__subtitle {
    font-size: 16px;
    margin-bottom: 0;
}
.call-to-action__button {
    float: right;
}
.cf {
	margin-top: 50px;
}
.call-to-action__button .btn {
    margin-right: 5px;
    margin-bottom: 5px;
    float: right;
}
.btn-secondary {
    background-color: #33a1fd;
    border-color: #56b1fd;
}