	
body {
	font: 14px/21px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
	margin:0px;
	background-color: #060a0c;
	}	
	
p {
	font-size: 14px;
    font-weight: 300;
    color: #444;
	//text-shadow: 0 0 2px #000000;
}
a:visited { 
    color: #fff9eb;
}
a:hover { 
    color: #ffc861;
    cursor: pointer;
}
a { 
    color: #fff9eb;
}	
.container {
	width: 640px;
    padding: 3% 0 0;
    margin: auto;	
}
.register_form {
    margin-left: 0;
    padding: 10px 5px 10px;	
    -webkit-box-shadow: 1px 2px 10px 2px rgba(0, 19, 43, 0.92);
    -moz-box-shadow: 1px 2px 10px 2px rgba(0, 19, 43, 0.92);
    box-shadow: 1px 2px 10px 2px rgba(0, 19, 43, 0.92);
	background: -webkit-linear-gradient(top, rgb(239, 251, 255) 0%, rgba(23, 62, 80, 0.84) 100%);
    background: linear-gradient(to bottom, rgb(239, 251, 255) 0%, rgba(23, 62, 80, 0.84) 100%);	
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
    transition: opacity 0.1s, -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
    transition: opacity 0.1s, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
    transition: opacity 0.1s, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25), -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
    -webkit-transform: scale(1);
    transform: scale(1);
}	
.prin_div {
	position: absolute;
    height: 100%;
    width: 100%;
	//background: url(../_lib/file/img/bg_lg.jpg) no-repeat center;
    background-size: cover;
    overflow: auto;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

#logoImg {
    //width: 160px;
}

#li_mesaj {
	background: rgba(13, 94, 119, 0.6);	
	padding: 8px 0px;
}

#li_email {
    margin-top: 0px;
}

#li_password {
    margin-top: 10px;
}

#li_submit {
    margin-top: 5px;
    padding: 0px 0px 0px;
}

#li_op {
    padding: 0px;
}

#li_op p {
    margin: 0px 0px 4px;
    text-shadow: 0 0 2px #000000;
}

.register_form h2, .register_form label 
	{
	//font-family:Georgia, Times, "Times New Roman", serif;
	font-family: 'Open Sans',Arial,sans-serif;
	}
.form_hint, .required_notification {font-size: 11px;}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #779299;
}
::-moz-placeholder { /* Firefox 19+ */
color: #779299;
}
:-ms-input-placeholder { /* IE 10+ */
color: #779299;
}
:-moz-placeholder { /* Firefox 18- */
color: #779299;
}


*:focus {outline: none;}



.register_form ul {
    width:100%;
    list-style-type:none;
    list-style-position:outside;
	position: relative;
    margin:0 auto;
    padding:0px;
}
.register_form li{
    padding:12px; 
    //border-bottom:1px solid #eee;
    position:relative;
	text-align: center;
}

.register_form li:first-child {
    //border-bottom:1px solid #4a4a4a;
}
.register_form li:last-child {
    border-top: 1px solid #162b38;
    padding-top: 5px;
    padding-bottom: 0px;
}
.register_form li:last-child p {
    margin: 0px;
}	
.register_form h2 {
    margin:0;
    display: inline;
}
.required_notification {
    color:#d45252; 
    margin:5px 0 0 0; 
    display:inline;
    float:right;
}

.register_form label {
    margin-top: 3px;
    display:block;
    padding:3px;
    font-size: 24px;
	color: #000000;
    font-style: italic;
	text-shadow: 0 1px 6px #ffffff;
}

#succes {
	padding: 10px 0 0;	
}
	
.succes_spn	{
    margin-top: 3px;
    display:block;
    padding:3px;
    font-size: 24px;
    color: #757575;
    font-style: italic;	
	display:none;
}
	
.mesaje {
    margin-top: 3px;
    display:block;
    padding:3px;
    font-size: 24px;
	color: #fff9eb;
	text-shadow: 0px 0px 3px #000000;
    font-style: italic;
	display: inline-block;
	display:none;
}	
.register_form input {
    height:30px; 
    width:400px; 
    padding:5px 8px;
    text-align: center;
    font-size: 20px;
    border-radius:2px;
}
.register_form textarea {padding:8px; width:300px;}



.input  { 
    border:1px solid #fff;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
}

.invalid_input { /* when a field is considered invalid by the browser */
    background: #f9e6e6 url(img/warning.png) no-repeat 98% center !important;
    box-shadow: 0px 0px 3px #d97777, 0 10px 15px #f0d2d2 inset;
    border-color: #7a5252;
}

