/*

* { background-color: rgba(255,0,0,.2); }
* * { background-color: rgba(0,255,0,.2); }
* * * { background-color: rgba(0,0,255,.2); }
* * * * { background-color: rgba(255,0,255,.2); }
* * * * * { background-color: rgba(0,255,255,.2); }
* * * * * * { background-color: rgba(255,255,0,.2); }
*/
.down_circle {
	position: absolute;
	margin-top: -60px;
	margin-left: -60px;
	width:150px;
	height:150px;
	border-radius: 75px;
	opacity: 0.2;
}
.arrow_down {
	margin-left:auto;
	margin-right:auto;
	width:60px;
	height:60px;
	text-align: center;
	opacity: 0;
	background: rgba(0, 0, 255, 0);
	
}
#main_arrow_down {
	
}
.arrow_down_left {
	position: absolute;
	width: 30px;
	height: 6px;
	margin-left: 9px;
	background: #ebebeb;
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
	}
.arrow_down_right {
	position: absolute;
	width: 30px;
	height: 6px;
	margin-left:-9px;
	background: #ebebeb;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
	
	
#hdr {
	position: absolute;
	padding-bottom: 10px;
	opacity: 0;
	left:0;
	right:0;
	bottom:0;
	top:0;
	background-attachment: scroll;
    background-image: url(../img/header-bg.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#intro1,#intro2,#ttlogo,#menu1,#menu2,#menu3,#menu4{
	opacity: 0;
	
}


