﻿body {
	font-family: sans-serif;
	color: #666666;
}

a, input, label, .btn {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a {
	text-decoration: none;
	-webkit-transition: color 0.1s linear;
	transition: color 0.1s linear;
}
/**************************************************************************************************************
		* HEADER
		************************************************************************************************************/
header {
	background-image: url("../../images/header_bg.png");
	background-repeat: repeat;
	background-size: 40% auto;
	background-position: bottom center;
	padding: 5.38462% 0;
	height: 9.48718%;
	border-bottom: 1px solid #f2f2f2;
}

.search-header {
	text-align: right;
	margin-right: 5.38462%;
	color: #4d4d4d;
	font-size: 1.2em;
}
.search-header a {
	padding: 20px;
	color: #666666;
}
.search-header a:hover {color: #57ad68;}

.title {
	padding-left: 40px;
}
.title-header {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
}
.title h1 {
	letter-spacing: -0.02em;
	font-weight: 200;
	line-height: 0.4em;
	color: #b99a54;
	text-transform: uppercase;
}
.title h2 {
	letter-spacing: -0.02em;
	font-weight: 300;
	line-height: 1;
	color: gray;
}

.c-breadcrumb a,.c-breadcrumb strong {
  white-space: nowrap;
}
/**************************************************************************************************************
		* INDEX +	TRANSLATION + AUDIO TAB
		************************************************************************************************************/
.f-tabs {
	font-size: 0.9em;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
}
	.f-tabs-list {
	padding: 0;
	text-align: left;
}
	.f-tabs-list li {
	display: inline-block;
	list-style: none;
	padding: 0;
}
	.f-tabs a {
	text-decoration: none;
	padding: 25px 5px;
	color: #999999;
}
	.f-tabs a:hover {
	color: gray;
}
	.f-tabs .active a {
	color: #b99a54;
}
	/**************************************************************************************************************
		* INDEX +	TRANSLATION + AUDIO CONTENT
		************************************************************************************************************/
.u-f-index-table {
	vertical-align: middle;
}
.u-f-index-table a {
	color: #666666;
}

.u-f-index-table a:hover {
	color: #57ad68;
	cursor: pointer;
}
.u-f-index-thead .u-f-index-cell {
	font-weight: bold;
	letter-spacing: -0.02em;
	font-style: normal;
	height: 50px;
	vertical-align: middle;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.u-f-index-row .first {
	padding: 15px 0;
}
.u-f-index-row .last {
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}
.u-f-index-thead .u-f-index-cell a:hover {
	white-space: nowrap;
	text-align: left;
	cursor: pointer;
}	
.u-f-index-thead .u-f-index-cell a:hover {
	color: #57ad68;
}
.u-f-index-row {
	height: 30px;
}
.u-f-index-cell small {
	color: #b99a54;
}
	/**************************************************************************************************************
		* SEARCH
		************************************************************************************************************/
.search-option {
}
.option-block {
	padding: 0 25px;
	margin: 15px 0;
}
.block-h {
	padding: 0 15px;
	border: 1px solid #dddddd;
	border-radius: 4px 4px 0 0;
	box-shadow: none;
}
.block-h p {
	font-size: 14px;
	line-height: 1.42857143;
	color: #b3b3b3;
}
.block-c {
	padding: 0 15px;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
	border-top-color: transparent;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.zoom-btn {
	padding: 5px;
}
.highlight-sample {
	margin: 15px 0;
	padding: 9px 14px;
	border: 1px solid #b99a54;
	border-radius: 4px;
}
.highlight-sample h3 {
	color: #b3b3b3;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.0625em;
}
/**************************************************************************************************************
		* FOOTER
		************************************************************************************************************/
#footer p {
	text-align: center;
	font-size: 0.95em;
	color: #b3b3b3;
	line-height: 1.8;
	font-weight: 300;
	margin: 0;
	clear: both;
	padding: 5.38462% 0;
}
#footer p a {color: #b99a54;}
#footer p a:hover {color: #666666;}

.footer-wrap {
	border-top: 1px solid #f2f2f2;
}
.footer-meta-content {
	line-height: 1.65;
	font-weight: 300;
	color: gray;
}
.footer-meta-content h3 {
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 1;
	letter-spacing: 0.15em;
	font-weight: 400;
	color: #666666;
}
.footer-meta-content ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.footer-meta-content a {color: #b99a54;}
.footer-meta-content a:hover {color: #666666;}

.footer-sec {
	padding: 1.38462% 0;
}
.footer-meta-desc {
	clear: both;
	font-size: 0.85em;
	color: #b3b3b3;
	line-height: 1.65;
	font-weight: 300;
	padding: 3.77358% 0;
}
.footer-meta-desc a {color: #999999;}
.footer-meta-desc a:hover {color: #666666;}

.footer-meta-desc i {
	color: #e74c3c;
	font-size: smaller;
}