@import url(https://fonts.googleapis.com/css?family=Lato:400,900,400italic,700,700italic,900italic,300italic,300,100italic,100);
@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400italic,600italic);
body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  width: 100% ;
  height: 100% !important;
  color: #333;
  background-color: #fff;
}

html {
  width: 100% ;
  height: 100% !important;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  position: relative;
}

/* Only phones */
    @media (max-width: 767px) {
    /*
       * Break strings if their length exceeds the width of their container
       */
    body {
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
  }

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: 'Lato', sans-serif;
  line-height: 1;
  color: inherit;
}

p{
  color: #000000;
  font-family: 'Lato', sans-serif;
  line-height:25px;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px;
}

#footer p {
    letter-spacing: 2px;
    line-height: 27px;
    font-size: 16px;
}

.light{
  font-weight: 300;
}

.bold{
  font-weight: 400;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

a         {  text-decoration: underline;}

a:hover   {  text-decoration: none; }

ul#menu-top_menu a,
.box a {
    text-decoration: none;
}

ul#menu-top_menu a:hover {
    text-decoration: underline;
}

a:focus, a:hover, a:active {
  color: #000;
  outline: 0;
  text-decoration: none;
}

a {
  color: #000;
  outline: 0;
  text-decoration: underline;
}

ul#menu-top_menu > li.active > ul.dropdown-menu > div.yamm-content > div.row > li.dropdown > a {
	font-weight: bold !important;
}

/*-----------------------------------------------------------------------------------*/
/*	FONT-SIZE
/*-----------------------------------------------------------------------------------*/
.f13 {font-size: 13px;}
.f14 {font-size: 14px;}
.f15 {font-size: 15px;}
.f16 {font-size: 16px;}
.f17 {font-size: 17px;}
.f18 {font-size: 18px;}
.f19 {font-size: 19px;}
.f20 {font-size: 20px;}
.f21 {font-size: 21px;}
.f22 {font-size: 22px;}
.f23 {font-size: 23px;}
.f24 {font-size: 24px;}
.f25 {font-size: 25px;}
.f26 {font-size: 26px;}

/*-----------------------------------------------------------------------------------*/
/*	FONT-WEIGHT
/*-----------------------------------------------------------------------------------*/
.font100  {  font-weight: 100;}
.font300  {  font-weight: 300;}
.font400  {  font-weight: 400;}
.font500  {  font-weight: 500;}
.font600  {  font-weight: 600;}
.font700  {  font-weight: 700;}
.font900  {  font-weight: 900;}
.italic   { font-style: italic;}


/*-----------------------------------------------------------------------------------*/
/*	SPACING
/*-----------------------------------------------------------------------------------*/
.space0   {    margin-top: 0px  !important;   }
.space5   {    margin-top: 5px  !important;   }
.space10  {    margin-top: 10px  !important;  }
.space13  {    margin-top: 13px  !important;  }
.space15  {    margin-top: 15px  !important;  }
.space20  {    margin-top: 20px  !important;  }
.space25  {    margin-top: 25px  !important;  }
.space30  {    margin-top: 30px  !important;  }
.space40  {    margin-top: 40px  !important;  }
.space43  {    margin-top: 43px  !important;  }
.space50  {    margin-top: 50px  !important;  }
.space60  {    margin-top: 60px  !important;  }
.space70  {    margin-top: 70px  !important;  }
.space80  {    margin-top: 80px  !important;  }
.space90  {    margin-top: 90px  !important;  }
.space100 {    margin-top: 100px !important;  }
.no-space {    margin: 0 !important;
               padding: 0 !important;}

.margin-left-0   {  margin-left: 0 !important;   }
.margin-right-0  {  margin-right: 0 !important;  }
.padding-left-0  {  padding-left: 0 !important;  }
.padding-right-0 {  padding-right: 0 !important; }
.m-auto          {  margin: 0 auto;              }  




/*-----------------------------------------------------------------------------------*/
/*	TETX-COLOR
/*-----------------------------------------------------------------------------------*/

.white {
    color: #fff;
    background: transparent;
    font-weight: 600;
}

.blue  {    color: #7ea9c6 !important;	}
.underline {
  text-decoration:underline;
}

@media (min-width: 1200px){
.container {
    width: 980px;
  }
}

#header{
  background-color: #a2bed2;
  padding-top: 30px;
  padding-bottom: 20px;
}

#header .logo1{
  float: right;
  width: 107px;
}
.img-responsive.logo2 {
    margin-top: -35px;
    width: 375px;
}

input#system-search {
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
      -webkit-box-shadow: none;
    padding: 0;
    height: 26px;
    color: #FFF;
}

.form-search {
    margin-right: -9px;
    margin-left: 8px;
}

button.btn.search {
    background: transparent;
    color: #fff;
    padding: 0;
    font-size: 26px;
    font-weight: 100;
    border: none;
    margin-top: -6px;
}
.form-control::-webkit-input-placeholder { color: white; }
.form-control:-moz-placeholder { color: white; }
.form-control::-moz-placeholder { color: white; }
.form-control:-ms-input-placeholder { color: white; }
.social-icons{
  list-style-type: none;
  float: right;
  margin-right: -8px;
  margin-top: 5px;
}

.social-icons>li{
  display: inline-block;
}

ul.social-icons>li>a {
  padding-left: 10px;
  font-size: 30px;
}

ul.social-icons>li>a:hover{
  color: #a2bed2;
}

ul.social-icons>li>a>span {
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 45px;
  line-height: 45px;
  text-align: center;
  height: 45px;
  font-size: 26px;
}

