@charset "utf-8";
html, body { height: 100%; margin:0; padding:0; }
body {
background: #421858; 
background: -moz-radial-gradient(center, ellipse cover, #421858 0%, #2c0846 100%); 
background: -webkit-radial-gradient(center, ellipse cover, #421858 0%,#2c0846 100%);
background: radial-gradient(ellipse at center, #421858 0%,#2c0846 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#421858', endColorstr='#2c0846',GradientType=1 ); 
font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a { color:#8b6bbd; text-decoration:none; font-weight:bold; }
a:hover { text-decoration:underline; }
.footer { position:fixed; display:block; z-index:100; width:100%; bottom:0; height:30px; padding:20px 0; background:rgba(0,0,0,0.7); color:#3A3A3A; font-size:12px; text-align:center; }
.footer .t1 { color:#868686; font-size:16px; display:block; text-align:center; margin:0 0 5px 0; }
.center { position:fixed; width:800px; height:350px; top:50%; left:50%; margin: -215px 0 0 -360px; text-align:center; z-index:101; }
.center .succes {  background:#4c2265; color: rgba(206, 172, 105, 0.7); width:350px; border:none; padding:20px 40px; font-size:16px; outline:none; text-align:center; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; }
.center .error {  background:#652233; color: rgba(206, 172, 105, 0.7); width:350px; border:none; padding:20px 40px; font-size:16px; outline:none; text-align:center; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; }
.logo { display:block; margin:0 auto 50px auto; }
.form .text { background:#4c2265; color: rgba(206, 172, 105, 0.7); width:350px; border:none; padding:20px 0px; font-size:16px; outline:none; text-align:center; border-radius:0px; }
.form .submit { background:#7e60ac; color: #300447; font-weight:bold; margin:0 0 0 10px; width:350px; text-transform:uppercase; border:none; padding:20px 0px; font-size:16px; outline:none; text-align:center; border-radius:0px; }
.form .submit:hover { cursor:pointer; background:#8b6bbd; }

#ajax { display:none; }
.box { background:rgba(255,255,255,0.9); position:fixed; width:800px; height:700px; top:50%; left:50%; margin:-340px 0 0 -400px; z-index:103; border-radius:5px; }
.headerBox { text-align:left; }
.box img { margin:30px 0 0 0; }
.box .title { text-transform:uppercase; color:#7e60ac; letter-spacing:3px; }
.overlay { background:rgba(0,0,0,0.3); position:fixed; top:0; left:0; width:100%; height:100%; z-index:102; }
.box .text { width:350px; padding:10px 0; margin:5px; background:#efefef; color:#7e60ac; border:solid 1px #7e60ac; text-align:left; text-indent:10px; }
.box .titlu { display:inline-block; width:200px; }
.box textarea.text { font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; width:480px; height:100px; resize: none; }
.box .submit { margin:0 0 0 5px; color:rgba(255,255,255,0.8); width:200px; padding:10px; font-weight:normal; }
.box .form { text-align:left; margin:0 0 0 30px; }
.titluMesaj { float:left; }
.box .close { cursor:pointer; width:20px; height:20px; font-size:12px; color:#300447; background:#7e60ac; text-align:center; line-height:20px; border-radius:100%; display:block; position:absolute; top:-10px; right:-10px; }
.box .close:hover { background:#8b6bbd; }
.sent { background:#5b985c !important; }