/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Varela+Round|Open+Sans:400,300,600,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Kanit:300,400,500,700&amp;subset=thai);

		body,
		html {
			margin: 0;
			padding: 0;
			height: 100%;
			font-family: Arial,Helvetica,sans-serif;
			font-weight: 200;
			font-size: 14px;
			line-height: 1em;
		}
		
.navbar .brand, .navbar .nav > li > a:hover ,.navbar .brand, .navbar .nav > li > a:focus{
    color: #ffffff;
    background-color: #b30000;
}

.centered {
    text-align: center;
    font-size: 0;
}
.centered > div {
    float: none;
    display: inline-block;
    text-align: left;
    font-size: 13px;
}
