h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Bitter', serif !important;
  font-weight: 500;
  line-height: 1.1;
  color: #54585A !important;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #54585A !important;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px !important;
  border-bottom: none !important;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}

.jumbotron li {
    font-size: 17px !important;
	font-weight: 200;
}

.bnav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bnav > li {
  position: relative;
  display: block;
  line-height: 1.3em;
  list-style: none;
  font-size: 18px;
  margin: none;
  padding: none;
}
.bnav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.bnav > li > a:hover,
.bnav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.bnav > li.disabled > a {
  color: #999;
}
.bnav > li.disabled > a:hover,
.bnav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.bnav .open > a,
.bnav .open > a:hover,
.bnav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}

#side-nav {
	list-style: none !important;
	display: inline-block;
    margin-bottom: 0px !important;
	margin-right: auto;
	margin-left: auto;
	padding: 0px !important;
	opacity: 1.0 !important;
}

#side-nav ul li{
	display: inline-block;
}

.page-item {
	background: #ffffff 0.4;
    padding: 15px;
	list-style: none !important;
	display: inline-block;
	margin: 0px !important;
	opacity: 1.0 !important;
}

.page-item p {
    color: #FF0004;
}

.page-item > a {
    color: #54585A;
    font-size: 15px !important;
    text-transform: uppercase;
	position: relative;
    line-height: 1.3em;
	text-decoration: none !important;
	border-bottom: none !important;
}
.active > a {
	color: #F58025 !important;
}

.page-item > a:hover {
    color: #F58025;
}
#active {
    color: #F58025;
}
#active2 {
    color: #54585A;
}
.page-item-home {
    padding-bottom: 0px;
	list-style: none !important;
	display: inline-block;
	margin: 0px !important;
}

.page-item-home a {
	border: 2px solid #E77725;
	color: #E77725;
	font-size: 18px;
	padding: 15px 15px 10px;
	text-decoration: none;
	text-transform: uppercase;
	list-style: outside none !important;
}
.page-item-home a:hover {
	background-color: #E77725;
	color: #FFFFFF;
	border: 2px solid #E77725;
	font-size: 18px;
	padding: 15px 15px 10px;
	text-decoration: none;
	text-transform: uppercase;
	list-style: outside none !important;
}

.page-item-side > a {
    color: #a7a7a7;
    font-size: 15px !important;
    text-transform: uppercase;
	position: relative;
    display: block;
    line-height: 1.3em;
	text-decoration: none !important;
	border-bottom: none !important;
}

.active > a {
	color: #F58025 !important;
}

.page-item-side > a:hover {
    color: #54585A;
}

ul.img-list {
list-style-type: none;
margin: 0;
padding: 0;
text-align: center;
}
 
ul.img-list li {
display: inline-block;
height: 100%;
margin: 0 1em 1em 0;
position: relative;
width: 100%;
}

span.text-content {
background: rgba(0,0,0,0.5);
color: white;
cursor: pointer;
display: table;
height: auto;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
}
 
span.text-content span {
display: table-cell;
text-align: center;
vertical-align: middle;
} 

span.text-content {
background: rgba(0,0,0,0.5);
color: white;
cursor: pointer;
display: table;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
opacity: 0;
}
 
ul.img-list li:hover span.text-content {
opacity: 1;
}  

span.text-content {
background: rgba(0,0,0,0.5);
color: white;
cursor: pointer;
display: table;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
opacity: 0;
-webkit-transition: opacity 500ms;
-moz-transition: opacity 500ms;
-o-transition: opacity 500ms;
transition: opacity 500ms;
}

.alumnispot{
opacity:0.5;
}

.alumnispot:hover{
opacity:1;
-webkit-transition: opacity 500ms;
-moz-transition: opacity 500ms;
-o-transition: opacity 500ms;
transition: opacity 500ms;
}

#alumnispot a {
opacity:0.5;
padding-top: 15px;
}

#alumnispot a:hover, #alumnispot a.active, #alumnispot a.visited {
opacity:1;
-webkit-transition: opacity 500ms;
-moz-transition: opacity 500ms;
-o-transition: opacity 500ms;
transition: opacity 500ms;
}


.nav-tabs > li.active > a{
	background-color: #ffffff !important;
	border-color: #555 #555 #ffffff !important;
}

.panel-default > .panel-heading {
    color: #E77725 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.panel {
    margin-bottom: 20px;
    background-color: #FFFFFF !important;
    border: none !important;
    border-radius: 4px;
    box-shadow: none !important;
	
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: none !important;
}

video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%    !important;
    height: auto   !important;
    z-index: -100;
    background-size: cover;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555 !important;
  cursor: default;
  background-color: #ffffff !important;
  border: 2px solid #555 !important;
  border-bottom: 2px solid #ffffff !important;
}

#galadiv{
	color: #FFFFFF;
	text-shadow: #313131;
}
