/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
 u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;  
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/**CSS SITO *****/

body{
    font-family: 'Roboto', sans-serif;
    min-height:100%;
    width:100%;
	background-repeat: no-repeat;
    background-color: #bbbbbb;
    font-size:12px;
    color: #333;
    line-height: 120%;
    text-align: justify;
}
a{
    text-decoration: none;
    color:#c70101;
}

a:hover{
    text-decoration: none;
    color:#333333;
}

.sx{
    float:left;
}

.dx{
    float:right;
}

#riga_nera{
    width:100%;
    height:39px;
    background-color: #222222;   
    z-index: 998;
    position:relative;
}

.wrapper{
    width:1000px;
    margin:0px auto;
}

#riga_nera a{
    float:right;
    margin: 12px 10px 0px 0px;
}

.colonna_sx{
    border-top:none;
    width: 280px;
    min-height:300px;
    background-color: white;
    float:left;
    margin-right: 0px;
    box-shadow: 0 0px 6px #000;
    margin-bottom:20px;
}
.ombra_sx{
    height:0;
    width:100%;
    /*box-shadow: 0 4px 4px -2px #333 inset;*/
}


.colonna_dx{
    width:698px;
    border-top:none;
    background-color: white;
    float:right;
    min-height: 300px;
    box-shadow: 0 0px 6px #000;
    margin-bottom:20px;
}

.etichetta{
    text-transform: uppercase;
    position:relative;
    color:white;
    font-weight: normal;
	letter-spacing:0.2px;
    height:34px;
    background-color: #c70101;
    line-height:34px;
}

.etichetta a{
    color:white;
    font-weight: 400;
    text-decoration: none;
	letter-spacing:0.2px;

}

ul.etichetta{
    width:720px;
    text-align: center;
    margin-left:-12px;
    font-size:14px;
}

ul.etichetta li{
    float:left;
    width: 130px;
    border-right:1px solid #333;
    position:relative;
}

ul.etichetta li ul{
    position:absolute;
    left:-1px;
    display:none;
    margin:0px;
    padding:0;
    list-style:none;
    border:1px solid #333;
    border-right:0px;
    border-top:0px;
}

ul.etichetta li ul li{
    width:130px;
    float:none;
    border-top:1px solid #333;
    background-color: #c70101;
    line-height:35px;
	font-size:12px;
}

ul .li_home{
    width: 64px !important;
    background-color: #222222;
}

.colonna_sx .etichetta{
    width: 300px;
    margin-top: 5px;
    text-align: center;
    margin-left:-10px;
    font-size:17px;
	letter-spacing:-0.7px;
}

.label{
    position:absolute;
    width:10px;
    height:11px;
    top:34px;
}

.label_sx{
    background: url("../img/label_sx.png");
    left:0px;
}

.label_dx{
    background: url("../img/label_dx.png");
    right:0px;
}

.colonna_dx .label_sx{
    left:-10px;
    top:34px;
}

.colonna_dx .label_dx{
    right:-10px;
    top:34px;
}



.news{
    margin-top: 20px;
}

.news h2{
    text-transform: uppercase;
    font-size: 20px;
	font-weight:lighter;
    float:left;
    padding-left:10px;
    padding-bottom: 10px;
}

a.button_rosso{
    color:white;
    background-color:#cd000e;
    padding:3px 4px;
    text-transform: none;
	letter-spacing:0.5px;
    font-weight: bold;
}

.news .button_rosso{
    margin-right:10px;
	font-size:10px;
	font-weight:bold;
}

