.row {
    padding: 55px 0 83px;
    position: relative;
}

.row-less-padding-bottom {
    padding-bottom: 69px;
}

.row-more-padding-top {
    padding-top: 69px;
}

.row-content {
	margin: 0 auto;
	max-width: 1630px;
}

.content-wrapper {
    margin: 0 7%;
    position: relative;
}

.content-centered {
    margin: 0 auto;
    max-width: 700px;
}

.columns-wrapper {
    position: relative;
}

.columns-wrapper:after {
	clear: both;
	content: "";
	display: table;
}

.column,
.margin,
.margin-between-columns {
    float: left;
}

.margin-between-columns,
.margin {
    height: 1px;
    width: 7%;
}

.columns-half .column {
    width: 39.5%;
}
/*.columns-half .column,*/
.border-separated-row .columns-half .column,
.themes-split-row .columns-half .column,
.colored-split-row .columns-half .column {
    width: 36%;
}

.column-one-half-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}

.column-one-half-bg.column-two {
    left: 50%;
}

.margin-middle {
    width: 7%;
}

.margin-between-half-colored-columns,
.margin-between-half-bordered-columns {
    width: 14%;
}

.columns-third .column {
    width: 24%;
}

.columns-fourth .column {
    width: 18.5%;
}

.columns-fourth .margin-between-columns {
    width: 4%;
}

.footer .column-1,
.footer .column-2 {
    width: 15%;
}

.footer .column-3 {
    width: 36%;
}

.footer .margin-between-columns {
    width: 10%;
}