@font-face {
    font-family: 'UvUCB';
    src: url('fonts/uvucb-webfont.eot');
    src: url('fonts/uvucb-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/uvucb-webfont.woff') format('woff'),
         url('fonts/uvucb-webfont.ttf') format('truetype'),
         url('fonts/uvucb-webfont.svg#UvUCB') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	height:100%;
	font-size:13px;
	color:#000;
	text-align:left;
	margin:0;
	padding:0;
    background:url(../images/grid_noise.png) 0 0;
    font-family:Verdana;
    padding-bottom:30px;
}

h1, h2, h3 {font-family:'UvUCB'; font-weight:normal; text-transform:uppercase;}
h1 {font-size:50px;}
h2 {font-size:40px ; border-bottom:1px solid black; padding-bottom:5px; margin-bottom:10px }
h3 {font-size:24px; }
p {font-family:'Trebuchet MS'; margin-bottom:10px; line-height:16px;}


.clear {display:block; clear:both;}

.wrapper {display:block; width:800px; margin:0 auto}
#header {
    height:70px;
    background:url(../images/grey_wash_wall.png) 0 0;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
}
#logo {
    float:left;
    font-family: 'UvUCB';
    font-size:40px;
    color:#f5f7f9;
    margin-top:8px;
}
#menu {
    height:70px;
    float:right;
}
#menu > a {
    display:block;
    padding:0 10px;
    height:70px;
    color:#f5f7f9;
    font-size:14px;
    font-weight:bold;
    float:left;
    line-height:65px;
    border-left:1px solid #f5f7f9;
}
#menu > a:last-child {
    border-right:1px solid #f5f7f9;
}
#menu > a:hover {
    background:rgba(255, 255, 255, 0.1);
}

