@font-face {
        font-family: "Sawasdee";
        src: url(fonts/Sawasdee.ttf) format("opentype");
		font-style: normal;
		font-weight: normal;
}
@font-face {
        font-family: "Sawasdee";
        src: url(fonts/Sawasdee-Bold.ttf) format("opentype");
		font-style: normal;
		font-weight: bold;
}
@font-face {
        font-family: "Sawasdee";
        src: url(fonts/Sawasdee-Oblique.ttf) format("opentype");
		font-style: oblique;
		font-weight: normal;
}
@font-face {
        font-family: "Sawasdee";
        src: url(fonts/Sawasdee-BoldOblique.ttf) format("opentype");
		font-style: oblique;
		font-weight: bold;
}

.nav-header{
	padding: 13px;
	padding-bottom: 3px;
	color: #999999 !important;
}

.btn {
	line-height: 15px !important;
}

a {
	color: #000;
}

p {
	margin: 0px 180px 10px 0px;
	text-align: justify;
}

p.right{
	text-align: right;	
}

.poem {
	font-size: 17px;
	line-height: 25px;
	width: 825px;
	text-shadow: 0 1px 2px white;
	margin-left: 10px;
}

body {
	background-color: #e9e9e9;
	font-family: Sawasdee;
	font-size: 14.5px;
}

.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
	background-color: #333333;
	border-radius: 3px 3px 3px 3px;
	padding: 4px 10px;
	transition: all 0.15s ease-out 0s;
}

hr {
	margin: 2px 0 30px 0;
}


textarea {
	width: 317px !important;
}

#language {
	position: fixed;
	bottom: 0px;
	padding: 0 0 0 0px;
	font-size: 13px;
	display: inline;
	margin-bottom: 3px;
	margin-left: -5px;
	margin: 0 0 3px -5px;
}

.language-links {
	display: inline;
}

.icon-globe {
	margin-top: 3px;
}

.active-lang {
	font-weight: 900;
}

.english {
	padding: 0 10px 0 4px;
}

.lead {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#homebg {
	background-attachment: fixed;
    background-image: url("img/homebg.png");
    background-position: right -2px;
    background-repeat: no-repeat;
}

.fancybox-lock body {
	overflow: visible !important;
}

.about {
	font-size: 14px;
	margin-left: 45px;
	margin-right: 45px;
	text-align: justify;
}

.video {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

textarea:focus, input[type="text"]:focus, .uneditable-input:focus {
	border-color: rgba(233, 233, 233, 0.8) !important;
}

.control-group.error textarea {
	border-color: activecaption;
	color: #555555;
}

.cv {
	font-size: 14px;
	text-align: justify;
	margin-right: 45px;
	margin-left: 45px;
}

.bioImg {
	margin-right: 20px;
	float: left;
}

.bioImgRight {
	margin-left: 20px;
	float: right;
}

a.link {
	text-decoration: underline;
}

p.contact {
	margin: auto;
}

label {
	cursor: default;
}

div#credits {
	bottom: 2px;
	right: 4px;
	position: fixed;
}

