/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17-mars-2015, 9:15:07
    Author     : laurentdubois
*/
/* LIBRARY */
.node .library-pictures{
    width: 45%;
    float: left;
    margin: 10px;
}

.library-overview{
	width:30%;	
	margin:10px;
	float: left;
}
.library-overview h2{
		background: none !important;
		border: none !important;
		border-radius: 0px !important;
		box-shadow: none !important;
		line-height: 1.1em !important;
}

.library-overview .flexslider, .library-overview .field  {
    margin: 10px; 
}
.library-overview .flexslider {
    //position : absolute;
    //top :	30px;
}
.library-overview .field  {
    //position : absolute;
    //top :	260px;
}
.library-overview .flex-control-nav, .library-overview .flex-	direction-nav {
	display:none;
}
.library-overview .node-ucl-library{
	height: 450px;
}
.library-overview .field-name-field-address {
	
}

.library-overview .link-wrapper {
	//position: absolute;
  bottom: 10px;
  left: 10px;
    right: 10px;
}

.library-overview .link-wrapper a {
		color: #75716d;
    background-color: #f7f4f0;
    border-color: #cfcdc9;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-width: 2px;
    padding: 11px 11px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 3px;
    //    display: block;
    width: 100%;
}


.library-description{
    width: 45%;
    float: right;
    margin: 10px;
    padding-right: 10px;
    text-align: justify;
}
.node-teaser .library-description{
    width: 95%;
}
.library-website{
   float: right;
   top: 20px; 
}
  

.google_map_field_display {
  height: 300px;
  width: 450px;
}

.region-content .library-pictures ul{
    margin:0!important; 
    padding:0!important;
}


