 
 
/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Ruda:400,900,700);

/* OVERALL ASPECT */

body {
    background-color: #fff;
    font-family: 'Ruda', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Ruda', sans-serif;
    font-weight: 900;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

.goleft {
	text-align: left;
}

/* Links */
a {
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #b20000;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.navbar {
	font-size: 14px;
	background: #ffffff;
}

.navbar-fixed-top {
border-width: 0 0 0px;
border-bottom-width: 0px;
}
/* ================== BASIC CONFIGURATION ================== */
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}

.spacing i {
	padding-left: 8px;
	padding-right: 8px
}
/* margin top & Bottom */
.mt {
	margin-top: 50px;
	margin-bottom: 50px;
}

/* Special Margin for Wrap sections */
.mts {
	margin-top: -20px;
}


/* service icons */
.si {
	visibility: hidden;
	padding:2em;
	margin-bottom:50px;
}

.si:hover {
	background-color: #ffffff;
}

.si i {
	font-size: 2em;
	padding: 20px;
}
.si h3 {
	text-align:left;
}
.si p {
	text-align:center;
	font-size:1.4em;
	color:#aaa;
	padding-top:1em;
}

/* Padding top & bottom */
.pt {
	padding-top: 15px;
	padding-bottom: 15px; 
}

/* Description Styling / Used in portfolio & Blog images footnotes */
.desc{
position:relative;
}
.desc p {
	font-family: 'Ruda', sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin-top: 15px;
}
.desc img{
	width:355;
	height:230;
   display: block;
   object-fit: cover;
}
.desc p > i {
	font-size: 16px;
	color: #979797;
}

.desc p > i:hover {
	font-size: 16px;
	color: #e74c3c;
	cursor: pointer;
}

.desc p.lead {
    font-family: 'Ruda', sans-serif;
    font-weight: 400;
    font-size: 1.1em;
    margin-top: -15px;
	color:#999;
}
.desc p.leader {
    font-family: 'Ruda', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    margin:0 25px;
	margin-top:-15px;
	padding-top:10px;
	color:#333;
	line-height:200%;
}

.desc p.time {
    font-family: 'Ruda', sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin-top: 0px;
	color: #979797;
	text-align: right;
}

.desc p.time > i {
	font-size: 12px;
}


/* Dashed Separator */

hr-d {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px dashed #ccc;
    margin: 1em 0;
    padding: 0;
}




p.capitalize {
	text-align:center;
	font-size: 1.5em;
	font-family: 'Ruda', sans-serif;
	font-weight: 300;
	color:white; 
	border:1px solid #B20000;
	padding:10px 20px; 
	}

p.capitalize a{
     color:#fff;
	 display:block;
	 width:100%;
	 height:auto;
}

p.capitalize a:hover{
    color:#B20000;
     -webkit-transition: .4s ;
           transition: .4s;
}
p.capitalize:hover{
	 border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	 padding:9px 19 8px 19px; 
	      -webkit-transition:.4s ;
           transition: .4s;
}




/* Button Call To Action */
.btn-cta {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
  font-family: 'Ruda', sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

.btn-cta:hover,
.btn-cta:focus,
.btn-cta:active,
.btn-cta.active,
.open .dropdown-toggle.btn-cta {
  color: #2f2f2f;
  background-color: #ffffff;
  border-color: #2f2f2f;
}

/* Button Theme */
.btn-theme {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
  font-family: 'Ruda', sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 25px;
   transition: 0.4s;
}
.btn-theme a{
  color: #ffffff;

}


.btn-theme:hover,
.btn-theme a:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color:#B20000;
  background-color: #ffffff;
  border-color: #B20000;
  transition: 0.4s;
}

/* Button Yellow */
.btn-yellow {
  color: #2f2f2f;
  background-color: #ffd56c;
  border-color: #ffffff;
  font-family: 'Ruda', sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  color: #2f2f2f;
  background-color: #fdc741;
  border-color: #ffffff;
  transition:1.6s;
}



/***** Testimonials Styling *****/
.testi-container {
	width:100%;
	margin-bottom:14px;
	padding: 5px 6px 3px 0px; 
	background-color:#fafafa;
	border: solid 1px #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	float:left;
	z-index:998;
}

.testi-container:before {
	width: 25px;
	height: 17px;
	background:#fafafa;
	content: '';
	position: absolute;
	z-index:999;
	left:42px;
	bottom: 0px;
	margin-left: -7px;	
}
@media \0screen {.testi-container:before {background:none;}}

.testi-container:after {
	width: 17px;
	height: 17px;
	background:#fafafa;
	border:1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	content: '';
	position: absolute;
	z-index:888;
	left:45px;
	bottom: -5px;
	margin-left: -7px;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
@media \0screen {.testi-container:after {background:none; border:none;}}

.testi-text {
	width:100%;
	float:left;
	margin:0px;
	padding:10px 14px 0px 14px;
	font-weight: 400;
}

/* ================== MAIN WRAP SECTIONS ================== */
#headerwrap {

	margin-top: 0px;
	padding-top: 50px;
	min-height: 500px;
	width: 100%;
	position: relative;
}

