a {
    -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 250ms ease;
}
html:not(.mobile):not(.tablet) .ct-choice-box:hover {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    z-index: 10;
}

.ct-choice-box {
	padding: 30px 0 16px;
	display: block;
	position: relative;
}
.ct-choice-box img {
    width: 100%;
    -webkit-transition: opacity 250ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 250ms cubic-bezier(0.55, 0, 0.1, 1);
}
.ct-choice-box .inner {
    display: block;
}
.ct-choice-box .inner {
    position: relative;
}
.ct-choice-box.business .ct-choice-box__header {
    background: #412f83;
}
.ct-choice-box.residents .ct-choice-box__header {
    background: #4c7960;
}
.ct-choice-box.living .ct-choice-box__header {
    background: #9a5d3f;
	
}
.ct-choice-box__header {
    position: absolute;
    bottom: 218px;
    letter-spacing: 1px;
    left: 0;
    padding: 10px 29px 14px 25px;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
}
.ct-choice-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 1024px) {
    .ct-choice-box {
      padding: 32px 0 35px; }
}
@media only screen and (min-width: 1399px) {
	.ct-choice-box__row {
		margin: 0 -30px;
		padding-bottom: 32px;
	}
}
.row {
	margin-bottom:30px;
}

.row .row{
	margin-bottom:30px;
}

.row.nomargin {
	margin-bottom:0;
}
