
.slides { position: relative; }

html, body{
 height: 100%;
	margin: 0;
  padding: 0;
}

.big-banner,
.fade-numbers  {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

ul.slider-nav {
	position: absolute;
	bottom: 0;
	right: 20px;
	z-index: 100;
}

ul.slider-nav li { 
	float: left;
	margin-left: 10px;
	color: #ddd;
	font-size: 28px;
	font-weight: bold;
	text-shadow: 2px 5px 20px rgba(0, 0, 0, 1);
}

ul.slider-nav li:hover { cursor: pointer; color: #efefef; }
ul.slider-nav li.flex-active { color: #fff }

.slides li { position: relative; }
.slide-text { position: absolute; bottom: 20px; width: 95%; }

.slide-text .container { padding: 20px 0; }

.slide-text h1, .slide-text h2, .slide-text h3, 
.slide-text h4, .slide-text p, .slide-text { color: #efefef; }
.slide-text h1, .slide-text h2, .slide-text h3,  .slide-text h4 {
	/*background: #00AEEF;*/
	background: #666;
	display: table;
	padding: 5px 10px;
	margin-bottom: 0px;
}

.slide-text h1:after, .slide-text h2:after, 
.slide-text h3:after,  .slide-text h4:after { white-space: pre; content:"\A"}

.slide-text h4 { margin-left: 20px; }
.slide-text h4 + h4 { margin-left: 10px; }

.slide-text p, .slide-text {
	/* text-shadow: 2px 2px 20px rgba(0, 0, 0, 1); */
}

/* ---- HOME PAGE SLIDER ----*/


.fullscreen {
  height: 100%;
	margin: 0;
  padding: 70px 0 0 0;
	overflow: hidden;
	max-width: none !important;
}

@media only screen and (max-width: 767px){
	.fullscreen { padding-top: 0px; }
}

.fullscreen ul.slides,
.fullscreen ul.slides li {
	max-width: none !important;
	width: 100% !important;
	height: 100% !important;
}

.fullscreen .resize-me,
.fullscreen video {
	max-width: none;
	max-height: none;
	width: auto;
	height: auto;
}

.slides video { max-width: 100%; width: 100%; }

ul.home-nav {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 100;
}

ul.home-nav li { 
	color: #dedede;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	text-align: right;
	text-shadow: 2px 5px 20px rgba(0, 0, 0, 1);
}
 
ul.home-nav li:hover { cursor: pointer; color: #fff; }
ul.home-nav li.flex-active { color: #FFF100 }

.home-text { 
	width: 100%;
	height: 100%;
	top: 0px;
}

.home-text .container { 
	text-align: center;
}

.home-top { position: absolute; width: 100%; top: 0px;}
.home-middle { position: absolute; width: 100%; top: 80px;}
.home-action { position: absolute; width: 100%; bottom: 20px;}

.home-text { color: #efefef; }
.home-text h1, .home-text h2, .home-text h3,  .home-text h4 {
	color: #efefef;
	text-shadow: 2px 5px 20px rgba(0, 0, 0, 1);
}

.home-text h1 { color: #fff; text-shadow: 5px 5px 20px rgba(0, 0, 0, 1); }

.home-text p, .home-text {
	/* text-shadow: 2px 2px 20px rgba(0, 0, 0, 1); */
}

/* #Media Queries
================================================== */

	/* full desktop (devices and browsers) */
	@media only screen and (min-width: 960px) {}
	
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	/* Note: Design for a width of 768px */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	
	@media only screen and (max-height: 300px) {
		.home-nav { display: none;  }
	}

	@media only screen and (max-height: 500px) {
		.home-middle { display: none;  }
	}
	/* All Mobile Sizes (devices and browser) */
	/* Note: Design for a width of 320px */

	@media only screen and (max-width: 767px) {

		.home-text { min-height: none; }

		.home-middle, .home-action { display: none;  }

		ul.slider-nav, ul.home-nav { display: none; }
		
		.slide-text { bottom: 0px; display: none; }
		
		.slide-text .container { padding: 0; }
		.home-text .container { padding: 0; padding-top: 20px; }
		
		.slide-text h1, .slide-text h2, .slide-text h3, 
		.slide-text h4, .slide-text p, .slide-text { 
			font-size: 135%;
			padding: 3px 5px;
			margin-bottom: 0px;
		}

		.home-text h1 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
		.home-text h2 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
		.home-text h3 { font-size: 21px; line-height: 30px; margin-bottom: 5px; }
		.home-text h4 { font-size: 17px; line-height: 24px; margin-bottom: 5px; }
		.home-text h5 { font-size: 14px; line-height: 21px; margin-bottom: 5px; }
	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	/* Note: Design for a width of 480px */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	/* Note: Design for a width of 320px */
	@media only screen and (max-width: 479px) {}