/* by Malkeet Singh */

@charset "utf-8";
@import "responsive.css?20170103";
@import url('https://fonts.googleapis.com/css?family=Abhaya+Libre:400,700|Montserrat:300,300i,400,400i,600');


html {
    margin:0;
}

body{
    font-family: 'Montserrat', sans-serif !important;
    margin: 0;
    font-size:14px;
    color: rgb(44,40,91);
	font-weight: 300;
}

a , a:focus{
    color: inherit;
    text-decoration: none;
    outline: 0;
}

a:hover{
	text-decoration: underline;
	color: inherit;
}

.page-min{ /*margin-bottom: 70px;*/}


a.link-normal, a.link-normal:hover{
	text-decoration: none !important;
}

.internal.page-heading{
	padding-top: 50px;
}

.internal a{
	text-decoration: underline;
}

.go-back{
	margin-bottom: 15px;
}

.go-back a , .nota{
    color: #8E8E9A;
	font-family: 'Abhaya Libre', serif;
	font-size: 16px;
}

/* color */

.color-oro{
	color: #c09f58;
}

.color-oro-c{
	color: #c7b378;
}

.color-blu{color: rgb(44,40,91) !important;}


.color-blu-c{color: #6b7a8b;}

.color-white{
	color:#fff;
}

/* end color */

#term-privacy{
	font-size: 12px;
	margin-bottom: 15px;
}

/* animation effect */

.btn-light{
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	border-radius: 50%;
}

.btn-dark{
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(45, 45, 45, 0.7);
}

.btn-light-cont:hover .btn-light {
	-webkit-animation: pulse 1s cubic-bezier(0.10, 0, 0, 1);
	-moz-animation: pulse 1s  cubic-bezier(0.10, 0, 0, 1);
	-ms-animation: pulse 1s cubic-bezier(0.10, 0, 0, 1);
	animation: pulse 1s cubic-bezier(0.10, 0, 0, 1);
}


@-webkit-keyframes pulse {to {box-shadow: 0 0 0 12px rgba(45, 45, 45, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 12px rgba(45, 45, 45, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 12px rgba(45, 45, 45, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 12px rgba(45, 45, 45, 0);}}


.btn-dark-cont:hover .btn-dark {
	-webkit-animation: pulse 1s cubic-bezier(0.10, 0, 0, 1);
	-moz-animation: pulse 1s  cubic-bezier(0.10, 0, 0, 1);
	-ms-animation: pulse 1s cubic-bezier(0.10, 0, 0, 1);
	animation: pulse 1s cubic-bezier(0.10, 0, 0, 1);
}

/**********/

.btn-grow{
	position: relative;
	transition: transform .1s linear, opacity .1s linear, box-shadow .1s linear;
}


.btn-grow-cont:hover .btn-grow {
	transform: scale(1.2,1.2);
}

/* end animation effect */

/* header */

header{
	border-bottom: 2px solid rgb(44,40,91);
}

.header-top{
    background-color: rgb(44,40,91);
	color:#fff;
	font-size: 12px;
}

.info{
	padding: 5px 0; 
}

.info img{
	width:20px;
	margin-right: 5px;
}

header .info{
	padding: 0px 0;
}

.area-riservata{
	background-color: #7B7B7B;
	color: #fff;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}

.area-riservata:hover{
	cursor: pointer;
}

#box_area_riservata {
    border: 1px solid #E5E5E5;
    padding: 5px;
    text-align: center;
    position: absolute;
	margin-left: 15px;
    top: 31px;
    z-index: 9999999;
    background-color: #F6F6F6;
    min-width: 200px;
    display: none;
}


#box_area_riservata button , .btn-oro{
	background-color: #c7b378;
	border-color: #fff;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	border-radius: 0;
	font-weight: 300;
}

#box_area_riservata button:hover , .btn-oro:hover{
	background-color: #c09f58;
}

.header-middle {
    padding: 15px 0 0 0;
    width: 100%;
    z-index: 1;
	font-weight: 400;
}

.btn_giallo a{
	color: #0C3293;
}

/*
.logo img {
	
	width: 180px
}
*/
.navbar-nav > li {
    margin-left: 5px;
}

.navbar-nav li:first-child  {
	margin-left: 0px;
}


#navbar{
	padding: 0;
	margin-top: 25px;
	/*border-bottom: 2px solid #667B8B;*/
	float: right;
	margin-bottom: 25px;
}

.navbar-nav > li >  a:hover ,   .navbar-nav > li >  a:focus, .navbar-nav > li.current >  a{
    background: #6b7a8b;
    color:#fff;
}

.header-middle  ul.nav {

}

header{
	border: none;
}

header .header-top{
	background-color: #fff;
	color: rgb(44,40,91);
}

header .header-middle{
	background-color:rgb(44,40,91);
	padding: 0;
}

header .header-middle #navbar {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

header .info{
	font-weight: bold;
	font-size: 10px;
}

header .header-middle .logo {
    position: relative;
   /* width: 180px;*/
	width: 210px;
    /*height: 25px;*/
}

