@import "reset.css";
@import "skeleton.css";
@import "superfish.css";

@import url(//fonts.googleapis.com/css?family=Arvo:400);
@import url(//fonts.googleapis.com/css?family=Arvo:700);

@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@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;
	min-width: 960px;
    background: #fff;
    color: #666;
    font: 14px/22px 'Open Sans', sans-serif;
}

p {
    margin-bottom: 22px;
}



	strong {
		font-weight: 700;
	}

address {
	font-style: normal;
}



input {
	border-radius: 0 !important;
	outline: none !important;
}


img {
	max-width: 100%;
}

.rosso {
	/*color:#CD581E;*/
	color:#bc0303;
}


/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-family: 'Arvo', serif;
	color: #262626;
    font-weight: normal;
}

h2 {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    padding-top: 78px;
    text-transform: uppercase;
    margin-bottom: 28px;
}

h2 span {
    padding-top: 9px;
    text-transform: none;
    font: normal 30px/24px 'Open Sans', sans-serif ;
    display: block;
}

h3, h2.h3, h1.h3, .h2_sub h2 {
    font-size: 28px;
    line-height: 48px;
    font-weight: bold;
    padding-top: 28px;
    margin-bottom: 12px;
	/****/
	color: #262626;
	text-transform:none;
}
.h2_sub h2 {
	padding-top:8px;
	margin-bottom:3px;
}


.page1 h3,
.page1 h2.h3,
.page1 h1.h3,
.page1 .h2_sub h2 {
    padding-top: 49px;
    margin-bottom: 12px;
}

.page1 h3.head1,
.page1 h2.h3.head1,
.page1 h1.h3.head1 {
    padding-top: 45px;
}

h4 {
    padding-top: 11px;
    color: #262626;
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

/****Lists****/

.col1 {
    
    color: #a1566b;
}

.col2 {
    color: #fdbd1f;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}


ul.list li {
    background: url(../images/marker.png) 0 6px no-repeat;
    padding-left: 17px;
    line-height: 18px;
}


ul.list  li+li {
    margin-top: 6px;
}


/****Links****/


a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #bc0303;
}


a.btn {
    display: inline-block;
    color: #bc0303;
    margin-top: 23px;
    font-size: 12px;
}

.page1 a.btn.btn1 {
    margin-top: 15px;
}

a.btn:hover {
    color: #262626;
}

.page1 a.btn {
    margin-top: 12px;
}
/****classes****/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !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: 33px;
    border: 1px solid #f2f2f2;
	margin-top: 6px;
}



.fleft {
	float: left;
	width: auto !important;
	margin-right: 32px;
	margin-bottom: 0px;
	margin-top: 6px;
}


.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;
}

.nowrap {
    white-space: nowrap;
}
/*header*/

header {
    text-align: center;
	display: block;
    padding: 24px 0 26px;
}


.header_img {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}

header h1,
header .h1 {
	position: relative;
    text-align: center;
    z-index: 999;
    margin-bottom: 23px;
	/**/
	float:left;
}



