.logos-over-video {
	position: absolute;
	top: 100px;
	left: 50%;
	width: 75%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	/* z-index: 1; */
}

.fullscreen-bg-video {
	position: relative;
	width: 100%;
	max-width: 1300px;
	margin: 144px auto -58px auto;
	height: 732px;
	overflow: hidden;
	z-index: -1;
}

.fullscreen-bg__video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

.main-front-logo {
	position: relative;
	display: block;
	margin: 0 auto;
}

.watch-journey-button {
	color:#fff;
	font-family:balboa-plus-fill;
	font-size:30px;
	text-align:center;
	border: 2px solid #fff;
	border-radius: 50px;
	padding: 8px 10px 5px 10px;
	margin:80px auto;
	max-width:400px;
}

.watch-journey-button:hover {
	background-color:rgba(255, 255, 255, 0.2);
}

.home-social-section {
	background: url(/wp-content/uploads/2017/06/home-social-background3.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	padding: 0;
	margin: 0;
}

.bottom-social-logo {
  position: relative;
  display: block;
  margin: 70px auto;
  padding: 0;
  width: 15%;
}

.social-panel {
  position: relative;
	display: flex;
	flex-flow: row wrap;
  margin: 0 3.64%;
  height: 25.75vw;
	margin-bottom: 45vw;
}

.social-video {
	flex: 1 1 56%;
	padding: 0;
	height: 100%;
	box-shadow: 0px 10px 8px rgba(30, 30, 30, 0.3);
	order: 1;
}

.social-timeline-twitter {
	flex: 1 1 22%;
	background-color: #fff;
	padding: 20px;
	height: 100%;
	order: 1;
	overflow-y: scroll;
}

.social-timeline-facebook {
	flex: 1 1 22%;
	background-color: #fff;
	padding: 0 20px;
	height: 100%;
	order: 1;
	overflow-y: scroll;
}

.bordered-timeline {
	border-left: none;
}

.red-bordered-box {
  position: relative;
  margin: 100px 0 100px 0;
  padding: 50px !important;
  border-top: 2px solid #d0431d;
  border-bottom: 2px solid #d0431d;
}

.red-bordered-box > h4 {
    font-size: 40px;
    margin-left: 50%;
}

.red-bordered-box > .blue-button-round {
    width: 40%;
    margin-left: 50%;
}

.floating-guide {
  position: absolute;
  width: 230px;
  left: 8%;
  top: 13%;
  -ms-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.dropdown-panel {
  position: relative;
  background-color: grey;
  display: flex;
}

.dropdown-panel-section {
  position: relative;
  width: calc(100% / 3);
  height: 100%;
  overflow: hidden;
}

.dropdown-panel-section > a > .red-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(204, 70, 36, 0.5);
  transition: all 0.2s ease-in-out;
}

.red-overlay-disappear {
  background-color: rgba(204, 70, 36, 0) !important;
}

.dropdown-panel-section > a > img {
  margin: 0;
  padding: 0;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.dropdown-panel-section > a > .logo-area {
  position: absolute;
  min-height: 100px;
  max-height: 200px;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dropdown-panel-section > a > .logo-area > img {
  display: block;
  margin: 0 auto;
}

.dropdown-panel-section > a > .logo-area > .svg-image {
  -webkit-filter: drop-shadow( 0px 2px 4px #444 );
  filter: drop-shadow( 0px 2px 4px #444 );
}

@media all and (max-width: 1024px){
	.bottom-social-logo {
		width: 25%;
	}
	.social-panel{
		height: 200vw;
	}
	.social-video{
		flex: 1 1 100%;
		height: 50vw;
		margin: 10px 0;
	} 
	/* .social-timeline {
		flex: 1 1 50%;
		height: 30%;
		margin-bottom: 40px;
		margin-top: -12%;
		order: 2;
	} */
	.social-timeline-twitter, .social-timeline-facebook {
		height: 86vw;
	}
	.bordered-timeline {
		border-left: 1px solid #ddd;
	}
}

@media all and (max-width: 930px){
	.fullscreen-bg-video {
		margin: 100px auto -58px auto;
	}
}

@media all and (max-width: 767px) {
	.fullscreen-bg-video {
		background: url('/wp-content/uploads/2017/10/moab-new-vid-bg.png') center center / cover no-repeat;
		height: 120vw;
	}
	.fullscreen-bg__video {
		display: none;
	}
	.logos-over-video {
		top: 25vw;
	}
	.watch-journey-button {
		font-size: 22px;
		padding: 10px 20px 5px 20px;
	}
	.dropdown-panel {
		flex-flow: row wrap;
	}
	.dropdown-panel-section {
    width: 100%;
	}
}

@media all and (max-width: 500px) {
	.watch-journey-button {
		margin: 50px auto 0 auto;
	}
}