/* Small devices (tablets, 768px and up) */
@media (max-width: 767px)
{
	#videoPlayerContainer iframe
	{
		height: auto !important;
		width: 100% !important;
	}

	#propertyInfoContainer .media .media-left
	{
		/*display: block;*/
		/*text-align: center;*/
	}

		#propertyTemplate-Option4 #propertyInfoContainer .media .propertyLogoContainer
		{
			padding-left: 0;
		}

		#propertyTemplate-Option4 #propertyInfoContainer #addressContainer ul[itemprop="address"] li
		{
			border-right: 0;
		}

	.navbar-fixed-top h3
	{
		margin-left: 10px;
	}

	.carouselHero
	{
		border-bottom: none;
	}

	#addressContainer
	{
		padding-left: 0;
		text-align: center;
	}

	#footerStreamrollLinks .text-right
	{
		text-align: center;
	}

		#requestRentalApplication ul.list-inline li,
		#footerStreamrollLinks ul.list-inline li,
		div.locationMap ul li
		{
			display: block;
		}

	#requestRentalApplication
	{
		text-align: center;
	}

		#requestRentalApplication ul.list-inline li
		{
			margin-bottom: 10px;
		}

		#requestRentalApplication ul.list-inline li a,
		#requestRentalApplication ul.list-inline li .btn-group,
		#requestRentalApplication ul.list-inline li .btn-group .btn,
		div.locationMap ul li a
		{
			width: 100%;
		}

	#managementCompanyCorpSiteHeader,
	#managementCompanyCorpSiteHeader #corpSiteHeaderIFrame
	{
		height: 50px !important;
	}

	#propertyTemplate-Option4 #carousel-PropertyPhotos .carousel-inner .item .carousel-caption
	{
		position: relative;
	}
}

/* Between Small devices (tablets, 768px and up) and Medium devices (desktops, 992px and up) */
@media (min-width: 768px) and (max-width: 992px)
{
	#videoPlayerContainer iframe
	{
		height: auto !important;
		width: 100% !important;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1100px)
{
}


