/* start with love, om ganeshay namah, dedicated to my parents, my wife, love you all*/
/* -- start Css for my theme ackworld --*/
/*2018年山东大学交叉研究中心暑期学校*/
/* move special fonts to HTML head for better performance */
@media screen and (max-width:800px){
.nav{
    text-align:center;
}
}
@media screen and (min-width:800px){
.nav{
    float:right ;
}
}


.free-download{
    background-color: #404040;
    color: white;
    padding: 2% 0;
    margin-top: 10px;
}
.section-contactus{
padding: 10% 0;
font-size: 22px;
}
.section-contactus i{
    border: 1px solid #716E6E;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 8px 7px;
}
.section-aboutus{
background: #F1F1F1;
   
    padding: 10% 0;
}
.active {
    color: #fff !important;
    /*text-decoration: underline !important;*/
        background: #035094 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
header{
    background: url(../images/blue-overlay.png) repeat, url(../images/apple-iphone-smartphone-desk.jpg) no-repeat center;
    background-size: 100% 100%;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus{
    background-color: #045194;
}
.navbar-default .nav > li.active>a, .navbar-default .nav>li.active>a:focus{
color: #f05f40!important;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>li>a{
color:white;
}
.navbar-brand{
    color: white !important;
    text-transform: uppercase;
    font-size: 30px;
}
.navbar-inverse{
    background-color: #3071A9;
    border-color: #052E52;
}
.services p{
    font-size: 18px;
    padding: 10px;
}
.services h3{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #3071A9;
    padding: 10px;
    color: white;
}
.services{
    border: 1px solid #ccc;
    min-height: 325px;
}
.services i{
    font-size: 50px;
    background: #3071A9;/*#3071A9*/
    margin-top: 15px;
    width: 100px;
    color: white;
    padding: 25px 8px;
    border-radius: 50%;
    height: 100px;
}

.figurehead img{
	width: 110px;
	height: 110px;
	margin-top: 15px;
	margin-left: 0px;
	border: 0px solid #fff;
	background-size: cover;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

hr{
border-top: 2px solid #3071A9;
}
hr:before{
content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    bottom: 0;
    border-radius: 50%;
    margin: auto;
    width: 0.5em;
    height: 0.5em;
    border: 2px solid currentColor;
    background: #ffffff;
    box-shadow: 0 0 0 5px #ffffff;
	
}
@media screen and (max-width:800px){
.header-content h1{
    font-size: 30px;
}
}
@media screen and (min-width:800px){
.header-content h1{
    font-size: 70px;
}
}
 
.header-content h1{
  font-weight:bold;  
color: white;
}
.header-content p{
font-size: 22px;
color: white;
}
.header-content a{
font-size: 22px;
color: #3bebed;
}
.header-content span{
color:  #3bebed;
}
p{
font-size: 22px;
}
body{
font-family: philosopher !important;
}
/* -----use philosopher font ------*/
/* cyrillic */
@font-face {
  font-family: 'Philosopher';
  font-style: normal;
  font-weight: 400;
  src: local('Philosopher'), url(fonts/OttjxgcoEsufOGSINYBGLTUj_cnvWIuuBMVgbX098Mw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-family: 'Philosopher';
  font-style: normal;
  font-weight: 400;
  src: local('Philosopher'), url(fonts/OttjxgcoEsufOGSINYBGLY4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* -----use philosopher font ------*/
.header-content{
    margin-top: 12%;
}
.navbar{
margin-bottom:0;
position: fixed;
top: 0;
z-index:19999;/*层数越高就越不容易被遮挡了*/
}
header{
height:96%;
text-align: center;

}
@import url('http://fonts.googleapis.com/css?family=Open+Sans:200,300,400,600');

html,
body {
  height: 100%;
  width: 100%;
  font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}

/* fix bs3 horizontal scrollbar bug */
.row { margin: 0; padding: 0 }

h1 {
  font-size:45px; 
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.icon-bar {
   background-color:#fff;
}

.scroll-down a, .scroll-top a {
   color:#ffffff;
}

.scroll-down {
   position:fixed;
   bottom:20%;
   right:0%;
   color:#f9f9f9;
}

.scroll-top {
  background-color:#33ee67;
}

.header .btn-lg {
   font-size:28px;
   border-color:#eeeeee;
   padding:15px;
   background-color:transparent;
   color:#ffffff;
}

.header .btn-lg:hover {
   background-color:#eeeeee;
   color:#777777;
}

.navbar a {
  color:#fff;
}

.navbar-bold.affix {
  background-color:#33ee67;
}

.navbar-bold {
  background-color:#C56035;
  font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.navbar-bold li a:hover, .navbar-bold li.active {
  background-color:#22dd56;
}

.vert {
  vertical-align: middle;
  width:100%;
  padding-top:4%;
}

.header h1 {
  font-size:110px;
  -webkit-text-stroke: 1px rgba(0,0,0,0.1);
  color:#431a6d;
  color:#fff;
  margin-left:-5px;
  margin-bottom:5px;
  font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.header .lead {
  color:#eeeeee;
  font-size:25px;
}

.header {
width: 100%;
  background: #2E6EA7;
}

.blurb {
  padding: 120px 0;
  background-color:#fefefe;
}

.blurb .panel {
  background-color:transparent;
}

.bright {
  background: #7fbbda; 
  color:#fff;
}

.featurette {
  background: #545455;
  padding: 50px 0;
  color: #ffffff;
}

.featurette-item {
  margin-bottom: 15px;
}

.featurette-item > i {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}

.featurette-item > i:hover {
  font-size: 68px;
}

.callout {
  color: #ffffff;
  padding-top:7%;
  height: 100%;
  width: 100%;
  background: ; 
  
}

.gallery {
  padding: 50px 0;
}

.call-to-action {
  background: #eeeeee;
  padding: 50px 0;
}

.call-to-action .btn {
  margin: 10px;
}

footer {
  padding: 100px 0;
}

#our-team .team img{
   width: 220px;
   height:220px;
   border-radius: 50%;
    margin: 0 auto;
   /* padding: 5px; */
   border: 4px solid #C1C1C1;
}

/* Pills
---------------------------------- */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover {
	background-color: #55acee;
	border-color: #55acee;
	color: #ffffff;
}
.nav-pills > li > a {
	border-radius: 0;
	padding: 8px 20px;
	border: 1px solid #cacaca;
	color: #666666;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
}

/* Isotope Items
---------------------------------- */
.filters {
	margin: 0 0 30px 0;
}
.filters .nav-pills > li {
	margin-right: 2px;
	margin-bottom: 2px;
}
.filters .nav-pills > li + li {
	margin-left: 0px;
}
.text-center.filters .nav-pills > li {
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	display: inline-block;
	float: none;
}
.isotope-container {
	overflow: hidden;
}
.isotope-item {
	margin-bottom: 20px;
}
.isotope-item .btn-default {
	color: #999999;
}
.isotope-item .btn-default:hover {
	color: #ffffff;
}
@media (max-width:480px) {
	.filters .nav-pills > li {
		width: 100%;
		display: block;
	}
}

/* Images Overlay
----------------------------------------------------------------------------- */
.overlay-container {
	position: relative;
	display: block;
	overflow: hidden;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: rgba(85, 172, 238, 0.9);
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.overlay:hover {
	text-decoration: none;
}
.overlay span {
	position: absolute;
	display: block;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
}
.overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 18px;
	line-height: 1x;
	color: #ffffff;
	margin-top: -8px;
	margin-left: -8px;
	text-align: center;
}
.overlay-container:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.diy{
	width: 100%;
	float: left;
	margin-top: 10px;
}
.diy h4{
	text-align: left;
	font-weight: bold;
}
.img-container{
	width: 100%;
}
.diy img{
	width: 48%;
	border: 5px solid white;
}

/*-- destination --*/
.destination{
  padding: 4em 0;
  background: #B1C8EA;
}
.destination-info{
	text-align: center;
}
.destination-info h3{
  color: #FFFFFF;
  font-size: 4em;
  margin: 0;
  font-family: '微软雅黑';
  letter-spacing: 2px;
}
.destination-grids {
  margin: 3em 0 0 0;
}
.destination-info p{
	text-align: left;
  color: #FFFFFF;
  font-size: 1.2em;
  margin: 1em auto 0;
  line-height: 1.8em;
  width: 90%;
}
.destination-grid p{
  color: #FFFFFF;
  font-size: .9em;
  margin: 1em 0 0 0;
  line-height: 1.8em;
}
.destination-grid  img{
	width:100%;
}

.qrcode img{
	margin: 0 auto;
	height: 200px;
	display: table-cell;/*主要是这一行使其居中显示*/
	vertical-align: middle;
    text-align: center;
}

/*= SERVICES
---------------------------------------------------------------------------------------------- */
.gallery-control {
  margin: 0 0 30px;
  text-align:center;
}
#Grid {
  font-size: 0;
  line-height: 0;
  text-align: justify;
  display: inline-block;
  width: 100%;
}
#Grid .mix {
  opacity: 0;
  display: none;
  width: 20%;
  vertical-align: top;
  font-size: 14px;
}
#Grid .mix > div .media-thumb {
  position: relative;
  overflow: hidden;
}
#Grid .mix > div .media-thumb img {
  display: block;
  max-width: 100%;
}
#Grid .mix > div .media-thumb:hover .media-desc {
  opacity: 1;
  filter: alpha(opacity=100);
}
#Grid .mix > div .media-desc {
  opacity: 0;
  filter: alpha(opacity=0);
  background: #00a0dc  ;
  background: rgba(132,194,37, 0.8);
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 20px;
  -o-transition: opacity .3s linear;
  -ms-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
  /* ...and now override with proper CSS property */

  transition: opacity .3s linear;
}
#Grid .mix > div .media-desc > div {
  width: 100%;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#Grid .mix > div .media-desc b {
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
}
#Grid .mix > div .media-detail {
  background: #f9f9f9;
  border-top: 1px solid #eee;
  padding: 10px;
  margin: 0 10px;
  line-height: 20px;
  display: none;
}
@media (max-width: 1020px) {
  #Grid .mix {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #Grid .mix {
    width: 33.333333%;
  }
}
@media (max-width: 767px) {
  #Grid .mix {
    width: 100%;
  }
}




