body {
  margin:0px;
  padding:0px;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 1.9;
  font-weight: 300;
  color: #8b969c;
  background: #f7f7f7;
}

*{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

a {
    color: #333;
    text-decoration: none;
}
.row.container-link-bottom {
    line-height: 19px;
    font-size: 15px;
}

.box-orari h1 {
    font-size: 14px;
    line-height: 20px;
    color: #87bb35;
}

input.error {
    border-color: #f00 !important;
    background-color: #ffcbbd !important;
}

label.error {
    color: #ea5f5f;
}

.total-row {
    width: 100%;
    overflow: hidden;
}

.row.container-link-bottom {
    line-height: 19px;
    font-size: 15px;
}

header, .row {
    max-width: 1550px;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.row.link-img img {
    max-width: 100%;
}

.row.link-img {
    border-bottom: 1px solid #d6d6d6;
}

.left {
    float: left;
}

.right {
    float: right;
}

.md-4 {
    width: 23%;
    margin: 1%;
    float: left;
}

a.scrollup {
    position: fixed;
    right: 15px;
    bottom: 10px;
    display: none;
}

.right.contact-top .left p {
    font-weight: bold;
    color: #000;
    line-height: 22px;
    margin-top: 35px;
}

p.title-foot {
    color: #fff;
    font-weight: bold;
}

.sidebar .content-side:nth-child(1) {
    background-color: #2b96cc;
}
.sidebar .content-side:nth-child(1) a{
    color: #fff;
}

.right.contact-top .right img {
    height: 60px;
    margin-top: 24px;
    margin-left: 15px;
}
.row.blue-banner {
    overflow: hidden;
    background-color: #283981;
}

.t-center {
    text-align: center;
}

.total-row.top-tootlbar {
    background-color: #fff;
}

.total-row.container-menu {
    background-color: #e7e7e8 !important;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.25);
    box-shadow: 0 0 6px rgba(0,0,0,0.25);
    position: relative;
    z-index: 999;
}

.cont-form-banner {
    background-color: #283981;
}

.cont-form-banner {
    background-color: #283981;
    color: #fff;
    width: 30%;
    padding: 16px;
}

.left.cont-form-banner h2 {
    margin: 0;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
}
.left.cont-form-banner>form>input[type="text"],
.left.cont-form-banner>form>input[type="email"]{
    margin-bottom: 10px;
    padding: 7px 15px;
    border: 1px solid #e0e1e1;
    background-color: #fbfcfc;
    color: #000;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

article.content {
  width: 73%;
  float: left;
  margin-right: 1%;
  margin-top: 30px;
}

.sidebar {
  width: 26%;
  float: right;
  margin-top: 30px;
}

/*cookie*/
div#cookieChoiceInfo {
    background-color: #1d7cb0 !important;
    color: #fff;
    font-size: 13px;
    top: auto !important;
    bottom: 0 !important;
}

div#cookieChoiceInfo a {
    color: #fff;
}

div#cookieChoiceInfo a#cookieChoiceDismiss {
    background-color: #87bb33;
    padding: 4px 8px;
    font-size: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

/*transalte*/
.traduttore {
    position: absolute;
    right: 0px;
}

.traduttore img {
    height: 25px;
    width: auto;
}


@media (max-width:850px)
{
  article.content {
  width: 100%;
  margin-right: 0%;
  margin-top: 30px;
}

.sidebar {
  width: 100%;
  margin-top: 30px;

}
}

.img-cs {
    width: 100%;
    overflow: hidden;
    border: 1px solid;
    border-color: #bcebcf;
    background-color: #e3f7eb;
    padding: 8px;
    padding-bottom: 0px;
}
.img-cs img{
    width: 100%;
}
.sidebar .content-side {
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #e7e7e8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.sidebar .content-side:nth-child(2) {
    font-weight: bold;
    text-transform: uppercase;
}
.sidebar .content-side ul {
    list-style: none;
    padding: 0px 22px;
}

.sidebar .content-side ul li a {
    display: block;
    border-bottom: 1px solid #ddd;
    color: #949494;
    font-size: 16px;
    padding: 9px 0px;
}

.sidebar .content-side:nth-child(2) ul li a {
    color: #000;
}

.sidebar .content-side ul li a:hover {
    text-decoration: underline;
}

.sidebar .content-side ul li:last-child > a{
    border-bottom: none;
}


label.cont-auto p {
    line-height: 17px;
    font-size: 14px;
}
.real-container-banner {
    width: 70%;
}

footer.total-row {
    background: #38393e none repeat center top;
}



footer.total-row address {
    color: #fff;
    font-style: normal;
}

footer.total-row {
    font-size: 14px;
}
footer.total-row a {
    color: #fff;
    text-decoration: underline;
}
footer p.orari-dx {
    color: #fff;
}
footer.total-row a:hover {
    color: #7ac142;
}

.cont-button-prev-mini {
    text-align: center;
}
.cont-button-prev-mini .send-request {
    font-size: 14px;
    padding: 6px 51px;
    color: #fff;
    border-color: #6DAB3C;
    background-color: #6DAB3C;
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#03ffffff', GradientType=0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

/* menu */

ul.menu {
    margin: 0;
    padding: 0;
}

nav#nav {
    float: left;
}

ul.menu li {
    display: inline-block;
    float: left;
}

ul.menu li a {
    display: block;
    padding: 6px 15px;
    font-size: 15px;
    text-decoration: none;
    color: #333;
}

ul.menu li a.active, ul.menu li a:hover {
    background-color: #7ac142;
    color: #fff;
}

.md-4 img {
    max-width: 100%;
}
a#nav-menu {
    display: none;
    float: left;
    cursor: pointer;
    background-color: #fff;
    padding: 0px 10px;
    border: 1px solid #ddd;
    font-size: 22px;
    margin-bottom: 5px;
}
img.icon-serv {
    height: 30px;
    margin-right: 6px;
    position: relative;
    top: 7px;
}

