
body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility; 
	-moz-osx-font-smoothing: grayscale;
	width:100%;
	height:100%;
	font-weight:400;
	color: #333333;
	padding:0;
	margin:0;
	border:0;
	background-image:url(img/grid-light.png);
	font-size: 14px;
	//font-family: 'Open Sans', sans-serif;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 26px;
}
.banner {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-image:url(img/LU_Ranking_3_1200x500px-01.jpg);
	min-height:500px;
}
.padding {
	padding-left:20px;
	padding-right:20px;
}
.font {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
}
.purple {
	color:#6634CD;
	font-weight:bold;
	font-size:18px;
}
.red {
	color:#C00;
	font-weight:bold;
}
h1 {
	font-size: 24px;
	line-height: 150%;
	font-weight:bold;
	color: #C00;
	text-align:center;
	margin: 55px 25px 1px 25px;
}
h2 {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #03C;
	margin: 35px 35px 25px 35px;
}
p {
	margin: 35px 35px 5px 35px;
}
.chi {
	font-size:16px;
	letter-spacing:1px;
}
.dropcap {
	font-size: 50px;
	line-height: 1;
	margin: 0 5px 0 0;
	color: #000;
	//font-weight:600;
	float: left;
}
ul {
	//font-size:16px;
}
li {
	line-height: 26px;
	//margin-bottom:20px;
}

a{
	border-bottom:thin;
	border-bottom-style:dotted;
	border-color:#039;
	//text-decoration:underline;
	color:#039;
	font-weight:600;
}
a:hover {
	text-decoration:none;
	border-bottom:none;
}


.box {
	border: 1px solid;
	padding: 10px;
	box-shadow: 5px 10px #A2C0FF;
	display: block;
	margin: 30px 5px 20px;
}

.thumb {
	padding:10px;
	border:thin;
	border-color:#999;
	border-style:solid;
}
#margin-40 {
	margin-top:40px;	
}
.padding-top {
	padding-top:15px;
}
.padding-lang {
	padding-top:25px;
}
.padding-top-45 {
	padding-top:45px;
}
.language {
	float:right;
}

.btn-e {
	//color:#fff;
	color:rgb(181,67,33);
	background-color:transparent;
	//background-color:rgb(181,67,33);
	box-shadow:2px 4px 14px rgba(0,0,0,0.5);
	border-radius:2px;
	padding:10px 20px;
	text-transform:uppercase;
	font-weight: 600;
	letter-spacing:1px;
}
.btn-e:hover, .btn-e:focus, .btn-e:active, .btn-e.active {	
    color:#fff;
	background-color:rgb(181,67,33);
	//background-color:transparent;
	//color:rgb(181,67,33);
	//border:1px solid rgb(181,67,33);	
}

/* Back to Top */
.back-to-top .fa {
	z-index: 99999;
	text-align:center;
	width: 40px;
	height: 35px;
	padding-top: 6px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	position: fixed;
	bottom: -100px;
	right: 15px;
	cursor: pointer;
	-webkit-transition: all .3s ease-out; transition: all .3s ease-out;
	overflow: hidden;
	font-size:22px;
	background: #434347;
	color: #fff;
}
.back-to-top .fa:hover {
	box-shadow: inset 2px 1px 8px rgba(0,0,0,.6);
	background: rgb(181,67,33);
	-webkit-transition: all .4s ease-in; transition: all .4s ease-in;
}

/* Panels */
.panel-group .panel { border-radius:0; }
.panel {
	background-color: transparent;
	border:none;
	box-shadow:none;
	border-radius:0;
}
.panel-heading {
	padding:7px 0;
	border-bottom:0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.panel-title {
	font-family: "Montserrat",sans-serif;
	color:#666670;
	font-size:15px;
}
.panel-title .fa { 
	margin-right:8px; 
	-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
}
.panel-title .fa.upside-down {
	-webkit-transform:rotateZ(180deg); -ms-transform:rotateZ(180deg); transform:rotateZ(180deg);
	-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
}
.panel-group 
.panel-heading + .panel-collapse > .panel-body, 
.panel-group .panel-heading + .panel-collapse > .list-group { border-top:none; }
.panel-body { padding:10px 0 5px 25px; }


@media (max-width: 991px) {
	
	.banner {
	   min-height:180px;
	   //height:130px;
	   position:relative;
	   background-image:url(img/LU_Ranking_3_1200x500px-01.jpg);
	}
	
	.btn-e {font-size:12px;}	
	h1 {font-size:22px;}
}

@media (min-width:1200px) {
	#wrapper  {
		width:1200px;
		margin-left:auto;
    	margin-right:auto;
	}
}