.valid_input { /* when a field is considered valid by the browser */
    background: #b4ffb3  url(img/ok.png) no-repeat 98% center !important;
    box-shadow: 0px 0px 3px #7E9ED9, 0 10px 15px #C4F1F0 inset;
    border-color: #4b737b;
}
/* Button Style 
button.submit {
    background-color: #1E5591;
    background: -webkit-gradient(linear, left top, left bottom, from(#2F7BB1), to(#1E5591));
    background: -webkit-linear-gradient(top, #2F7BB1, #1E5591);
    background: -moz-linear-gradient(top, #2F7BB1, #1E5591);
    background: -ms-linear-gradient(top, #2F7BB1, #1E5591);
    background: -o-linear-gradient(top, #2F7BB1, #1E5591);
    background: linear-gradient(top, #2F7BB1, #1E5591);
    border: 1px solid #2D436F;
    border-bottom: 1px solid #0D1D3E;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #74B1D5;
    -webkit-box-shadow: 0 1px 0 0 #74B1D5 inset ;
    -moz-box-shadow: 0 1px 0 0 #74B1D5 inset;
    -ms-box-shadow: 0 1px 0 0 #74B1D5 inset;
    -o-box-shadow: 0 1px 0 0 #74B1D5 inset;
    color: #fff9eb;
    font-weight: bold;
    padding: 6px 50px;
    text-align: center;
    text-shadow: 0px 0px 4px #000000;
	font-size: 20px;
	    opacity:.85;
}
*/
button.submit {
	border: none;
	background: url(img/buton_right.png) no-repeat center center /80px border-box;
    height: 84px;
    width: 84px;	
	
}
button.submit:hover {
    opacity:1;
    cursor: pointer; 
	webkit-box-shadow: 0px 0px 4px 1px rgba(50, 50, 50, 0.52);
    -moz-box-shadow: 0px 0px 4px 1px rgba(50, 50, 50, 0.52);
    box-shadow: 0px 0px 4px 1px rgba(50, 50, 50, 0.52);
}
button.submit:active {
    //border: 1px solid #20911e;
    //box-shadow: 0 0 10px 5px #356b0b inset; 
    //-webkit-box-shadow:0 0 10px 5px #356b0b inset ;
    //-moz-box-shadow: 0 0 10px 5px #356b0b inset;
    //-ms-box-shadow: 0 0 10px 5px #356b0b inset;
    //-o-box-shadow: 0 0 10px 5px #356b0b inset;
     //border-bottom: 1px solid #223e52;
	webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.52);
    -moz-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.52);
    box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.52);		
}

.register_form input:focus, .register_form textarea:focus { /* add this to the already existing style */
    padding-right:50px;
}

.register_form input, .register_form textarea { /* add this to the already existing style */
    -moz-transition: padding .25s; 
    -webkit-transition: padding .25s; 
    -o-transition: padding .25s;
    transition: padding .25s;
}


input:required, textarea:required {
    //background: #fff url(img/asterisk.png) no-repeat 98% center;
	//background: #fff ;
}

::-webkit-validation-bubble-message {
    padding: 1em;
}


.form_hint {
    background: #ac2b2b;
    border-radius: 3px 3px 3px 3px;
    color: white;
    margin-left:8px;
    padding: 1px 6px;
    z-index: 999; /* hints stay above all other elements */
    position: absolute; /* allows proper formatting if hint is two lines */
    display: none;
	text-shadow: 0px 0px 2px #000000;
}

.form_hint_show {
    display: inline;
}

.form_hint::before {
    content: "\25C0"; /* left point triangle in escaped unicode */
    color:#d45252;
    position: absolute;
    top:1px;
    left:-6px;
}

//.register_form input:focus + .form_hint {display: inline;}
//.register_form input:required:valid + .form_hint {background: #1E5591;} /* change form hint color when valid */
//.register_form input:required:valid + .form_hint::before {color:#1E5591;} /* change form hint arrow color when valid */
.register_form input { color: #0F596B; }

	
	
// ************* CLOCK *************
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../_lib/file/clock/BebasNeue-webfont.eot');
    src: url('../_lib/file/clock/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_lib/file/clock/BebasNeue-webfont.woff') format('woff'),
         url('../_lib/file/clock/BebasNeue-webfont.ttf') format('truetype'),
         url('../_lib/file/clock/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
	
.clock {
	width:800px; 
	margin:0 auto; 
	padding:30px; 
	border:1px solid #333; 
	color:#fff; 
	}

#Date { 
 	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-shadow: 0 0 5px #000000;
    color: #fff;	
	}

.register_form ul.ul-clock { 
    color: #fff;
    width: auto;
    top: 6px;
	}
.register_form li.li-clock { 
    display: inline;
    font-size: 34px;
    text-align: center;
    font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
    text-shadow: 0 0 5px #000000;
    padding: 0px;
    border: none;
    padding-right: 4px;
	}

#point { 
	position:relative; -moz-animation:mymove 1s ease infinite; 
	-webkit-animation:mymove 1s ease infinite; 
	padding-left:2px; 
	padding-right:2px; 
	}

@-webkit-keyframes mymove 
{
0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
50% {opacity:0; text-shadow:none; }
100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }	
}


@-moz-keyframes mymove 
{
0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
50% {opacity:0; text-shadow:none; }
100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }	
}	
// **************** FINAL CLOCK ***************	
	
	
	
	
@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}
	
@media screen and (max-width: 720px) { 
  .container {
	width: 580px;
	padding: 10px 0px;
	}
	.register_form input {
		height: 30px;
		padding: 5px 0px;
		text-align: center;
		position: relative;
		width: 94%;
	}
	.form_hint {
		bottom: -14px;
		left: 0px;
		right: 0px;
		margin: 0px 25px;	
	}
	.register_form input:focus, .register_form textarea:focus { /* add this to the already existing style */
		padding-right:0px;
		width: 98%;
	}
	.form_hint::before {
		content: "\25BC"; /* left point triangle in escaped unicode */
		left: 50%;
		top: 90%;
	}
	.form_hint {
		margin: 0 auto;
		width: 50%;
		bottom: 58px;
	}	
}	

@media screen and (max-width: 580px) { 
  .container {
	width: 480px;
	}
}	
	
@media screen and (max-width: 480px) { 
	.container {
		width: 420px;
	}
}
@media screen and (max-width: 360px) { 
	.container {
		width: 340px;
	}
}	

