@charset "UTF-8";
/* CSS Document */

.bg-light {
    background-color: #fff !important;
    border-bottom:3px solid #dddddd;
}

.navbar-light .navbar-nav .nav-link {
    color: #c1c1c1;
    font-size: 18px;
    font-family: 'Lora', serif;
    font-weight: 500;

}

.navbar-light .navbar-nav .nav-link.disabled {
    color: #c1c1c1;
}

body {
    background-color: #fde8b633;
    font-size: 16px;
    color: #515151
}

h1 {
    font-size: 50px;
    font-family: 'Lora', serif;
    margin-top: 10px;
    text-align: left;
    color: #515151;
    line-height: 40px;
    font-weight: 400;
}

h2 {
    font-size: 25px;
    font-family: 'Lora', serif;
    margin-top: 10px;
    text-align: left;
    color: #515151;
    line-height: 30px;
    font-weight: 500;

    padding-bottom:4px;
}


h3 {
    font-size: 25px;
    font-family: 'Lora', serif;
    margin-top: 10px;
    text-align: left;
    color: #515151;
    line-height: 30px;
    font-weight: 500;
}

h4 {
    font-size: 18px;
    font-family: 'Lora', serif;
    margin-top: 10px;
    text-align: left;
    color: #515151;
    line-height: 30px;
    font-weight: 500;
    padding-bottom:4px;

}

.chiusure {
    max-width: 80%;
    padding-bottom: 5rem;
}

p {
    font-family: 'Arimo', sans-serif;
    text-align: left;
    font-weight: 200;
}

.titolo{
    border-bottom: 2px solid #ecc9ab;
    padding-top:40px;
    font-size:20px;
}
.tfoot{
    font-size:14px;
    line-height:14px;
}


a {
    color: #000;
    font-weight: 200px;
}

a:hover>p {
    color: #d26703 !important;
    text-decoration:none;
}
a:hover {
    color: #d26703 !important;
    text-decoration:none;
}

.nopadding{
    padding:0;
}

.titolisecondarie{
    border-bottom:2px solid #eaa150;
    font-size: 30px;
}

.hoverimg {
    position: relative;
    opacity: 0.8;
    transition: 0.3s ease;
    cursor: pointer;
}
.hoverimg:hover {
    transform: scale(1.1, 1.1);
    opacity: 1;
}

.dottori{
    font-weight: 500;
    color:#a36826;
}

.dottori2{
    font-weight: 500;
    color:#e8a771;
}


.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #f29406;
    background-color: #141414;
    background-clip: padding-box;
    border: 1px solid #f29406;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.pulsante {
    position: absolute;
    padding: 1rem 1rem;
    margin: 1rem;
    font-size: 2rem;
    z-index: 1000000;
    color: #000;
}

.tooltip-inner {
    background: #141414;
    color: #f29406;
    font-size:18px;
    font-family: 'Open Sans', sans-serif;
    padding-top:15px;
    font-weight: 100;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #141414;
}

.schede{
    color:#2f5f92;
    border: 2px solid #2f5f92;
    font-size: 12px;
    font-weight: 700;
}




.contenuto {
    max-height: 400px;
    position: relative;
    overflow: hidden;
}

.contenuto .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    height: 100%;
    /* "transparent" only works here because == rgba(0,0,0,0) */
    background-image: linear-gradient(to bottom, transparent 0%, #ffffff33 10%, #ffffff99 20%, #ffffffcc 30%, #ffffffff 100%);
}

.contenuto .read-more a {
    position: absolute;
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.read-more .button {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background-color: rgb(0, 82, 159);
    padding: 10px;
    border-radius: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.30);
}

.btn-outline-success {
    color: #eaa150;
    background-color: transparent;
    background-image: none;
    border-color: #eaa150;
    font-size:12px;
    padding:5px;

}

.btn-outline-success:hover {
    color: #fff;
    background-color: #eaa150;
    border-color: #eaa150;
}

.btn-outline-novità {
    color: #d24103;
    background-color: transparent;
    background-image: none;
    border-color: #d24103;
    font-size:12px;
    padding:5px;

}

.btn-outline-novità:hover {
    color: #fff;
    background-color: #d24103;
    border-color: #d24103;
}

.btn-outline-bianco {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    font-size:12px;
    padding:5px;

}

.btn-outline-bianco:hover {
    color: #eaa150;
    background-color: #fff;
    border-color: #fff;
}

.btn-outline-warning {
    color: #e8a771;
    background-color: transparent;
    background-image: none;
    border-color: #e8a771;
    font-size:12px;
    padding:5px;
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #e8a771;
    border-color: #e8a771;
}

div.ex1 {
    height: 200px;
    overflow: scroll;
}

.titoloscroll{
    color:#eaa150;
    font-size:17px;
    font-family: 'Lora', serif;
    }



/* Slider */

.slick-slide {
    margin: 0px 0px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.loghi-partner {
    max-width: 140px;
    height: 180px;
    padding: 0px;
    margin: 0px;
}


/* hover-dei-servizi-e-prestazioni------------------------------------------------ */

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}



.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h3 {
  font-family: 'Arimo', sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 20px;
  padding: 10px;
  background:#eaa150de;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h3 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #eaa150;
  border: 1px solid #eaa150;
  border-radius: 5px;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: 60px 0 0 0;
  padding: 10px 10px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

/* fine-hover-dei-servizi-e-prestazioni------------------------------------------------ */


.bordoverde{
  border:2px solid #eaa150;
}

.bordoarancione{
  border:2px solid #e8a771;
}

.gallerypagine{
  padding:5px;
}
.gallerypagine:hover{
  padding:0px;
}


/*=================================================================
	Banner
==================================================================*/

.popup {
    max-width: 320px;
    height: auto;
    position: fixed;
    z-index: 1000;
    right: -578px;
    bottom: 0;
	box-shadow:0px 0px 20px rgba(0,0,0,0.50);
	background:#fff;
}

.banner-content {
	background-color:#fff;
	padding:15px;
	text-align:center;
}

.banner-content h3 {
	letter-spacing:2px;
	font-size:18px;
	text-transform:uppercase;
	line-height:30px;
	margin:5px 0;
	color:#94c523;
}

.divisore {
	border-bottom:dashed 10px #009ED6;
}

.banner-content a {
	color:#444;
	border-bottom:1px dashed #444;
}

.banner-content a:hover {
	color:rgba(144,8,46,1.00);
	border:none;
}

.popup i {
    font-size: 1.5em;
    position: absolute;
    padding: 0px;
	color:#000;
	z-index:999;
}

.popup i:hover {
    cursor: pointer;
	color:rgba(238,123,0,1);
}
