h1 { 
    display: block;
    font-size: 2.0em;
    margin-top: 0.65em;
    margin-bottom: 0.65em;
    margin-left: 0;
    margin-right: 0;
    
}

h2 { 
    display: block;
    font-size: 1.7em;
    margin-top: 0.63em;
    margin-bottom: 0.63em;
    margin-left: 0;
    margin-right: 0;
    
}

h3 { 
    display: block;
    font-size: 1.4em;
    margin-top: 0.60em;
    margin-bottom: 0.60em;
    margin-left: 0;
    margin-right: 0;
    
}

h4{ 
    display: block;
    font-size: 1.1em;
    margin-top: 0.53em;
    margin-bottom: 0.53em;
    margin-left: 0;
    margin-right: 0;
    
}

h5{ 
    display: block;
    font-size: 1.0em;
    margin-top: 0.1em;
    margin-bottom: 1.3em;
    margin-left: 0;
    margin-right: 0;
    
}

* {
  border-radius: 0 !important;
}

.navbar{
	background-color: #ffffff;
	border-bottom: none;

}

.img-responsive { 
    /* other definitions */
    width:100%;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.panel-collapse{

max-height:600px;
overflow-y:auto;

}

/* thumbnails shadow */
/*
.home_main {
	height:240px;
	width: 100%;
	overflow: hidden;

	position: relative;
	margin-bottom: 1em;

	transition:height 0.5s; 
    -webkit-transition:height 0.5s;

}

.home_main:hover{
	height:750px;
	-webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.home_small {
	height:240px;
	width: 100%;
	overflow: hidden;

	position: relative;
	margin-bottom: 1em;

	transition:height 0.5s; 
    -webkit-transition:height 0.5s; 

}

.home_small:hover{
	height:360px;
	-webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.home_more_pubs {
	height:240px;
	width: 100%;
	overflow: hidden;

	position: relative;
	margin-bottom: 1em;

	transition:height 0.5s; 
    -webkit-transition:height 0.5s; 

}

.home_more_pubs:hover{

	height:490px;
	-webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    

}

.home_thumb_small {
	height:160px;
	width: 100%;
	overflow: hidden;

	position: relative;
	margin-bottom: 1em;

	transition:height 0.5s; 
    -webkit-transition:height 0.5s; 

}

.home_thumb_small:hover{

	height:620px;
	-webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    

}

.rip {
    position: relative;
    padding: 0px 0px 32px 0px;
    
}

.rip:after {
    background: linear-gradient(-45deg, #ffffff 4px, transparent 0), linear-gradient(45deg, #ffffff 4px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 8px 8px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 8px;
}

*/

.truncate300 {
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.photo{
	-webkit-box-shadow: 10px 10px 58px -4px rgba(0,0,0,0.46);
	-moz-box-shadow: 10px 10px 58px -4px rgba(0,0,0,0.46);
	box-shadow: 10px 10px 58px -4px rgba(0,0,0,0.46);
}
.photo:hover{
	-webkit-box-shadow: 10px 10px 58px -4px rgba(0,0,0,0.56);
	-moz-box-shadow: 10px 10px 58px -4px rgba(0,0,0,0.56);
	box-shadow: 10px 10px 58px -4px rgba(0,0,0,0.56);
}


.link-disabled {
  pointer-events: none;
  opacity: 0.7;
}

.thumbnail {
    position:relative;
    overflow:hidden;
}
 
.caption {
    position:absolute;
    bottom:0;
    right:0;
    background:rgba(0,0,0,0.56);
    width:100%;
    height:30%;
    padding:8%;
    display: none;
    font-weight: 400;
    size:1em;
    text-align: left;
    color:#fff !important;
    z-index:2;
}

select.custom {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20fill%3D%22%23555555%22%20%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-261%20145.2%2024%2024%22%20style%3D%22enable-background%3Anew%20-261%20145.2%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M-245.3%2C156.1l-3.6-6.5l-3.7%2C6.5%20M-252.7%2C159l3.7%2C6.5l3.6-6.5%22%2F%3E%0A%3C%2Fsvg%3E");
  padding-right: 25px;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4,end) 1600ms infinite;      
  animation: ellipsis steps(4,end) 1400ms infinite;
  content: "\2026"; /* ascii code for the ellipsis character */
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 30px;    
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 30px;    
  }
}