header h1 a,
header .h1 a {
	display: inline-block;
	overflow: hidden;
	width: 379px;
    height: 60px;
	font-size: 0;
	line-height: 0;
	
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a img,
header .h1 a img {
	display: block;
}

/****/
header .mappa {
	/*float:right;*/
	/*margin-bottom: 23px;*/
	position:absolute; 
	top:-24px; 
	right:0; 
	z-index:1000;
}


/**Content**/

.content {
    position: relative;
    z-index: 10;
    padding-bottom: 57px;
}


.page1  .content {
    padding-top: 44px;
    padding-bottom: 60px;
}

.icon {
    margin-top: 6px;
    float: left;
    /*margin-right: 24px;*/
	margin-right:6px;
}

.title {
	font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #262626;
}
.title2 {
    font-size: 22px;
    line-height: 48px;
    margin-bottom: 20px;
    color: #262626;
	font-weight: bold;
}

.hor {
    margin-top: 53px;
    height: 9px;
    background: url(../images/bg2.png) center 0 no-repeat;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -ms-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}

.col1 {
    color: #bc0303;
}

.col1 a:hover, a.col1:hover {
    color: #262626;
}

blockquote.bq1 {
    margin-top: -1px;
}


blockquote.bq1  span {
    display: block;
    text-align: right;
    margin-right: 10px;
    font: 14px/20px 'Arvo', serif;
    font-weight: bold;
    color: #262626;
    margin-top: -9px;
}


blockquote.bq1 em , blockquote.bq2 em {
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #e19b78;
}

blockquote.bq1 em+em {
    margin-top: 20px;
}

blockquote.bq1 em img, blockquote.bq2 em img {
    margin-right: 17px;
    position: relative;
    top: 6px;
}

blockquote.bq1>img {
    margin-top: 7px;
    float: left;
    border-radius: 500px;
    margin-right: 10px;
}

.hor1 {
    margin-top: 41px;
}

.bg3 {
    background-image: url(../images/bg3.png);
}

.block1  {
    overflow: hidden;
}

.block1 .title {
    margin-bottom: 0;
    position: relative;

    top: -2px;
}

.block1+.block1 {
    margin-bottom: 3px;
    padding-top: 15px;
    margin-top: 18px;
    border-top: 3px double #eeeeee;
    border-style: double;
}

ul.logos {
    overflow: hidden;
    margin-top: -18px;
}

ul.logos li {
    float: left;
}

ul.logos li+li {
    margin-left: 70px;
}

.hor2 {
    margin-top: 57px;
    margin-bottom: 20px;
}

.p1 {
    margin-bottom: 20px;
}

a.gal {
    display: block;
    margin-top: 6px;
    margin-bottom: 24px;
    border: 1px solid #f2f2f2;
    background: url(../images/magnify.png) center center no-repeat #c44d15;
}

a.gal img {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    width: 100%;
    box-shadow: 0 0 0 transparent;
}

.text1 {
    color: #262626;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 9px;
}

a.gal:hover img {
    opacity: 0.2;
}

.l1 {
    padding-top: 2px;
    margin-bottom: 15px;
}

.cl1 {
    height: 28px;
}

.gal1 a.gal {
    margin-bottom: 14px;
}

.bq2 {
    overflow: hidden;
    margin-top: 6px;
}

.bq2 p {
    margin-bottom: 0;
    border: 1px solid #f2f2f2;
    padding: 22px 26px 29px;
}

.bq2 em+em {
    margin-top: 20px;
}

.bq2 .bq_bot img {
    float: left;
    border-radius: 500px;
    margin-top: 1px;
    margin-right: 18px;
}

.bq2 +.bq2  {
    margin-top: 40px;
}

.bq_bot {
    font-size: 11px;
    line-height: 15px;
    padding-top: 35px;
    margin-top: -1px;
    background: url(../images/bq_bot.png) 35px 0 no-repeat;
}

.bq_bot span {
    font: bold 14px/14px 'Arvo', serif;
    color: #262626;
    display: block;
    margin-bottom: 1px;
    padding-top: 20px;
}
/**Map**/

.map {
    padding-top: 6px;
    overflow: hidden;
    position: relative;
    padding-right: 25px;
}

.map+.clear+h3,
.map+.clear+.h3 {
    margin-top: -1px;
}
 

.map figure {
    position: relative;
	display: block;
	width: 100%;
    margin-bottom: 25px;
	-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: 317px;
	max-width: 100%;
}
.map address {
    float: left;
	display: block;
}

.map address+address {
    margin-left: 50px;
}

.map address dt {
    margin-bottom: 22px;
}

 address dd span {
	min-width: 100px;
	display: inline-block;
	text-align: left;
}

.map address dd span.col1 {
	min-width: 0;
}

.map a {

}

/**Footer**/
footer {
	display: block;
    position: relative;
    z-index: 10;
    position: relative;
}

footer .hor {
    margin-top: 0 !important;
}
.copy {
    position: relative;
    z-index: 10;
    padding: 33px 0 36px;
}


.copy strong {
    font-weight: normal;
    display: inline-block;
    margin: 0 8px;
}

.body_img {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

/**** custom ****/
.contenuti_eps a {
	color: #bc0303;
	font-weight:bold;
}
.contenuti_eps a:hover {
	/*color: #262626;*/
	text-decoration:underline;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 995px) {
 body {
 min-width: 768px;
}
 .map address+address {
    float: left;
 	margin-left: 30px;
 }
 .map figure,  .map figure iframe,  #form input,  #form textarea,  #form .success {
 width: 100% !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;
}

.extra_wrapper {
 overflow: visible;
}



.map figure {
	margin-bottom: 15px;
}

.nowrap {
    white-space: normal;
}

#owl {
    margin-top: 0;
}

ul.logos li+li {
    margin-left: 30px;
}

.fleft {
    margin-bottom: 10px;
}

}
@media only screen and (max-width: 767px) {
 body {
 min-width: 420px;
}

.cl1 {
    height: 0px;
}

a.gal {
    margin-top: 40px;
}

.slider_wrapper>div {
    width: 370px;
}

.none {
    clear: both;
}

.page1 a.btn {
    margin-bottom: 30px;
}

#owl a.btn {
    margin-bottom: 0;
}

.block1+.block1 {
    border-top: 0;
    margin-top: 0;
}

.block1 {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 3px double #EEEEEE;
}


ul.logos li {
    float: none;
    margin-left: 0 !important;
    margin-bottom: 20px;
}
 .map address {
    float: none;
    margin-left: 0 !important;
 }

  .map address +address {
    margin-top: 30px;
  }


header h1
header .h1 {
	display: block;
	width: auto;
    position: relative;
	height: auto;
	/**/
	float:none;
}

/****/
header .mappa {
	position:relative;
	float:none;
	text-align:center;
	top:auto;
	right:auto;
	margin-top:20px;
	margin-bottom:20px;
}
header .mappa img {
	max-width:70%;
}
/****/

.img_inner {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}

h1 a,
.h1 a {
	max-width: 90%;
}


.img_inner img {
	width: 100%;
}


 header h1,
 header .h1 {
 margin-bottom: 20px;
 float: none;
 position: relative !important;
 text-align: center;
 -webkit-background-size: 60% auto;
 -moz-background-size: 60% auto;
 -ms-background-size: 60% auto;
 -o-background-size: 60% auto;
 background-size: 60% auto;
}
 header h1 a,
 header .h1 a {
 	width: auto;
 	display: inline-block;
 height: auto;
}
 header h1 a img {
}

/**/
/****/
/*
header .mappa {
	margin-bottom: 20px;
}
*/
/**/

 .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 !important;
}



.slider_wrapper {
    background: #262626;
}

.caption p {
    display: none;
}

.bq2 +.bq2 {
    margin-top: 0;
}

.bq2 {
    margin-bottom: 40px;
}

ul.list  li {
    margin-top: 6px;
}

}
@media only screen and (max-width: 479px) {
 body {
 min-width: 300px;
}



.slider_wrapper>div {
    width: 250px !important;
}

}
