/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
    width:98%;
    padding:0px 1% 30px;
    margin:0%;
	-ms-touch-action: pan-y;
}
.publications .owl-carousel{
    padding:0; 
    width:100%;
}

.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
    float:left;
    padding:0;
}
.owl-carousel .item{
    background-color:#FFF;
    width:auto;
    /*border:#e8e6e7 solid 1px;*/
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
    box-shadow: 0 0 3px rgba(0,0,0,0.15); 
    margin:15px 4%;
    /*min-height:390px;*/
    position:relative;
}

.owl-carousel .item p{
    margin:0;
    padding:0;
    padding:0;
    text-align:left;
    font-weight:bold;
}

#content .publications .owl-carousel .item p{
    margin:0;
    padding:0;
    padding:10px 15%;
    text-align:center;
    font-weight:normal;
    font-family: "AvantGardeGothicITCW02B 737109";
    color:#000;
}

.owl-carousel .item a.item-block{
    /*display:none; */  
}

#content .owl-carousel .item a{
    font-weight:bold;
    color:#000;
    display:block;
    margin:0;
}

#content .owl-carousel .item a:hover{
    color:#6a6a6a;
}

#content .owl-carousel .item a > div {
   height:100px; 
    position:absolute;
    bottom:0;
    background-color:#FFF;
    width:100%;
}

#content .owl-carousel .item a h1{
    font-size:0.95em;
    text-align:left;
    font-weight:normal;
    padding:0 10px;
    margin:10px 0;
}

#content .owl-carousel .item a p{
    text-align:left;  
    padding:0 10px;
    line-height:1;
}

#content .publications .owl-carousel .item{
    margin:0;
     min-height:0px;
    text-align:center;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.owl-carousel .owl-item img{
    width:100%;
    margin-bottom:100px;
}

.publications .owl-carousel .owl-item img{
    height:250px;
    width:auto;
    margin-bottom:0px;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
    text-align:center;
}

