/* # */
	#ah_div {
		margin: 0 auto;
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 600px;
		z-index: 5;
	}
	
	#start_div {
		position: absolute;
		bottom: 65px;
		width: 100%;
		height: 1px;
	}
	
	#slider {
		position: relative;
		overflow: hidden;
	}
	
	#home_program_div {
		/*background: rgba(247,247,239,0.85);*/
		background: rgba(0, 0, 0, .7);
		bottom: 40px;
		padding: 20px;
		position: absolute;
		left: 40px;
		/*right: -40px;*/
		opacity: 0;
		z-index: 10;
	}
	
	#home_program_div:hover {
		background: rgba(0, 0, 0, 1);
	}
	
	#home_program_div img {
		width: 270px;
	}
	
	#home_program_div a {
		color: #fff;
		text-decoration: none;
	}
	
	#home_program_div a:hover {
		color: #a37f1d;
	}
	
	#home_program_title {
		font-size: 19px;
		padding-top: 10px;
		text-align: center;
		text-transform: uppercase;
		width: 270px;
	}
	
	#home_awards_div {
		position: absolute;
		right: 15px;
		/*bottom: 40px;
		left: 60px;*/
		top: 270px;
		z-index: 10;
		width: 150px;
		height: 125px; 
	}
	
	.home_awards_div{
		position: absolute;
		right: -215px;
		top: 0;
	}
/* # */

/* . */
	.ah_block_div {
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	
	.ah_block_div_bg {
		background: rgba(0,0,0,0.25);
		position: absolute;
		height: 100%;
		width: 100%;
		z-index: 10;
	}
	
	.ah_image_div {
		height: 600px;
		position: relative;
		z-index: 5;
	}
	
	.ah_title_div {
		bottom: 220px;
		left: 100px;
		font-size: 30px;
		color: #fff;
		position: absolute;
		text-shadow: 1px 1px 4px #000;
		width: 800px;
		text-transform: uppercase;
		z-index: 10;
	}
	
	#scroll_arrow_a {
		bottom: 0;
		display: block;
		height: 60px;
		left: 50%;
		margin-left: -28px;
		position: absolute;
		width: 57px;
		z-index: 10;
	}	

	@keyframes arrow_down {
		0% {
			opacity: 0;
			transform: translate(0px, -20px);
		}
		50% {
			opacity: 1;
		}
		100% {
			opacity: 0;
			transform: translate(0px, 20px);
		}
	}

	.scroll_arrow_div {
		animation: 2s ease-in-out 0s normal none infinite running arrow_down;
		background-position: -422px -55px;
		bottom: 30px;
		cursor: pointer;
		height: 23px;
		left: 50%;
		margin-left: -26px;
		position: absolute;
		width: 52px;
		z-index: 10;
	}
/* . */