@import "reset.css";
@import "skeleton.css";
@import "superfish.css";
@import "../css/camera.css";
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,300,500);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600);


html {
	width: 100%;

}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
	-webkit-text-size-adjust: none;
}

body {
	position: relative;
	min-width: 960px;
	background: #161719;
    color: #a3a3a3;
    font: 14px/24px Arial, Helvetica, sans-serif;
}


	strong {
		font-weight: 700;
	}

address {
	font-style: normal;
}

p {
	margin-bottom: 11px;
}


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


img {
	max-width: 100%;
}

.bt
 {width:100%;
 height:100%;
 margin-top:16px;
	float:right;
	
}

.img8{
	float: right;
	
	
}
.img4{
	float: left;
	
	display: block;
	
}


/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
	color: #fff;
    text-transform: uppercase;
	font-weight: 100;
}

h2 {
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    padding-top: 98px;
    margin-bottom: 173px;
}

h3 {
    font-size: 45px;
    padding-top: 75px;
    line-height: 50px;
    color: #3e454c;
    margin-bottom: 37px;
}

.page1 h3 {
    margin-bottom: 44px;
    padding-top: 75px;
	
}

.page1 h3.head1 {
	padding-top: 63px;
	margin-bottom: 44px;
	font:'Roboto', sans-serif;
}

h3.head1 {
    padding-top: 62px;
    margin-bottom: 33px;
}

h3.head2 {
    padding-top: 56px;
    padding-bottom: 1px;
}

/****Lists****/


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

ul.list  li {
    color: #fff;
    text-transform: uppercase;
    font: 500 14px/36px 'Roboto', sans-serif;
    padding-left: 36px;
    background: url(../images/marker.png) 0 11px no-repeat;
}

.mid_block ul.list {
    padding-top: 7px;

}

ul.list  li+li {

}
/****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: #f2d13e;
}


a.btn {
    display: inline-block;
    font: 600 15px/20px 'Open Sans', sans-serif;
    color: #1f2326;
    padding: 9px 35px 12px 17px;
    border: 1px solid #ebebeb;
    margin-top: 23px;
    background: url(../images/link_marker.png) right 14px no-repeat;
    text-transform: uppercase;

}

.page1 a.btn {
    padding-right: 39px;
    margin-top: 25px;
}

a.btn:hover {
    border-color: #f3d54d;
}
/****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: 23px;
	margin-top: 7px;
}



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


.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}

.fright_home {
	float: right !important;
}

.fright_left {
	float: left !important;
}

.fright_l {
	float: right !important;
	margin-top:7px;
}
.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 {
	display: block;
	text-align: center;
  
}


.page1 header>div {
  
  position:absolute;

    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
	
}

header>div {
    background: url(../images/oth_pages_shadow.png) 0 0 repeat-x;
	
}

header h1 {
	position: relative;
	z-index: 910;
    padding-top: 70px;
    margin-bottom: 70px;
	text-align: center;

}

.page1 header h1 {
    padding-top: 0;
}

header h1 a {
	display: inline-block;
	overflow: hidden;
	width: 513px;
	height: 82px;
	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;
	
}

h1{
z-index:99;
          position:absolute;
display:block;
  left:8%;
    right:0;
   margin-left:-100px;
 top:3%;
 
	margin: 0 auto;
	text-align: center;
}

h10{
z-index:5000;
          position:relative;
display:block;
    left:20%;
    right:0;
	top:23%;
   
    margin-right:auto;
	
}
.txt_left{text-align: left; margin-top:60px;}
.txt_left_home{text-align: left;}
.txt_cntr{text-align: center;}
.txt_right{text-align: right;}

/**Content**/

.content {
	padding-bottom: 95px;
    background-color: #fff;
	

}

.page1  .content {
    padding-bottom: 77px;
	
}

.col1 {
    color: #f2d13e;
}

.text1 {
    padding-top: 1px;
    font: 20px/25px 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #f3d54d;
    margin-bottom: 16px;
}

.mid_block {
    padding-top: 6px;
    padding-bottom: 81px;
    color: #a3a3a3;
    background: url(../images/sfondo_h.jpg) center bottom no-repeat;
    
}

.mid_block h3 {
    color: #fff;
    margin-bottom: 47px;
}

.col1 a:hover {
    color: #1f2326;

}


.bottom_block {
    padding-bottom: 42px;
    background-color: #212325;
}
.bottom_block h2 {
	padding-top: 40px;
	font-weight: normal;
	font-size: 36px;
	float: left;
	margin-bottom: 0;
	text-align: left;
	font-weight: 300;
}

.bottom_block a {
    display: block;
    float: right;
    background-color: #f3d44d;
    font: 300 25px/25px 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 25px 23px 27px 33px;
    margin-top: 43px;
}

.bottom_block h2 span {
    line-height: 30px;
    padding-top: 7px;
    font-size: 20px;
    display: block;
}

.bottom_block a:hover {
    background-color: #161719;
}

.block1 time {
    display: block;
    float: left;
    font: 20px/25px 'Open Sans', sans-serif;
    min-width: 78px;
}

.block1+.block1 {
    margin-top: 14px;
}
ul.list.l1 {
    padding-top: 1px;
}
ul.list.l1 li {
    color: inherit;
    color: #b9b9b9;
}

.cl1 {
    height: 49px;
}

.mb1 {
    padding-top: 7px;
    padding-bottom: 82px;
}

.mb1 h3 {
    margin-bottom: 46px;
}

.mb1 .text1 {
    margin-bottom: 9px;
}

.text2 {
    text-transform: uppercase;
    font: 300 20px/20px 'Roboto', sans-serif;

}

