html{
	height: 100%;
}

body {
	min-height: 100%;
	padding-top: 0px;
}

.wrapper {
	background: #fff;
	padding: 10px 0px 0px 0px;
	box-shadow: 0 0 15px #aaa;
}


.boxed-layout {
	padding: 0px 0px 0px 0px;
	margin-left: auto !important;
	margin-right: auto !important;
	height: 100%;
	background: url(../img/pattern.png) repeat;
}

nav.navbar{
	margin-top: 10px;
	margin-bottom: 10px;
}

footer{
	margin: 5px;
}

.carousel{
	margin-bottom: 20px;
}

a.nounderline{
	text-decoration: none;
	background-color: initial ;
}

.img-icon:hover{
	-webkit-transform: scale(2.0);
	-moz-transform: scale(2.0);
	-ms-transform: scale(2.0);
	-o-transform: scale(2.0);
	transform: scale(2.0);
	box-shadow: 10px 10px 5px rgba(91, 91, 91, 0.3);
	z-index: 99999;
}

.vertical-align {
    display: flex;
    align-items: center;
}

/*Per centrar imatges*/
.img-full {
    min-width: 100%;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

@media screen and (min-width:768px) {
    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }
}

.sub-logo {
	margin-top: 20px;
}

/* Staff */

.thumbnail-staff {
	height: 300px;
}

.row-staff-memorial {	
    border: black;
    padding-left: 15px;
    padding-right: 15px;
}

.row-staff-memorial .col-md-12 {	
    border: 1px solid #ddd;
    padding-right: 0;
    padding-left: 0;
}

.row-staff-memorial .thumbnail {
	background-size: 100%;
    background-image: url(../img/staff/castellsague-bg.jpg);
    height: 200px;
    border-radius: 0px;
    border: none;
}

.row-staff-memorial .helper {
	display: inline-block;
    height: 10%;
    vertical-align: middle;
}

.row-staff-memorial img {
	max-height: 150px;
    max-width: 150px;
}

.navbar-nav {
	float:left !important;
}
					
.rss {
	float: right;
}

.rss img {
	height: 30px;
}

/* Introduction text */

#intro-text {
	margin-bottom: 15px;
}

/* Updates */

#updates p {
	margin-bottom: 10px;
}

/****** COHEAHR SECTION: Publications *********/

/* Indent paragraph, firs line only */
#coheahr-reflist p {
	text-indent: 30px;
}

/* icon awesome without paragraph indent */
#coheahr-reflist i.fa-external-link {
	text-indent: 0px;
}