.home-hero {
	background-image: url(../images/bg_wood_sm.jpg);
	background-repeat: no-repeat;
	background-position: 50% top;
	background-size: cover;
}
@media (min-width:768px) {
	.home-hero {
		background-image: url(../images/bg_wood_lg.jpg);
	}
}
.feature-button {
margin-top: 20px;
}
.home-topline .right {
	font-size:6.5vw;
	font-weight:900;
	line-height:.6;
	text-transform:uppercase;
}
.welcome-back {
	font-size: 1.1em;
}
.welcome-back h2 {
	font-family:'Proxima Nova W01', sans-serif;
	font-weight: 800;
	font-size: 1.55em;
	margin-top: 14px;
}
.welcome-back h3 {
	color: #ffffff;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.welcome-back .box {
	background-color: rgba(20,68,112,0.5);
	padding: 5.4%;
}
.welcome-back .box img {
	margin: 0 auto 10px auto;
	display: block;
}
.welcome-back .mask {
	width: 23%;
}
.welcome-back .tickets {
	width: 39%;
}
.home-calendar h1 {
	font-size: 6.2vw; }
@media (min-width:500px) {
	.home-topline .right {
		font-size:36px;
	}
	.home-calendar h1 {
    font-size: 28px; }
}
@media (min-width:768px) {
	.welcome-back .box img {
		margin-bottom: 5px;
		padding-right: 30px;
		display: inline-block;
	}
	.welcome-back .mask {
		width: 16%;
	}
	.welcome-back .tickets {
		width: 25%;
	}
	.home-topline .right {
		font-size:2.7vw;
	}
	.home-calendar h1 {
    font-size: 34px; }
}

#updates .signup {
	background-image:url(../images/btn_submit.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:119px;
	height:40px;
	border:0;
	background-color:none;
	cursor:pointer;
	outline:0;
}
#updates #subForm {
	margin:6px 0
}
.quote-bg {
	background:url(../images/bg_medblue_rep.gif);
  background-repeat:no-repeat;
  background-position:50% top;
	background-size:cover;
}
.d-head-noborders {
	display: block;
}
.d-head-borders {
	display: none;
}
.beastquote {
	margin-top:80px;
	margin-bottom:80px;
}
.comebacktogether-sm {
	margin-bottom: 20px;
	margin-right: 12%;
	margin-left: 2%;
}
.comebacktogether-lg {
	margin-bottom: 20px;
	display: none;
}
@media (min-width:768px) {
	.d-logo-offset {
		margin-right:-8%;
	}
	.home-logo {
		margin-top: -4px;
	}
	.comebacktogether-sm {
		display: none;
	}
	.comebacktogether-lg {
		display: block;
	}
	.welcome-back {
		font-size: 1.38em;
	}
	.welcome-back h2 {
		font-size:1.6em;
	}
	.welcome-back .box {
		height: 100%;
	}
}
@media (min-width:1180px) {
	.d-logo-offset {
		margin-right:-124px;
	}
	.home-topline .right {
		font-size:2em;
	}
}
@media (min-width:1280px) {
	.d-head-noborders {
		display: none;
	}
	.d-head-borders {
		display: block;
	}
}
@media (max-width:991px) {
	.keysquare {
		padding-left: 2.3rem !important;
	}
  #updates #subForm {
  	margin:6px 0 12px
  }
	nav #social-nav {
		display: none !important;
	}
	.beastquote {
		margin-top:30px;
		margin-bottom:30px;
	}
}
form input:focus {
	color:#58b1e1
}
form button, form input {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:0;
	outline:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	padding:10px;
	font-size:.8em;
	color:#58b1e1;
	background-color:#fff;
	margin:10px;
  height:40px;
	vertical-align:top
}
form button {
	font-size:.91em;
	padding:2px 2px 5px
}
#updates #fieldEmail {
	width:210px;
	background:url(../images/emailfield.jpg) 0 no-repeat;
  border: none !important;
}
.error {
	border:2px solid red
}
.success {
	border:0;
	color:#58b1e1
}

/* INSTAGRAM */

.img-border {
/*	max-width:179px;*/
	padding:7px 10px 10px 7px;
	background:url(../images/insta-thumb-bg.png?v=1) no-repeat 0 0;
	background-size:100% 100%;
}
#instagram {
	padding:0 0 20px
}
#instagram .h3, #instagram h3 {
	margin-bottom:0
}
#instagram .h4, #instagram h4 {
	margin-top:5px;
	margin-bottom:25px
}
#instagram #instafeed .insta-thumb {
	max-width:179px;
	padding:6px 8px 8px 6px;
	background:url(../images/insta-thumb-bg.png) no-repeat 0 0;
	background-size:100% auto;
	margin: auto;
}
#instagram #instafeed .insta-thumb img {
	max-width:100%;
	height:auto
}