.circle {
    width:130px;
    height:30px;
    display:block;
    padding-top:130px;
    text-align:center;
    color:#606060;
    font-weight:bold;
    font-size:15px;
    text-transform:uppercase;
}
.circle.c-1 {
    background:url(../images/c_1.png) center 0 no-repeat;
}
.circle.c-2 {
    background:url(../images/c_2.png) center 0 no-repeat;
}
.circle.c-3 {
    background:url(../images/c_3.png) center 0 no-repeat;
}
.circle.c-4 {
    background:url(../images/c_4.png) center 0 no-repeat;
}
#circles {
    height:111px;
    padding-top:50px;
}
#circles .circle {
    float:left;
    margin:0 35px;
} 
.u-c {
    padding-top:12px;
    width:168px;
    display:block;
    color:#878787;
    font-size:12px;
    float:left;
    margin:0 15px;
    text-align:justify;
}
.u-c.c-3 {
    text-align:center;
}
.u-c.c-4 {
    text-align:left;
}
.page, .page * {
    line-height:150%;
}
.page {
    padding-top:30px;
}
.form-1 {
    width:360px;
}
.form-1 > div {
    height:25px;
    padding:5px 0;
}
.form-1 label {
    width:100px;
    display:block;
    float:left;
    padding:5px;
}
.field-1 {
    border:1px solid #83B13A;
    float:left;
    width:200px;
    padding:5px;
}
.submit-1 {
    margin-top:10px;
}
#no-reg a {
    color:#83B13A;
    font-weight:bold;
}
.left {float:left}
.right{float:right}
.g-1 {
    width:400px;
}
.prize {
    height:110px !important;
    width:400px;
}
.prize.big {
    height:210px !important;
    width:700px;
}
.prize img {
    width:200px;
    height:90px;
    border:1px solid #3285AB;
    display:block;
    float:left;
}
.prize.big img {
    width:300px;
    height:150px;
}
.prize .name {
    font-size:15px;
    padding-left:10px;
    float:left;
}
.prize .points {
    font-size:12px;
    padding-left:10px;
    float:left;
    color:#83B13A;
    padding-top:5px;
    width:180px;
}
.prize.big .name {
    width:350px;
}
.prize.big .points {
    width:350px;
}
.prize .descr {
    font-size:12px;
    padding-left:10px;
    float:left;
    color:#878787;
    padding-top:5px;
    width:350px;
}
.green {color:#83B13A}
.prize .order {
    margin-top:10px;
    background:#83B13A;
    text-transform:uppercase;
    padding:5px 10px;
    font-size:15px;
    font-family: 'UvUCB';
    color:#fff;
}
.prize .order.no {background:#CA4C4D}
.error {
    color:red;
    text-indent:5px;
}
.error-2 {
    color:red;
    font-size:14px;
    font-weight:bold;
    padding-bottom:20px;
}
.success {
    color:#DBA209;
    font-size:14px;
    font-weight:bold;
    padding-bottom:20px;    
}
.p-link {
    border:1px solid black;
    font-size:14px;
    padding:10px;
    width:400px;
    float:right;
    
}
.link-1 {
    border:1px solid #3285AB;
    background:rgba(50, 133, 171, 0.2);
    padding:10px;
}
.link {
    float:left;
    font-size:16px;
    padding-top:7px;
}

.link-2 {
    border:1px solid #DBA209;
    background:rgba(219, 162, 9, 0.2);
    padding:10px;
    font-size:16px;
}
.link-2 a {
    font-weight:bold;
    color:#CA4C4D
}

.avatar img {
    width:150px;
    height:150px;
    border:1px solid #3285AB;
    display:block;
    float:left;
}
.avatar form {
    float:left;
    padding-left:20px;
}
.avatar .av-right {
    float:left;
    padding-left:20px;
    width:620px;
}
.avatar .av-right .link-1 { padding:0 10px; width:600px;}
.avatar input {
    margin:10px 0;
}
.avatar .av-right .link-1 .link {
    float:left;
    font-size:16px;
    padding-top:15px !important;
}
#games {
    height:150px;
    padding-top:20px;
}
.box-1 {
    width:180px;
    padding-top:20px;
    height:180px;
    float:left;
    font-family: 'UvUCB';
    font-size:20px;
    color:#fff;
    text-align:center;
    text-transform:uppercase;
}
.box-1 + .box-1 {
    margin-left:15px;
}
.box-1 img {
    display:block;
    padding-bottom:10px;
    margin:0 auto;
    width:128px;
}
.box-1.b-1 {background-color:#3285AB;}
.box-1.b-1:hover {background-color:#2A6D89}

.box-1.b-2 {background-color:#DBA209;}
.box-1.b-2:hover {background-color:#C6930F}

.box-1.b-3 {background-color:#27AE60;}
.box-1.b-3:hover {background-color:#239954}

.give-point {
    margin-top:10px;
    background:#83B13A;
    text-transform:uppercase;
    padding:10px;
    font-size:20px;
    text-align:center;
    font-family: 'UvUCB';
    font-size:20px;
    width:602px;
    color:#fff;
    display:block;
}
.give-point span {
    height:28px;
    background:url(../images/ok.png) left center no-repeat;
    display:inline-block;
    padding-left:35px;
}
.give-point:hover {background:#66892E}


.gave-point {
    margin-top:10px;
    background:#CA4C4D;
    text-transform:uppercase;
    padding:10px;
    font-size:20px;
    text-align:center;
    font-family: 'UvUCB';
    font-size:20px;
    width:602px;
    color:#fff;
    display:block;
}
.gave-point span {
    height:28px;
    display:inline-block;
}


#profile-big {
    background:#83B13A;
    text-transform:uppercase;
    font-size:20px;
    text-align:center;
    font-family: 'UvUCB';
    font-size:25px;
    color:#fff;
    display:block;
    height:90px;
    line-height:90px;
}
#profile-big:hover {background:#66892E}



.game { float:left; width: 580px; padding-left:20px; }
.d-points {height:40px}
.d-points input {float:left;width:50px;padding:8px;font-size:14px;text-align:center;}
.d-points h3 {float:left;padding-right:20px;}

.d-options h3 {float:left;padding-right:20px;}
.d-options input {float:left;padding:8px;font-size:14px;text-align:center;border-style:none; color:#fff; margin-right:10px; cursor:pointer}

.d-options input.b-1 {background-color:#3285AB;}
.d-options input.b-1:hover {background-color:#2A6D89}

.d-options input.b-2 {background-color:#DBA209;}
.d-options input.b-2:hover {background-color:#C6930F}


#register .row-1, #register .row-2 {height:40px;}
#register .row-1 input {padding:8px;font-size:14px;width:250px;}
#register .row-1 label {padding:8px;font-size:14px;width:170px; display:inline-block; }
#register .row-2 {padding:8px;font-size:14px;padding-top:14px; }
#register .row-3 {padding:8px;font-size:14px;padding-top:2px; }
#register .row-3 input {padding:8px;font-size:14px;text-align:center;border-style:none; color:#fff; margin-right:10px; cursor:pointer;background-color:#3285AB;}
#register .row-3 input:hover {background-color:#2A6D89}

.rank {height:40px;padding:5px}
.rank img { width:40px;height:40px;  float:left;}
.rank .name {font-family: 'UvUCB'; font-size:25px; float:left; padding:0 10px; padding-top:2px}
.rank .place {font-family: 'UvUCB'; font-size:25px; float:left; padding-right:15px; padding-top:2px}
.rank .points { font-size:14px; float:left; color:#DBA22F; padding-top:11px;}
.rank a {color:inherit;}