@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;
}
/* Main */
@media (min-width: 768px) {
.container {max-width: 760px;}
}
.navbar {
    border-radius: 0px;
}
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
@media (max-width: 992px) {
.bootstrap-select {margin-bottom: 10px;}
}
p {white-space: pre-wrap;}
/* Search */
.search-container {
padding: 70px 0px;
background-repeat: no-repeat;
background-image: url("inc/contents/images/searchback.jpg");
background-size: cover;
background-position: center center;
}
@media (max-width: 392px) {
.job-search, .loc-search, .but-search {
    -webkit-box-flex: 0;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    padding-bottom: 10px;
}
.but-search > .btn {
width: 100%;
}
}
/* Back to top button */
#back-top {
	position: fixed;
	bottom: 10px;
	right: 15px;
	z-index: 1;
}
#back-top a {
	display: block;
	text-align: center;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
	border-radius: 50%;
	width: 45px;
	height: 45px;
}
#back-top i {
color: #fff;
margin-top: 14px;	
}
/* Footer */
@media (max-width: 392px) {
.float-left, .float-right {
text-align: center;
float: none !important;
}
}