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);
	background:url('img/08.png') repeat;
	font-size: 14px;
	//font-family: 'Open Sans', sans-serif;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 26px;
}
.banner {
	background-position:left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-image:url(img/LU_QS_DataLiteracy_1200x500px-01.jpg);
	min-height:500px;
}
.banner2 {
	background-position:left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-image:url(img/LU_QS_DataLiteracy_1200x500px-02.jpg);
	min-height:500px;
}
.banner3 {
	background-position:left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-image:url(img/LU_QS_DataLiteracy_1200x500px-03.jpg);
	min-height:500px;
}

.padding {
	padding-left:20px;
	padding-right:20px;
}
.font {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
}
.back {
	font-size:17px;
	font-weight:600;
	margin-left:15px;
	text-transform:uppercase;
}
.red {
	color:#C00;
	font-weight:bold;
}
.letter {
	font-size:18px;
	font-weight:600;
}
h1 {
	font-size: 24px;
	line-height: 150%;
	font-weight:bold;
	color: #C00;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
}
h2 {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #03C;
	padding: 15px 15px 15px;
}
p {
	line-height: 26px;
	margin:15px 15px 20px 15px;
}
.right {
	float:right;
	//margin-left:10px;
	margin-bottom:10px;
}
.link {
	border-bottom:thin;
	border-bottom-style:dotted;
	border-color:#039;
	//text-decoration:underline;
	color:#039;
	font-weight:600;
	//letter-spacing:normal;
}
.link:hover {
	text-decoration:none;
	border-bottom:none;
}
.chi {
	font-size:16px;
	letter-spacing:1px;
}
.dropcap {
	font-size: 54px;
	line-height: 1;
	margin: 0 5px 0 0;
	color: #000;
	//font-weight:600;
	float: left;
}
ul {
	margin:15px 15px 15px 15px;
}
li {
	line-height: 34px;
	font-size:16px;
}

li a {
	border-bottom:thin;
	border-bottom-style:dashed;
	border-color:#039;
	color:#039;
	font-weight:600;
	letter-spacing:normal;
	font-size:14px;
}
li a:hover {
	text-decoration:none;
	border-bottom:none;
}

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-20 {
	margin-top:20px;	
}
.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; }


/* blockquote */

.blockquote {
	background: #f0f3f6;
	border-left: 6px solid rgba(0, 0, 0, 0.1);
	margin-top: 5px;
	margin-bottom:30px;
	margin-right: 40px;
	margin-left: 40px;
	margin-top:30px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}

.blockquote p {
  font-size: 18px;
  line-height: 30px;
  //font-style:italic;
  margin-left:-15px;
}

.blockquote p.font-small {
  font-size: 14px;
  line-height: 26px;
}

.blockquote p.font-large {
  font-size: 20px;
  line-height: 36px;
}

.blockquote .blockquote-footer {
  margin-top: 14px;
  color: #131517;
  font-size: 18px;
  font-weight:600;
  text-align:right;
}

.blockquote .blockquote-footer:before {
  padding-right: 5px;
}

.blockquote .blockquote-footer h1, .blockquote .blockquote-footer h2, .blockquote .blockquote-footer h3, .blockquote .blockquote-footer h4, .blockquote .blockquote-footer h5, .blockquote .blockquote-footer h6 {
  display: inline-block;
  margin: 0;
}

.blockquote .blockquote-footer p {
  font-size: 16px;
  line-height: 30px;
}

@media (max-width: 991px) {
	
	.banner {
	   min-height:160px;
	   //height:130px;
	   position:relative;
	   background-image:url(img/LU_QS_DataLiteracy_1200x500px-01.jpg);
	}
	.banner2 {
	   min-height:160px;
	   height:130px;
	   position:relative;
	   background-image:url(img/LU_QS_DataLiteracy_1200x500px-02.jpg);
	}
	.banner3 {
	   min-height:160px;
	   height:130px;
	   position:relative;
	   background-image:url(img/LU_QS_DataLiteracy_1200x500px-03.jpg);
	}
	
	.btn-e {
	   font-size:12px;
	}	
	h1 {font-size:16px;}
}

@media (min-width:1200px) {
	#wrapper  {
		width:1200px;
		margin-left:auto;
    	margin-right:auto;
	}
}
