.error404 {
	.site {
		height: 100%;
	}
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	.error404--header {
		position: absolute;
		right: 0;
		left: 0;
		text-align: center;
		top: 50px;
		.branding {
			position: static;
		}
	}
	.error404--content-wrap {
		padding: 50px 15px;
		display: table-cell;
		vertical-align: middle;
	}
	.error404--content {
		max-width: 410px;
		padding: 50px 0;
		margin: 0 auto;
	}
	.error404--title {
		color: #ffffff;
		font-size: 36px;
		padding: 17px 0 14px;
		border-top: 1px solid #ffffff;
		margin-top: 30px;

	}
	.error404--search {
		.search-form {
			position: relative;
			max-width: 370px;
			margin: 30px auto 0;
		}
		input[type="search"] {
			background: #ffffff;
			height: 56px;
		}
		button[type="submit"] {
			position: absolute;
			top: 0;
			right: 0;
			color: $primary-color;
			background: transparent;
			border: transparent;
			padding: 0 20px;
			line-height: 59px;
			font-size: 15px;
		}
	}
	.error-buttons {
		margin-top: 35px;
		.tm-button {
			margin: 0 3px;
		}
		.tm-btn-go-back.style-1.tm-button-secondary {
			&:hover {
				background-color: #ffffff;
			}
		}
	}
}