header .header-middle .logo img {
    /*width: 180px;*/
    position: absolute;
	top: -28px;
	z-index: 99;
	border-radius: 4px;
	padding: 5px;
	background-color: #fff;
	box-shadow: 0px 0px 6px 0px rgba(36,36,92,0.72);
	max-width: 100%;
}

header .header-middle .navbar-nav > li > a {
    font-size: 14px;
    padding-left: 0px;
    padding-right: 0;
    color: #fff;
	margin-left: 60px;
	background-color: transparent;
	padding-top: 0px;
	padding-bottom: 0px;
}

header .header-middle .navbar-nav > li > a:hover,
header .header-middle .navbar-nav > li >  a.active{
	background-color: transparent;
}

.navbar-nav > li >  a.active{
	background: transparent;
    color:#0C3293;
}

header.header3 .header-top{
	height: 5px;
}

/* DROPDOWN DISPLAY NONE TEMPORARY*/
.header-middle  .dropdown-menu {
	display: none !important;
}

/*
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: #D8D8D8;
}

.header-middle  .dropdown-menu{
	width: 550px;
	right: -126px;
	left:unset;
	background-color: #D8D8D8;
	box-shadow: none;
	border-radius: 0px;
	margin-top: -1px;
	border-color: #D8D8D8;
}


.header-middle  .dropdown-menu li {
    float: left;
    width: 50%;
}

.header-middle  .dropdown-menu li a{
	color:#2B3991;
}

.header-middle  .dropdown-menu li a:hover, .header-middle  .dropdown-menu li a:focus, .header-middle  .dropdown-menu li.current a{
	font-weight: bold;
	background-color: #D8D8D8;
}

/* /header */



.pagination li a.active{

    background-color: #ddd;

}

/* footer */

.dati-azienda {
    background-color: #474747;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
	font-size: 12px;
}

.dati-azienda a{
	color: #fff;
}


footer{
	float:left;
	width:100%;
	/*margin-top: 60px;*/
}

.prefooter {
	background-color: rgb(44,40,91);
    padding-top: 30px;
    padding-bottom: 20px;
	color: #fff;
	font-size: 12px;
}

.prefooter .logo-footer{
	float: left;
}

.prefooter .logo-footer img{
	/*width: 150px;*/
	margin-right: 30px; max-width: 100%; margin-top: 3px;
}

.prefooter .dati-sito{
	margin-top: 10px;
	margin-bottom: 10px;
}

.prefooter .nav > li {
    padding: 0px;
}

.prefooter  .nav > li > a{
    padding: 0px;
	display: inline;
}

.titolo-footer-border {
    border-bottom: 2px #6b7a8b solid;
    width: 100%;
	padding-bottom: 5px !important;
}
.titolo-footer {
    font-size: 16px;
	font-family: 'Abhaya Libre', serif;
	font-weight: bold;
}

ul.sub-ul, ul.li-news {
    margin-top: 10px;
    line-height: 1.7;
}

ul.li-news li.li-testo{
	line-height: 1.3;
	margin-bottom: 2px;
	border: 1px solid #fff;
	padding: 5px 5px;
	background-color: #6b7a8b;
}

ul.li-news li.li-testo:hover{
	background-color: transparent;
	cursor: pointer;
}

ul.sub-ul li.sub-li {
    width: 50%;
    float: left;
}

ul.sub-ul li.sub-li a {
    color: #B3BBC4;
	font-weight: 400;
}

.prefooter .nav > li > a:hover, .prefooter .nav > li > a:focus, .prefooter .nav > li.current > a , .prefooter .info a:hover{
	background-color: transparent;
	color: #fff;
}

.prefooter .btn-preventivo{
	margin-top: 15px;
}

.prefooter{
	padding-bottom: 0px;
    padding-top: 2px;
}

.prefooter .box-footer{
	width: 670px;
}

.prefooter .rs-box{
	display: table;
}

/* footer */

.slide-home {
	float: left;
	width: 100%;
	position: relative;

}

.carousel-indicators{
	bottom: 0px;
}

.carousel-indicators li {
    background: #A0A0A0;
	border: none;
}

.carousel-indicators li, .carousel-indicators .active{
	margin: 0 5px;
}


.carousel-indicators .active{
	background: #FEFEFE;
	width:10px;
	height:10px;
}

.carousel-indicators .active:hover{
	cursor:default;
}

.carousel-indicators li:hover{
	background: #FEFEFE;
}

.slide-home .text-box{
	background-color: #c09f58;
	opacity: 0.9;

}

.slide-home .text-box, .slide-home .text-box-inner {
	width: 70%;
	height: 150px;
	position: absolute;
	padding: 20px 100px;
	top: 42%;
	color: #fff;
	left: 0;
	right: 0;
	margin: auto;
}

.carousel-control {
	width: 2% ;
}

.slide-home .item img {
	width:100%;
}

.slide-home .slider-titolo{
	font-weight: bold;
	font-family: 'Abhaya Libre', serif;
	font-size: 26px;
	line-height: 1.2;
}

.slide-home .slider-testo{
	font-size: 14px;
	line-height: 1.2;
	font-weight: 300;
	margin-bottom: 10px;
}

