.small {  font-size: 8pt; line-height: 150%}
.high {  font-size: 10pt; line-height: 165%}
a { text-decoration: none; color: 888d6d}
a:hover {  color: #684d34 text-decoration: none}
.mid {  font-family: "ËÎÌå"; font-size: 9pt; line-height: 12pt}
.navi {  border-color: #000000 cccccc cccccc #000000; border-style: double; border-top-width: 0px; border-right-width: thick; border-bottom-width: thick; border-left-width: 0px}
.unnamed1 {  background-color: #F19F22; width: auto}
.hr {  color: afae8b}
.unnamed2 {  color: #000000}
.mbody {  font-size: 12pt; line-height: 140%; color: #684d34; font-weight: bold}
.mainbg{background-color:#684d34;background-image: url(images/bg.png);background-repeat: no-repeat;background-attachment:fixed;}

.wthree_more a{
	    padding: 10px 20px;
    border: 1px solid #D6BA67;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: #AC9649;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    text-align: center;
}
/* Wayra */
.button--wayra {
	overflow: hidden;
	width: 35%;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	margin:0 auto;
}
.button--wayra::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #AC9649;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button--wayra:hover {
	color: #fff;
	border-color:#AC9649;
}
.button--wayra.button--inverted:hover {
	color: #3f51b5;
	border-color: #fff;
}
.button--wayra:hover::before {
	opacity: 1;
	background-color:#AC9649;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra.button--inverted:hover::before {
	background-color: #fff;
}