html, body{
	margin: 0px;
}

body{
	height:100vh;
	background-color: black;
	color: white;
	font-family: 'Lato', sans-serif;
	padding: 2% 5%;
}

div#body-border-left{
	background: black;
	position: fixed;
	top: 0; 
	bottom: 0;
	left: 0;
	width: 15px;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
} 

h1, h2{
	text-transform: uppercase;
}

h2.site-name{
	color: #222929;
}

h1{
	font-size: 28px;
	margin-bottom: 50px;
	margin-left: 10px;
	margin-top: 30px;
}

h4{
	margin-bottom: 5px;
	font-size: 22px;
	margin-top: 25px;
	font-weight: 400;
}

h4 span.statement-author{
	font-weight: normal;
	font-size: 18px;
	margin-left: 10px;
}

a,
a:visited,
a:focus{
	color: white;
}

a:hover{
	color: white;
	cursor: pointer;
}

input{
	font-weight: lighter;
}

div.center-bg{
	position: fixed;
	top: 30%;
	left: 40%;
	margin-top: -100px;
	margin-left: -250px;
}

body[id='1'] div.center-bg{
	left: 60%;
}

div.center-bg h2{
	text-align: right;
	font-weight: 300px;
	font-size: 20px;
}

div.center-bg img{
	max-width: 700px;
	z-index: 1;
}

.main-left{
	min-height: 550px;
}

.main-right{
	height: 500px;
	padding-left: 0px;
}


.main-menu{
	/*position: fixed;*/
	z-index: 2;
	padding-left: 5px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
	min-height: 400px;
	border-left: 3px solid white;
	padding-left: 10px;
	margin-top: 10px;
}

.main-menu ul.nav>li.level1>ul.nav{
	margin-bottom: 60px;
}

.main-menu ul.nav>li.level1>a{
	padding: 5px 0px;
	letter-spacing: 2px;
}

.main-menu ul.nav>li.level2>a{
	padding: 3px 0px;
	letter-spacing: 2px;
}

.main-menu ul.nav>li.level3>a{
	padding: 2px 0px;
}

.main-menu ul.nav>li.level4>a{
	padding: 0px;
}

.main-menu ul.nav>li>a:hover, 
.main-menu ul.nav>li>a:focus{
	background-color: transparent;
	text-decoration: underline;
}

.main-menu li.level1>ul.nav,
.main-menu li.level2>ul.nav,
.as-lexicon,
.changepwd{
	display: none;
}

.main-menu li.active>ul.nav{
	display: block;
}

/*.main-menu li.level2,
.main-menu li.level3,
.main-menu li.level4{
	margin-left: 15px;
}*/

.main-menu li.level2{
	width: 130px;
	margin-left: 0px;
	text-align: right;
}

li.level1.active>a>span.square,
.main-menu li.level3{
	display: none;
}

img.main-bg{
	position: absolute;
	opacity: 0.4;
	bottom: 0px;
	/*max-width: 840px;*/
}

img.site-logo{
	width: 70px;
	position: absolute;
	bottom: -150px;
	margin-left: -45px;
}

img#scm-logo{
	width: 68px;
	position: absolute;
	bottom: -150px;
	margin-left: 40px;
}

img#cityu-logo{
	width: 100px;
	position: absolute;
	bottom: -143px;
	margin-left: 128px;
}

img#shk-logo{
	width: 78px;
	position: absolute;
	bottom: -145px;
	margin-left: 242px;
}

img#home-bg{
	/*min-height: 566px;
	max-width: 850px;*/
	position: absolute;
	bottom: 0px;
}

@media (max-width: 640px) {
	#home-logo{
		left: 1%;
	}
}

/*----Home----*/
ul.home-event-links{
	list-style: none;
	height: 72px;;
}

ul.home-event-links li a{
	color: #fda228;
}

.date{
	font-style: italic;
	margin-left: 5px;
	font-size: 10px;
	color: white;
}

/*----about----*/
div.content-text{
	max-width: 500px;
	padding: 10px;
	position: relative;
	z-index: 2;
	margin-top: 1%;
	margin-bottom: 50px;
}

div.content-text p{
	text-align: justify;
}

span.square{
	width: 7px;
	height: 7px;
	background: transparent;
	display: inline-block;
	margin-left: 4px;
}

li.active>a>span.square{
	background-color: white;
}

/*----PeopleInner----*/
.advisor-section ul{
	list-style: none;
	padding-left: 0px;
	margin-top: 30px;
}

.advisor-section ul li{
	margin-bottom: 30px;
}

.advisor-section ul img{
	width: 100px;
	height: auto;
	float: left;
	margin-right: 15px;
}

/*----Artwork----*/
.artworks{
	max-width: 700px;
}

#artwork-large{
	display: flex;
    align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	border-top: 10px solid white;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 15px;
	min-height: 300px;
	height: 400px;
}

.artwork-carousel{
	border-bottom: 10px solid white;
	border-radius: 6px;
	padding-bottom: 5px;
}