.slide-home .slider-btn{
	margin: 0 auto;
}

/*.slide-home .slider-btn:hover{
	color: #464646;
}*/

.carousel-control.right, .carousel-control.left{
	background-repeat: no-repeat;
	background-image: unset;
	opacity: 0;
}

.slide-home:hover .carousel-control.right , .slide-home:hover .carousel-control.left{
	opacity: 0.8;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    background-color: #c09f58;
    line-height: 1.8;
	font-size: 18px;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
}

/*  end slider */

.intro-box{
	width: 100%;
	float: left;
	background: #6b7a8b;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZiN2E4YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NDVjNzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #6b7a8b 0%, rgb(44,40,91) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b7a8b), color-stop(100%,rgb(44,40,91)));
	background: -webkit-linear-gradient(top, #6b7a8b 0%,rgb(44,40,91) 100%);
	background: -o-linear-gradient(top, #6b7a8b 0%,rgb(44,40,91) 100%);
	background: -ms-linear-gradient(top, #6b7a8b 0%,rgb(44,40,91) 100%);
	background: linear-gradient(to bottom, #6b7a8b 0%,rgb(44,40,91) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b7a8b', endColorstr='rgb(44,40,91)',GradientType=0 );
}

.intro-box .intro-inner{
	color: #fff;
	font-family: 'Abhaya Libre', serif;
	font-size: 26px;
	padding: 20px 0;
	line-height: 1.2;
}

/* home carosello/
.home-carosello{
	float: left;
	background-color: #EAEAEA;
	width: 100%;
	padding: 30px 0px;
	margin-top: 40px;
}

.home-carosello .heading-news{
	font-size: 38px;
	text-align: center;
	font-weight: 300;
}

.news-box{
	margin: 22px 0px 50px 0px;;
	float: left;

}

.news-box .news-box-img img{
	width:100%;
}

.news-box .news-box-titolo{
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	color: #0C3293;
}

.news-box-des{
	min-height: 220px;
}

.news-box .news-box-testo{
	font-size: 16px;
}

.scheda-news-eventi .news-box-titolo {
    font-size: 18px;
    font-weight: bold;
    color: #0C3293;
}


end home carosello */

.aree-cont h1{
	font-weight: 300;
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
	margin-top:25px;
	text-transform: uppercase;
}

.page-heading{
	margin: 15px 0 10px 0;
}

.page-heading h1{
	font-family: 'Abhaya Libre', serif;
	font-size: 30px;
	font-weight: bold;
	color: #c09f58;
	margin: 10px 0;
	text-transform: uppercase;
}

.aree-box {
    text-align: center;
    border: 1px solid #F4F4F4;
	margin-bottom: 15px;
	margin-top: 15px;
	min-height: 220px;
}

.aree-box .aree-titolo{
	font-family: 'Abhaya Libre', serif;
	color: rgb(44,40,91);
	font-size: 26px;
	padding: 10px 72px;
	line-height: 1;
}

.aree-box .aree-icon{
	color: #c7b378;
	font-size: 85px;
}

.chi-siamo figure {
	margin-bottom: 15px;
}

.btn-preventivo.pages{
	margin-top: 20px;

}


/* i-box */

.i-box{
	border-bottom: 1px solid #F4F4F4;
	padding: 10px;
	float: left;
	width: 100%;
}

.i-box .i-figure{
    float: left;
	width: 120px;
	margin-right: 20px;
	text-align:center;
	min-height: 105px;
}

.i-box .i-figure .icofont{
	font-size: 75px;
	color: #c7b378;
	line-height: 1.4;
}

.i-box .i-figure img{
	max-width: 100%;
}

.i-box .i-content .i-title{
	color: #c09f58;
	font-family: 'Abhaya Libre', serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 0.8;
	margin-bottom: 15px;
}

.i-box .i-content .i-text{
	margin-bottom: 6px;
}

.i-box .i-content .i-date, .i-date{
	margin-bottom: 10px;
	font-family: 'Abhaya Libre', serif;
	font-size: 16px;
	color: #8E8E92;
	font-weight: bold;
}

.i-box:hover{
	background-color: #F4F4F4;
}

.i-box:hover .i-figure .icofont{
	color: #c09f58;
}

/* end i-box */

.lo-studio img{
	margin-bottom: 20px;
}

/* s-box */

.s-box{
	margin-bottom: 30px;
}

.s-box figure{
	margin-bottom: 20px;
}

.s-box .s-content div{
	margin-bottom: 4px;
}

/* end s-box */

.scheda-news .i-date{
	margin-bottom: 15px;
}

.gallery{
	margin-bottom: 15px;
	margin-top: 15px;
}

.gallery img{
	border: 1px solid #F4F4F4;
}

a.tutte:hover{text-decoration: underline;}

.check {
    background-color: #F4F4F4;
    border: 1px solid #ccc;
    padding: 2px 5px;
	margin-right: 5px;
	float: left;
	margin-top: 5px;
	min-width: 200px;
}

.check  .checkbox-inline{
	font-weight: 300;
}



.mappa iframe{
    width: 100%;
    height: 500px;
    border: none;
    border-radius: 0px;
}



