body {
	background: radial-gradient(at center, rgb(34, 34, 34) 0%, rgb(34, 34, 34) 100%) fixed; font-weight: 400; direction: ltr;
}
.languageSelect select {
	background: rgb(0, 0, 0); font-size: 12px;
}
.colorGold {
	color: rgb(255, 192, 0); font-weight: bold;
}
.btn.btn-outline.btn-color {
	border-color: rgb(255, 192, 0); color: rgb(255, 255, 255); background-color: rgb(255, 192, 0);
}
.btn.btn-outline.btn-color:hover {
	border-color: rgb(232, 175, 0); color: rgb(255, 255, 255); background-color: rgb(232, 175, 0);
}
.tableBox {
	margin: 0px auto; display: block;
}
.table01 {
	width: 100%; margin-bottom: 10px;
}
@media all and (min-width:768px)
{
.tableBox {
	margin: 0px auto; width: 70%; display: block;
}
}
.table01 th {
	padding: 10px; text-align: center; border-bottom-color: rgb(255, 255, 255); border-bottom-width: 1px; border-bottom-style: solid;
}
.table01 td {
	padding: 10px; text-align: center; border-bottom-color: rgb(255, 255, 255); border-bottom-width: 1px; border-bottom-style: solid;
}
.table01 td.textR {
	text-align: right;
}
.listGroup {
	width: 100%; display: table;
}
.listGroup dl {
	margin: 0px 10px; text-align: center; display: table-cell;
}
.listGroup dl dt.ico {
	background: url("../images/icon_psd.png") no-repeat; width: 100px; height: 100px;
}
.listGroup dl dt.ico01 {
	background-position: 0px 0px;
}
.listGroup dl dd div p {
	
}
#vidFixed {
	left: 0px; top: 0px; width: 100%; height: auto; display: block; position: fixed;
}
@media all and (max-width:600px)
{
.logo {
	line-height: 60px; font-size: 0px;
}
.logo > img {
	width: 107px; height: auto;
}
}
