/*
@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format('woff2');
    font-display: swap;
}
*/

@media (min-width: 1200px) {
	.container{
		max-width: 1280px;
	}
}

body {
	/* background: url(../images/bg_grey.jpg); */
}

.container {
	background-color: #fff;
}

.border-2 {
	border-width:2px !important;
}

.navbar .navbar-nav .nav-item {
	min-width: 80px;
	text-align: center;
	margin: 2px 2px 2px 2px;
}

#side-carousel img {
	margin: 0 auto;
}

.footer-blurb {
	padding: 30px 0;
	margin-top: 20px;
	background-color: #eee;
	color: black;
}

.footer-blurb-item {
	padding: 20px;
}

.small-print {
	background-color: #fff;
	padding: 30px 0;
}

.small-print {
	text-align: center;
}

@media (min-width: 992px) and (orientation:landscape) {
	.col-md-4 {
	// some properties
	}
}

@media (min-width: 992px) and (orientation:portrait) {
	.col-md-4 {
	// redefined
	}
}


.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	text-transform: capitalize;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}

.ui-autocomplete > li > div {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333333;
	white-space: nowrap;
}

.ui-autocomplete-loading { background:url(/images/loading.gif) no-repeat right center }

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
	cursor: pointer;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}