#headerwrap::after {
	content:"";
	background: url(http://www.kiz.cas.cn/images/scientists_bg01.png) no-repeat;
	background-attachment: relative;
	background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	
	z-index:-1;
}

#headerwrap h1 {
	margin-top: 60px;
	color:#FFFFBF;
	font-size: 90px;
	text-shadow:5px 5px 5px #800000;
	font-weight: 900;
	letter-spacing: 3px;
	visibility: hidden;
}

#headerwrap h2 {
	color: white;
	text-shadow:1px 1px 1px #000;
	font-size: 30px;
	
}

#headerwrap .img-responsive {
	margin: 0 auto;
}




/* Footer Wrap */

#f {
	background-color: #B20000;
	padding-top: 40px;
	padding-bottom: 40px;
}

#f p {
	color: white;
}

#f h4 {
	color: white;
}

/* Color Wraps */
#white {
	margin-top: 0px;
	background-color: #ffffff;
	min-height: 300px;
	width: 100%;
}

#grey {
	margin-top: 0px;
	background-color: #f7f7f7;
	min-height: 300px;
	width: 100%;	
}

#black {
	margin-top: 0px;
	background-color: #2f2f2f;
	min-height: 300px;
	width: 100%;	
}

#black h3 {
	color: white;
}

#black h4 {
	color: white;
	text-transform: uppercase
}

#black p {
	color: white;
	font-size: 16px;
	font-weight: 400;
}

#black i {
	font-size: 35px;
}

#black h1 {
	color: white;
	font-size: 70px;
}

/* Map Wrap*/

#map {
	width: 100%;
	height: 400px;
}

#map-contact {
	width: 100%;
	height: 650px;
}

/* ================== CALL TO ACTION WRAP SECTIONS & HELPERS ================== */
#cta01 {
	background: url(../img/cta/cta01.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:100px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 350px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#cta01 h1 {
	color: white;
	font-weight: 700;
	margin-bottom: 25px;
	font-size: 60px;
}

#cta01 h2 {
	color: white;
	font-weight: 700;
	margin-bottom: 25px;
}

#cta01 i {
	color: white;
	font-size: 45px;
}


.cta02 {
	margin-top: 0px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	width:100%;
	min-height: 350px;
	position: relative;	
}

.cta02::after{
	content:"";
	background: url(http://www.kiz.cas.cn/images/scientists_cta02.jpg) no-repeat ;
	background-attachment: relative;
	background-position: center center;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	opacity: 0.3;
	z-index:-1;
}
.cta02 h2 {
	color: white;
	font-weight: 700;
	margin-bottom: 25px;
}


#cta03 {
	background: url(../img/cta/cta01.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:50px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


#cta03 h2 {
	color: white;
	font-weight: 700;
	margin-bottom: 50px;
}

#cta03 i {
	color: white;
	font-size: 45px;
}

#cta03 p {
	color: white;
	font-size: 16px;
}

#cta-bar {
	background: #2f2f2f;
	color: white;
	padding-top: 40px;
	padding-bottom: 40px;
	
    -webkit-transition: color 0.3s ease-in, background 0.3s ease-in;
    -moz-transition: color 0.3s ease-in, background 0.3s ease-in;
    -ms-transition: color 0.3s ease-in, background 0.3s ease-in;
    -o-transition: color 0.3s ease-in, background 0.3s ease-in;
    transition: color 0.3s ease-in, background 0.3s ease-in;
}

#cta-bar:before,
#cta-bar:after {
    -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
    -moz-transition: color 0.2s ease-in, background 0.2s ease-in;
    -ms-transition: color 0.2s ease-in, background 0.2s ease-in;
    -o-transition: color 0.2s ease-in, background 0.2s ease-in;
    transition: color 0.2s ease-in, background 0.2s ease-in;
    
    cursor: pointer;
}

#cta-bar h4 {
	color: white;
	font-weight: 400;
}


/* ================== TEAM MEMBERS INFORMATION OVER iMAGE ================== */
.members {
  width: 302px;
  position: relative;
  float: left;
  margin: 0 20px 0 0;
  > img {
    display: block;
    position: relative;
  }
}

.team-info {
  position: absolute;
  bottom: 20px;
  right: 0px;
  width: 170px;
  padding: 10px 10px 30px 10px;
}
.subhead {
  color: #f2f2f2;
  text-transform: uppercase;
  font-weight: 400;
}
.team-name {
  color: white;
  font-weight: 400;
  margin: 0;
  letter-spacing: -1px;
}

.team-description {
	color: white;
	padding-top: 20px;
}

