@import "grid.css";
@import "font-awesome.css";
@import "superfish.css";

@import url(//fonts.googleapis.com/css?family=BenchNine:400);
@import url(//fonts.googleapis.com/css?family=BenchNine:300);
@import url(//fonts.googleapis.com/css?family=BenchNine:700);

@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic);
html {
    width: 100%;

}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}

body {
    position: relative;
    background-color: #FFF;
    color: #979090;
    font: 14px/20px 'Open Sans', sans-serif;
}

.ic {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}

strong {font-weight: 700;}
.corsivo {font-style:italic;}
.giustificato {text-align:justify;}
.barrato {text-decoration:overline;}

.clausola {
	font-size:12px;
	font-style:italic;
	font-weight:bold;
}

.privacy {
    display: inline-block;
    border-radius: 3px;
	font-size: 16px;
    line-height: 35px;
    padding: 0px 35px 8px 35px;
    margin-top: 5px;
}

address {
    font-style: normal;
}

p {
    margin-bottom: 20px;
}

input {
    border-radius: 0 !important;
    outline: none !important;
}


img {
    max-width: 100%;
}

.color-1 {color: #f39200;}
.color-2 {color: #fff;}
.color-3 {color: #3b424e;}


/****Heads****/


h1, h2, h3, h4, h5, h6 {
    color: #f39200;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

h2 {
    font-size: 55px;
    line-height: 35px;
    position: relative;
    padding-bottom: 20px;
}

h2:after {
    background-color: #a9a9a9;
    width: 263px;
    bottom: 0;
    left: 50%;
    margin-left: -131px;
    content: '';
    position: absolute;
    display: block;
    height: 1px;
}

.page1 h2 {
    padding-top: 72px;
    margin-bottom: 19px;
}

h3 {    
    font-size: 36px;
    padding-top: 64px;
    line-height: 35px;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 15px;
}

h3:after {
}

#presentazionePEC h2{
    background-color: white;
    font-size: 36px;
    padding-top: 48px;
    margin-bottom: 18px;
    line-height: 35px;
    position: relative;
    padding-bottom: 14px;
}

#presentazionePEC h2:after{
    background-color: white;
}

.page1 h3 {
    padding-top: 48px;
    margin-bottom: 18px;
}

.page1 h3.head1 {
    padding-top: 79px;
    margin-bottom: 23px;
}

h4 {
	font-size:20px;
	margin:0px 0px 25px 0px;
	padding:0px;
	font-weight:normal;
}

h5 {
	font-size:20px;
	margin:0px 0px 5px 0px;
	padding:0px;
	font-weight:normal;
}

/****Lists****/



.list {
	list-style:none;
}

.list li {
    font-size: 14px;
    padding-left: 0px;
    position: relative;

}

.list li+li {
    margin-top: 10px;
}

.list li:after {
    content: '';
    font-size: 20px;
    line-height: 20px;
    color: #d4d4d4;
    position: absolute;
    left: 0;
    top: 0;
}

.list_count {
    float: left;
    width: 65px;
    height: 65px;
    color: #000;
    background-color: #ddd;
    border-radius: 500px;
    text-align: center;
    font-size: 24px;
    line-height: 64px;
    margin-right: 26px;
    margin-top:0px;
}

.list_count_faq {
    float: left;
    width: 30px;
    height: 30px;
    color: #000;
    background-color: #ddd;
    border-radius: 500px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    margin-right: 16px;
    margin-top:0px;
}

.list1 {
	padding-bottom:10px;
	list-style:none;
}

.list1 li {
    overflow: hidden;
	margin-top:12px;
}

.list1_title {
	margin-top:5px;
    margin-bottom: 0px;
    font-size: 18px;
}

.list1 .td_und {
    display: inline-block;
    margin-left: 20px;
}

.list2 {
	margin-bottom:10px;
}

.list2 li {
	padding-left:7px;
	margin-left:25px;
	margin-top:13px;
}

.list3 {
	margin-bottom:10px;
	color:#f39200;
}

.list3 li {
	padding-left:7px;
	margin-left:25px;
	margin-top:13px;
}

/****Links****/


a {
    text-decoration: none;
    color:#f39200;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a:hover {
    color: #ffbd5a;
}

.btn {
    color: #FFF;
    display: inline-block;
    border-radius: 3px;
	background-color:#f39200;
}

.btn:hover {
    color: #FFF;
	background-color:#feb300;
}

.btn.bt__1 {
    font-size: 30px;
    line-height: 35px;
    padding: 13px 42px 17px;
    position: absolute;
    right: 0;
    top: 26px;
}

.btn.bt__2 {
    font-size: 20px;
    line-height: 35px;
    padding: 5px 35px 8px;
    margin-top: 5px;
}

.btn.bt__3 {
    font-size: 20px;
    line-height: 35px;
    padding: 5px 35px 8px;
    margin-top: 15px;
}

.btn.bt__4 {
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    margin-top: 0px;
	background:#3C424E;
}

/****classes****/

.mb__0 {margin-bottom: 0px !important;}
.mb__1 {margin-bottom: 10px !important;}

.mr__1 {margin-right: 10px !important;}
.mr__2 {margin-right: 20px !important;}
.mr__3 {margin-right: 30px !important;}
.mr__4 {margin-right: 40px !important;}
.mr__5 {margin-right: 50px !important;}
.mr__6 {margin-right: 60px !important;}
.mr__7 {margin-right: 70px !important;}

.m0 {margin: 0 !important;}
.m1 {margin: 7px !important;}

.pad0 {
    padding: 0 !important;
}

.pad1 {
}


.img_inner {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 27px;
    margin-top: 8px;
}



.fleft {
    float: left;
    width: auto !important;
    margin-right: 50px;
    margin-bottom: 0px;
    margin-top: 3px;
}

.page1 .fleft {
    margin-top: 8px;
}

.rel {
    position: relative;
}


.oh {
    overflow: hidden;
}
.fright {
    float: right !important;
}
.upp {
    text-transform: uppercase;
}

.alright {
    text-align: right;
}
.center {
    text-align: center;
}
.wrapper, .extra_wrapper {
    overflow: hidden;
}
.clear {
    float: none !important;
    clear: both;
}

.oh {
    overflow: hidden;
}

.nowrap {
    white-space: nowrap;
}


/*header*/

header {
    display: block;
    position: relative;
}


header h1 {
    position: relative;
    text-align: center;
    float: left;
}


header h1 a {
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;    
    text-indent: -999px;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

header h1 a img {
    display: block;
}

.main {
    background-color: #FFF;
}
/**Content**/

.content {
    padding-bottom: 63px;
}

.cont_pad1 {
    padding-bottom: 155px;
}

.page1 .content {
    padding-bottom: 63px;
}

.cont__1 h3 {
    font-weight: 300;
}

.cont__1 h3.head1 {
    padding-top: 60px;
}

/*Blocks*/
.block1 {
    background-color: #3c424e;
    color: #fff;
    font-size: 36px;
    line-height: 35px;
    padding: 26px 0 30px;
}

.block1 p {
    margin-bottom: 0;
    padding-right: 0px;
}

.block2 {
    font-size: 20px;
    padding-top: 16px;
}

.block2 +.block2  {
    padding-top: 56px;
}

.block2 +.block2  .block2_title {
    padding-bottom: 6px;
}

.block2_title {
    margin-bottom: 18px;
}

.blog {
    padding-top: 65px;
    overflow: hidden;
}

.blog h3 {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.blog h3:after {
    display: none;
}

.blog time {
    padding-top: 12px;
    margin-top: 2px;
    color: #000;
    text-align: center;
    width: 65px;
    height: 65px;
    background-color: #ddd;
    border-radius: 500px;
    display: block;
    float: left;
    font-size: 24px;
    margin-right: 34px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.blog time span {
    padding-top: 2px;
    font-size: 18px;
    display: block;
}

.blog+.blog {
    padding-top: 62px;
}

.blog .bt__2 {
    padding-top: 4px;
    padding-bottom: 6px;
    padding-left: 26px;
    padding-right: 26px;
    margin-top: 25px;
}

/**Gallery**/

.gal_item {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.gal_item img {
    width: 100%;
    position: relative;
}

.gal_item .gal_caption {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(190,114,134,0.63);
    color: #fff;
    font: 300 30px/35px 'BenchNine', 'sans-serif';
    padding: 3px 0 8px 30px;
    width: 153px;
    left: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    z-index: 3;
}

.gal_item:hover .gal_caption {
    width: 100%;
}

.gal_magnify {
    position: absolute;
    display: block;
    background: url(../images/magnify.png) center -100px no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
     transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.gal_item:hover .gal_magnify {
    background-position: center center;
}

.gall__1 h3 {
    padding-top: 65px;
    margin-bottom: 38px;
}

.gall__1 .gal_item {
    margin-bottom: 0;
}

.gall__1  .gal_caption {
    padding-left: 15px;
}

/**Bot block**/

.bottom_block {
    background-color: #ddd;
    color: #000;
    font-size: 20px;
    line-height: 35px;
    padding: 15px 0 16px;
}

.bottom_block2 {
	color:#FFF;
    background:url(../images/bg-vantaggi.jpg) no-repeat center fixed;
    padding: 15px 0 16px;
}

.bottom_block .fa {
    font-size: 24px;
    margin-right: 30px;
    margin-top: 5px;
}

.bot_title {
    margin-left: 100px;
    margin-top: 2px;
}

/**Map**/

.color1 {
    color: #f39200;
}

.color1 a:hover, a.color1:hover {
    color: #7e7a7a;
}

.color2 {
    color: #3c424e;
}

.color3 {
    color: #FFF;
}

.td_und {
    text-decoration: underline;
}

.map {
    overflow: hidden;
    position: relative;
    padding-top: 65px;
    top: 2px;
}


.map figure {
    margin-bottom: 1px;
    position: relative;
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.map figure iframe {
    width: 100%;
    height: 399px;
    max-width: 100%;
}
.map address {
    padding-top: 30px;
    display: block;
}

.map address dt {
    color: #3b3a3a;
    font-weight: bold;
    margin-bottom: 20px;
}

.map address+address {
    margin-top: 23px;
}

 address dd span {
    min-width: 84px;
    display: inline-block;
    text-align: left;
}

.map address dd span.col1 {
    min-width: 0;
}

/**Footer**/

footer {
    display: block;
    color: #e2e2e2;
    padding: 33px 0 15px;
	background:#000;
}

.copy {
    float: left;
    padding-top: 5px;
    font-weight: 300;
}

.copy .brand {
    position: relative;
    top: -2px;
    font-size: 18px;
}

.footer_socials {
    float: right;
}

.footer_socials .fa {
    border-radius: 500px;
    background-color: #ddd;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    display: block;
    float: left;
}

.footer_socials .fa:hover {
    background-color: #f39200;
}

.footer_socials .fa.fa-pinterest {
    font-size: 36px;
}

.footer_socials .fa+.fa{
    margin-left: 20px;
}

.sub_copy {
    font-weight: normal;
    padding-top: 6px;
    color: #aaa;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 670px;
    overflow: hidden;
    width: 49px;
    height: 49px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1199px) {
   
    .extra_wrapper {
        overflow: visible;
    } 

    #newsletter {
        padding-right: 0;
    }
	
	.bottom_block2 {
		color:#FFF;
		background:url(../images/bg-vantaggi.jpg) no-repeat;
		padding: 15px 0 16px;
	}
	
	

}

@media only screen and (max-width: 979px) {

#newsletter input {
    padding-left: 20px;
    padding-right: 20px;
}

.bottom_block .fa {
}

.bottom_block  {
    font-size: 18px;
}

.map address+address {
    float: left;
}
 .map figure,  
 .map figure iframe,    
 #form textarea,  
 #form .success {
    width: 90% !important;
    float: none !important;
}
 #form .success {
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     -o-box-sizing: border-box;
     box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}


.map figure {
	margin-bottom: 15px;
}

.nowrap {
    white-space: normal;
}

.fleft {
    margin-bottom: 20px;
}

h3:after {
    width: 200px;
    margin-left: -100px;
}

.caption p+p {
    display: none;
}

.responsive-img-tel {
	width:150px;
	}

}

@media only screen and (max-width: 800px) {

#newsletter .btn.bt__2 {
    margin-left: 0;
    margin-top: 20px;
}

.bot_title {
    margin-left: 0;
    margin-bottom: 20px;
}

.footer_socials, .copy {
    float: none;
}

.footer_socials {
    overflow: hidden;
    margin-bottom: 25px;
}

.block1 p {
    padding-right: 0;
    font-size: 16px;
}

.btn.bt__1 {
    position: static;
    margin-top: 22px;
}

.camera_prev {
    margin-left: -82px;
}

.camera_next {
    margin-left: 0;
}

.map address {
    float: none;
    margin-left: 0 !important;
 }

.map address +address {
    margin-top: 30px;
}

.mr__7 {margin-right: 50px !important;}

header h1 {
	display: block;
	width: auto;
    margin-left: 0;
    position: relative;
	height: auto;
}

.img_inner {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}

h1 a {
	max-width: 90%;
}


.img_inner img {
	width: 100%;
}


 header h1 {
 margin-bottom: 20px;
 float: none;
 left: 0;
 text-align: center;
}
 header h1 a {
 	width: auto;
 	display: inline-block;
 height: auto;
}
 header h1 a img {
}

 .map {
 	padding-right: 0px !important;
 }

 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 	margin-right: 0;
}


 .content .noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 4px !important;
}

 .img_inner {
 margin-top: 30px;
}

.none {
    clear: both;
}

.list2 li {
    margin-top: 10px;
}

}


@media only screen and (max-width: 479px) {

body {
    font: 12px 'Open Sans', sans-serif;
}

.list_count {
    width: 40px;
    height: 40px;
    border-radius: 400px;
    font-size: 24px;
    line-height: 40px;
    margin-right: 15px;
    margin-top: 10px;
	margin-bottom:110px;
}

.block1 p {
    padding-right: 0px;
    font-size: 24px;
}

.list1_title {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 14px;
	font-weight:bold;
}

.footer_socials .fa + .fa {
    margin-left: 8px;
}

.sub_copy {
    font-size: 13px;
}

.responsive-img-tel {
	width:110px;
	margin-left:10px;
	}
	
.footer_socials, {
    float:left;
	}

.copy {
	float:none;
	text-align:center;
	font-size:12px;
}

.copy .brand {
    top: 0px;
    font-size: 14px;
}

h5 {
    font-size: 14px;
    margin: 0px 0px 5px;
    padding: 0px;
    font-weight: normal;
}

.m1 {
		margin: 0px !important;
	}

.btn.bt__2 {
    font-size: 16px;
    line-height: 30px;
    padding: 0px 25px 3px;
    margin-top: 5px;
}

}


div#errori2 {
	display: inline;
}

div#errori2 div#post_moduli_err2 h5 {
	color: #F00;
	/*background: #F00;
	color: #FFF;*/
	font-size: 16px;
	padding: 2px 10px 2px 10px;
	display: inline;
	font-weight: bold;
}

div#pre_err {
	color: #F00;
	font-size: 16px;
	padding: 2px 10px 10px 2px;
	font-weight: bold;
	display: none;
}