.section2-contact .address-row {
  display: table;
  width: 100%;
}
.section2-contact .address-sign {
  display: table-cell;
  width: 30px;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.section2-contact .address-info {
  display: table-cell;
}

.btn2 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-width: 2px;
  font-family: 'Roboto', Arial, sans-serif;
  border-color: transparent;
}
.btn2:hover {
  border-color: transparent;
}
.btn2-outline {
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  background: none;
  color: #fff;
}
.btn2-outline:hover,
.btn2-outline.active {
  border-color: #fff;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn2-inverse {
  background: #1e1e1e;
  color: #fff;
}
.btn2-inverse:hover {
  background: #2f2f2f;
  color: #fff;
}

.unstyled {
  padding: 0;
  margin: 0;
  list-style: none;
}


/*4月3日以后的*/
.fh5co-blog {
  margin-bottom: 30px;
  width: 100%;
  float: left;
}
@media screen and (max-width: 768px) {
  .fh5co-blog {
    width: 100%;
  }
}
.fh5co-blog .blog-img-holder {
  display: block;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  height: 270px;
}
.fh5co-blog .blog-text {
  position: relative;
  background: rgba(0, 0, 0, 0.03);
  width: 100%;
  padding: 30px;
  float: left;
}
.fh5co-blog .blog-text span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
}
.fh5co-blog .blog-text span.comment {
  float: right;
}
.fh5co-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.fh5co-blog .blog-text span.comment a i {
  padding-left: 7px;
}
.fh5co-blog .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.fh5co-blog .blog-text h3 a {
  color: black;
}
.fh5co-blog .blog-text .btn-blog {
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.8);
  color: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.fh5co-blog .blog-text .btn-blog:hover {
  color: #fff !important;
}

/*企业赞助*/
.list-view{overflow:hidden}.partners 
.list-view a{
	float:left;
	display:block;
	width:250px;
	height:80px;
	overflow:hidden;
	background:#fff;
	text-align:center;
	margin:0 20px 20px;
	border:1px solid transparent;
	border-radius:5px;
	-webkit-transition:all .5s;
	transition:all .5s;
	transition:all 0s\0;
	
	float:left\9;
	display:block\9;
	width:250px\9;
	height:80px\9;
	overflow:hidden\9;
	background:#fff\9;
	text-align:center\9;
	margin:0 20px 20px\9;
	border:1px solid transparent\9;
	border-radius:5px\9;
	-webkit-transition:all .5s\9;
	transition:all .5s\9;
	transition:all 0s\0
}.partners 
.list-view a:hover{
	border-color:#b99867;
	border-color:#b99867\9;
}.partners 
.list-view a img{
	display:inline-block;
	max-width:250px;
	max-height:80px;
	
	display:inline-block\9;
	max-width:250px\9;
	max-height:80px\9;
}



/* -- end custom css for Bootstrap 3.x --*/