.artwork-carousel .image-div{
	border: 1px solid white;
}

.fa.fa-angle-double-left,
.fa.fa-angle-double-right{
	color: white;
	font-size: 18px;
}

.slick-prev:before,
.slick-next:before{
	content: none;
}

.social-media{
	text-align: center;
}

.social-media a:hover{
	text-decoration: none;
}

.social-media .fa{
	font-size: 16px;
	margin-right: 5px;
}

.social-media button{
	height: 22px;
	width: 80px;
}

button.fb-btn{
	background-color: #3a5795;
	border-radius: 4px;
	border: none;
}

button.twitter-btn{
	background-color: #55acee;
	border-radius: 4px;
	border: none;
}

/*----ArtistStatement----*/
.artist-statement h4{
	color: #cffd35;
}

hr#divider-1{
	display: none;
}

/*----CurrentShow----*/

.currentshow-carousel{
	border-top: 10px solid #2bfccd;
	border-radius: 10px;
	padding-top: 30px;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: justify;
}

.currentshow-carousel .slick-dots{
	background-color: #2cfecf;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	height: 15px;
}

.currentshow-carousel .slick-dots li{
	padding: 5px;
}

.currentshow-carousel+.social-media{
	margin-top: 50px;
}

.currentshow-carousel .left{
	padding-left: 30px;
}

.currentshow-carousel .right{
	padding-right: 50px;
}

.currentshow-carousel .left img{
	width: 200px;
}

.currentshow-carousel .right h3,
.currentshow-carousel .right .author,
.currentshow-carousel .right h6{
	text-align: right;
}

.currentshow-carousel .right h3{
	text-transform: uppercase;
	color: #2cfecf;
}

.currentshow-carousel .right h6{
	color: #2cfecf;
	margin-bottom: 15px;
	margin-top: 30px;
}

.currentshow-carousel .right .author{
	margin-top: -8px;
}

/*----Video----*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 250px;
	margin-top: 10px;
	margin-bottom: 15px;
}


.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*----Background Image----*/

.bg-img{
	position: fixed;
	opacity: 0.17;
	z-index: -10;
}

#general-bg-img{
	width: 2500px;
	left: -1010px;
	top: 0px;
}

#home-bg-img{
	width: 1500px;
	left: 220px;
	top: -450px;
}

#about-bg-img,
#people-bg-img{
	width: 1500px;
	top: -293px;
	left: -460px;
}

#gallery-bg-img{
	width: 2500px;
	top: -702px;
	left: -1150px;
}

#currentshow-bg-img{
	width: 1500px;
	left: 100px;
}

#calendar-bg-img,
#video-bg-img{
	width: 3000px;
	top: -942px;
	left: 0px;
}

#artwork-bg-img{
	width: 3000px;
	top: -800px;
	left: 0px;
}

#campus-bg-img{
	width: 2000px;
	top: -400px;
	left: -500px;
}

#space-bg-img{
	width: 2000px;
	top: -400px;
	left: 0px;
}

/*----Calendar----*/
#calender-modal{
	position: absolute;
	background-color: #fef036;
	color: black;
	width: 140px;
	height: 60px;
	border-radius: 4px;
	opacity: 0;
	display: inline-block;
	padding: 10px 20px;
	text-align: right;
}

#calender-modal .arrow-left{
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 10px solid #fef036;
	position: absolute;
	z-index: 999;
	display: inline-block;
	top: 50%;
	left: -10px;
}

#calender-modal .title-in-modal{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: black;
}

#calender-modal .time{
	font-size: 12px;
	display: block;
}

/*----OpenSkypeCampus----*/

.create-account a{
	/*float: right;*/
	display: block;
	text-align: right;
	font-family: 'PT Sans Narrow', sans-serif;
	/*color: rgb(150, 180, 35);*/
	margin-bottom: 5px;
}

.create-account a:first-of-type{
	margin-top: 30px;
}

::-webkit-input-placeholder {
   color: #666;
}

:-moz-placeholder { /* Firefox 18- */
   color: #666;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #666;  
}

:-ms-input-placeholder {  
   color: #666;  
}

/*----ProjectListTable----*/

.table>thead>tr>th, 
.table>tbody>tr>th, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>tbody>tr>td, 
.table>tfoot>tr>td{
	border-top: none;
}

table.project-list{
	background-color: rgba(0,0,0,0.5);
	border-collapse: separate;
}

table.project-list td{
	border: 1px solid #96b423;
	font-size: 13px;
	font-weight: lighter;
	/*text-align: center;*/
	color: #ccc;
}

table.project-list tr:first-child td{
	border: 1px solid #96b423;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color:#96b422;
}

table tr:first-child td:first-child{
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
}

table tr:first-child td:last-child{
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}

