@media (max-width: 767px)
	{
		.pageheader h2
			{
				margin-left: 0 !important;
			}
		.content
			{
				padding: 1.5em !important;
			}
		.factoid ul li
			{
				padding-bottom: 1em;
			}
		.carousel-caption
			{
				bottom: .5em !important;
			}
		.footer .partners li
		{
			padding-bottom: .8em;
		}
	}
@media (max-width: 1366px) 
	{
		.overlay
			{
				position: relative !important;
				left 0.3em !important;
				right 0.3em !important;
			}
		.black-alpha
			{
				background: rgba(40,40,40,1) !important;
			}
		.content div.carousel-caption.overlay.black-alpha
		 
			{
				background: rgba(40,40,40,0) !important
			}
		.navbar-header 
			{
				float: none;
			}
		.navbar-left,.navbar-right 
			{
				float: none !important;
			}
		.navbar-toggle 
			{
				display: block;
			}
		.navbar-collapse 
			{
				border-top: 1px solid transparent;
				box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
			}
		.navbar-fixed-top 
			{
				top: 0;
				border-width: 0 0 1px;
			}
		.navbar-collapse.collapse 
			{
				display: none!important;
			}
		.navbar-nav 
			{
				float: none!important;
				margin-top: 7.5px;
			}
		.navbar-nav>li 
			{
				float: none;
				padding: 0;
				margin: 0;
				margin-top: auto;
				margin-bottom: auto;
			}
		.navbar-nav>li>a 
			{
				padding-top: 10px;
				padding-bottom: 10px;
			}
		.collapse.in
			{
				display:block !important;
			}
		.navbar-brand li
			{
				display: inline-block;
			}
	}
@media (min-width: 768px) and (max-width: 1366px)
	{
		.content
			{
				padding: 3em !important;
			}
	}
/*============== Apple Devices ==============*/

/*=== iPad Portrait ===*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait)
	{
		
	}
	
/*=== iPad Landscape ===*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
	{
		
	}

/*=== iPhone 6 Portrait ===*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait)
	{
		
	}
	
/*=== iPhone 6 Landscape ===*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape)
	{
		
	}
	
/*=== iPhone 6 Plus Portrait ===*/
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait)
	{
		
	}
	
/*=== iPhone 6 Plus Landscape ===*/
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape)
	{
		
	}
/*=== iPhone 5S Portrait ===*/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait)
	{
		
	}
	
/*=== iPhone 5S Landscape ===*/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape)
	{
		
	}