.team-description i {
	margin: 8px;
}

/* Team Member Stats Icons Conf */
.team-stat i {
	font-size: 28px;
}

/* ================== TWITTER FEED CONFIGURATION ================== */
#f ul {
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}

#f ul li {
  list-style:none;
  overflow:hidden;
}

#f ul li:before {
	content: "\f099";
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	font-size: 16px;
	height: auto;
	margin-top: 2px;
	margin-right: 8px;
	color: white;
	float: left;
}

#f .tweet {
	float: right;
	width: 85%;
}





@media (max-width: 600px) { 

#headerwrap h1 {
	font-size: 35px;
}

#cta03 {
	background: #2d2d2d;
	}	
	
#wv {
	height: 350px;
}
	
}

@media (max-width: 900px) { 


#cta03 {
	background: #2d2d2d;
	}	
}

/* 14 - Footer
----------------------------------------------*/
footer{
background-color:#b20000;
color: #fff;
padding: 42px 0px;
position: relative;
}
footer p{
color: #fff;
margin: 0px;
padding: 6px 0px;
font-size:14px;
}
footer p a{
font-weight: 700;
color: #fff;
}
footer p a:hover, footer p a:focus{
color: #fff;
}
footer ul{
float: right;
margin: 0px;
}
footer ul li{
list-style: none;
display: inline-block;
float: left;
margin-right: 5px;
}
footer ul li a{
display: inline-block;
font-size: 16px;
line-height: 38px;
color: #252525;
height: 36px;
width: 36px;
background-color: rgba(255, 255, 255, .5);
border-radius: 100%;
text-align: center;
-webkit-transition: .25s;
transition: .25s;
}
footer ul li a:hover, footer ul li a:focus{
background-color:  #2473BA;
color: #fff;
}
.scroll-top{
position: absolute;
right: 50%;
top: 0;
-webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
transform: translateX(50%) translateY(-50%) rotate(45deg);
display: inline-block;
font-size: 16px;
line-height: 38px;
color: #fff;
height: 36px;
width: 36px;
background-color:  #2473BA;
text-align: center;
-webkit-transition: .25s;
transition: .25s;
}
.message-top{
position: absolute;
right:50%;
top:-40px;
border-radius:50%;
height:80px;
width: 80px;
background-color: #930300;
text-align:center;
overflow: hidden;
}
.message-top img{position: absolute;top:11px;left:19px;
}
.message-top .overlay{
position: absolute;
border-radius:50%;
top: 0;
left: -100%;
width: 100%;
height: 100%;
text-align: left;
color: #fff;
background-color: rgba(0,0,0,1);
opacity: 0.5;
-webkit-transition: .2s;
transition: .2s;
cursor:pointer;
vertical-align:middle;
text-align:center;
}
.message-top:hover .overlay{
opacity: 0.9;
left: 0;
}
.message-top .overlay p{position: absolute;top:27px;left:19px;color:#FFF;
}
.scroll-top i{
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.scroll-top:hover,.scroll-top:focus{
background-color: #00BFFF;
color: #0d1218;
}
.video{
position: absolute;
vertical-align: middle;
left:50%;
margin-left:-1.5em;
top:115px;
margin-top:-1.5em;}

.video i{
color:#FFF;
font-size:3em;
opacity:0.6;
}
.service-item{
    padding: 20px 0 ;
    text-align: center;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-transition: .25s;
    transition: .25s;
}
.service-item img{
width:100%;
}
.service-item:hover{
    -moz-box-shadow: 0px 4px 16px 0px #808080;
    -webkit-box-shadow: 0px 4px 16px 0px #808080;
    box-shadow: 0px 4px 16px 0px #808080;
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%);
}
.service-item h5{
    font-size: 1.5em;
}
/*·ÖÒ³*/
.page{font-size:1.2em; color:#c1c1c1; margin-top:30px}
.page a{font-size:1.2em; color:#c1c1c1; margin-top:30px}
#pager .page{margin-top: 0;}
.page a,.page span{display:inline-block;margin:0 8px;}
.page a.now{ color:#000}

/*	02	- Header
----------------------------------------------*/
header .main-menu{
	min-height: 90px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 999;
    transition: .5s;
    background-color: #191919;
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
}
header .menu-fixed{
    background: transparent;
}
header .menu-bg{
    background-color:rgba(178,0,0, 0.8);
}
header .main-menu .navbar-brand{
	padding: 25px 0px;
}
header .main-menu ul li a{
	font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    padding: 35px 14px;
}
header .main-menu ul li a:hover, header .main-menu ul li a:focus{
	background-color: transparent;
	color: #FF8000;
}
header .main-menu ul li.active a{
    background-color: transparent;
    color: #FF8000;
}
header .main-menu ul li ul li a{
	padding: 15px;
}
.header-single{
    margin-top: 90px;
}
