body {
	font-family: 'Roboto', sans-serif;
}

body #main-content .container {
    margin-bottom: 30px;
}

nav.fixed-top {
	min-height: 46px;
}

nav.bg-inverse {
	background: rgba(0, 0, 0, 0.8) !important;
}

.navbar-toggler {
	padding: .25rem .45rem;
}
.navbar-toggler-icon {
	width: 1.1rem;
	height: 1.1rem;
}

a, a:hover, a:visited {
	color: #292b2c;
	text-decoration: none;
}

a:hover {
	color: #4b5257;
}

audio {
	display: none;
}
#main-content {
	/*padding-top: 60px;*/
}

.section-title {
	padding: 50px 0 40px;
	background: #eee;
	text-align: center;
	margin-bottom: 30px;
}

.splash {
	position: relative;
	max-height: 700px;
}

.splash h1 {
	position: absolute; 
	font-size: 25px;
	text-align: center;
	top: 32%;
	top: calc(32% + 40px);
	z-index: 3;
	width: 100%;
	color:#fff;
	line-height: 60px;
}

.splash h1 span {
	display: block;
	font-size: 60px;
}

.splash img.banner {
	visibility: hidden;
	max-width: 100%;
}

.splash .banner-bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.splash span.shade {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background: url(/assets/images/pattern.png) 0 0 repeat;
}

.ug-gallery-wrapper {
	max-width: 100% !important;
}

.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
 
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
 
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#google-map {
	width: 100%;
	min-height: 600px;
}

#agent-photo {
	text-align: center;
}
#agent-photo img {
	max-width: 100%;
}

#brokerage-logo {
	max-width: 140px;
}

#agent-information i{
	display: inline-block;
	width: 20px;
	text-align: center;
}

#agent-information .row > div{
	margin-bottom: 30px;
}

.music-control {
	background: none;
	width: 30px;
	height: 30px;
	text-align: center;
	border: 1px solid #F3F3F3;
	border-radius: 50%;
	color: #F3F3F3;
	position: relative;
	outline: 0;
	opacity: 0.8;
}

.music-control:not(.paused)::before {
	content: '';
	position: absolute;
	width: 30px;
	height: 1px;
	transform: rotate(45deg);
	display: block;
	background: #F3F3F3;
	top: 14px;
	left: -1px;
}
.music-control i {
	font-size: 12px;
}

@media (max-width: 767px) {
	.splash h1 {
		font-size: 14px;
		line-height: 20px;
	}
	.splash h1 span {
		font-size: 20px;
	}

	#para360 .intrinsic-container {
		padding-bottom: 0;
		height: 600px;
	}

	.section-title {
		padding: 30px 0 20px
	}
}

@media (min-width: 768px) {
	#agent-information .row > div {
		-webkit-align-self: center!important;
		-ms-flex-item-align: center!important;
		-ms-grid-row-align: center!important;
		align-self: center!important;
	}
}

@media (max-width: 991px) {
	.navbar-toggleable-md > .container {
		margin-left: 0;
	}
}