.breadcrumb {
  padding: 3px 5px;
  margin-bottom: 0px;
  margin-right: -10px; 
  /*float: right;*/
  background-color: transparent;
  border-radius: 0px;
  /*margin-top: -15px;*/
  letter-spacing: 1px;
}

li.active a {
    background: transparent;
    color: #fff;
    text-decoration: underline;
}

nav li.active a {
    background: transparent;
    color: #000;
    text-decoration: underline;
    font-weight: bold !important;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #000;
    text-decoration: underline;
    background-color: transparent;
    outline: 0;
    text-transform: lowercase;
}

ul#menu-top_menu > li.current-page-parent > a {
    font-weight: bold;
    text-decoration: underline;
}

nav li.active ul li a {
    text-decoration: none;
    font-weight: inherit;
}

li.dropdown.active > ul.dropdown-menu > li a {
  color:#000;
  background-color: #ffffb7;
  text-transform: lowercase;
}

ul.breadcrumb>li>a {
    color: #fff;
}

ul.breadcrumb>li>a:hover{
  text-decoration: underline;
}

ul.nav.navbar-nav>li>a {
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
}

ul.nav.navbar-nav>li>a:hover {
  background-color: #000;
  color: #fff;
  text-decoration: underline;
}

ul.nav.navbar-nav>li>a:focus, .nav .open>a, 
.nav .open>a:focus, .nav .open>a:hover {
  background-color: #000;
  text-decoration: none;
  color: #fff;
}

.dropdown-menu {
  float: left;
  min-width: 200px;
  font-size: 14px;
  background-color: #ffffb7;
  border:transparent;
  border-radius:0px;
  -webkit-box-shadow:none;
  box-shadow:none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
  background-color: transparent;
  font-weight: normal;
}  

.navbar-nav>li>a {
    padding-top: 2px;
    padding-bottom: 10px;
    letter-spacing: 0.3px;
    line-height: 18px;
}

.nav>li>a {
      padding: 10px 10px;
}

#menu{
  padding-top: 17px;
  padding-bottom:4px;
}

.navbar {
  margin-bottom: 0px;
}
 
#right{
  padding-top: 50px;
  padding-bottom: 150px;
} 

#right .info {
    color: #7ea9c6;
    font-size: 28px;
    line-height: 38px;
    text-decoration: underline;
    letter-spacing: 1px;
    font-weight: 300;
}

ul.left-list,
ul.children {
  list-style-type: none;    
  margin-left: -24px;
  margin-right: 20px;    
  margin-top: 20px;
  margin-bottom: 20px;
}

ul.left-list>li.active>a,
ul.children>li.current_page_item >a {
    background: #000;
    color: #fff;
    padding: 2px;
}

.box{
  background-color: #ffffb7;
  padding: 10px 4px;
}

ul.left-list>li,
ul.children>li {
  border-bottom: 1px solid #000;
      margin-bottom: 10px;
}

.box h3{
  margin-left: 15px;
  letter-spacing: 4px;
}

ul.left-list>li>a, 
ul.children > li > a {
    line-height: 28px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: none;
    padding: 0 0 0 4px;
}

ul.children>li>a:hover,
ul.children>li>a:focus,
ul.left-list>li>a:hover,
ul.left-list>li>a:focus,
aside ul li a:hover,
aside ul li.active a {
  background-color: #000;
  color: #fff;
  display: grid !important;
  text-decoration: none;
}


.content-page p {
  margin-top: 30px;
}

.caret {
    display: none;
}

/* CHILD MENU */
li.current_page_ancestor,
ul.children li a,
ul.children li,
ul > li.current_page_item, 
.current_page_item .children,
.current_page_ancestor .children,
.current_page_parent .children { visibility: visible !important; 
display: block !important;
display: -webkit-grid !important; }

.box > ul > li.current_page_item > a,
.box > ul > li.current_page_ancestor > a {
  margin-left: 15px;
    letter-spacing: 4px;
    font-family: 'Lato', sans-serif;
    line-height: 1;
    color: inherit;
    /*font-size: 24px;*/
    font-size: 19px;
        margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: block;
    word-wrap: break-word;
}

ul.children > li.current_page_item > a {
      line-height: 28px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: none;
        margin: 0;
    padding: 0 0 0 4px;
}

ul > li.page_item,
.children { visibility: hidden; display: none;}


.box > ul {
  padding: 0;
}

h2.underline {
    font-size: 48px;
    margin-top: 5px;
    letter-spacing: 2px;
    text-transform: none;
}

div.content-page > h2.underline:first-child {
    margin-bottom: 55px;
}

#right p,
#right ul li {
    font-size: 15px;
    letter-spacing: 1px;
        line-height: 25px;
}

#footer{
  background-color: #a2bed2;
  padding-top:50px;
  padding-bottom: 40px; 
}

img.footerlogo.img-responsive {
    max-width: 185px;
    margin-left: -5px;
}

a.af {
  font-size: 18px;
  padding-left: 5px;
  background-color: #000;
  color:#fff; 
}

a.af:hover {
    background-color: #000;
    color: #fff;
}

#footer span{
  margin-left: 10px;
  font-size:24px;
}

ul.footer-list {
  list-style-type: none;
  margin-left: -40px;
  font-size: 16px;
}

ul.footer-list>li>a {
    line-height: 25px;
    letter-spacing: 2px;
}

ul.footer-list>li>a:hover{
  color: #fff;
}

button.btn.btn-default.credit {
  float: right;
  background-color: #000;
  color: #fff;
  border-radius: 0px;
  padding: 2px 22px;
  font-size: 16px;
  border-color: transparent;
}

button.btn.btn-default.credit:hover{
  background-color: #000;
  color: #fff;
  border:1px solid #000;
}

ul.partners{
  float: right;    
  margin-right: -20px;
} 

