@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300);
@import url(http://fonts.googleapis.com/css?family=Voltaire);
@import url(http://fonts.googleapis.com/css?family=Sanchez);
body {
padding-top: 20px;
padding-bottom: 60px;
background-color: #efefef;
}

/* Custom container */
.container {
margin: 0 auto;
max-width: 1000px;
}
.container > hr {
margin: 60px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
margin: 0px;
text-align: center;
}
.jumbotron h1 {
font-size: 100px;
line-height: 1;
vertical-align: middle;
}
.jumbotron .lead {
font-size: 24px;
line-height: 1.25;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
margin: 60px 0;
}
.marketing p + h4 {
margin-top: 28px;
}


/* Customize the navbar links to be fill the entire space of the .navbar */
.navbar .navbar-inner {
padding: 0;
}
.navbar .nav {
margin: 0;
display: table;
width: 100%;
}
.navbar .nav li {
display: table-cell;
width: 1%;
float: none;
}
.navbar .nav li a {
font-weight: bold;
text-align: center;
border-left: 1px solid rgba(255,255,255,.75);
border-right: 1px solid rgba(0,0,0,.1);
}
.navbar .nav li:first-child a {
border-left: 0;
border-radius: 3px 0 0 3px;
}
.navbar .nav li:last-child a {
border-right: 0;
border-radius: 0 3px 3px 0;
}
.itemcamera{
  border: 1px solid #eee;
  height: 320px;
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(0,0,0,.2);

}
.itemcamera h2{
  color:#dd832a;
  text-transform: uppercase;
  font-size: 1.5em;

}
.pagegroup{
  min-height: 600px;
  margin-bottom: 90px;
}
.appartamenti h2{

}

.page-header h1{
  font-family: "Voltaire";
  font-size: 4em;
  text-shadow: 2px 3px 4px rgba(255,255,255,.9);
}
.fontize1{
  font-family: "Voltaire";
  font-size: 4em;

}

.carousel .item img {
  display: block; 
  margin: 0 auto;
  width: auto;
  max-height: 300px;
}
.itemcamera{
    display: inline-block;
}
.itemcamera ul li{
   font-size: 16px;
   margin-top: 8px;
   color: #444;
}



.fotogall{
    height: 400px;
    
}