.news_thumb_small{
    width:100px;
    height:75px;
    margin-right:10px;
    float:left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.news_small{
    width: 260px;
    border-bottom: 1px solid #333;
    padding:10px;
}

.news_small a{
    color:#333;
    font-weight: lighter;
}

.news_small a h3{
    color: #C70101;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 2px;
	line-height:16px;
    font-size: 14px;
}

.cycle-slideshow{
    width:698px;
    height:458px;
    overflow:hidden;
    position:relative;
}

.content{
    padding: 30px 20px 20px 20px;
	letter-spacing:0.1px;
	line-height:18px;
	color:#333;
	font-size:13px;
	font-weight:lighter;
}

.content h1{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: lighter;
    margin-bottom:10px;
    line-height:24px;
}

h1.news{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: lighter;
    margin-bottom:10px;
    line-height:14px;
}

.content h2{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: lighter;
    margin-bottom:2px;
}

.news_thumb{
    width:120px;
    height:90px;
    margin-right:20px;
    float:left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.news_archivio{
    padding: 10px 0px;
    border-bottom: 1px solid #333;
}

.news_copertina{
    margin-bottom:20px;
}

.servizi{
    background-color: #eee;
    padding:10px;
    border-radius: 3px;
    border:1px solid #bbb;
    margin:15px 0px;
}

.servizi ul{
    list-style-type: disc;
    padding: 4px 2px;
    font-weight: bold;
    width:630px;
}

.servizi ul li{
    margin-left:10px;
    float:left;
    width:150px;
}

.galleria a{
    height:150px;
    width:150px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 19px;
	display:block;
    float:left;
    margin-bottom: 19px;
}

.galleria_index{
    border-top:1px solid #333;
    margin: 20px 0px 0px 0px;
    width: 658px;
    margin-left: -20px;
    padding: 20px 20px 0px 20px;
}

.altre_foto{
    width:150px;
    height:90px;
    float:right;
    text-transform: uppercase;
    font-weight: normal;
    font-size:16px;
    background-color: #E4E4E4;
    color:white;
    margin-right:2px;
    text-align: center;
	line-height: 110%;
	padding-top:60px;
}

.footer{
    background-color: #222222;
    color: white;
    height:80px;
    line-height: 20px;
    padding-top: 20px;
    border-top:1px solid #333;
    text-align:center;
	font-weight:lighter;
	font-size:14px;
}

.footer a{
    color: #cccccc;
}

.footer a:hover{
    color: #fff;
}

#map_container{
    width:260px;
    height:260px;
    margin-bottom:20px;
}

.fb-like-box{
    margin-left:10px;
    padding-bottom:20px;
    width:238px;
    overflow:hidden;
}

#contatti_container{
    background-color: #0099CC;
    padding: 20px 10px 5px 10px;
    width: 260px;
    color:white;
    border-bottom: 1px solid #333;
    margin-bottom: 0px;
}

#contatti_container h3{
    font-size: 18px;
	letter-spacing:-0.5px;
    text-transform: uppercase;
	font-weight:lighter;
    margin-bottom: 10px;
}

/* hides the spin-button for firefox */
input[type=number] {
    -moz-appearance:textfield;
}
/* hides the spin-button for chrome*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#contatti_form{
    margin-top: 10px;
}

#contatti_form table{
    width:238px;
}

#contatti_form table td{
    padding-bottom: 10px;
    vertical-align: middle;
}

#contatti_form tr td:first-child{
    text-transform: uppercase;
    padding-right: 10px;
	font-weight:lighter;
	font-size:12px;

}

#contatti_form input{
    width: 180px;
    border: none;
    background-color: white;
    padding: 3px;

}

#contatti_form textarea{
    border:none;
    background-color: white;
    width: 258px;
    height: 80px;
}

#contatti_form input[type=submit]{
    background-color: #fff;
    text-transform: uppercase;
    width:238px;
    border-radius: 3px;
    height: 35px ;
    text-align: center;
	letter-spacing:-0.3px;
    font-weight: lighter;
    color: #333;
    margin-top: 5px;
    cursor: pointer;
	font-size:17px;
	font-family: 'Roboto', sans-serif;
}

#contatti_form input[type=submit]:hover{
    background-color: #cc0000;
	color:#FFFFFF;
	font-weight:lighter;
	font-family: 'Roboto', sans-serif;
}

#loaderBig{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:100000;
    background-image: url("../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.8);
    display: none;
}

.apri_maps{
    background-color: #3C77B3;
    text-transform: uppercase;
    width:240px;
    height: 30px ;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    color: white;
    margin: 0px auto;
    margin-top: 5px;
    cursor: pointer;
    display:block;
    border-radius: 4px;
}

.apri_maps:hover{
    background-color: #2559b3;
}

#contatti_form input[type="submit"] {
    width: 260px;

}

a.logo{
    text-align: center;
    width: 100%;
    display: block;
}
