/*
	https://colorlib.com/wp/bootstrap-parallax/
*/

body > .container
{
	position: relative;
}

.navbar
{
	min-height: auto;
	z-index: 2;
}

.navbar[data-spy="affix"]
{
	border-radius: 0;
	margin-bottom: 0;
	width: 100%;
	z-index: 1;
}

	.navbar[data-spy="affix"] h1,
	.navbar[data-spy="affix"] .navbar-nav > li > a
	{
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		transition: all .5s ease;
	}

	.navbar.affix h1
	{
		font-size: 18px;
	}

	.navbar.affix .navbar-nav > li > a
	{
		padding-bottom: 0px;
		padding-top: 0px;
	}

.navbar-nav > li > a
{
	font-size: 16px;
	padding-left: 5px;
	padding-right: 5px;
}

.fullwidth_HeroContainer
{
	height: 100vh;
	margin: 0;
	position: relative;
	width: 100%;
}

	.fullwidth_Hero_bg
	{
		background-attachment: fixed;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		display: flex;
		height: 100vh;
		position: absolute;
		top: 0;
		width: 100%;
	}

	.fullwidth_Hero_bg .header-content-container h1
	{
		border-width: 0px;
		color: #FFFFFF;
		font-size: 50px;
		font-weight: 700;
		letter-spacing: 3px;
		line-height: 1.2em;
	}

	.fullwidth_Hero_bg .header-content-container p
	{
		border-width: 0px;
		color: #FFFFFF;
		font-size: 22px;
		line-height: 1.5em;
		text-align: center;
	}

#videoPlayerContainer
{
	position: relative;
}

	#videoPlayerContainer .fullwidth_bg_layout_dark
	{
		background-image: linear-gradient(180deg, #232323 0%, rgba(42,42,42,0.17) 50%);
		background-color: rgba(0,0,0,0);
		display: flex;
		height: 100%;
		position: absolute;
		top: 0;
		width: 100%;
	}

		.header-content-container
		{
			align-self: center;
			margin: 20px auto;
			max-width: 800px;
			width: 80%;
		}

		.fullwidth_HeroContainer .header-content-container
		{
			background-color: rgb(0,0,0,.55);
			display: table;
			/* height: 80vh; */
			/* opacity: .55; */
			padding: 20px 40px;
		}

			.fullwidth_HeroContainer .header-content-container .header-content
			{
				display: table-cell;
				vertical-align: middle;
			}

		#videoPlayerContainer .fullwidth_bg_layout_dark .header-content-container h1
		{
			border-width: 0;
			color: #FFFFFF;
			font-size: 50px;
			font-weight: 700;
			letter-spacing: 3px;
			line-height: 1.2em;
		}

		#videoPlayerContainer .fullwidth_bg_layout_dark .header-content-container span
		{
			border-width: 0;
			color: #FFFFFF;
			font-size: 22px;
			line-height: 1.5em;
			text-align: center;
		}

#videoPlayerContainer #player,
.mejs__container
{
	width: 100%;
}

.mejs__controls,
.mejs__overlay-play,
.mejs__overlay-loading
{
	display: none!important;
}

footer
{
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}

.socialIcons
{
	margin-top: 20px;
}

	.socialIcons li .fa
	{
		padding: 10px 20px;
	}

		footer .socialIcons li .fa
		{
			padding: 6px 10px;
		}

	.fa-facebook
	{
		background-color: #3b5998;
	}

	.fa-google-plus
	{
		background-color: #3b5998;
	}

	.fa-linkedin
	{
		background-color: #007bb6;
	}

	.fa-twitter
	{
		background-color: #007bb6;
	}

	body .socialIcons li a
	{
		color: #FFFFFF;
		display: block;
		font-size: 36px;
		padding: 10px 20px;
		transition: opacity .15s ease;
	}

		body .socialIcons li a:hover
		{
	    	opacity: 0.7;
		}

#featuredPropertyContainer
{
	margin: 0 auto;
	/* margin-top: 20px; */
	/* width: 80%; */
}

	#featuredPropertyContainer .well_overlay
	{
		align-items: center;
		background-position: 50%;
		background-size: cover;
		background-repeat: no-repeat;
		display: flex;
		/* height: 550px; */
		margin-bottom: 0;
		position: relative;
		overflow: hidden;
	}

	#featuredPropertyContainer .well_overlay_container
	{
		background-color: rgba(249,249,249,0.79);
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 1;
	}

	.carousel,
	#propertyInfo
	{
		z-index: 2;
	}

	#carousel-property-photos .item img
	{
		margin: auto;
	}

.textBoxContainer div.img-responsive
{
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
	width: 100%;
}

#footer-copyright
{
	background-color: #00208a;
	color: #ffffff;
	padding: 15px 15px 5px 15px;
}

.top-nav-collapse,
.top-nav-collapse .navbar-brand
{
    /* padding-bottom: 0; */
    /* padding-top: 0; */
}

    .top-nav-collapse .navbar-brand > img
    {
        max-height: 40px;
    }

.stickyHeaderLogo,
.top-nav-collapse .companyLogo
{
    display: none !important;
	max-height: 55px;
}

    .top-nav-collapse .stickyHeaderLogo,
    .companyLogo
    {
        display: block !important;
    }

.noStickyHeaderPage .top-nav-collapse
{
    display: none !important;
}

.verticalMiddle
{
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0%;
}

@media (max-width: 767px)
{
	#videoPlayerContainer .fullwidth_HeroContainer
	{
		height: auto;
		position: relative;
	}

	.fullwidth_HeroContainer .header-content-container
	{
		margin: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.fullwidth_Hero_bg
	{
		/* height: auto; */
		/* position: relative; */
	}

	.header-content-container,
	#featuredPropertyContainer
	{
		width: 100%;
	}

	#navbar-collapse .navbar-nav
	{
		float: none !important;
	}

	.navbar-default .navbar-brand
	{
		width: 80%;
	}

	#featuredPropertyContainer .well_overlay
	{
		display: block;
		padding-left: 0;
		padding-right: 0;
	}

	.verticalMiddle
	{
		margin: 0;
		position: relative;
		top: auto;
		-ms-transform: none;
		transform: none;
		left: auto;
	}
}

@supports (-webkit-overflow-scrolling: touch)
{
    .fullwidth_Hero_bg
    {
        background-attachment: scroll;
    }
}

@supports (-webkit-touch-callout: inherit)
{
    .fullwidth_Hero_bg
    {
        background-attachment: scroll;
    }
}