ul.partners>li{
  list-style-type: none;
  display: inline-block;
}

img.img-responsive.center-block.path {
    top: 18px;
    position: absolute;
    display: inline-block;
    z-index: 2;
}

.carousel-indicators .active {
  margin-left: 10px;
  background-color: #1d1d1b;
  width: 12px;
  height: 12px;
}

.carousel-indicators li {
  margin-left: 8px;
  background: url(./img/dot-empty-scroll-image.svg);
     width: 15px;
     height: 15px;
    border: none;
}
.carousel-indicators .active
{
  background:url(./img/dot-full-scroll-image.svg);
    width: 15px;
     height: 15px;
}
.carousel-caption {
  bottom: 32%;
}

.carousel-inner>.item {
    line-height: 1;
    min-height: 438px;
    background-size: cover;
    background-position: center center;
}

.carousel-caption h3 {
  font-size: 64px;
  font-weight: 300 !important;
  text-shadow: none;
  letter-spacing: 5px;
}

.carousel-indicators {
    text-align: right;
    left: 58%;
}

.box1 {
  background-color: #97b7ce;
}

.box2 {
    background-color: #dedede;
    /*padding: 30px 16px !important;*/
}

.box3{
  background-color: #e0e9f0;
}

.box3 span.underline b {
    letter-spacing: 1.6px;
}

#focus{
  padding-bottom: 90px;
}

h1.focus.underline {
  color: #fff;
  margin-top: 0px;
}

.box1 h3.focus {
    color: #fff;
    font-size: 24px;
    padding-top: 0;
    margin-top: 0px;
    letter-spacing: 1px;
}
.h1, h1 {
  font-size: 47px;
  font-weight: 400;
  letter-spacing: 3px;
}
.box5{
  background-image: url(./img/ospedaledigiorno_web.jpg);
  height: 146px;
  background-size: cover;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  letter-spacing: 2px;
  padding: 15px;
}

.news2.blog {
  background-image: url(./img/blog.png);
  background-size: cover;
  background-color: #DEDEDE;
}

.box5 h3 {
    font-size: 19px;
    letter-spacing: 3px;
    margin-bottom: 4px;
    margin-top: 0;
}

.mark, mark {
    padding: 0 .2em;
    background-color: #fcf8e3;
}

.box6{
      background-color: #ffffb7;
    height: 146px;
        padding: 15px;
    margin-top: 15px;
}
a.box6 h4 {
    color: #9d9d9c;
    font-size: 58px;
    padding: 0;
    margin:0;
    letter-spacing: 1px;
    font-weight: normal;
    font-family: 'League Gothic', sans-serif;
    margin-bottom: 0;
    float: left;
}
a.box6 h4 span {
    font-size: 16px;
    color: #000;
    font-family: 'Crimson Text', serif;
    margin-left: -15px;
}
span.icon-go {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: block;
}

.box4 > span.icon-go {
    right: 30px;
}