.info {
    color: #3e8e5e;
    border-color: #bcebcf;
    background-color: #e3f7eb;
    overflow: hidden;
    margin: 0 0 21.74px;
    padding: 1em;
    position: relative;
    font-size: 1em;
    font-size: 15px;
}

@media (max-width:1280px)
{
	.total-row.container-menu .no-resp {
		display: block;
		width: 100%;
		overflow: hidden;
		margin-top: 0;
		border-top: 1px solid;
		padding-top: 5px;
	}
}
@media (max-width:990px)
{
 .right.contact-top .left p {
    display: none;
  }
}

@media (max-width:930px)
{
    a#nav-menu {
      display: block;
  }
  nav.mainmenu.left {
      display: none;
  }
  nav.mainmenu.left.nav-aperto {
      display: block;
      width: 100%;
      overflow: hidden;
      margin: 15px 0px;
  }
  nav.mainmenu.left.nav-aperto ul.menu, nav.mainmenu.left.nav-aperto ul.menu li {
      width: 100%;
      overflow: hidden;
  }
}

@media (max-width:905px)
{
  .md-4 {
      width: 48%;
  }
}
 @media (max-width:1251px)
{
    .real-container-banner {
      width: 100%;
      /* float: none; */
  }
    .cont-form-banner {
      width: 100%;
  }
}

@media (max-width:650px)
{
.total-row.top-tootlbar header .right,
.total-row.top-tootlbar header .left {
    width: 100%;
    text-align: center;
}
  
.total-row.top-tootlbar header .left img, .total-row.top-tootlbar header .right img {
    height: auto;
    max-width: 100%;
    margin: 0;
}
}
@media (max-width:555px)
{
  .md-4 {
      width: 98%;
  }
}

/*banner*/
@media (max-width:1530px)
{
	label.cont-auto p {
    font-size: 12px;
    line-height: 12px;
}
}

@media (max-width:1412px)
{
	.left.cont-form-banner>form>input[type="text"], .left.cont-form-banner>form>input[type="email"] {
    margin-bottom: 5px;
}
}

@media (max-width:1362px)
{
	.left.cont-form-banner h2 {
    margin-bottom: 4px;
}
}
@media (max-width:1297px)
{
	.left.cont-form-banner {
    padding: 9px 16px;
}
}