.content blockquote {
    padding-left: 81px;
    background: url(../images/quote.png) 0 7px no-repeat;
}

.content blockquote  p {
    margin-bottom: 19px;
}

a.gal img {

    width: 100%;
    position: relative;
}

a.gal {
    display: block;
    position: relative;
}

a.gal span {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    display: block;
    z-index: 10;
    position: absolute;
    left: 0;
    opacity: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/magnify.png) center center no-repeat;
}

a.gal:hover span {
    opacity: 1;
}

.gallery {
    overflow: hidden;
    padding-top: 7px;
}

.gallery .text1 a:hover, .mid_block .text1 a:hover  {
    color: #fff;
}

.gallery .clear {
    height: 20px;
}

.box {
    background-color: #212325;
}

.pad {
    padding: 23px 10px 5px 20px;
}

.box p {
    margin-bottom: 16px;
}

.text1 a:hover {
    color: #212325;
}

.blog {
    line-height: 21px;
    position: relative;
    top: 7px;
    background-color: #212325;
}


.blog .pad {
    padding-bottom: 13px;
    padding-right: 20px;
}

a.user, a.comment {
    display: block;
    float: right;
    color: #f3d54d;
    margin-top: 6px;
}

a.user {
    padding-left: 17px;
    background: url(../images/user_icon.png) 0 2px no-repeat;
}

a.comment {
    background: url(../images/comment.png) 0 2px no-repeat;
    padding-left: 25px;
    margin-left: 26px;
}

a.user:hover, a.comment:hover {
    color: #fff;
}

.blog .pad>p:first-child {
    padding-bottom: 6px;
}

.blog .text1 a:hover {
    color: #f3d54d;
}

.blog img {
    width: 100%;
}

.blog .pad>p {
    padding-bottom: 13px;
}

.blog+.blog {
    margin-top: 50px;
}

.blog>.pad>.text1 {
    color: #fff;

    margin-bottom: 13px;
}


/**Map**/

.map {
    padding-bottom: 10px;
    overflow: hidden;
	padding-top: 7px;
}
 

.map figure {
    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: 360px;
	max-width: 100%;
}
.map address {
    float: left;
	display: block;
}

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




.map address dt {
    color: #1c1c1e;
    font-weight: bold;
}

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

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


/**Footer**/
footer {
	display: block;
    font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
    color: white;
    padding: 21px 0;
}

.copy  {
    padding-top: 6px;
}

.copy strong{
    font-weight: 600;
    text-transform: uppercase;

}

.socials {
    overflow: hidden;
    float: right;
}

.socials a {
    border-radius: 500px;
    display: block;
    float: left;
    width: 34px;
    height: 34px;
    background: url(../images/socials.png) 0 0 no-repeat #212325;
}

.socials a+a {
    margin-left: 8px;
    background-position: -43px 0;
}

.socials a+a+a {
    margin-left: 9px;
    background-position: -86px 0;
}

.socials a+a+a+a {
    background-position: right 0;
}

.socials a:hover {
    background-color: #f3d44d;
}

.prv p {
    margin-bottom: 23px;
}


/*==================================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;
}

#owl, #owl1 {
    margin-top: -20px !important;
}

.bottom_block h2 {
    font-size: 40px;
}

.nowrap {
    white-space: normal;
}

h3 {
    font-size: 40px;
}

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

.mid_block {
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -ms-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}


.socials {
    float: none;
    margin-bottom: 25px;
}
.content blockquote {
margin-bottom: 30px;
}


a.user, a.comment  {
    display: inline-block;
    float: none;
}

a.comment {
    margin-left: 0;
    margin-right: 25px;
}

.blog time {
    display: block;
}

.gallery .clear {
    height: 0;
}

.box {
    margin-bottom: 30px;
}

 .map address {
    float: none;
    margin-left: 0 !important;
 }

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


header h1 {
	display: block;
	width: auto;
	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;
 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: 20px;
}

}

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


}

.slider_wrapper {height: auto !important;}

.wrapper, .wrapper-extra, .extra-wrap{
	position: relative;
	overflow:hidden;
	width: 100%; 
}

.wrap {
	position: relative;
	text-align: center;
}
.wrapper-after:after{
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}

#book_form .wrapper{margin-bottom: 20px;}


.div-content{
	margin:0 auto;
	padding-top: 0px;
	padding-bottom: 53px;
	width:100%;
	background: #fff;
	
}

.main{
	padding:0 0 0 0;
	width:100%;
	height: auto; 
	/* background: #fafafa; */
}

.mascherina_i{
	margin: 0 auto;
	text-align: center;
	
}

	/* SCELTA LINGUA */

.menu {
	width:233px;
	height:32px;
	position:relative;
	z-index:100;
	font-family:arial, sans-serif;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#3e454c; width:138px; height:30px; border:1px solid #585752; border-width:1px;  padding-left:10px; line-height:29px; font-weight:bold;
background-image:url(../img/trasparenza.png);}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background-image:url(../img/trasparenza.png);  130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background-image:url(../img/trasparenza.png); 130px center;}
.menu ul ul :hover > a.drop {background-image:url(../img/trasparenza.png); 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:yellow;}
/* style the third level hover */
.menu ul ul ul a:hover {background:yellow;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden; position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #585752;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited { background-image:url(../img/trasparenza.png); color:#3e454c; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0px 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#3e454c; background-color:#f2d13e;}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

      .modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	color: black;
	font-size: 11px;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 930px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: white;
	height:630px;
	
}

.close {
	background: white;
	color: black;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: white; }
