.banner {
	background-image: url('../images/temp-banner1.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	background-color: #000;
}
.banner {
	height: 100%;
	color: #FFF;
	display: table;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.banner > .container {
	text-align: center;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	overflow: hidden;
	position: static;
	overflow: hidden;
	z-index: -1;
}
.banner-title {
	font-size: 94px;
	font-size: 9.4rem;
	margin: 0;
	line-height: 0.9em;
	font-family: 'existencelight', Existence, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
.txt-black .banner-title,
.txt-black .banner-subtitle,
.txt-black .banner-text {
	text-shadow:  0 0 10px #fff;
	color: #000;
}
.banner-link {
	position: relative;
	display: block;
	z-index: 1;
	text-decoration: none;
	color: #FFF;
}
@media screen and (min-height: 600px) {
	.banner-link {
		min-height: 320px;
	}
}
.banner-link:hover {
	color: #FFF;
}
.banner-title span {
	position: relative;
}
.banner-title span:before {
	content: " ";
	background: url(../images/home-title-slash.png) no-repeat top left;
	height: 67px;
	width: 56px;
	display: inline-block;
	margin: 0 24px 0 -10px;
}
.banner .container .banner-subtitle {
	font-weight: 700;
	font-size: 24px;
	font-size: 2.4rem;
	margin-top: 83px;
}
.banner .container .banner-text {
	font-size: 20px;
	font-size: 2rem;
	padding-left: 20px;
	padding-right: 20px;
}

h1.banner-text {
	font-family: "museo-sans", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	text-transform: none;
}

.banner .container img {
	display: block;
	margin: -7px auto;
}
/* Search box */
.search-box {
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	width:  100%;
	z-index: 4;
}
.search-box-wrapper {
float: left;
width: 43%;
margin-left: 7%;
}
.search-box form {
		margin: 65px 0 70px !important;
	}

.page-down {
	position: absolute;
	background: #FFF url(../images/down-arrow.png) no-repeat center 20px;
	border: none;
	outline: none;
	text-indent: -9999px;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	left: 0;
	right: 0;
	bottom: -50px;
	margin: auto;
	-webkit-transition: all 150ms ease-in;
	-moz-transition: all 150ms ease-in;
	-ms-transition: all 150ms ease-in;
	-o-transition: all 150ms ease-in;
	transition: all 150ms ease-in;
	padding: 0;
	z-index: 5;
}
.page-down:hover {
	-webkit-animation: bob 0.6s infinite ease;
	-moz-animation: bob 0.6s infinite ease;
	-o-animation: bob 0.6s infinite ease;
	animation: bob 0.6s infinite ease;
}
@-webkit-keyframes bob {
	from {-webkit-transform: translateY(0px);}
	50% {-webkit-transform: translateY(-7px);}
	to {-webkit-transform: translateY(0px);}
}
@-moz-keyframes bob {
	from {-moz-transform: translateY(0px);}
	50% {-moz-transform: translateY(-7px);}
	to {-moz-transform: translateY(0px);}
}
@-o-keyframes bob {
	from {-o-transform: translateY(0px);}
	50% {-o-transform: translateY(-7px);}
	to {-o-transform: translateY(0px);}
}
@keyframes bob {
	from {transform: translateY(0px);}
	50% {transform: translateY(-7px);}
	to {transform: translateY(0px);}
}
html.lt-ie9 .page-down {
	background: url(../images/page-down.png) no-repeat center top;
	width: 111px;
	height: 55px;
	bottom: 0;
}
html.lt-ie9 .page-down:hover {
	background: url(../images/page-down.png) no-repeat center top;
}

/* What's Happening */
.whats-happening {
	background: #FFF;
	padding: 30px 0 60px;
	z-index: 1;
	position: relative;
}
.whats-happening h2 {
	text-align: center;
	padding-bottom: 20px;
}
/* Announcements */
.announcements {
	float: left;
	width: 46%;
	margin-right: 4%;
}
.announcements-list {
	padding: 0;
	margin: 0;
	text-align: center;
}

.widget-Advertisements div:first-child {
	margin-top: 0;
}

.widget-Advertisements div {
	margin: 40px 0;
}

.announcements-list a:hover img {
	box-shadow: 0px 0px 10px #D8D8D8;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	outline: 1px solid #e3e3e3;
}
/* Announcements feature */
.announcements-feature {
	float: left;
	width: 46%;
	margin-left: 4%;
	box-shadow: 0px 0px 10px #e3e3e3;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	padding: 30px 2.5% 15px;
	position: relative;
	background: #FFF;
	border: 1px solid #e3e3e3;
}
.announcements-feature .bx-wrapper .bx-pager {
	top: 361px;
}

.announcements-feature h3 {
	margin: 0;
	font-size: 22px;
	font-size: 2.2rem;
	font-family: 'existencelight', Existence, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.1em;
}
.announcements-feature .date {
	text-transform: uppercase;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 8px 0 -2px;
}
.announcements-feature .date:after {
	content: "\00a0\005C\005C";
}
.announcements-feature .bx-wrapper {
	margin: 0;
}
.announcements-slider {
	list-style: none;
	padding: 0;
	margin: 0;
}
.announcements-slider li {
    padding: 0;
}

.announcements-slider__img-wrap {
	margin-bottom: 63px;
}
.announcements-slider img {
	margin: auto;
	width: 100%;
}
.bx-wrapper .bx-controls-direction a {
	top: 27.5%;
}

/* Featured Businesses */
.featured-businesses {
	background: #f6f6f6;
	padding: 42px 0 80px;
}
.featured-businesses h2 {
	text-align: center;
	padding: 20px 0 50px;
	margin: 0;
}
.featured-businesses .bx-wrapper .bx-prev {
	left: -40px;
	background: url(../images/controls2.png) no-repeat;
	background-position: 0 0px;
}
.featured-businesses .bx-wrapper .bx-prev:hover {
	background-position: 0 -82px;
}
.featured-businesses .bx-wrapper .bx-next {
	right: -40px;
	background: url(../images/controls2.png) no-repeat;
	background-position: -50px 0;
}
.featured-businesses .bx-wrapper .bx-next:hover {
	background-position: -50px -82px;
}
.featured-businesses .bx-wrapper .bx-controls-direction a.disabled {
	display: block;
}
.featured-businesses .bx-wrapper .bx-controls-direction a {
	top: 50%;
	margin-top: -35px;
}

/* Shorter than 750px */
@media screen and (max-height: 750px) {
	.banner .container .banner-text {
		padding-bottom: 30px;
	}
	.banner .container .banner-subtitle {
		margin-top: 50px;
	}
	.search-box form {
		margin: 55px 0 60px !important;
	}
	.search-box .text {
    margin: 20px 7% 20px 0;

	}
}
/* Shorter than 620px */
@media screen and (max-height: 620px) {
	.banner-title {
		font-size: 74px;
		font-size: 7.4rem;
	}
	.banner .container .banner-text {
		padding-bottom: 70px;
	}
	.banner .container .banner-subtitle {
		margin-top: 30px;
	}
	.banner-title span:before {
		margin-bottom: -8px;
	}
	.search-box form {
		margin: 45px 0 60px !important;
	}
	.search-box .text {
    margin: 10px 7% 10px 0;

	}
}

/* Shorter than 540px */
@media screen and (max-height: 540px) {
	.banner-title {
		font-size: 50px;
		font-size: 5rem;
	}
	.banner .container .banner-text {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.banner .container img {
		margin: -11px auto -6px;
	}
	.banner .container .banner-subtitle {
		margin-top: 13px;

		font-size: 18px;
		font-size: 1.8rem;
	}
	.banner-title span:before {
		margin: 0 14px -5px -5px;

		height: 46px;
		width: 42px;
	}
}

@media screen and (max-width: 1280px) {
	.featured-businesses .bx-wrapper .bx-controls-direction a,
	.featured-businesses .bx-wrapper .bx-controls-direction a.disabled {
		display: none;
	}
}

@media screen and (max-width: 1220px) {
	.featured-businesses .bx-wrapper .bx-controls-direction a,
	.featured-businesses .bx-wrapper .bx-controls-direction a.disabled {
		display: block;
	}
	.banner .container .banner-text {
		padding-bottom: 50px;
	}
	.bx-wrapper .bx-controls-direction a {
		top: 20.5%;
	}
	.announcements-feature .bx-wrapper .bx-pager {
		top: 294px;
	}
	.search-box .text {
		margin: 0;
	}
	.search-box-wrapper {
		margin-left: 14%;
	}
	.search-box form {
		margin: 50px 0 60px;
	}
}
@media screen and (max-width: 1080px) {
	.featured-businesses .bx-wrapper .bx-controls-direction a,
	.featured-businesses .bx-wrapper .bx-controls-direction a.disabled {
		display: none;
	}
	.announcements-feature .bx-wrapper .bx-pager {
		top: 294px;
	}
}

@media screen and (max-width: 1024px) {
	.banner {
		background-attachment: scroll !important;
	}
}
@media screen and (max-width: 1000px) {
	.featured-businesses .bx-wrapper .bx-controls-direction a,
	.featured-businesses .bx-wrapper .bx-controls-direction a.disabled {
		display: block;
	}
	.bx-wrapper .bx-controls-direction a {
		top: 15%;
	}
	.banner .container .banner-text {
		padding-bottom: 20px;
	}

	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		top: 198px;
	}
	.search-box-wrapper {
		margin-left: 0;
		width: 100%;
	}
	.search-box form {
		margin-bottom: 70px;
	}
	.announcements-feature .bx-wrapper .bx-pager {
		top: 234px;
	}
}
@media screen and (max-width: 870px) {
	.featured-businesses .bx-wrapper .bx-controls-direction a,
	.featured-businesses .bx-wrapper .bx-controls-direction a.disabled {
		display: none;
	}
	.announcements-feature .bx-wrapper .bx-pager {
		top: 232px;
	}
}
@media screen and (max-width: 790px) {
	.banner-title {
		font-size: 69px;
		font-size: 6.9rem;
	}
	.banner .container .banner-text {
		padding-bottom: 22px;
	}
	.banner .container .banner-subtitle {
		margin-top: 21px;
	}
	.banner-title span:before {
		margin-bottom: -4px;

		height: 60px;
		width: 54px;
	}
	.announcements {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.announcements-feature {
		float: none;
		width: 100%;
		margin: 0;
		padding: 30px 20px 15px;
	}
	.bx-wrapper .bx-controls-direction a {
		top: 24%;
	}
	.announcements-feature .bx-wrapper .bx-pager {
		top: 384px;
	}

}

@media screen and (max-width: 600px) {
	.banner {
		height: auto;
		padding-top: 160px;
	}
	.banner-link {
		min-height: 160px;
	}
	.search-box {
		position: relative;
	}
	.search-box form {
		margin: 30px auto !important;
	}
	.page-down {
		display: none;
	}
	.banner-title {
		font-size: 40px;
		font-size: 4rem;
	}
	.banner .container .banner-text {
		padding-bottom: 22px;

		font-size: 16px;
		font-size: 1.6rem;
	}
	.banner .container .banner-subtitle {
		margin-top: 10px;

		font-size: 19px;
		font-size: 1.9rem;
	}
	.banner-title span:before {
		margin-bottom: -2px;

		margin-right: -5px;
		margin-left: -4px;
		height: 32px;
	}
	.bx-wrapper .bx-controls-direction a {
		top: 17.8%;
	}
	.announcements-feature .bx-wrapper .bx-pager {
		top: 270px;
	}
}
@media screen and (max-width: 460px) {
	.banner {
		padding-top: 110px;
	}
	.banner-link {
		min-height: 120px;
	}
	.banner-title {
		font-size: 32px;
		font-size: 3.2rem;
		margin-bottom: 20px;
	}
	.banner .container .banner-text {
		display: none;
	}
	.banner .container .banner-subtitle {
		margin-top: -3px;
		font-size: 17px;
		font-size: 1.7rem;
	}
	.banner-title span:before {
		margin-bottom: -5px;
		margin-right: -5px;
		margin-left: -1px;
		height: 31px;
	}
	.page-down {
		height: 70px;
		width: 70px;
		bottom: -35px;
		background-position-y: 11px;
		background-image: url(../images/down-arrow-small.png);
	}

	.banner .container img {
		width: 25px;
	}
	body {
		background-attachment: scroll;
	}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		top: 39.2%;
	}
	.bx-wrapper .bx-controls-direction a {
		top: 15.3%;
	}
	.search-box form {
		margin-bottom: 50px;
	}
	.announcements-feature .bx-wrapper .bx-pager {
		top: 264px;
	}
}
@media screen and (max-width: 400px) {
	.bx-wrapper .bx-controls-direction a {
		top: 15%;
	}
	.announcements-feature .bx-wrapper .bx-pager {
		top: 234px;
	}
}
@media screen and (max-width: 365px) {
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		top: 27.9%;
	}
	.bx-wrapper .bx-controls-direction a {
		top: 13%;
	}
}
@media screen and (max-width: 365px) {
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		display: none;
	}
	.bx-wrapper .bx-controls-direction a {
		display: none;
	}
	.announcements-slider li img {
		margin-bottom: 30px;
	}
	.announcements-slider__img-wrap {
margin-bottom: 0px;
}
}
