﻿/* =============================================================
   GENERAL STYLES
 ============================================================ */
html{
    height: 100%;  
    margin: 0;  
    padding: 0;  
}
body {
    font-family:"Helvetica Neue","Helvetica","Arial",sans-serif;
    line-height: 30px;
    font-size: 13px;
    height: 100%;
}
abbr[title]{
   border-bottom:0;
}
.page {
     box-sizing: border-box;
     min-height: 100%;  
     padding-bottom: 300px;
}
	
.set-pad {
    padding-top:40px;
}
.set-row-pad {
    padding-top:30px;
    padding-bottom:50px;
}
/*=====================================
  NAVBAR STYLES 
    ===================================*/

.logo-custom {
    max-height: 100px;
}

#menu {
    background-color: #0070c0;
    color: #fff;
    font-size: 15px;
    font-weight: 400 ;
    letter-spacing: 1px;
    min-height: 50px;
}

.navbar-inverse {
    border-color: transparent;
}

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:hover {
        color: #FFF;
        padding: 22px 10px;
    }

.navbar-header {
    text-align: left;
    width: 100%;
}

.navbar-brand {
    float:none;
    display:inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 100%;
    min-height: 100px;
}
/*=====================================
  HOME STYLES 
    ===================================*/
.home-sec {
    padding-top: 10px;
    padding-bottom: 60px;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: #000;
    background-attachment: fixed;
}

    .home-sec .overlay {
        background: #FFF;
        min-height: 500px;
    }

    .home-sec h1 {
        color: #000;
        font-weight: 900;
        font-size: 50px;
        text-transform: uppercase;
        padding-bottom: 35px;
    }

    .home-sec h3 {
        text-transform: uppercase;
        color: #000;
    }



.set-flexi {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    background-color: transparent;
    border: 0px solid #000;
    padding-top: 120px;
}

.flex-control-nav {
    display: none!important;
}

.set-flexi a {
    margin: 5px;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
/*=====================================
  TAG LINE STYLES 
    ===================================*/

.tag-line {
    background: #E9E9E9;
    color: #000;
}

    .tag-line h2 {
        font-size: 20px;
        font-weight: 900;
        padding: 5px 10px 10px 5px;
        color: #005E5A;
    }

        .tag-line h2 > i {
            margin-left: 8px;
            margin-right: 8px;
        }
/*=====================================
  HEADER LINE STYLES 
    ===================================*/
.header-line {
    font-weight: 900;
    font-size: 25px;
    padding-bottom: 5px;
    padding-top: 25px;
    color: #000;
}

h1::after {
    content: "";
    border: solid 0px #2f9484;
    display: hidden;
    width: 200px;
    margin: 12px auto;
}

/*=====================================
  ABOUT STYLES 
  ===================================*/
.about-div {
    padding: 30px;
}

.icon-round-border {
    border: 10px double #1A94C4;
    color: #2f9484;
    text-align: center;
    padding-top: 15px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .icon-round-border:hover {
        color: #fff;
        border: 10px double #fff;
        background-color: #1A94C4;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.about-div hr {
    border: 1px solid #1A94C4;
}

.about-div h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.about-div p {
    padding-top: 10px;
}

.btn-set {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    margin-bottom: 20px;
}
/*=====================================
  FACULTY STYLES 
  ===================================*/
#faculty-sec {
    background-color: #EBEBEB;
    color: #000;
    background:url('../../images/background.jpg') repeat-x center center;
    background-size:cover;

}
#faculty-sec img{
width:220px;
height:116px;
}

#faculty2-sec {
    background-color: #EBEBEB;
    color: #000;
}

.category-div{
text-align:center;
font-size:12px;
background:#e9f2f9;
font-color:#000;
float:left;
width:85px;
padding:5px 5px ;
margin-right:15px;
border-radius:10px;
-moz-border-radius:25px; /* 老的 Firefox */
}
.category-div img{
width:55px;
height:50px;
}
.category-div p{
margin:0 0 0px;
}

.source{
float:left;
margin:10px 30px 10px  0px ;

} 
.source img{
width:80px;
height:30px;
}

.background img{
opacity:0.8;
filter:alpha(opacity=80);
}

    #faculty-sec .header-line {
        color: #000;
    }
.faculty-div h4 {
    line-height:30px;
    font-weight:700;
}
.faculty-div {
    padding: 20px;
}

    .faculty-div hr {
        border: 1px solid #1A94C4;
    }

    .faculty-div h3 {
        font-size: 25px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .faculty-div p {
        padding-top: 10px;
        padding-bottom: 15px;
    }

/*    .faculty-div img {
        border: 10px double #fff;
    }
*/
/*=====================================
  CONTACT STYLES 
  ===================================*/
#contact-sec {
    padding-top: 10px;
    padding-bottom: 60px;
    background: url(../img/contact.jpg) no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}

#contact-sec .overlay {
        background: rgba(0, 0, 0, 0.76);
        min-height: 600px;
    }

    #contact-sec h1 {
        color:#fff;
    }
#contact-sec .form-control{
    background-color:rgba(255, 255, 255, 0);
    color:#fff;
}
/*=====================================
  Footer STYLES 
  ===================================*/
.footer-whole{
	height: 300px;  
    	margin-top: -250px;  
}


#footer-before{
    background-color: #16385B ;
    text-align:left;
    color:#fff;
}
#footer-before a{
    color:#fff;
}
#footer {
    padding:2px 20px;
    background-color:#0071C1;
    text-align:left;
    color:#fff;
    font-size:13px;
}
.imgmns{
width:20px;
height:20px;
margin-left:10px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #0070c0;
  outline:none;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #0070c0;
  border-color: #428bca;
}
.navbar{
margin-bottom:0px;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 6px;
}
.staimg{
width:700px;
height:410px;
}
.resimg{
width:800px;
height:444px;
}
/*
#nocollapse .panel-info{
border-color:#ddd;
}
#nocollapse .panel-heading{
background-color:#ddd;
color:#333;
border-color:#ddd;
}
*/
.headera:hover,headera:focus{
color:#fff;
text-decoration: none;
outline:none;
}

