.borders{
    border:  1px solid black;
    moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;

    /*firefox's individual border radius properties */
    -moz-border-radius-topleft:15px;  //top left corner 
    -moz-border-radius-topright:50px;  //top right corner 
    -moz-border-radius-bottomleft:15px; // bottom left corner 
    -moz-border-radius-bottomright:50px; // bottom right corner 
    -moz-border-radius:15px 50px 15px 50px;  // shorthand topleft topright bottomright bottomleft 

    /*webkit's individual border radius properties */
    -webkit-border-top-left-radius:15px;  //top left corner 
    -webkit-border-top-right-radius:50px; // top right corner 
    -webkit-border-bottom-left-radius:15px; // bottom left corner 
    -webkit-border-bottom-right-radius:50px;  //bottom right corner 

}
.padding{
    padding: 2em 2em 2em 2em;

}

.padding-center{
    padding: 2em 0em 2em 0em;

}

.divCentered{
    margin: 0 auto;
}
.divider-intro {
    animation-delay: 1s;
    background-color: #ff5252;
}
.divider {
    background-color: #808082;
    height: 2px;
    margin: 30px auto;
    width: 80px;
}


#header{
    background: url('../img/home2.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -99999999;
    width: 100%;
    height: 100%;
}


#headerNoIndex{
    background: url('../img/home.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -99999999;
    width: 100%;
    height: 15%;
}





.back {

    //font-family: 'Open Sans', sans-serif;

    background-color:rgba(255, 255, 255,1);

}

.logo{
    width:70%;
    height:70%;
}

#map-canvas{
    height:500px;
    width:100%;   
}

#map-canvas img
{
    max-width : none;
}

#mapHeader{
    padding: 2em;
    background-color: #779ECB;
    filter: saturate(50%);
    // Browser Specific
    -webkit-filter: saturate(50%);
    -moz-filter: saturate(50%);
    -o-filter: saturate(50%);
    -ms-filter: saturate(50%);        
}

#menu,#orari{
    background-color: #ffffff;
}


.opaco{

    // background-color: #AEC6CF;
    /* Fallback for web browsers that doesn't support RGBa */
    background:rgb(246, 246, 246);
    /* RGBa with 0.6 opacity */
    background: rgba(246, 246, 246,0.6);
   /* border-left :1px solid rgba(235,235,235,1);
    border-right :1px solid rgba(235,235,235,1);*/
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
 
}  

.backHeaderColor{
    background-color:rgba(0, 0, 0, 0.7);

}

.rowMaxWidth{
    width:100%;
}

.spacer{

    margin-top:1em;
    margin-bottom:1em;
}

.spacer-top{
	margin-top: 1em;
	width: 350px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	height: auto;
	margin-bottom: 20px;
}

.spacer-bottom{
    margin-bottom:1em;
}

.score-text {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1em;
    line-height: 1em;
    //font-size: 1em;
}


.timeTable li {

    padding-top:100px;
    padding-bottom:20px;
}

.uppercase{
	text-transform: uppercase;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}


.whiteBack{
    background-color:#ffffff;
}

.pastelBack{
    background-color:#FFB347;
}


.margin{
    margin:1em;;
}

.color-white-60{

    color: rgba(255, 255, 255, 0.9);
    /* Fallback for web browsers that doesn't support RGBa */

}
