/*
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-ago-2016, 22.05.41
    Author     : enrico
*/
body{
    padding-top: 15px;
}

h2 a{
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    color: #627D00;
}

.form-inline{
    padding-top: 15px;
    padding-bottom: 50px;
    background-image:url('/img/campanino.jpg');
    background-repeat: no-repeat;
    background-position: center; 
    background-color: #F7F7F5;
    margin: 20px;
    border:#627D00 solid  2px;
    border-radius: 10px;
    box-shadow: -10px 10px 5px  grey;
}
.imgcal{
    padding-left: 10px;
}
.xsform {
    padding-bottom: 15px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
}

.head{
   padding-bottom: 15px;
}

.contact{
    padding-top: 8px;
    padding-left: 60px;
    padding-bottom: 20px;
}

.logo{
    padding: 20px;
}

.logotext{
    padding: 30px;
}

.carosello_container{
    padding: 15px;
}

.carosello{
    border-radius: 10px;
    box-shadow: -10px 10px 5px grey;
}

.text_titolo{
    padding-top:30px;
    padding-bottom: 15px; 
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    color: #627D00; 
}

.aboutleft{
    padding-top: 15px;
    padding-bottom: 15px;
}
.aboutcenter1{
    padding-bottom: 40px;
}
.aboutcenter{
    padding-top: 10px;
    padding-bottom: 20px;
        padding-left: 25px;
    padding-right: 25px;
}

.servicecenter{
    text-align: center;
    padding-top: 40px;
}
.servizi{
    padding-top:30px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.servizi_icona{
    display: block;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0px 0px 10px rgba(119, 119, 119, 0.25);
}


.servizitext{
    text-align: center;
}
.text-mas{
    padding: 15px 40px 20px 0px;
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    color: #627D00; 
}

.imagerisultati{
    padding: 20px;
}

.upcoming{
 padding: 20px;   
}

.textarea{
    height: 400;
}

.text-mas_contact{
    padding: 15px 40px 20px 20px;
    text-align: left;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    color: #627D00; 
}

.agenda {  }

/* Dates */

.agenda .agenda-date .dayofmonth {
  width: 40px;
  font-size: 36px;
  line-height: 36px;
}
.agenda .agenda-date .dayofweek{
   margin-left: 10px; 
}
.agenda .agenda-date .shortdate {
  font-size: 0.75em;
  margin-left: 10px;
}


/* Times */
.agenda .agenda-time { width: 140px; color: #627D00} 


/* Events */
.agenda .agenda-events {  } 
.agenda .agenda-events .agenda-event {  } 


