#block-search {
	background: #365a72;
}

.tl-container {
	box-sizing: border-box;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 29px;
}

.order-button {
	display: flex;
	max-width: 160px;
	justify-content: center;
	color: #eee1bf!important;
	font-family: 'PT Sans',Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	border-radius: 50px;
	height: 30px;
	background-color: #224359;
	border: 0 solid;
	border-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	border-top-width: 0;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0), 0 1px 0 0 rgba(255,255,255,0) inset;
	text-shadow: 0 0 0 rgba(0,0,0,0);
	padding: 6px;
	margin-bottom: 20px;
	cursor: pointer;
	white-space: normal;
	width: 100%;
}

.order-button:hover {
	color: #204761!important;
	background-color: #f7f0df;
	border: 1px solid #204761;
}

.main-button {
	display: none;
	max-width: 160px;
	justify-content: center;
	position: absolute;
	right: 80px;
	top: 60px;
	z-index: 2;
	color: #fff;
	height: 40px;
	padding: 10px;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: 'PT Sans',Arial,sans-serif;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	border-radius: 50px;
	background-color: #224359;
	border: 0 solid;
	border-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	border-top-width: 0;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0), 0 1px 0 0 rgba(255,255,255,0) inset;
	text-shadow: 0 0 0 rgba(0,0,0,0);
	margin-bottom: 20px;
	cursor: pointer;
	white-space: normal;
	width: 100%;
}

.main-button:hover {
	color: #204761!important;
	background-color: #f7f0df;
	border: 1px solid #204761;
}

@media screen and (max-width: 991px) {
	.main-button {
		display: none;
	}
}