
body {
	color: #5D686D;
}

.page-bg {
	background-color: #FFFFFF;
}

.page-entry {
	background-color: #FFFFFF;
	text-align: left;
}

.header-bg {
	background-color: #5D686D;
}

.attribute-bg {
	background-color: #630941;
}

.attribute-h1 {
	font-size: 24px;
	font-weight: bold;
	color: #630941;	
	margin-top: 0px;
}

.page {
	background-color: #FFFFFF;
	text-align:left;
}

.pic-header {
	background-color: #FFFFFF;
	float: left;
	width:240px!important;
}

.logo-header {
	background-color: #5D686D;
	width: 100%;
	text-align: center;
}

.service-bg {
	background-color: #AAB400;
}

.service-h1 {
	font-size: 24px;
	font-weight: bold;
	color: #AAB400;	
	margin-top: 0px;
}

.button-row {
	margin-right:0px;
	margin-bottom:10px;
}

.service-button-col {
	margin-left:20px;
	padding-right:13px;
	height:55px;
}

.service-button {
	background-color: #AAB400;
	color: #514240;
	padding: 0px;
	height: 100%;
	line-height: 55px;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}

.service-button-label {
	display:inline-block;
	vertical-align:middle;
	line-height:normal;
}

.attribute-button-col {
	margin-left:-18px;
	margin-right:-2px;
	padding-right:13px;
	height:55px;
}
.attribute-button {
	background-color: #630941;
	color: #FFFFFF;
	padding: 0px;
	height: 100%;
	line-height: 55px;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}

.title-info {
	position:absolute;
	margin-top:-20px;
	margin-left:250px;
	font-size:10px;
	color:#96a4af
}

.language-info {
	position:absolute;
	margin-top:-20px;
	width:100%;
	margin-right:-30px;
	text-align:right;
	padding-right:40px;
	font-size:10px;
	color:#96a4af
}

.attribute-button-label {
	display:inline-block;
	vertical-align:middle;
	line-height:normal;
}

.selected-button {
	background-color: #5D686D;
	color: #FFFFFF;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.news-index-tr {
	cursor: pointer;
	cursor: hand;
}

.news-index-image-td {
	width:120px;
	padding:20px;
}

.news-index-image {
	width:100%;
}

.news-image {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 50%;
}