/* Condensed */
@font-face {
    font-family: 'League Gothic Condensed';
    src: url('./webfonts/leaguegothic-condensed-regular-webfont.eot');
    src: url('./webfonts/leaguegothic-condensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./webfonts/leaguegothic-condensed-regular-webfont.woff') format('woff'),
         url('./webfonts/leaguegothic-condensed-regular-webfont.ttf') format('truetype'),
         url('./webfonts/leaguegothic-condensed-regular-webfont.svg#league_gothic_condensed-Rg') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Regular */
@font-face {
    font-family: 'League Gothic';
    src: url('./webfonts/leaguegothic-regular-webfont.eot');
    src: url('./webfonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./webfonts/leaguegothic-regular-webfont.woff') format('woff'),
         url('./webfonts/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('./webfonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.box5 h4 {
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    margin-top: 22px;
    letter-spacing: 3px;
}
button.btn.btn-default.mail {
    margin-left: 10px;
    border: none;
    background-color: #fff;
    border-radius: 0px;
    padding: 0px;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 22px;
    text-decoration: underline;
}
.box1 a.text {
    font-size: 20px;
    padding: 2px;
    font-weight: 300;
    letter-spacing: 1px;
    display: inline;
    line-height: 28px;
}

.box1-a {
    font-size: 16px;
    padding: 1px;
    font-weight: 400;
    letter-spacing: 2px;
    display: inline;
    line-height: 22px;
    display: block;
}

.thumbnail.box1-a > span.testo {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    display: inline;
    line-height: 22px;
    display: block;
    float: left;
}

.box1-a span {
    background: transparent;
    float: right;
        right: 30px;
    bottom: 30px;
}

.thumbnail.box1-a {
    background-image: url(./img/repartigaslini.jpg);
    background-size: cover;
    height: 225px;
    margin-bottom: 10px;
}
.thumbnail.box1 {
    height: 225px;
    margin-top: 20px;
}

.box1-a h1.focus,
.box1 h1.focus {
    color: #000;
    margin-top: -3px;
    font-size: 38px;
}

button:focus {
    border: none !important;
    outline: none !important;
}

.box3 h3{
  color: #f91a34;
  margin-top: 0px;
  letter-spacing: 2px;
  margin-bottom: 35px;
}
.box3 a, .box3 span, .box3 {
  font-size: 14px;
      letter-spacing: 2px;
          font-weight: 300;
}
.box3 a:hover {
    background-color: transparent;
}
.thumbnail {
  padding: 30px 30px;
  /*margin-right: -15px;*/
  margin-bottom: 0px;
  border: none;
  border-radius: 0px;
  height: 470px;
}

.box2 a span img {
    vertical-align: baseline;
}

.box2 a.text{
  font-size: 20px;
  line-height:28px;
  font-weight: 300;
  letter-spacing: 2px;
}

.box1 a.text:hover, .box2 a.text:hover{
  background-color: #000;
  color: #fff;
}

.box1 span {
    float: right;
    line-height: 3;
    margin-top: -22px;
}

.box2 span {
    float: right;
    line-height: 3;
    margin-top: -10px;
}

.lineanera {
  height: 1px !important;
}

.box2 h1 {
    margin-top: -7px;
    margin-bottom: 28px;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 5px;
}
.image { 
   position: relative; 
   width: 100%; /* for IE 6 */
}

.image h2 {
    font-size: 39px;
    color: #fff;
    font-weight: 400 !important;
    letter-spacing: 5px;
}

.image h2.overlaytext {
    position: absolute;
    top: calc(50% - 40px);
    text-align: center;
    width: 100%;
}

.image1 h2.overlaytext,
.image2 h2.overlaytext {
    position: absolute;
    top: calc(50% - 65px);
    text-align: center;
    width: 100%;
}

.whitemark {
  background: #ffffff;
}

a h2 .whitemark:hover {
  background: #000000;
  color: #ffffff;
}

.image1 h2.overlaytext, 
.image2 h2.overlaytext,
.news1 h2.overlaytext,
.news2 h2.overlaytext {
    position: absolute;
    top: calc(50% - 20px);
    text-align: center;
    width: 100%;
    margin: 0;
}

hr.one {margin-bottom: 0;margin-top: 0;border-top: 1px solid #000;}

.image1,.image2 { 
   position: relative; 
   width: 100%; /* for IE 6 */
}

a h2 mark:hover {
    background: #000;
    color: #fff;
}

a.stafflistreparto {
    font-size: 1.1em;
    line-height: 1.7em;
    letter-spacing: 1px;
}

a.scaricaallegato {
  font-size: 1.1em;
  line-height: 1.7em;
  letter-spacing: 1px;
}

.image1 h2,
.image2 h2,
.news1 h2,
.news2 h2 {
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-weight: 400;
}

mark.notmark {
    background: #fff;
    color: #000;
}

mark span.clear-span, mark span {
    display: inline-block;
}

.box4{
  background-color: #e6edf5;    
  padding: 0;
}

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

.rightspan{
  float: right;
}
button.btn.btn-default.amm {
    color: #fff;
    border: none;
    border-radius: 0px;
    width: 100%;
    text-align: left;
    padding: 20px 15px;
    background-color: #808080;
    font-size: 18px;
    letter-spacing: 3px;
}
button.btn.btn-default.amm:hover {
  background-color: #000;
  border:none;
  color: #808080;
}

button.btn.btn-default.amm.intr:hover {
  background-color: #000;
  border:none;
  color: #808080;
}


.btnspan{
  float: right;
}
.thumbnail1 {
    padding: 30px 20px;
    /* margin-right:-15px; */
    margin-bottom: 0px;
    border: none;
    border-radius: 0px;
    height: 470px;
}
.thumbnail.box1-a {
  display: block;
  position: relative;
}

/* BUTTON MENU */
.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
    -ms-transition: all 0.2s; /* IE 9 */
  -webkit-transition: all 0.2s; /* Safari and Chrome */
  -o-transition: all 0.2s; /* Opera */
  -moz-transition: all 0.2s; /* Firefox */
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Safari and Chrome */
  -o-transform: rotate(45deg); /* Opera */
  -moz-transform: rotate(45deg); /* Firefox */

  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); /* IE 9 */
  -webkit-transform: rotate(-45deg); /* Safari and Chrome */
  -o-transform: rotate(-45deg); /* Opera */
  -moz-transform: rotate(-45deg); /* Firefox */
  transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%; /* IE 9 */
  -webkit-transform-origin: 10% 90%; /* Safari and Chrome */
  -o-transform-origin: 10% 90%; /* Opera */
  -moz-transform-origin: 10% 90%; /* Firefox */
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
    -ms-transform: rotate(0); /* IE 9 */
  -webkit-transform: rotate(0); /* Safari and Chrome */
  -o-transform: rotate(0); /* Opera */
  -moz-transform: rotate(0); /* Firefox */
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
    -ms-transform: rotate(0); /* IE 9 */
  -webkit-transform: rotate(0); /* Safari and Chrome */
  -o-transform: rotate(0); /* Opera */
  -moz-transform: rotate(0); /* Firefox */
}

span.clear-span.daily {
  background: #fff;
  color: #000;
  padding: 0 2px;
}
img {
    max-width: 100%;
    height: auto;
}
#map {
    width: 100%;
    height: 400px;
}


/*megamenu*/
li.mmcol > a {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

ul.elementy-ul > li > a {
  display: block;
  margin-bottom: 5px;
}

#navbar {
  text-transform: none;
}

ul.elementy-ul > li > a {
    margin-bottom: 10px;
    line-height: 1.4em;
}

.nouppercase a {
  text-transform: none !important;
}





.item > .carousel-caption > h3 {
  display: none;
}

.news1, .news2 {
    min-height: 296.66px;
    background-color: #A1A1A1;
    display: block;
    position: relative;
}

button.btn.btn-default.amm.intr {
    background-color: #E0E8F0;
    color: #000;
}

button.btn.btn-default.amm.intr:after {

     content: url(img/open_black.svg);
    width: 16px;
    position: absolute;
    right: 30px;
}

button.btn.btn-default.amm.intr:hover:after {

     content: url(img/open_white.svg);
    width: 16px;
    position: absolute;
    right: 30px;
}

header.archivi {
  border-bottom: none;
  margin-top: 0px;
}

footer hr {
    margin: 50px 0 30px 0;
    border-top: 1px solid #000;
}

h3.entry-title.underline {
  margin-top: 0px;
}


.lightbluetitle, .lightbluetitle a {
  color: #A3BED1;
}

.archive-sub-menu {
  display:none;
}

.blog-list-archive {
  padding: 0 15px 30px 15px;
}

.title-archive-sidebar {
    letter-spacing: 4px;
    font-family: 'Lato', sans-serif;
    line-height: 1;
    color: inherit;
    /* font-size: 24px; 
    font-size: 19px;*/
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    display: block;
}

.blog-list-archive > li, .blog-list-archive > div > li {
    list-style-type: none;
    padding: 5px 0;
    font-size: 16px;
    letter-spacing: 1px;
}

.blog-list-archive > li > a, .blog-list-archive > div > li > a {
        display: block;
    width: 100%;
    margin-bottom: 4px;
    border-bottom: 1px solid black;
    padding-left: 5px;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 15px;
    line-height: 28px;
}

.blog-list-archive > li > a:hover, .blog-list-archive > div > li > a:hover {
    background: #000;
    color: #fff;
}

.archive-sub-menu > li {
    list-style-type: none;
    font-size: 14px;
    padding: 2px 0;
    font-weight: 300;
}

.blog-list-archive > li a:before {  
    content: " ";
    background: url('img/freccia_down.svg');
    background-size: 10px;
    background-size: cover;
    width: 22px;
    height: 18px;
    display: inline-block;
    position: absolute;
    right: 38px;
    background-repeat: no-repeat;
}

.blog-list-archive > li.selected a:after {  
    content: " ";
    background: url('img/freccia_up.svg');
    background-size: 10px;
    background-size: cover;
    width: 23px;
    height: 12px;
    display: inline-block;
    position: absolute;
    right: 38px;
    background-repeat: no-repeat;
    margin-top: 3px;
}

.blog-list-archive > li.selected a:before {
  display: none;
}

.blog-list-archive > li > .archive-sub-menu > li a:before,
.blog-list-archive > li > .archive-sub-menu > li a:after  {
  display: none;
}

.archive-sub-menu {
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
        padding-left: 5px;
}

.navarticle {
    background: #a2bed2;
    border-radius: 0px;
    letter-spacing: 1px;
}

.navarticle a {
    font-weight: 300;
    letter-spacing: 2px;
    padding: 7px 13px;
    display: block;
}

.thumbpost{
    width:100%;
    height:104px;
    overflow:hidden;
}

.thumbpost img{
    width:100%;
    height:auto;
}

.search_ambulatori {
    background: #e0e9f0;
    padding: 1px 30px 30px 30px;
    margin: 40px 0;
}


.pods-pagination-advanced > .pods-pagination-first:first-child,
.pods-pagination-prev,
.pods-pagination-next,
.pods-pagination-advanced  > .pods-pagination-last:last-child {
  display: none;
}

span.pods-pagination-advanced, .nav-links > a.page-numbers,
span.pods-pagination-advanced, .nav-links > span.page-numbers {
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 3px;
    float: left;
    position: relative;
    margin-left: 10px;
}

.pods-pagination-advanced:before {
  content: 'PAGINE';
  margin-right: 10px;
}

span.pods-pagination-number.pods-pagination-current,
.pods-pagination-advanced span.current,
span.page-numbers.current {
    font-weight: 900;
    text-decoration: underline;
}

a.inactive.pods-pagination-number,
.special-pag span.current {
    margin-left: 5px;
}

h2.screen-reader-text {
    display: none;
}

select {
    width: 100%;
    border: none;
    border-radius: 0px !important;
    -webkit-appearance: none;
    background-color: #fff !important;
    padding: 10px;
}

input {
    width: 100%;
    border: none;
    border-radius: 0px !important;

    background-color: #fff;
    padding: 10px;

    text-transform: uppercase;
    letter-spacing: 1px;
}

.pods-form-filters-ambulatori ::-webkit-input-placeholder { color: #000; }
.pods-form-filters-ambulatori :-moz-placeholder { color: #000; }
.pods-form-filters-ambulatori ::-moz-placeholder { color: #000; }
.pods-form-filters-ambulatori :-ms-input-placeholder { color: #000; }

select {  
    content: " ";
    background: url('img/freccia_down.svg');
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: right;
    margin-bottom: 20px;
    background-origin: content-box;
    text-transform: uppercase;
    letter-spacing: 1px;
}

input[type=submit] {
    background: #EE3345;
    width: 80px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
}

.title-ambulatori-table {
    margin-bottom: 20px;
}

.title-ambulatori-table > .col-md-3,
.title-ambulatori-table > .col-md-6,
.title-ambulatori-table > .col-md-4 {
    color: #EE3345;
    letter-spacing: 2px;
}

.row.table-ambulatori {
    font-size: 17px;
}

.row.table-ambulatori > .col-md-3,
.row.table-ambulatori > .col-md-6,
.row.table-ambulatori > .col-md-4 {
    padding: 12px 15px;
    border-top: 1px solid #000;
}

.search-form > label > span.screen-reader-text {
    display: none;
}

h3.entry-title.reparti {
    /*border-bottom: 1px solid #000;*/
    padding-bottom: 20px;
}

span.pods-pagination-advanced {
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 50px;
    display: block;
    letter-spacing: 3px;
}

h2.title-reparto {
  color: #EE3345;
      font-size: 36px;
    margin-bottom: 36px;
}

.titlecerca {
  margin-top: 50px;
}

li.daily.active a {
    background: #000;
    text-decoration: none;
}

h4.entry-title.atti {
    line-height: 1.4;
    margin-bottom: 12px;
}

article.albo_pretorio {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;

}

.blog-list-archive > li.daily a:before {
	display:none;
}

.blue {
  background-color: #7DA9C5;
}

.lightblue {
  background-color: #a2bed2;
}

p img {
    float: left;
    margin: 0 30px 30px 0;
}

.credits {
    background-color: rgb(255, 255, 183);
    width: 280px;
    position: absolute;
    right: 0;
    padding: 10px;
    font-size: 13px;
    top: -84px;
    display: none;
}

aside ul {
    padding: 20px;
}

aside ul li {
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    list-style: none;
}

aside ul li a {
    line-height: 28px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: lowercase;
    display: block;
    padding-left: 5px;
}

aside ul li ul.dropdown-menu div div li {
  width: 100%;
  border-bottom: none;
}

aside ul li ul.dropdown-menu {
      padding-right: 15px;
      position: relative !important;
      display: none !important;
}

aside ul li ul.dropdown-menu li a {
  font-weight: 300;
    letter-spacing: 2px;
    font-size: 14px;
}

a.col-sm-12.col-md-8,
a.col-md-6.col-sm-6 {
    display: block;
}

.box1blog {
    background: #7DA9C5;
    padding-top: 40px;
    padding-bottom: 40px;
            display: inline-block;
            height: 100%;
}

.box2blog {
   background: #dedede;
   padding-top: 40px;
   padding-bottom: 40px;
           display: inline-block;
           height: 100%;
}

.box3blog {
   background: #A8C1D6;
   padding-top: 40px;
   padding-bottom: 40px;
       display: inline-block;
       height: 100%;
}

.box4blog {
   background: #b2b2b2;
   padding-top: 40px;
   padding-bottom: 40px;
        height: 100%;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin-bottom: 40px;
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 60vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

.box1blog h4.entry-title.underline,
.box2blog h4.entry-title.underline,
.box3blog h4.entry-title.underline,
.box4blog h4.entry-title.underline {
    margin-top: 0;
}

.box1blog p,
.box2blog p,
.box3blog p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.box1blog article,
.box2blog article,
.box3blog article,
.box4blog article {
    margin-top: 10px;
    margin-bottom: 35px;
    float: left;
}

.box4blog article {
	width:100%;
	    padding: 10% 0 10% 0;
}

.veditutti {
      padding-top: 30px;
    position: absolute;
    bottom: -5px;
    padding: 0 20px;
    width: 100%;
}

img.videoplay {
    width: 100%;
    max-width: 80px;
    margin: 0 auto;
    display: block;
}

.titleboxvideo {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 30px;

}

.titleboxvideoblog {
    color: #fff;
    background:#000000;
    letter-spacing: 1px;
    margin-bottom: 30px;
        display: inline-block;

}

.page-id-77370 .navbar,
.page-id-77370 .form-search,
.page-id-77366 .navbar,
.page-id-77366 .form-search {
    visibility: hidden;
        display: none;
}

img.aligncenter {
    float: none;
    margin: 0 auto;
    display: block;
}

a.read-all {
    margin-bottom: 30px;
    display: block;
}


.box-albo {
	min-height: 448px;
}


li.not-active > a {
   pointer-events: none;
   cursor: default;
}

nav .yamm-content li.active a,
ul#menu-top_menu li.active ul .yamm-content li a {
  font-weight: bold ;
}

ul.elementy-ul li a {
  font-weight: 400 !important;
}

span.sostieni {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    
    font-size: 17px;
    letter-spacing: 2px;
    padding: 15px;
    float: left;
    width: 100%;
}

span.annopiano {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    
    text-decoration: underline;
    font-size: 17px;
    letter-spacing: 2px;
    padding: 5px 15px;
    float: left;
    width: 100%;
}

span.annopiano.Nero {
    color: #000;
}

span.annopiano.Bianco {
    color: #fff;
}

.sostieni.Bianco {
  color: #fff;
}
.sostieni.Nero {
  color: #000;
}

#menu-footer_menu li a {
  text-decoration: none;
}

.content-page > article {
    display: block;
    position: relative;
    float: left;
    margin-bottom: 30px;
}

#boxtop > ul > li > ul > li > a:hover {
  display: block !important;
}

#boxtop > ul.mostraammtrasp > .current_page_item > a {
  display: block !important;
}


/* news video last edition */
.box-comstampa {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    display: inline-block;
    height: 100%;
}
.titleboxcomstampa {
    color: #A3BED1;
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-weight: 600;
    text-decoration: underline;
    line-height: 1.3em;
}
.box_comstampa > article {
    display: block;
    position: relative;
    float: left;
    margin-bottom: 30px;
}

h5.entry-title.underline {
    line-height: 1.2em;
    margin-top: 0;
}

.excerpagenews > p {
    font-size: 13px !important;
    line-height: 18px !important;
    margin-top: 10px;
}

.vedituttinew > p {
    margin-top: 10px;
}

img.frecciatutti {
    width: 28px;
    height: 13px;
    margin: 6px 5px 0 0;
}

hr.hrcomunicazioni {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid black;
    width: 30%;
    float: left;
    position: relative;
    display: block;
    clear: both;
}

.vedituttinew > p > a {
    font-size: 13px;
    background: #000;
    color: #fff;
    display: inline;
    font-weight: bold;
}

.vedituttinew {
    position: relative;
    padding: 0 20px;
    width: 100%;
    float: left;
    display: block;
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(img/preloader_2.gif) center no-repeat #fff;
}

.dipartimenti article {
    width: 100%;
    margin-bottom: 0;
}

/* VIDEO */
.video-container,
.sow-video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed,
.sow-video-wrapper iframe,  
.sow-video-wrapper object,  
.sow-video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}




/* MOBILE */

@media (min-width: 768px) {
  .yamm .dropdown.yamm-fw .dropdown-menu {
      /*min-height: 350px;*/
  }
}

@media screen and (device-aspect-ratio: 2/3) {
  .box3 a, .box3 span, .box3 {
      font-size: 13px;
      letter-spacing: 1px;
  }
}

@media (max-width: 320px) {
  ul.breadcrumb>li>a {
      color: #fff;
      font-size: 11px !important;
  }
  ul.social-icons>li>a>span {
    width: 26px !important;
    line-height: 26px !important;
    height: 26px !important;
    font-size: 14px !important;
  }
  .carousel-caption h3 {
    font-size: 32px !important;
  }
  img.img-responsive.center-block.line {
    height: 1px;
    margin: 0px 0 26px 0;
  }
  button.btn.btn-default.amm {
    font-size: 10px !important;
    line-height: 24px;
  }
  .box3 a, .box3 span, .box3 {
      font-size: 13px;
      letter-spacing: 1px;
  }
}


@media (max-width: 640px) {
  a.news1.blue {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  a.news2.lightblue {
    margin-bottom: 20px;
  }
  a.news2 {
    margin-bottom: 10px;
  }
  .carousel-indicators {
    display: none;
  }
  .carousel-inner>.item {
    line-height: 1;
    min-height: 290px;
  }
  .carousel-caption {
    bottom: 29%;
  }
  .box2 h1 {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 42px;
  }
  .form-search {
    margin-right: 0;
    margin-left: 8px;
    margin-top: 3px;
  }
  .image h2.overlaytext {
    top: calc(50% - 28px);
  }
  
  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 12px;
    margin-bottom: 10px;
  }
  ul.nav > li.dropdown.open > a::after {
    content: ' - ';
    float: right;
  }
  ul.nav > li.dropdown > a::after {
    content: ' + ';
    float: right;
  }
  .navbar-toggle .icon-bar {
    background-color: #000 !important;
    width: 50px;
    margin-bottom: 8px;
    border-radius: 0;
    margin-top: 8px;
  }
  button.navbar-toggle {
    text-align: center;
    margin: 0px auto;
    position: relative;
    float: none;
    display: block;
    background-color: transparent;
  }
  ul.breadcrumb { margin-top: 0 !important;}
  #header .logo1{
    margin: auto;
    text-align: center;
    float: none;    
    margin-bottom: 10px;
  }
  .thumbnail {
     margin-right: 0px;
     margin-bottom: 20px;
     padding: 30px 20px;
  }
  #focus {
    padding-bottom: 20px;
    padding-top: 20px;
}
.space60 {
    margin-top: 20px !important;
}
.image h2 {
    position: absolute;
    top: 45px;
    left: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    width: 100%;
    text-align: center;
}
.image1 {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
button.btn.btn-default.amm {
    color: #fff;
    border: none;
    border-radius: 0px;
    width: 100%;
    text-align: left;
    padding: 15px 20px;
    background-color: #808080;
    font-size: 14px;
    margin-bottom: 20px;

}

.box4 {
    background-color: #e6edf5;
    padding: 17px 10px 31px 25px;
    margin-left: 15px;
    margin-right: 15px;
}
.box6 h4 {
    color: #9d9d9c;
    font-size: 24px;
    margin-top: 15px;
    padding-top: 20px;
    font-weight: bold;
}
.box6 {
    background-color: #ffffb7;
    height: 146px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}
.box5 {
    height: 146px;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
}
.lineanera {
    height: 1px !important;
    margin-bottom: 18px;
}
hr.center-block.one {
    margin: 20px 0;
}
.box4 {
    margin-top: 20px;
}
.line {
    margin-bottom: 30px;
}
.box1 a.text {
    font-size: 18px;
    padding: 1px;
}
h1.focus.underline {
    color: #fff;
    margin-top: 0px;
    font-size: 24px;
}
  ul.partners {
    float: none;
    margin-right: 0px;    
    margin-left: -55px;
  }
  div.btn1{
    text-align: center;
  }
  h2.underline {
    font-size: 24px;
    margin-top: 20px;
  }
  #header .logo2{
    margin: auto;
    text-align: center;
    float: none;    
    margin-bottom: 20px;
  }

  #right .info {
    font-size: 16px;
    line-height: 30px;
  }
  ul.social-icons{
    float: left;
    margin-left: -45px;
    margin-top: 0px;
  }
  .carousel-caption h3 {
    font-size: 40px;
  }
  img.img-responsive.center-block.path {
    display: none;
  }
  ul.breadcrumb {
    margin-top: -37px;    
    margin-right: 0px;
  }
  .space40,.space30{
    margin-top: 10px !important;
  }
  ul.social-icons>li>a {
    padding-left: 5px;
    font-size: 20px;
  }
  #footer {
    padding-top: 20px;    
    padding-bottom: 30px;
        margin-top: 50px;
  }
  ul.social-icons>li>a>span {
    width: 30px;
    line-height: 30px;
    height: 30px;
  }
  #right {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #right p {
    font-size: 16px;
  }
  .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-toggle {
    background-color: #a2bed2;
  }    
  li.dropdown:hover ul.dropdown-menu{ 
    /*display: block; */
    background: #ffffb7;
  }
  #menu {
    padding-top: 5px;
  }
  div.btns{
    margin-top: 20px;
    text-align: center;
  }
  button.btn.btn-default.credit {
    float: right;
  }
  .thumbnail1 {
    padding: 30px 20px;
    margin-right: 0px;
  }
  ul.breadcrumb>li>a {
    color: #fff;
    font-size: 14px;
  }
  #header .logo1 {
    float: right;
  }
  ul.social-icons>li>a>span {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .box5, .box6, .box4 {
    margin-left: 0;
    margin-right: 0;
    display: inline-table;
    width: 100%;
  }
  .thumbnail {
    height: auto;
  }
  ul.partners>li {
    max-width: 45px;
  }
  button.btn.btn-default.amm {
    font-size: 12px;
    line-height: 24px;
        margin-bottom: 10px;
  }
}