table tr:last-child td:first-child{
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

table tr:last-child td:last-child{
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
}


/*----ProjectListAccordion----*/

.projects .panel-group .panel{
	margin-bottom: 0;
	border: none;
}

.panel-group .panel+.panel{
	margin-top: 0px;
	border-radius: 0px;
}

.projects .panel-default>.panel-heading{
	background-color: #f5f5f5;
	background-color: black;
	border: 1px solid #96b423;
	margin: 0px;
	border-radius: 0px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body{
	background-color: #3e4d02;
	color: #ccc;
	border: 1px solid #96b423;
}

.projects .panel-group .panel p,
.projects .panel-group .panel a{
	font-size: 13px;
	color: #ccc;
}

.projects .panel-body form{
	padding: 0px 30px;
}

.projects .panel-body form input.form-control,
.projects .panel-body form textarea,
form#request-account input,
#forgetpwd input{
	background-color: transparent;
	/*border: 1px solid #76804b;*/
	border-radius: 8px;
	margin-bottom: 10px;
	color: white;
	border: 1px solid #999;
}

.projects .panel-body form input#uploadFile{
	border: none;
}

.projects .panel-body form .checkbox{
	margin-top: 30px;
	margin-bottom: 30px;
}

.projects .panel-body form .checkbox span{
	margin-left: 10px;
	color: #889163
}


.projects .panel-body form ::-webkit-input-placeholder {
   color: #889163;
   font-size: 12px;
}

.projects .panel-body form :-moz-placeholder { /* Firefox 18- */
   color: #889163;
   font-size: 12px;
}

.projects .panel-body form ::-moz-placeholder {  /* Firefox 19+ */
   color: #889163;
   font-size: 12px;
}

.projects .panel-body form :-ms-input-placeholder {  
   color: #889163;
   font-size: 12px;
}

.projects .panel-body form label.lable-title,
form#request-account label.lable-title{
	color: white;
	text-transform: uppercase;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: normal;
}

.projects label{
	/*color: #94b122;*/
}

.projects .row{
	margin-bottom: 10px;
}

.submit-project{
	text-align: center;
	margin-top: 15px;
}

.submit-project .btn,
form#request-account .btn{
	background: transparent;
	color: #ccc;
	/*border: 1px solid #96b423;*/
	padding: 3px 15px;
	/*font-size: 12px;*/
	margin-right: 20px;
}

.submit-project .btn.cancel-update{
	padding: 3px 8px;
}

/*----RequestStudentAccount----*/

.form-horizontal .control-label{
	padding: 0px;
	font-weight: normal;
}

form#request-account{
	background: rgba(0,0,0,0.5);
	padding: 0px 20px 25px 0px;
	border-radius: 8px;
}

.form-group{
	margin-bottom: 0px;
}

form#request-account input{
	background-color: transparent;
	/*border: 1px solid #96b422;*/
	border-radius: 8px;
	margin-bottom: 10px;
	color: white;
}

form#request-account h4{
	margin-top: 25px;
	margin-bottom: 20px;
}

form#request-account sup{
	font-size: 13px;
}

form#request-account textarea{
	background-color: transparent;
	/*border: 1px solid #96b422;*/
	border-radius: 8px;
	margin-bottom: 10px;
	color: white;
	padding: 20px;
	font-family: 'PT Sans Narrow', sans-serif;
}

.error{
	color: #fca128;
}

#request-account .error{
	font-weight: 300;
	font-size: 12px;
}

.login{
	margin-top: 50px;
}

.login input, .login button{
	background-color: transparent;
	border: 1px solid #666;
	border-radius: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	color: white;
	display: block;
	font-family: Lato, sans-serif;
}

.login button{
	color: #666;
	width: 50px;
	font-weight: 300;
	height: 20px;
	padding: 0px;
	font-size: 12px;
}

.login button:hover{
	color: white;
}

.login a{
	text-decoration: underline;
}

.login a:hover{
	color: #ef9925;
}

/*----UserProfile----*/
.user-basics{
	margin-bottom: 10px;
}

.user-profile label{
	/*color: #95b323;*/
}

.profile-btn{
	/*border: 1px solid #96b423;*/
	background-color: transparent;
	color: #ccc;
	border-radius: 5px;
	margin-top: 15px;
}

.profile-btn:hover{
	color: white;
}

#update-profile-modal,
#startNewProject .modal-content{
	background-color: black;
	border: 1px solid white;
}

#update-profile-modal .form-control,
#startNewProject .form-control{
	background-color: black;
	color: white;
	border: 1px solid #666;
}

#update-profile-modal .close,
#startNewProject .close{
	color: white;
}

#update-profile-modal .modal-header {
	border-bottom: 1px solid #333;
}

.modal-footer{
	border-top: none;
}

.capital-letter{
	text-transform: capitalize;
}

/*---ForgetPassword---*/
button.close{
	color: white;
	background: none;
	border: none;
	font-size: 20px;
}

/*----ChangePassword----*/
#changepwd input{
	background-color: transparent;
	border-radius: 8px;
	margin-top: 5px;
	color: white;
	border: 1px solid #999;
}

#changepwd input[type="submit"]{
	margin-left: 0px;
	margin-top: 20px;
}