@CHARSET "UTF-8";

.pg-loader {
	width: 100%;
	height: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
	background:  #FFF;
	z-index: 10;
	opacity: 1;
	
	
}

#greetings {
    width:485px;
    height:180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15%;
    border: 1px solid #ccc;
    background: none repeat scroll 0% 0% rgba(6, 76, 243, 0.65);
    box-shadow: 3px 3px 2px rgba(6, 76, 243, 0.65);
}

#logo_container_01 {
	width: 485px;
    height:145px;
    margin-left: 58px;
    /*margin-right: auto;*/
	
}

#greetings p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 9px;
	font-weight: 200;
	letter-spacing: 2px;
	line-height: 14px;
	text-transform: uppercase;
	color: #CCC;
	
}

.pg-loader > p {
	width: 485px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 15px;
	font-weight: 200;
	letter-spacing: 2px;
	line-height: 34px;
	text-transform: uppercase;
	color: rgba(6, 76, 243, 0.65);
	cursor:pointer;
	letter-spacing: -11px;
	opacity: 0;

}

.pg-loader > p:hover {
	background: rgba(6, 76, 243, 0.65);
	color: #FFF;
	box-shadow: 3px 3px 2px rgba(6, 76, 243, 0.65);	
}

#enter_site_symbol {
    font-family: "WebSymbolsRegular",cursive;
    font-size: 20px;
    text-shadow: 0px 0px 1px #333;
    line-height: 40px;
    width: 50px;
    left: 5px;
    text-transform: lowercase;
    text-align: center;
    transition: all 400ms linear 0s;

}

#logo_Animation {
	display: block;
    width:100px;
    height:100px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
    /*border: 1px solid #ccc;*/	
	
}

#bg_with_random_elements {
	position: relative;
    width: 485px;
    height: 485px;
    margin-left: auto;
    margin-right: auto;
    top: -400px;
    /*border-style: solid;
    border-width: 1px;*/
    z-index: -1;
    opacity: 0.84;


}