@media (min-width: 640px) and (max-width: 768px) {
  img.img-responsive.logo1 {
    float: right !important;
  }
  .img-responsive.logo2 {
    margin-top: -27px;
  }
  h3.focus {
    margin-bottom: 48px;
  }
  .social-icons { margin-right: 0; }
  .form-search { margin-right: 0; }
  .nav>li>a {
    padding: 10px 6px !important;
  }
  .box2 h1 {
    margin-bottom: 110px;
    font-size: 28px;
    line-height: 32px;
  }
  .box1-a h1.focus {
    font-size: 28px;
  }
  .thumbnail {
    padding: 15px 15px;
  }
  .box2 a.text {
    font-size: 16px;
    line-height: 20px;
  }
  .box2 span {
    line-height: 0;
    margin-top: -1px;
  }
  .thumbnail>img {
    margin: 20px 0;
    height: 1px;
  }
  .box3 a {
    font-size: 14px;
  }
  .box3 h3 {
    margin-bottom: 25px;
  }
  .box1 a.text {
    font-size: 20px;
    padding: 0;
    line-height: 24px;
  }
  .box5, .box6 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 20px;
  }
  .box4 {
    min-height: 220px;
  }
}

@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  

@media(min-width: 768px) and (max-width: 991px){
  .nav>li>a {
    padding: 10px 9px;
  }
  ul.nav.navbar-nav>li>a {
    font-size: 14px;
  }
  .thumbnail1 {
     margin-right:0px; 
  }
  #right .info {
    font-size: 22px;
  }
  h2.underline {
    font-size: 34px;
  }
  #right {
    padding-bottom: 50px;
  }
  .image1 h2 {
    position: absolute;
    top: 55px;
    left: 0;
    font-size: 14px;
    color: #fff;
    /* font-weight: 300; */
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
.image2 h2 {
    position: absolute;
    top: 58px;
    left: 0;
    font-size: 14px;
    color: #000;
    /* font-weight: 300; */
    text-transform: uppercase;
    width: 66%;
    margin-left: 41px;
    text-align: center;
}
.rightspan {
    float: right;
    margin-top: -34px;
}
.box4 {
    background-color: #e6edf5;
    padding: 14px 11px 1px 9px;
}
  #header .logo1{
    margin: auto;
    text-align: center;
    float: none;    
    margin-bottom: 10px;
  }
  .box5,.box6 {
    margin-left: 15px;
    margin-right: 15px;
}
}

