﻿html
{
	background-color:#595959;
	background-image:url('/static/images/home/backgray1.png');
	background-repeat:no-repeat;
	background-size:100% 100%;
	height:100%;
}

body
{
	height:100%;
}

#wrapper1
{
	min-height:100%;
	position:relative;
}

img.budiponosan
{
	position:absolute;
	bottom:0px;
	right:240px;
}

.links
{
	width:1080px;
	margin-left:-540px;
	height:340px;
	margin-top:-170px;
	top:50%;
	left:50%;
	position:absolute;

}

.links a
{
	width:325px;
	height:140px;
	display:inline-block;
	color:white;
	text-decoration:none;
	text-align:center;
	border:1px solid white;
}

.links a:hover
{
	color:#4d4d4d;
	background-color:white;
}

.links a.disabled
{
	border-color:#3c3c3c;
	color:#3c3c3c !important;
	background-color:transparent !important;
}

.links a:nth-child(1),
.links a:nth-child(2),
.links a:nth-child(4),
.links a:nth-child(5)
{
	margin-right:48px;
}

.links a:nth-child(n+4)
{
	margin-top:20px;
}

.links a h2
{
	font-family:'Open Sans', Arial;
	font-size:26px;
	line-height:30px;
	font-weight:800;
	text-transform:uppercase;
	margin-top:16px;
}

.links a h3
{
	font-family:'Open Sans', Arial;
	font-size:11px;
	line-height:15px;
	font-weight:400;
	margin-top:10px;
}

#lang
{
	position:absolute;
	left:50%;
	top:50px;
	width:104px;
	margin-left:-530px;
	padding-left:28px;
	background-image:url('/static/images/home/lang.png');
	background-repeat:no-repeat;
}

#lang a
{
	width:28px;
	height:28px;
	border-radius:50%;
	font-family:'Open Sans', Arial;
	font-size:9px;
	line-height:26px;
	display:inline-block;
	margin-left:9px;
	text-align:center;
	text-decoration:none;
	border:1px solid white;
	color:white;
	font-weight:bold;
}

#lang a:hover,
#lang a.active
{
	background-color:white;
	color:#4d4d4d;
}