@media (max-width: 767px) {

  .navbar-nav  {
    display: inline;
  }
  .dropdown-menu .dropdown-menu {
    padding-left: 0px;
  }
}

/* MOBILE 08 ottobre 2017 */


@media only screen and (max-width: 983px) {
  .news1, .news2 {
    min-height: auto ;
  }
  .primocontattobox {
      margin-top: 30px;
  }
  a.col-md-12.box5 {
      display: block;
      margin-top: 0;
      height: auto;
  }
  a.col-md-12.box6 {
      display: block;
      height: auto;
      margin-top: 15px;
      min-height: 114px;
  }
  a.box6 h4 {
    font-size: 33px;
  }
  a.box6 h4 span {
    margin-left: 0px;
    float: left;
  }
  .image h2.overlaytext {
    top: calc(41% - 40px);
  }
  ul.nav.navbar-nav>li>a {
    font-size: 12px;
  }
  .home .news1, .news2 {
    min-height: auto;
    background-color: transparent;
  }
  span.annopiano {
  	font-size: 14px;
  }

}

@media only screen and (max-width: 767px) {
  .home .news1, .news2 {
    min-height: 296.66px;
    background-color: transparent;
  }
  a.col-md-12.box5 {
    min-height: 230px;
  }
  a.box-big {
  	float: none;
    margin-bottom: 16px;
    display: block;
  }
  a.col-md-12.box6 {
    display: block;
    height: auto;
    margin-top: 15px;
    min-height: 230px;
  }
  a.box6 h4 {
    font-size: 58px;
    float: left;
    display: grid;
  }
  a.box6 h4 span {
    margin-left: 0px;
    float: left;
    display: block;
    position: relative;
    font-size: 24px;
  }
  a.col-md-12.box6 {
    display: block;
    height: auto;
    margin-top: 15px;
    min-height: 230px;
  }
  .primocontattobox {
    margin-top: 20px;
  }
  .image2.news1 {
    margin-top: 20px;
  }
  ul.nav.navbar-nav>li>a {
    font-size: 14px;
  }
  .open>.dropdown-menu {
    display: block;
  }
  .col-md-9.col-sm-8.content-page {
    padding: 0 30px;
  }
  .col-md-9.col-sm-8.content-page h3 {
    font-size: 20px;
  }
  .row.table-ambulatori > .col-md-3, 
  .row.table-ambulatori > .col-md-6, 
  .row.table-ambulatori > .col-md-4 {
    border: none;
  }
  .row.table-ambulatori {
    border-bottom: 1px solid #000;
    margin: 0 0px;
  }
  h5.entry-title.underline {
    line-height: 1.4em;
    font-size: 17px;
    margin-top: 10px;
  }
  h5.entry-title.underline {
    line-height: 1.4em;
    font-size: 17px;
    margin-top: 10px;
  }
}






