body,
html {
  min-height: 100%;
  font-family: "maven pro", "helvetica neue", arial, sans-serif;
  font-size: 14px;
  color: #444;
  background: #f2f5f7;
}

html.textDecreased, html.textDecreased body {font-size:12px;}
html.textIncreased, html.textIncreased body {font-size:16px;}

img {max-width: 100%;height: auto;}


#ninja_forms_field_7_div_wrap{
width: 100% !important;}
a:focus {
  outline: none;
  text-decoration: none;
}
a{
	transition: all 0.5s;
	color: #444;
}

footer a:hover{
	opacity: 0.6;
}
section {
  margin: 30px 0;
}
section.-padding {
  margin: 0;
  padding: 30px 0;
}
section.-gray {
  background-color: #f2f2f2;
}

.page-content hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #0c4073;
}

.page-template-page-human-geography .page-content hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #DC0046;
}

.page-template-page-bioecology .page-content hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #D9C600;
}

.page-template-page-enviroment .page-content hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #68D2A0;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 10px;
    width: 100%;
    margin: 0 0 20px;
    border: none;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    width: auto;
    position: absolute;
    left: -20px;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #0c4073;
    border: none;
    color: #FFF;
    text-transform: uppercase;
}

.page-template-page-enviroment button, html .page-template-page-enviroment input[type="button"], .page-template-page-enviroment input[type="reset"], .page-template-page-enviroment input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #68D2A0;
    border: none;
    color: #FFF;
    text-transform: uppercase;
}

.page-template-page-bioecology button, html .page-template-page-bioecology input[type="button"], .page-template-page-bioecology input[type="reset"], .page-template-page-bioecology input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #D9C600;
    border: none;
    color: #FFF;
    text-transform: uppercase;
}

.page-template-page-human-geography button, html .page-template-page-human-geography input[type="button"], .page-template-page-human-geography input[type="reset"], .page-template-page-human-geography input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #DC0046;
    border: none;
    color: #FFF;
    text-transform: uppercase;
}

.overlaylink {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../images/transparent.gif');
  background-repeat: repeat;
  cursor: pointer;
  z-index: 100;
}
.titlelink {
  color: inherit;
}
.titlelink:hover {
  text-decoration: none;
  color: inherit;
}
.sectionlink {
  position: relative;
  display: inline-block;
  color: #49494b;
}
.sectionlink:before {
  content: '';
  position: absolute;
  display: block;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #49494b;
  -webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}
.sectionlink:hover {
  text-decoration: none;
  color: #49494b;
}
.sectionlink:hover:before {
  width: 100%;
}
.backgroundimage {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  overflow: hidden;
}
.sidebar {
  display: block;
  position: relative;
  background-color: transparent;
  min-height: 300px;
  height: 100%;
  z-index: 1;
}

/*.sidebar-menu .sub-menu .sub-menu a:before {
  display: inline-block;
  margin-right: 5px;
  content: '-';
}*/
.sidebar .sidebarcontent {
  padding: 50px 0 20px 0;
}
.sidebar .sidebarcontent .sidebartitle {
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
}
.sidebar .sidebarcontent .sidebartitle.-orange {
  color: #0c4073;
}
.sidebar .sidebarcontent p {
  font-size: 1.2em;
  margin-bottom: 20px;
  color: #6b6b6f;
  font-weight: 300;
}
.sidebar .sidebarcontent p a {
  color: inherit;
  font-weight: 700;
}
.sectiontitle {
  font-size: 1.3rem;
  font-weight: 300;
  text-transform: uppercase;
  margin: 15px 0 5px 0;
}
@media screen and (min-width: 992px) {
  .sectiontitle {
    font-size: 1.5rem;
    margin: 25px 0 10px 0;
  }
}
.maintitle {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 25px 0 15px 0;
}
@media screen and (min-width: 992px) {
  .maintitle {
    font-size: 2rem;
    margin: 30px 0 20px 0;
  }
}
.sectiontitle.-orange,
.maintitle.-orange {
  color: #0c4073;
}
.sectiontitle.-blu,
.maintitle.-blu {
  color: #00a3ba;
}
.sectiontitle.-red,
.maintitle.-red {
  color: #da0042;
}
.sectiontitle.-green,
.maintitle.-green {
  color: #1e9915;
}
._nofontsize {
  font-size: 0 !important;
}
._textcenter {
  text-align: center !important;
}
._textleft {
  text-align: left !important;
}
._textright {
  text-align: right !important;
}
._uppercase {
  text-transform: uppercase !important;
}
img.alignright {float:right;padding:6px 0 8px 10px;}
img.alignleft {float:left;padding:6px 10px 8px 0;}
select,
.select {
  display: inline-block;
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 20px 0 50px;
  font-size: 1.1rem;
  background-color: #fff;
  background-image: url('../images/icon-chevron-down.svg');
  background-position: calc(100% - 20px) 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.page-content .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.page-content .check-box span.wpcf7-not-valid-tip {
  bottom: -14px;
}

.page-content span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 0.8em;
    display: block;
    bottom: 4px;
    position: absolute;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
}

.page-content div.wpcf7-validation-errors {
    border: 2px solid #ff0000;
    margin: 0;
}

select.-pin,
.select.-pin {
  background-image: url('../images/icon-pin-blu.svg'), url('../images/icon-chevron-down.svg');
  background-position: 15px 50%, calc(100% - 20px) 50%;
  background-size: 30px, 25px;
  background-repeat: no-repeat;
}
select.-category,
.select.-category {
  background-image: url('../images/icon-category-blu.svg'), url('../images/icon-chevron-down.svg');
  background-position: 15px 50%, calc(100% - 20px) 50%;
  background-size: 30px, 25px;
  background-repeat: no-repeat;
}
select:focus,
.select:focus,
select:active,
.select:active {
  outline: none;
}
.page-content {
  margin: 60px 0;
}
@media screen and (min-width: 992px) {
  .page-content {
    padding: 0 20px;
  }
}
.page-content h1,
.page-content h2 {
  position: relative;
  margin: 0px 0 10px;
  font-weight: 400;
  color: #0c4073;
  font-size: 2.14285rem;
}

.corsi h2 {
 position: relative;
    margin: -1px;
    font-weight: 400;
    color: #fff;
    font-size: 1.64285rem;
    background: #0c4073;
    padding: 10px;
}

.page-template-page-enviroment .page-content h1,
.page-template-page-enviroment .page-content h2,
.biografia h3 {
  color: #68D2A0;
}

.page-template-page-bioecology .page-content h1,
.page-template-page-bioecology .page-content h2,
.biografia h3 {
  color: #D9C600;
}

.page-template-page-human-geography .page-content h1,
.page-template-page-human-geography .page-content h2,
.biografia h3 {
  color: #DC0046;
}

.page-content h3 {
  font-weight: 400;
  margin: 0px 0 -10px 0;
  font-size: 1.21428rem;
  color:#0c4073;
}
/*.page-id-716 .page-content h3 {
  margin-bottom:-10px;
}*/

.page-content .biografia h3 {
  font-weight: 400;
  margin: 0px 0 20px 0;
  font-size: 1.21428rem;
  color: #0c4073;
}

.page-content h1:after{
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #0c4073;
}
.page-content h4 {
  margin: 0;
  font-size: 1.42857rem;
  font-style: italic;
  line-height: 1.5em;
  font-weight: 300;
  text-align: center;
  margin: 15px 0 20px;
}

.page-content h5 {
	color: #222;
    font-size: 1.28571rem;
    font-weight: 300;
    line-height: 1.5555em;
    margin: 0;
}
.page-content p {
  font-size: 1.0em;
  line-height: 170%;
  font-weight: 300;
  margin: 15px 0 20px 0;
}
.page-content p a {
  font-weight: 700;
  color: #0c4073;
}
.page-content blockquote {
  position: relative;
  border: 0;
  padding-top: 15px;
  margin: 40px 0 30px 0;
}
.page-content blockquote p {
  font-size: 1.2em;
  line-height: 150%;
  border: 0;
  margin: 0;
  text-align: center;
  font-style: italic;
}
.page-content blockquote:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 60px;
  height: 3px;
  margin-left: -30px;
  background-color: #0c4073;
}
.page-content ul,
.page-content ol {
  margin: 0;
  padding: 0;
}
.page-content ul li,
.page-content ol li {
  list-style-type: none;
  padding-left: 30px;
  position: relative;
  font-size: 1.0em;
  line-height: 170%;
  font-weight: 300;
  margin: 0 0 10px 0;
  padding-top: 7px;
}
.page-content ul li:before {
  content: '';
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #0c4073;
  top: 15px;
  left: 8px;
}

.page-template-page-enviroment .page-content ul li:before {
	background-color: #68D2A0;
}

.page-template-page-bioecology .page-content ul li:before {
	background-color: #D9C600;
}

.page-template-page-human-geography .page-content ul li:before {
	background-color: #DC0046;
}


.page-content ol {
  counter-reset: item;
}
.page-content ol li:before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  display: block;
  top: 0;
  left: 8px;
  font-weight: 700;
  color: #0c4073;
}
.page-content.-green h1:after,
.page-content.-green h2:after {
  background-color: #1e9915;
}
.page-content.-green p a {
  color: #1e9915;
}
.page-content.-green blockquote:before {
  background-color: #1e9915;
}
.page-content.-green ul li:before {
  background-color: #1e9915;
}
.page-content.-green ol li:before {
  color: #1e9915;
}
.page-content.-red h1:after,
.page-content.-red h2:after {
  background-color: #da0042;
}
.page-content.-red p a {
  color: #da0042;
}
.page-content.-red blockquote:before {
  background-color: #da0042;
}
.page-content.-red ul li:before {
  background-color: #da0042;
}
.page-content.-red ol li:before {
  color: #da0042;
}
.page-content.-blu h1:after,
.page-content.-blu h2:after {
  background-color: #00a3ba;
}
.page-content.-blu p a {
  color: #00a3ba;
}
.page-content.-blu blockquote:before {
  background-color: #00a3ba;
}
.page-content.-blu ul li:before {
  background-color: #00a3ba;
}
.page-content.-blu ol li:before {
  color: #00a3ba;
}
.btn {
  position: relative;
  display: inline-block;
  min-width: 300px;
  height: 60px;
  text-align: left;
  color: #0c4073;
  background-color: transparent;
  padding: 0 60px 0 20px;
  line-height: 3.5em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 1.2rem;
  font-weight: 400;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}
@media screen and (max-width: 991px) {
  .btn {
    box-shadow: inset 0 0 0 2px #0c4073;
  }
}
.btn:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  background-color: #0c4073;
  z-index: -1;
  -webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}
.btn [class*='icon-'] {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.btn [class*='icon-'] .span,
.btn [class*='icon-'] .span:before,
.btn [class*='icon-'] .span:after {
  background-color: #0c4073;
}
.btn.-fullwidth {
  width: 100%;
  min-width: 0;
  max-width: none;
}
.btn.-small {
  min-width: 0;
  height: 1em;
  line-height: 1em;
  font-weight: 300;
}
.btn.-notext {
  width: 60px;
  min-width: 0;
  padding: 0;
  background-color: #0c4073;
}
.btn.-notext [class*='icon-'] {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn.-notext:after {
  display: none;
}
.btn.-notext:hover {
  background-color: #ff8e11;
}
.btn.-notext.-blu {
  color: #ffffff;
  background-color: #00a3ba;
}
.btn.-notext.-blu:hover {
  background-color: #00b9d3;
}
.btn.-notext.-green {
  color: #ffffff;
  background-color: #1e9915;
}
.btn.-notext.-green:hover {
  background-color: #22af18;
}
.btn.-notext.-red {
  color: #ffffff;
  background-color: #da0042;
}
.btn.-notext.-red:hover {
  background-color: #f3004a;
}
.btn.-nohover {
  border: none;
  box-shadow: none !important;
}
.btn.-nohover:after {
  display: none;
}
.btn.-iconleft {
  padding: 0 20px 0 60px;
}
.btn.-iconleft [class*='icon-'] {
  right: auto;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn.-orange {
  color: #0c4073;
}
.btn.-orange:after,
.btn.-orange [class*='icon-'] .span,
.btn.-orange [class*='icon-'] .span:before,
.btn.-orange [class*='icon-'] .span:after {
  background-color: #0c4073;
}
@media screen and (max-width: 991px) {
  .btn.-orange {
    box-shadow: inset 0 0 0 2px #0c4073;
  }
}
.btn.-blu {
  color: #00a3ba;
}
.btn.-blu:after,
.btn.-blu [class*='icon-'] .span,
.btn.-blu [class*='icon-'] .span:before,
.btn.-blu [class*='icon-'] .span:after {
  background-color: #00a3ba;
}
@media screen and (max-width: 991px) {
  .btn.-blu {
    box-shadow: inset 0 0 0 2px #00a3ba;
  }
}
.btn.-green {
  color: #1e9915;
}
.btn.-green:after,
.btn.-green [class*='icon-'] .span,
.btn.-green [class*='icon-'] .span:before,
.btn.-green [class*='icon-'] .span:after,
.btn.-green [class*='icon-']:before,
.btn.-green [class*='icon-']:after {
  background-color: #1e9915;
}
@media screen and (max-width: 991px) {
  .btn.-green {
    box-shadow: inset 0 0 0 2px #1e9915;
  }
}
.btn.-red {
  color: #da0042;
}
.btn.-red:after,
.btn.-red [class*='icon-'] .span,
.btn.-red [class*='icon-'] .span:before,
.btn.-red [class*='icon-'] .span:after,
.btn.-red [class*='icon-']:before,
.btn.-red [class*='icon-']:after {
  background-color: #da0042;
}
@media screen and (max-width: 991px) {
  .btn.-red {
    box-shadow: inset 0 0 0 2px #da0042;
  }
}
.btn:not(.-nohover):hover,
.btn.-hover {
  color: #ffffff;
}
.btn:not(.-nohover):hover [class*='icon-'] .span,
.btn.-hover [class*='icon-'] .span,
.btn:not(.-nohover):hover [class*='icon-'] .span:before,
.btn.-hover [class*='icon-'] .span:before,
.btn:not(.-nohover):hover [class*='icon-'] .span:after,
.btn.-hover [class*='icon-'] .span:after {
  background-color: #ffffff;
}
.btn:not(.-nohover):hover:after,
.btn.-hover:after {
  top: 0;
}
.btn.-hover:hover:after {
  background-color: #c6c6c6;
}
[class*='icon-'] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  font-size: 1.9em;
}
[class*='icon-'].-big {
  font-size: 2.5em;
}
[class*='icon-'].-small {
  font-size: 1.7em;
}
.icon-chevron {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 50%;
}

.icon-chevron.-left{
	left: 20px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.icon-chevron.-right{
	right: 20px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.icon-chevron .span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent !important;
}
.icon-chevron .span:before,
.icon-chevron .span:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #FFF;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-chevron .span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.icon-chevron:not(.-disabled):hover .span:before {
  -webkit-transform: translate(-50%, -50%) rotate(55deg);
  -moz-transform: translate(-50%, -50%) rotate(55deg);
  -o-transform: translate(-50%, -50%) rotate(55deg);
  -ms-transform: translate(-50%, -50%) rotate(55deg);
  transform: translate(-50%, -50%) rotate(55deg);
}
.icon-chevron:not(.-disabled):hover .span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-55deg);
  -moz-transform: translate(-50%, -50%) rotate(-55deg);
  -o-transform: translate(-50%, -50%) rotate(-55deg);
  -ms-transform: translate(-50%, -50%) rotate(-55deg);
  transform: translate(-50%, -50%) rotate(-55deg);
}
.icon-chevron.-left > .span:before,
.icon-chevron.-left > .span:after {
  -webkit-transform-origin: 1px 1px;
  -moz-transform-origin: 1px 1px;
  -o-transform-origin: 1px 1px;
  -ms-transform-origin: 1px 1px;
  transform-origin: 1px 1px;
}
.icon-chevron.-right > .span:before,
.icon-chevron.-right > .span:after {
  -webkit-transform-origin: 13px 1px;
  -moz-transform-origin: 13px 1px;
  -o-transform-origin: 13px 1px;
  -ms-transform-origin: 13px 1px;
  transform-origin: 13px 1px;
}
.icon-chevron.-disabled {
  opacity: .3;
  cursor: default;
}
[class^="icon-arrow"] {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
[class^="icon-arrow"] .span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #49494b;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
[class^="icon-arrow"] .span:before,
[class^="icon-arrow"] .span:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  right: 1px;
  background-color: #49494b;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
[class^="icon-arrow"] .span:after {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
[class^="icon-arrow"].icon-arrow-left span {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate(0px, 0px) rotate(180deg);
  -moz-transform: translate(0px, 0px) rotate(180deg);
  -o-transform: translate(0px, 0px) rotate(180deg);
  -ms-transform: translate(0px, 0px) rotate(180deg);
  transform: translate(0px, 0px) rotate(180deg);
}
[class^="icon-arrow"].icon-arrow-down span {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate(0, -3px) rotate(90deg);
  -moz-transform: translate(0, -3px) rotate(90deg);
  -o-transform: translate(0, -3px) rotate(90deg);
  -ms-transform: translate(0, -3px) rotate(90deg);
  transform: translate(0, -3px) rotate(90deg);
}
[class^="icon-arrow"].icon-arrow-up span {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate(0, -3px) rotate(-90deg);
  -moz-transform: translate(0, -3px) rotate(-90deg);
  -o-transform: translate(0, -3px) rotate(-90deg);
  -ms-transform: translate(0, -3px) rotate(-90deg);
  transform: translate(0, -3px) rotate(-90deg);
}
[class^="icon-arrow"]:after {
  width: 10px;
  -webkit-transform-origin: 12px -6px;
  -moz-transform-origin: 12px -6px;
  -o-transform-origin: 12px -6px;
  -ms-transform-origin: 12px -6px;
  transform-origin: 12px -6px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.icon-plus {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.icon-plus .span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent !important;
}
.icon-plus .span:before,
.icon-plus .span:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #49494b;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-plus .span:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.header-navbar {
  position: absolute;
  width: 100%;
  opacity: 0.85;
  border: none;
  background-color: #FFF;
  margin: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  z-index: 200;
  border-radius:0;
}
.navbar-brand {
  width: 148px;
  height: 80px;
  padding: 0;
  background: url('../images/logo-header.png') no-repeat 0 0;
  background-size: cover;
  font: 0/0 arial;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .navbar-brand {
  	width: 166px;
    height: 90px;
    margin: 0px 0;
  }
}

.navbar-default .navbar-collapse {
  border: none;
  width: 100%;
  padding: 0;
}
.navbar-default .navbar-collapse .navbar-nav,
.navbar-default .navbar-collapse > ul > li,
.navbar-default .navbar-collapse > ul > li > a {
  width: 100%;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    opacity: 0.7;
}

.navbar-default .navbar-collapse .navbar-nav {
  margin: 0;
}
.navbar-default .navbar-collapse .navbar-nav > li {
  text-align: center;
  background: #072645;
}
.navbar-default .navbar-collapse .navbar-nav > li > a {
  color: #FFF;
  font-size: 1.2em;
  line-height: 200%;
  border-bottom: 1px solid #0c4073;
}

@media(min-width: 992px) {
  .navbar-default .navbar-collapse .navbar-nav > li > a {
    border-bottom: 0 none;
}
}

.navbar-default .navbar-collapse .navbar-nav > li.active > a,
.navbar-default .navbar-collapse .navbar-nav > li.open > a {
  background-color: transparent;
}
.navbar-default .navbar-collapse .dropdown-menu {
  padding: 0;
  border-top: 0 none;
}
.navbar-default .navbar-collapse .dropdown-menu > li {
  text-align: center;
}
.navbar-default .navbar-collapse .dropdown-menu > li > a {
  font-size: 1.1em;
  display: block;
  line-height: 150%;
  padding: 15px 20px;
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-collapse .dropdown-menu > li > a {
    font-size: 1em;
  }
}
.navbar-default .navbar-collapse .open .dropdown-menu > li.active > a,
.navbar-default .navbar-collapse .open .dropdown-menu > li.active > a:hover {
/*   border-top: 2px #0c4073 solid; */
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .navbar-default .container {
    max-width: none;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #0c4073;
  }
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .container > .navbar-header {
    padding: 0 20px;
  }
}
@media screen and (min-width: 992px) {

	.header-navbar {
  border: none;
  background-color: #0c4073;
  margin: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  z-index: 200;
  height: 90px;
}
  .navbar-default .navbar-collapse {
    width: auto;
  }
  .navbar-default .navbar-collapse .navbar-nav,
  .navbar-default .navbar-collapse > ul > li,
  .navbar-default .navbar-collapse > ul > li > a {
    width: auto;
  }
  .navbar-default .navbar-collapse .navbar-nav {
    padding-left: 100px;
  }
  .navbar-default .navbar-collapse .navbar-nav > li {
    border: none;
    background: none;
  }
  .navbar-default .navbar-collapse .navbar-nav > li > a {
    font-size: 0.85em;
    display: inline-block;
    height: 90px;
    line-height: 90px;
    padding: 0 10px;
    font-weight: 500;
    color: #FFF;
    text-transform: uppercase;
  }
  .navbar-default .navbar-collapse .navbar-nav > li > a:before {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    -webkit-transition: all 0.175s ease;
    -moz-transition: all 0.175s ease;
    -o-transition: all 0.175s ease;
    transition: all 0.175s ease;
  }
  .navbar-default .navbar-collapse .navbar-nav > li.active > a:before,
  .navbar-default .navbar-collapse .navbar-nav > li > a:hover:before,
  .navbar-default .navbar-collapse .navbar-nav > li.open a:before,
  .navbar-default .navbar-collapse .navbar-nav > li.current-menu-parent a:before {
    height: 3px;
  }
  .navbar-default .navbar-collapse .navbar-nav > li.-red > a:before {
    background-color: #da0042;
  }
  .navbar-default .navbar-collapse .navbar-nav > li.-green > a:before {
    background-color: #1e9915;
  }
  .navbar-default .navbar-collapse .navbar-nav > li.-blu > a:before {
    background-color: #00a3ba;
  }
  .navbar-default .navbar-collapse .navbar-nav .dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0;
    top: 100%;
    left: -5px;
    border-radius: 0;
    border-top: 1px solid #f2f2f2;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  .navbar-default .navbar-collapse .navbar-nav .dropdown-menu > li {
    text-align: left;
    display: block;
  }
  .navbar-default .navbar-collapse .navbar-nav .dropdown-menu > li > a {
    display: block;
    line-height: 150%;
    padding: 10px 20px;
  }
  .navbar-default .navbar-collapse .navbar-nav .open .dropdown-menu > li.active > a,
  .navbar-default .navbar-collapse .navbar-nav .open .dropdown-menu > li > a:hover {
    border: 0;
    background-color: transparent;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-default .navbar-collapse .navbar-nav > li > a {
    padding: 0 15px;
  }
}
.single-post .navbar-default .navbar-collapse .navbar-nav > li.-news > a {
  background-color: #f2f2f2;
}
@media screen and (min-width: 992px) {
  .single-post .navbar-default .navbar-collapse .navbar-nav > li.-news > a {
    background-color: transparent;
  }
  .single-post .navbar-default .navbar-collapse .navbar-nav > li.-news > a:before {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.single-alloggi .navbar-default .navbar-collapse .navbar-nav > li.-alloggi > a {
  background-color: #f2f2f2;
}
@media screen and (min-width: 992px) {
  .single-alloggi .navbar-default .navbar-collapse .navbar-nav > li.-alloggi > a {
    background-color: transparent;
  }
  .single-alloggi .navbar-default .navbar-collapse .navbar-nav > li.-alloggi > a:before {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.single-progetti .navbar-default .navbar-collapse .navbar-nav > li.-progetti > a {
  background-color: #f2f2f2;
}
@media screen and (min-width: 992px) {
  .single-progetti .navbar-default .navbar-collapse .navbar-nav > li.-progetti > a {
    background-color: transparent;
  }
  .single-progetti .navbar-default .navbar-collapse .navbar-nav > li.-progetti > a:before {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (min-width: 768px)
.navbar-collapse.collapse {
    display: inherit !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}
}
.collapse.in {
    display: block;
}
.navbar-default .navbar-toggle {
  border: none;
  border-radius: 0;
  height: 50px;
  width: 50px;
  background-color: transparent !important;
  margin: 20px -10px 20px 0;
  padding: 0;
}
.navbar-default .navbar-toggle > .icon-bar,
.navbar-default .navbar-toggle:before,
.navbar-default .navbar-toggle:after {
  display: block;
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  top: 50%;
  left: 10px;
  background-color: #fff;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-default .navbar-toggle:before {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.navbar-default .navbar-toggle:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.navbar-default .navbar-toggle.collapsed > .icon-bar {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.navbar-default .navbar-toggle.collapsed:before {
  -webkit-transform: translateY(-10px) !important;
  -moz-transform: translateY(-10px) !important;
  -o-transform: translateY(-10px) !important;
  -ms-transform: translateY(-10px) !important;
  transform: translateY(-10px) !important;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
}
.navbar-default .navbar-toggle.collapsed:after {
  -webkit-transform: translateY(10px) !important;
  -moz-transform: translateY(10px) !important;
  -o-transform: translateY(10px) !important;
  -ms-transform: translateY(10px) !important;
  transform: translateY(10px) !important;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
}



/*MENU SECONDARY*/
.menu-2 {display: none;position: fixed;width: 100%;height:32px;top:-60px;transition:all .3s ease;z-index: 1000;}
.menu-secondary {text-align: center;}
.menu-secondary  > li {position: relative;display: inline-block;}
.menu-2 .navbar-nav > li > a {color: #fff;text-transform: uppercase;line-height: 2px;font-size: 12px;transition: all ease 0s;}
.menu-2 .nav > li > a:hover, .nav > li > a:focus {text-decoration: none;background-color: #50759b;}
.menu-secondary .navbar-brand {
    width: 60px;
    height: 12px;
    padding: 0;
    background: url(../images/logo-header-small.png) no-repeat 0 0;
    background-size: 60px 12px;
    font: 0/0 arial;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    z-index: 2;
    position: relative;
    top: 10px;
}

.menu-secondary .navbar-collapse.collapse {
    display: inline-block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

@media (min-width: 992px) {
  .menu-2 {display: block;}
  .menu-2.far-top {top: 0;background:#0e4272}

}

.col-foot-left {padding-top: 20px;margin-top: 30px;border-top: 1px solid #fff;}

@media (max-width: 991px) {
  .col-foot-left {text-align: center;}
}

.pd-0 {padding: 0;}
.no-bord {border:0 none;}

.footer span strong {
  text-transform: uppercase;
}
.footer > .top {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #dfdfdf;
}
@media screen and (min-width: 992px) {
  .footer > .top {
    text-align: right;
  }
  .footer > .top > .container > .row {
    display: table;
    width: 100%;
    height: 100%;
  }
  .footer > .top > .container > .row > div {
    display: table-cell;
    width: 50%;
    float: none;
    vertical-align: middle;
  }
  .footer > .top > .container > .row > div:first-child {
    width: 60%;
  }
  .footer > .top > .container > .row > div:last-child {
    width: 40%;
  }
}
.footer > .top .navbar-brand {
  display: block;
  float: none;
  margin: 5px auto;
}
@media screen and (min-width: 992px) {
  .footer > .top .navbar-brand {
    float: left;
    margin-bottom: 0;
    margin: 0;
  }
}
.footer > .top .btn {
  margin: 10px 0 20px 0;
}
@media screen and (min-width: 992px) {
  .footer > .top .btn {
    margin: 5px 0 5px 20px;
    float: left;
  }
}
@media screen and (min-width: 1200px) {
  .footer > .top .btn {
    margin: 10px 0 10px 20px;
  }
}
.footer > .bottom {
  text-align: center;
  padding: 20px 0;
}
.footer > .bottom span {
  margin-bottom: 10px;
}
.footer > .bottom .soci {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.footer > .bottom .soci > li {
  list-style-type: none;
  display: inline-block;
  margin: 0 5px;
}
.footer > .bottom .soci > li > a > img {
  height: 100px;
  width: auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .footer > .bottom .soci > li > a > img {
    height: 80px;
  }
  .footer > .bottom .soci > li > a > img:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    opacity: 1;
  }
}
@media screen and (min-width: 1200px) {
  .footer > .bottom .soci > li > a > img {
    height: 90px;
  }
}
@media screen and (min-width: 992px) {
  .footer > .bottom > .container {
    display: table;
    height: 100%;
  }
  .footer > .bottom > .container > div {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
  .footer > .bottom > .container > div:first-child {
    text-align: left;
  }
  .footer > .bottom > .container > div:last-child {
    text-align: right;
  }
}
.main-carousel {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 !important;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
@media screen and (min-width: 768px) {
  .main-carousel {
    min-height: 500px;
  }
}
.main-carousel > .carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-carousel > .carousel > .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}
.main-carousel > .carousel > .slide.-selected {
  z-index: 10;
}
.main-carousel > .carousel > .slide.-target {
  z-index: 5;
}
.main-carousel > .carousel > .slide > .image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .main-carousel > .carousel > .slide > .image {
    float: left;
    width: 60%;
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .main-carousel > .carousel > .slide > .image {
    width: calc(((100vw - 970px) / 2) + (970px * 60 / 100));
  }
}
@media screen and (min-width: 1200px) {
  .main-carousel > .carousel > .slide > .image {
    width: calc(((100vw - 1140px) / 2) + (1140px * 66.66 / 100));
  }
}
.main-carousel > .carousel > .slide > .image > img {
  position: absolute;
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.main-carousel > .carousel > .slide > .image > img.-fullheight {
  width: auto;
  height: 100%;
}
.main-carousel > .carousel > .slide > .text {
  width: 100%;
  padding: 20px 20px 80px 20px;
}
@media screen and (min-width: 768px) {
  .main-carousel > .carousel > .slide > .text {
    float: left;
    width: 40%;
    padding: 40px 20px 60px 20px;
  }
}
@media screen and (min-width: 992px) {
  .main-carousel > .carousel > .slide > .text {
    width: calc((970px * 40 / 100));
  }
}
@media screen and (min-width: 1200px) {
  .main-carousel > .carousel > .slide > .text {
    width: calc((1140px * 33.33 / 100));
  }
}
.main-carousel > .carousel > .slide > .text > .maintitle {
  margin-top: 0;
}
.main-carousel > .carousel-navigation {
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .main-carousel > .carousel-navigation {
    left: calc(60% + 20px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@media screen and (min-width: 992px) {
  .main-carousel > .carousel-navigation {
    left: calc(((100vw - 970px) / 2) + (970px * 66.66 / 100) + 20px);
  }
}
@media screen and (min-width: 1200px) {
  .main-carousel > .carousel-navigation {
    left: calc(((100vw - 1140px) / 2) + (1140px * 66.66 / 100) + 20px);
  }
}
.box-carousel {
  position: relative;
  margin: 0 -15px;
  width: calc(100% + 30px);
  height: 470px;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.box-carousel > .carouselwrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.box-carousel > .carouselwrapper .carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-carousel > .carouselwrapper .carousel > .itemwrapper {
  padding: 15px;
  float: left;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .box-carousel > .carouselwrapper .carousel > .itemwrapper {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .box-carousel > .carouselwrapper .carousel > .itemwrapper {
    width: 33.3%;
  }
}
.box-carousel > .carouselwrapper .carousel > .itemwrapper > .box-item {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 50px;
}
.box-carousel > .carousel-navigation {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (min-width: 992px) {
  .box-carousel {
    height: 430px;
  }
  .box-carousel > .carouselwrapper .carousel > .itemwrapper > .box-item {
    margin-bottom: 0;
  }
  .box-carousel > .carousel-navigation {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: -30px;
    width: calc(100% + 60px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .box-carousel > .carousel-navigation .-right {
    float: right;
  }
}
.page-carousel {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
}
.page-carousel > .carousel {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.page-carousel > .carousel > .slide {
  position: absolute;
}

.home .page-carousel > .carousel > .slide {
  position: relative;
}

.page-carousel > .carousel > .slide.-selected {
  z-index: 10;
}
.page-carousel > .carousel > .slide.-target {
  z-index: 5;
}
.page-carousel > .carousel > .slide > .image {
  text-align: center;
  position: relative;
}
.page-carousel > .carousel > .slide > .image > img {
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
}
.page-carousel > .carousel-navigation {
  margin-top: 20px;
  width: 100%;
  text-align: center;
  position: relative;
}
.carousel-navigation {
  display: inline-block;
  z-index: 50;
}
.carousel-navigation .bullet {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.carousel-navigation .bullet:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ccc;
  width: 15px;
  height: 15px;
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.carousel-navigation .bullet.-selected:before {
  background-color: #0c4073;
}

.page-template-page-enviroment .carousel-navigation .bullet.-selected:before {
  background-color: #68D2A0;
}

.page-template-page-bioecology .carousel-navigation .bullet.-selected:before {
  background-color: #D9C600;
}

.page-template-page-human-geography .carousel-navigation .bullet.-selected:before {
  background-color: #DC0046;
}

.carousel-navigation.-blu .bullet.-selected:before {
  background-color: #00a3ba;
}
.carousel-navigation.-green .bullet.-selected:before {
  background-color: #1e9915;
}
.carousel-navigation.-red .bullet.-selected:before {
  background-color: #da0042;
}
.box-item {
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 4px 7px 0 rgba(0, 0, 0, 0.1);
  margin: 15px 0;
}
.box-item > .image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.box-item > .image > .cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-item > .image > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  z-index: 10;
  color: #ffffff;
}
.box-item > .image > .overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0c4073;
  opacity: .8;
  z-index: -1;
}
.box-item > .image > .overlay.-green:before {
  background-color: #1e9915;
  opacity: .8;
}
.box-item > .image > .overlay.-red:before {
  background-color: #da0042;
  opacity: .7;
}
.box-item > .text {
  position: relative;
  width: 100%;
  height: 230px;
  padding: 0 20px 90px 20px;
  overflow: hidden;
}
.box-item > .text > p {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 140%;
}
/* modifiche per box utenti in hoome */
@media screen and (max-width: 1200px) {
.box-item.-lanciopiccola  p {
    font-size: 1.1em;
	}
}
@media screen and (max-width: 767px) {
.box-item.-lanciopiccola p {
    font-size: 1.2em;
	}
}
@media screen and (max-width: 1200px) {
.box-item.-lanciogrande  p {
    font-size: 1.1em;
	}
}
@media screen and (max-width: 767px) {
.box-item.-lanciogrande p {
    font-size: 1.2em;
	}
}
/* fine modifiche */
.box-item > .text > .btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  min-width: 0;
}
.box-item > .text > .info-list {
  margin: 0;
}
.box-item .itemtitle {
  font-size: 1.4rem;
  line-height: 130%;
  margin: 15px 0;
}
.box-item .itemtitle.-orange {
  color: #0c4073;
}
.box-item .itemtitle.-blu {
  color: #00a3ba;
}
.box-item .itemtitle.-red {
  color: #da0042;
}
.box-item .itemtitle.-green {
  color: #1e9915;
}
.box-item.-alloggio > .image > .info-list {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 5px 10px;
}
.box-item.-news > .image,
.box-item.-progetti > .image,
.box-item.-lanciopiccola > .image {
  height: 80px;
}
.box-item.-news > .image .category,
.box-item.-progetti > .image .category,
.box-item.-lanciopiccola > .image .category,
.box-item.-news > .image .date,
.box-item.-progetti > .image .date,
.box-item.-lanciopiccola > .image .date {
  width: 50%;
  float: left;
  line-height: 50px;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 300;
}
.box-item.-news > .image .date,
.box-item.-progetti > .image .date,
.box-item.-lanciopiccola > .image .date {
  text-align: right;
}
.box-item.-news > .image .category [class*='icon-'],
.box-item.-progetti > .image .category [class*='icon-'],
.box-item.-lanciopiccola > .image .category [class*='icon-'] {
  width: 50px;
  height: 50px;
  margin-left: -10px;
}
.box-item.-news > .text,
.box-item.-progetti > .text,
.box-item.-lanciopiccola > .text {
  height: 170px;
}
.box-item.-progetti > .image {
  height: 200px;
}
.box-item.-progetti > .image .overlay {
  height: auto;
  top: auto;
  bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.box-item.-progetti > .image .category {
  width: 100%;
  line-height: 130%;
  padding: 0;
}
.box-item.-progetti > .text {
  height: 200px;
}
.box-item.-lanciopiccola {
  height: auto;
}
.box-item.-lanciopiccola > .image {
  height: 100px;
}
.box-item.-lanciopiccola > .image > .overlay {
  padding: 25px 20px;
  text-align: center;
}
.box-item.-lanciopiccola > .image > .overlay > .category {
  width: 100%;
}
.box-item.-lanciopiccola > .text {
  height: auto;
}
@media screen and (min-width: 768px) {
  .box-item.-lanciopiccola {
    min-height: 400px;
  }
  .box-item.-lanciopiccola > .text {
    height: 300px;
  }
}
.box-item.-lanciogrande {
  height: auto;
}
.box-item.-lanciogrande .itemtitle {
  margin-top: 20px;
  font-weight: 100;
}
.box-item.-lanciogrande > .image {
  display: none;
}
.box-item.-lanciogrande > .text {
  height: auto;
}
@media screen and (min-width: 768px) {
  .box-item.-lanciogrande {
    min-height: 400px;
  }
  .box-item.-lanciogrande > .image {
    display: block;
    width: 50%;
    height: 400px;
    float: left;
  }
  .box-item.-lanciogrande > .text {
    width: 50%;
    height: 400px;
    float: right;
  }
  .box-item.-lanciogrande .itemtitle {
    margin-top: 40px;
  }
}
.color-stripe {
  background-color: #0c4073;
  border-bottom: 1px solid #c36600;
}
.color-stripe p {
    font-size: 2em;
    color: #ffffff;
    text-align: center;
    padding: 0;
    margin: 13px 0;
    font-weight: 300;
}
.advanced-search {
  border-bottom: 3px solid #00a3ba;
  padding: 20px 0;
}
@media screen and (max-width: 479px) {
.color-stripe p {
    font-size: 1.5em;
	}
}
@media screen and (max-width: 359px) {
.color-stripe p {
    font-size: 1.3em;
	}
}
@media screen and (min-width: 992px) {
  .advanced-search > .container > .row {
    display: table;
    height: 100%;
    min-height: 100px;
  }
  .advanced-search > .container > .row > div {
    float: none;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
  }
}
.advanced-search .sectiontitle {
  text-align: center;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .advanced-search .sectiontitle {
    text-align: left;
    margin-top: 0;
  }
}
.advanced-search p {
  text-align: center;
  color: #919191;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .advanced-search p {
    text-align: left;
    margin-bottom: 0;
  }
}
.advanced-search .filter-select {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .advanced-search .filter-select {
    margin: 0;
    margin-right: 10px;
    width: calc((100% - 80px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .advanced-search .btn {
    width: 100%;
  }
}
ul.info-list {
  width: 100%;
  height: auto;
  margin: 10px 0;
  padding: 0;
}
ul.info-list > li {
  display: inline-block;
  font-size: 1.1rem;
  list-style-type: none;
  color: #00a3ba;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 5px 10px 5px 0;
  margin: 0;
}
ul.info-list > li:before {
  display: none;
}
ul.info-list > li small {
  text-transform: none;
}
@media screen and (min-width: 768px) {
  ul.info-list > li {
    display: block;
    padding: 5px 0;
  }
}
ul.info-list > li > [class*='icon-'] {
  vertical-align: middle;
  margin: 0 5px 2px 0;
}
ul.info-list.-inline > li {
  display: inline-block;
  margin-right: 15px;
}
ul.info-list.-negative {
  position: relative;
  z-index: 1;
}
ul.info-list.-negative > li {
  color: #ffffff;
  font-weight: 300;
}
ul.info-list.-negative:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .6;
  z-index: -1;
}
ul.info-list.-small {
  font-size: .9em;
}
ul.info-list.-small > li {
  padding: 3px 7px 3px 0;
}
ul.info-list.-small > li > [class*='icon-'] {
  height: 27px;
  margin-right: 0;
}

.lightbox-gallery {
  overflow: hidden
}
.lightbox-gallery a {
  display:block;
  float:left;
  width: 33.3333%;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
  padding: 2px;
}
.lightbox-gallery a:hover,
.lightbox-gallery a:focus,
.lightbox-gallery a:active {
  opacity:.75;
}
.lightbox-gallery a img {
  display:block;
  width:100%;
}
@media (min-width:768px) and (max-width:991px), (min-width:1200px) {
  .lightbox-gallery a {
    width: 25%
  }
}
.page-head {
  position: relative;
/*   background-color: #49494b; */
  overflow: hidden;
  z-index: 1;
}
.page-head .backgroundimage {
  z-index: -1;
  opacity: .5;
}
#topVideo {
    display: inline-block;
    vertical-align: baseline;
    width: auto;
    left: 50%;
    top:-25px;
    position: absolute;
    -webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);
    height:430px;
}
.page-head .pagetitle {
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 30px 20px;
  font-weight: 700;
  text-shadow: 0 0 0 2px #49494b;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .page-head .pagetitle {
    padding: 50px 20px;
  }
  #topVideo { height: 550px;}

}
@media screen and (min-width: 992px) {
  .page-head .pagetitle {
    padding: 70px 20px;
}
   #topVideo {
      display: inline-block;
      vertical-align: baseline;
      width: 100%;
      top: 50%;
      left:0;
      -webkit-transform: translateX(0) translateY(-50%);-ms-transform: translateX(0) translateY(-50%);transform: translateX(0) translateY(-50%);
      height:auto;
  }
}
.main.-red .page-head {
  border-bottom: 2px solid #da0042;
}
.main.-green .page-head {
  border-bottom: 2px solid #1e9915;
}
.main.-blu .page-head {
  border-bottom: 2px solid #00a3ba;
}
.page-body {
  height: 100%;
  overflow: hidden;
}

body.home .page-body {
    background: #d3d9de;
}

.sidebar-menu {
  padding: 50px 0;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .sidebar-menu {
    text-align: left;
  }
}
.sidebar-menu > li {
  display: none;
}
.sidebar-menu ul {
  padding: 0;
  margin: 0;
}
.sidebar-menu li {
  list-style-type: none;
}
.sidebar-menu a:hover {
  text-decoration: none;
  color: inherit;
}
.sidebar-menu a {
  padding: 10px 20px;
}
.sidebar-menu > .current-menu-ancestor > a,
.sidebar-menu > .current-menu-parent > a {
  display: block;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 300;
  color: #FFF;
  background: #0c4073;
  line-height: 60px;
  cursor: default;
  text-decoration: none !important;
  padding: 0 20px;
}

.page-template-page-enviroment .sidebar-menu > .current-menu-ancestor > a,
.page-template-page-enviroment .sidebar-menu > .current-menu-parent > a {
  display: block;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 300;
  color: #FFF;
  background: #68D2A0;
  line-height: 60px;
  cursor: default;
  text-decoration: none !important;
  padding: 0 30px;
}

.page-template-page-bioecology .sidebar-menu > .current-menu-ancestor > a,
.page-template-page-bioecology .sidebar-menu > .current-menu-parent > a {
  display: block;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 300;
  color: #FFF;
  background: #D9C600;
  line-height: 60px;
  cursor: default;
  text-decoration: none !important;
  padding: 0 30px;
}

.page-template-page-human-geography .sidebar-menu > .current-menu-ancestor > a,
.page-template-page-human-geography .sidebar-menu > .current-menu-parent > a {
  display: block;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 300;
  color: #FFF;
  background: #DC0046;
  line-height: 60px;
  cursor: default;
  text-decoration: none !important;
  padding: 0 30px;
}



.sidebar-menu .current-menu-parent,
.sidebar-menu .current-menu-ancestor {
  display: block;
}
.sidebar-menu .current-menu-parent > ul li a,
.sidebar-menu .current-menu-ancestor > ul li a {
  display: block;
  font-size: 1.1em;
  font-weight: 300;
  color: #0c4073;
  line-height: 150%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 5px 0;
  background: #B6C6D5;
  text-transform: uppercase;
  font-weight: 700;
}

ul.sub-menu li.menu-item ul.sub-menu li a {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 400;
}

ul.sub-menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.menu-item a {
    text-transform: inherit;
    margin: 0;
    background: #dfe6ec;
}

ul.sub-menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.menu-item a:hover {background-color: #fff;}


.sidebar-menu .current-menu-parent > ul li a:hover,
.sidebar-menu .current-menu-ancestor > ul li a:hover {
  background-color: #ffffff;
  /*box-shadow: inset 3px 0 0 0 #0c4073;DA VEDERE SE TENERE O NO LUNEDI */
  color: #0c4073;
}

.page-template-page-enviroment .sidebar-menu .current-menu-parent > ul li a:hover,
.page-template-page-enviroment .sidebar-menu .current-menu-ancestor > ul li a:hover {
  background-color: #ffffff;
  box-shadow: inset 3px 0 0 0 #68D2A0;
  color: #68D2A0;
}

.page-template-page-bioecology .sidebar-menu .current-menu-parent > ul li a:hover,
.page-template-page-bioecology .sidebar-menu .current-menu-ancestor > ul li a:hover {
  background-color: #ffffff;
  box-shadow: inset 3px 0 0 0 #D9C600;
  color: #D9C600;
}

.page-template-page-human-geography .sidebar-menu .current-menu-parent > ul li a:hover,
.page-template-page-human-geography .sidebar-menu .current-menu-ancestor > ul li a:hover {
  background-color: #ffffff;
  box-shadow: inset 3px 0 0 0 #DC0046;
  color: #DC0046;
}

.sidebar-menu .current-menu-parent > ul li.current-menu-item > a,
.sidebar-menu .current-menu-ancestor > ul li.current-menu-item > a,
ul.sub-menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.current-menu-item a {
  background-color: #ffffff;

}
@media screen and (min-width: 992px) {
  .sidebar-menu .current-menu-parent > ul li.current-menu-item > a,
  .sidebar-menu .current-menu-ancestor > ul li.current-menu-item > a {
  /* box-shadow: inset 3px 0 0 0 #0c4073;  DA VEDERE SE TENERE O NO LUNEDI  */
   color: #0c4073;
  }

  .page-template-page-enviroment .sidebar-menu .current-menu-parent > ul li.current-menu-item > a,
  .page-template-page-enviroment .sidebar-menu .current-menu-ancestor > ul li.current-menu-item > a {
   box-shadow: inset 3px 0 0 0 #68D2A0;
   color: #68D2A0;
  }

  .page-template-page-bioecology .sidebar-menu .current-menu-parent > ul li.current-menu-item > a,
  .page-template-page-bioecology .sidebar-menu .current-menu-ancestor > ul li.current-menu-item > a {
   box-shadow: inset 3px 0 0 0 #D9C600;
   color: #D9C600;
  }

  .page-template-page-human-geography .sidebar-menu .current-menu-parent > ul li.current-menu-item > a,
  .page-template-page-human-geography .sidebar-menu .current-menu-ancestor > ul li.current-menu-item > a {
   box-shadow: inset 3px 0 0 0 #DC0046;
   color: #DC0046;
  }
}
.sidebar-menu .current-menu-parent > ul li .sub-menu a,
.sidebar-menu .current-menu-ancestor > ul li .sub-menu a {
  text-transform: none;
  padding: 10px 20px 10px 20px;
}
.single-progetti .sub-menu .sub-menu {display:none}
.main.-green .sidebar-menu .current-menu-ancestor > a {
  color: #1e9915;
}
.main.-green .sidebar-menu .current-menu-parent > a {
  color: #1e9915;
}
.main.-green .sidebar-menu .current-menu-parent > ul li.current-menu-item > a {
  box-shadow: inset 0 3px 0 0 #1e9915;
}
@media screen and (min-width: 992px) {
  .main.-green .sidebar-menu .current-menu-parent > ul li.current-menu-item > a {
    box-shadow: inset 3px 0 0 0 #1e9915;
  }
}
.main.-red .sidebar-menu .current-menu-ancestor > a {
  color: #da0042;
}
.main.-red .sidebar-menu .current-menu-parent > a {
  color: #da0042;
}
.main.-red .sidebar-menu .current-menu-parent > ul li.current-menu-item > a {
  box-shadow: inset 0 3px 0 0 #da0042;
}
@media screen and (min-width: 992px) {
  .main.-red .sidebar-menu .current-menu-parent > ul li.current-menu-item > a {
    box-shadow: inset 3px 0 0 0 #da0042;
  }
}
.main.-blu .sidebar-menu .current-menu-ancestor > a {
  color: #00a3ba;
}
.main.-blu .sidebar-menu .current-menu-parent > a {
  color: #00a3ba;
}
.main.-blu .sidebar-menu .current-menu-parent > ul li.current-menu-item > a {
  box-shadow: inset 0 3px 0 0 #00a3ba;
}
@media screen and (min-width: 992px) {
  .main.-blu .sidebar-menu .current-menu-parent > ul li.current-menu-item > a {
    box-shadow: inset 3px 0 0 0 #00a3ba;
  }
}
.table-box table {
  width: 100%;
  border-collapse: collapse;
/*   table-layout: fixed; */
}
.table-box table thead tr:first-of-type {
  background: rgba(255,255,255,.7);
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
 background: none;
 border: 0 none;
}

.page-template-page-enviroment .table-box table tr:first-of-type {
  border-top: 3px solid #68D2A0;
}

.page-template-page-bioecology .table-box table tr:first-of-type {
  border-top: 3px solid #D9C600;
}

.page-template-page-human-geography .table-box table tr:first-of-type {
  border-top: 3px solid #DC0046;
}


.table-box table tr:nth-child(even) td {
 background-color: rgba(255, 255, 255, 0.4);
}

.page-template-page-enviroment  .table-box table tr:nth-child(even) td {
  background-color: rgba(104, 210, 160, 0.08);
}

.page-template-page-bioecology  .table-box table tr:nth-child(even) td {
  background-color: rgba(217, 198, 0, 0.09);
}

.page-template-page-human-geography  .table-box table tr:nth-child(even) td {
  background-color: rgba(220, 0, 70, 0.06);
}

.table-responsive.table-box th {
  color: #0c4073;
  border-bottom: 1px solid #b6c6d5;
}

/* font-size originale 1.1em */
.table-box table td,
.table-box table th {
  padding: 15px;
  font-size: 1em;
  font-weight: 300;
}
/* tabelle 3 colonne responsive */
@media (min-width: 1200px) {

  .navbar-default .navbar-collapse .navbar-nav {
    padding-left: 150px;
}
}
@media (min-width: 767px) and (max-width:1199px) {
	.table-box.col-3 table, .table-box.col-4 table {
		table-layout:auto;
	}
	.table-box.col-3 td {width:27%}
	.table-box.col-3 td:last-child {width:46%}
}
@media (max-width: 767px) {
/*
 .table-box.col-3 table, .table-box.col-3 tbody, .table-box.col-3 tr, .table-box.col-3 td, .table-box.col-4 table, .table-box.col-4 tbody, .table-box.col-4 tr, .table-box.col-4 td{
  display:inline-block;
 }
*/
 .table-box.col-3 td:empty,  .table-box.col-4 td:empty {
   display: none;
}
.table-box td:before{
content: attr(data-col);
display:block;
}
}

@media (max-width: 425px) {
 .table-box.col-2 table, .table-box.col-2 tbody, .table-box.col-2 tr, .table-box.col-2 td {
  display:block;
 }
.table-box.col-2 th {
   display: none;
   }
}
/* fine modifiche */
.table-box table th {
  font-weight: 700;
  text-transform: uppercase;
}
.table-box table td {
 /*  border: 3px solid #ffffff; */
}
.table-box.-green table tr:first-of-type {
  border-top-color: #1e9915;
}
.table-box.-red table tr:first-of-type {
  border-top-color: #da0042;
}
.table-box.-blu table tr:first-of-type {
  border-top-color: #00a3ba;
}
.table-line .tr {
  font-size: 0;
}
.table-line .tr:last-child {
  border-bottom: 1px solid #dfdfdf;
}
@media screen and (min-width: 992px) {
  .table-line .tr {
    border-top: 1px solid #dfdfdf;
  }
}
.table-line .td {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  padding: 15px;
  font-size: 1.2rem;
  font-weight: 300;
  color: #49494b;
  border-top: 1px solid #dfdfdf;
}
@media screen and (min-width: 992px) {
  .table-line .td {
    width: 30%;
    border-top: 0;
  }
}
.table-line .td.-label {
  width: 40%;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .table-line .td.-label {
    width: 20%;
  }
}
.document-link {
  margin: 30px 0;
}
.document-link ul {
  padding: 0;
}
.document-link ul li {
  list-style-type: none;
  display: block;
  border: 1px solid #dfdfdf;
  margin-top: -1px;
  padding: 0;
  margin: 0;
  font-size: 1rem;
}
.document-link ul li:before {
  display: none;
}
.document-link ul li a {
  display: table;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.0em;
  padding: 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #0c4073;
}

.page-template-page-enviroment .document-link ul li a {
  background-color: #68D2A0;
}

.page-template-page-bioecology .document-link ul li a {
  background-color: #D9C600;
}

.page-template-page-human-geography .document-link ul li a {
  background-color: #DC0046;
}

.document-link ul li a:hover {
  text-decoration: none;
  background-color: #c6c6c6;
}
.document-link ul li a > span {
  display: table-cell;
}
.document-link ul li a .title {
  vertical-align: middle;
  font-weight: 700;
}
.document-link ul li a .download {
  width: 30px;
  vertical-align: middle;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
}
.document-link ul li a .download .downloadlabel {
  display: none;
}
.document-link ul li a .download [class^="icon"] span,
.document-link ul li a .download [class^="icon"] span:before,
.document-link ul li a .download [class^="icon"] span:after {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .document-link ul li a .download {
    width: 115px;
  }
  .document-link ul li a .download .downloadlabel {
    display: inline-block;
  }
}
.document-link.-green ul li a {
  background-color: #1e9915;
}
.document-link.-green ul li a:hover {
  text-decoration: none;
  background-color: #c6c6c6;
}
.document-link.-green ul li a .download {
  color: #fff;
}
.document-link.-green ul li a .download [class^="icon"] span,
.document-link.-green ul li a .download [class^="icon"] span:before,
.document-link.-green ul li a .download [class^="icon"] span:after {
  background-color: #fff;
}
.document-link.-red ul li a {
  background-color: #da0042;
}
.document-link.-red ul li a:hover {
  text-decoration: none;
  background-color: #c6c6c6;
}
.document-link.-red ul li a .download {
  color: #fff;
}
.document-link.-red ul li a .download [class^="icon"] span,
.document-link.-red ul li a .download [class^="icon"] span:before,
.document-link.-red ul li a .download [class^="icon"] span:after {
  background-color: #fff;
}
.document-link.-blu ul li a {
  background-color: #00a3ba;
}
.document-link.-blu ul li a:hover {
  text-decoration: none;
  background-color: #c6c6c6;
}
.document-link.-blu ul li a .download {
  color: #fff;
}
.document-link.-blu ul li a .download [class^="icon"] span,
.document-link.-blu ul li a .download [class^="icon"] span:before,
.document-link.-blu ul li a .download [class^="icon"] span:after {
  background-color: #fff;
}
.contact-form {
  margin: 50px 0;
}
.contact-form h3 {
  margin: 15px auto;
}
.contact-form p {
  margin: 15px auto;
}
.contact-form form .hp-wrap {
  display: none;
}
.contact-form form .ninja-forms-required-items {
  display: block;
  padding: 10px;
  font-size: 1em;
  font-weight: 300;
  margin: 10px auto;
}
.contact-form form .ninja-forms-required-items span {
  display: inline-block;
  padding: 10px;
  border: 1px solid #dfdfdf;
  background-color: #f2f2f2;
  border-radius: 3px;
}
.contact-form form .ninja-forms-all-fields-wrap {
  margin: 0 -10px;
}
.contact-form form .field-wrap {
  position: relative;
  margin: 20px auto;
  padding: 0 10px;
  font-size: 1.1em;
}
.contact-form form .field-wrap label {
  text-transform: uppercase;
}
.contact-form form .field-wrap.label-above label {
  display: block;
}
.contact-form form .field-wrap input[type="text"],
.contact-form form .field-wrap textarea {
  display: block;
  width: 100%;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  font-size: 1.1em;
  font-weight: 300;
  padding: 10px;
}
.contact-form form .field-wrap input[type="text"]:focus,
.contact-form form .field-wrap textarea:focus {
  border: 1px solid #0c4073;
  box-shadow: none;
  outline: none;
}
.contact-form form .field-wrap textarea {
  min-height: 200px;
}
.contact-form form .field-wrap input[type="submit"] {
  -webkit-appearance: none;
  box-shadow: inset 0 0 0 2px #0c4073;
  padding: 0 20px;
  min-width: 0;
}
.contact-form form .field-wrap input[type="submit"]:hover {
  background-color: #0c4073;
}
.contact-form form .field-wrap select {
  display: inline-block;
  width: 100%;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px;
  font-size: 1.1em;
  font-weight: 300;
  background-color: #ffffff;
  background-image: url('../images/icon-chevron-down.svg');
  background-position: calc(100% - 20px) 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.contact-form form .field-wrap .ninja-forms-field-error {
  position: absolute;
  background-color: #da0042;
  color: #ffffff;
  border-radius: 3px;
  padding: 5px;
  top: calc(100% - 10px);
  right: 10px;
  z-index: 1;
  font-size: .8em;
}
.contact-form form .field-wrap .ninja-forms-field-error:empty {
  display: none !important;
}
.contact-form form .field-wrap .ninja-forms-field-error:before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 20px;
  height: 0;
  width: 0;
  pointer-events: none;
  border: 6px solid;
  border-color: transparent;
  border-bottom-color: #da0042;
}
.contact-form form .field-wrap.hidden-wrap {
  display: none;
}
@media screen and (min-width: 768px) {
  .contact-form form .field-wrap.text-wrap,
  .contact-form form .field-wrap.list-dropdown-wrap {
    float: left;
    width: 50%;
  }
  .contact-form form .field-wrap.textarea-wrap,
  .contact-form form .field-wrap.submit-wrap {
    float: left;
    width: 100%;
  }
}
.contact-form .ninja-forms-response-msg {
  display: block;
  font-size: 1em;
  font-weight: 300;
  margin: 10px auto;
}
.contact-form .ninja-forms-response-msg p {
  display: inline-block;
  padding: 10px;
  background-color: #f2f2f2;
  border: 1px solid #dfdfdf;
  color: #49494b;
  border-radius: 3px;
  font-size: .9em;
  line-height: 150%;
  font-weight: 500;
  margin: 0;
}
.contact-form .ninja-forms-response-msg p:empty {
  display: none !important;
}
.contact-form .ninja-forms-response-msg.ninja-forms-error-msg p {
  border-color: #da0042;
  background-color: #da0042;
  color: #ffffff;
}
.contact-form .ninja-forms-response-msg.ninja-forms-success-msg p {
  border-color: #1e9915;
  background-color: #1e9915;
  color: #ffffff;
}
.contact-form.-alloggio {
  margin: 0;
  padding: 30px 20px;
}
.contact-form.-alloggio h3 {
  color: #00a3ba;
  text-transform: uppercase;
}
.contact-form.-alloggio form .ninja-forms-required-items {
  font-size: .9em;
  margin: 5px auto;
}
.contact-form.-alloggio form .ninja-forms-required-items span {
  border: 1px solid #ffffff;
  background-color: #f2f2f2;
}
.contact-form.-alloggio form .field-wrap.text-wrap,
.contact-form.-alloggio form .field-wrap.textarea-wrap,
.contact-form.-alloggio form .field-wrap.list-dropdown-wrap,
.contact-form.-alloggio form .field-wrap.submit-wrap {
  float: none;
  width: 100%;
}
.contact-form.-alloggio form .field-wrap input[type="submit"] {
  color: #00a3ba;
  box-shadow: inset 0 0 0 2px #00a3ba;
}
.contact-form.-alloggio form .field-wrap input[type="submit"]:hover {
  color: #ffffff;
  background-color: #00a3ba;
}
.contact-form.-alloggio form .field-wrap input[type="text"]:focus,
.contact-form.-alloggio form .field-wrap textarea:focus {
  border: 1px solid #00a3ba;
}
.page-content.-red .contact-form input[type="submit"] {
  color: #da0042;
  box-shadow: inset 0 0 0 2px #da0042;
}
.page-content.-red .contact-form input[type="submit"]:hover {
  color: #ffffff;
  background-color: #da0042;
}
.page-content.-green .contact-form input[type="submit"] {
  color: #1e9915;
  box-shadow: inset 0 0 0 2px #1e9915;
}
.page-content.-green .contact-form input[type="submit"]:hover {
  color: #ffffff;
  background-color: #1e9915;
}
.page-content.-blu .contact-form input[type="submit"] {
  color: #00a3ba;
  box-shadow: inset 0 0 0 2px #00a3ba;
}
.page-content.-blu .contact-form input[type="submit"]:hover {
  color: #ffffff;
  background-color: #00a3ba;
}
.google-map {
  width: 100%;
  height: 500px;
  border: none;
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
}
.google-map .gm-style > div:nth-child(2),
.google-map .gm-style > div:nth-last-child(3),
.google-map .gm-style > div:nth-last-child(4),
.google-map .gm-style > div:nth-last-child(5),
.google-map .gm-style > div:nth-last-child(6) {
  display: none !important;
}
.google-map .gm-style-iw,
.google-map .gm-style-iw div {
  overflow: hidden !important;
}
.google-map .infowindow {
  font-size: 1rem !important;
  display: table;
  width: 460px;
  height: auto;
  margin: 0 0 -5px 0;
  padding: 0;
}
.google-map .infowindow > div {
  display: table-cell;
  vertical-align: middle;
}
.google-map .infowindow .image {
  width: 150px;
  height: 150px;
}
.google-map .infowindow .image img {
  width: 100%;
  height: auto;
}
.google-map .infowindow .text {
  padding-left: 20px;
}
.google-map .infowindow .text .infowindowtitle {
  font-size: 1.6em;
}
.google-map .infowindow .text .infowindowtitle a {
  color: #49494b;
}
.google-map .infowindow .text .infowindowtitle a:hover {
  text-decoration: none;
}
.google-map .infowindow.-single {
  width: 350px;
  display: block;
  text-align: center;
  padding: 10px;
}
.google-map .infowindow.-single > div {
  display: inline-block;
}
.google-map .infowindow.-single .image {
  width: 100%;
  height: auto;
  max-width: 300px;
}
.google-map .infowindow.-single .text {
  padding-left: 0;
}
.google-map.-small {
  height: 350px;
  border: 1px solid #dfdfdf;
}
.google-map.-orange {
  border-bottom: 3px solid #0c4073;
}
.page-single .page-content {
  margin-top: 30px;
}
.page-single .singletitle > .title {
  font-size: 2.3em;
  margin: 10px 0 20px 0;
}
.page-single .singletitle > .title .code {
  font-size: 0.92857rem;
  font-weight: 400;
  padding: 5px 10px;
  margin: 0 0 15px 0;
  background-color: #00a3ba;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  vertical-align: middle;
  margin-left: 10px;
  white-space: nowrap;
}
.page-single .singletitle > .title:after {
  display: none;
}
.page-single .singletitle > .date {
  margin: 15px 0;
}
.page-single .singletitle > .btn {
  padding-left: 30px;
}
.page-single .singletitle > .btn .icon-arrow-left {
  left: 0;
  -webkit-transform: scale(0.8, 0.8) translate(-50%, -63%);
  -moz-transform: scale(0.8, 0.8) translate(-50%, -63%);
  -o-transform: scale(0.8, 0.8) translate(-50%, -63%);
  -ms-transform: scale(0.8, 0.8) translate(-50%, -63%);
  transform: scale(0.8, 0.8) translate(-50%, -63%);
}
.post-type-archive-progetti .page-head,
.single-progetti .page-head {
  border-bottom-color: #1e9915;
}
.page-template-page-contatti .contact-form {
  margin-top: 0;
}


html.wmpci-popup-open, html.wmpci-popup-open body {
    overflow: visible;
    position: relative;
}
body #wmpci-popup-wrp {position: absolute;}
body .wmpci-popup-body {max-width:90%; width: 510px;}
body .design1 .wmpci-popup-body {
  background:#FFF;
  top: 50px;
}
body .wpmci-popup-cnt-inr-wrp {padding:0;color:#484848;}
.wmpci-popup-wrp img {max-width:100%;height:auto;}


/*
------------------------------------------
HEADER
------------------------------------------

------------------------------------------
GLOBAL
------------------------------------------
*/

.container{
	position: relative;
}

.nopadding{
	padding: 0;
	margin: 0;
}

.cover{
	height: 500px;
	background-size: cover;
	width: 100%;
	background-position: center center;
}
/*

.home .page-head-wrap{
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 500px;
    max-height: 506px;
}
*/

.page-head-wrap{
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 400px;
    background-color: #d3d9de;
}

.page-head-wrap.bg-blur{
 background-image: url('../images/blur-video.jpg');background-size: 100% 100%;background-size: cover;background-position: center center;
}

@media (min-width: 768px) {
  .page-head-wrap{
    min-height: 470px;
}
}



.page-head-wrap:before {
    content: '';
    display: block;
    height: 110px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.52) 80%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.52) 80%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.52) 80%,rgba(0,0,0,0.65) 100%);
    z-index: 2;
}


.mask-bottom{
	width: 40%;
    height: 100%;
    background: url(../images/header-mask-bottom.png) no-repeat left center;
    overflow: hidden;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1000;
    display: none;
    opacity: 1;
    max-height: 506px;
}



.title{
	position: absolute;
    right: 50px;
    left: 15px;
    z-index: 1000;
    bottom: 40px;
}

.title h3{
    font-size: 1.28571rem;
    padding: 2px 2px;
    display: inline-block;
    font-weight: 300;
    margin: 10px 0 0;
    color: #fff;
}

.textIncreased .padded-multiline {
  padding: 9px 0 8px;
}

.page-template-page-enviroment .padded-multiline {
  line-height: 1.3;
  padding: 6px 0;
  border-left: 40px solid #68D2A0;
  margin: 0;
}

.page-template-page-bioecology .padded-multiline {
  line-height: 1.3;
  padding: 6px 0;
  /*border-left: 40px solid #D9C600;*/
  margin: 0;
}

.page-template-page-human-geography .padded-multiline {
  line-height: 1.3;
  padding: 6px 0;
  border-left: 40px solid #DC0046;
  margin: 0;
}

.home-title .padded-multiline h2{
    padding:0 0 10px;
    display: inline-block;
    margin: 0;
    font-size: 3.72857rem;
    line-height: 0.8em;
    color: rgba(255,255,255,1);
    border-bottom: 1px solid #fff;
}

.home-title .padded-multiline .title-font-span {font-size: 37px;}

  .title.home-title h3{
    font-size: 1.28571rem;
    background: none;
    margin: 0;padding: 5px 0 0 ;
    display: inline-block;
    font-weight: 300;
    color: #fff;
    width: 100%;
    text-align: center;
}

@media(max-width: 767px) {
  .title.home-title h3{text-align: left;}
}

.padded-multiline h2 {
  padding: 4px 0;
  display: inline;
  margin: 0;
	font-size: 3.72857rem;
	line-height: 0.8em;
	color: rgba(255,255,255,1);
}

.title-font-span {font-size: 42px;}

.page-template-page-enviroment .padded-multiline h2 {
  padding: 4px 0;
  display: inline;
  margin: 0;
	font-size: 4.5rem;
	line-height: 1.0635em;
	color: #FFFFFF;
	background: #68D2A0;
}

.page-template-page-bioecology .padded-multiline h2 {
  padding: 4px 0;
  display: inline;
  margin: 0;
	font-size: 4.5rem;
	line-height: 1.0635em;
	color: #FFFFFF;
	/*background: #D9C600;*/
}

.page-template-page-human-geography .padded-multiline h2 {
  padding: 4px 0;
  display: inline;
  margin: 0;
	font-size: 4.5rem;
	line-height: 1.0635em;
  color: #FFFFFF;
  background: #DC0046;
}

.box{
	padding: 20px;
	background: #0c4073;
	font-size: 1.57142rem;
	text-align: left;
	margin: 60px 0;
}

.page-template-page-enviroment .box{
	padding: 30px;
	background: #68D2A0;
	font-size: 1.57142rem;
	text-align: left;
	margin: 60px 0;
}

.page-template-page-bioecology .box{
	padding: 30px;
	background: #D9C600;
	font-size: 1.57142rem;
	text-align: left;
	margin: 60px 0;
}

.page-template-page-human-geography .box{
	padding: 30px;
	background: #DC0046;
	font-size: 1.57142rem;
	text-align: left;
	margin: 60px 0;
}

.quote{
	border-top: solid 1px #0c4073;
	border-bottom: solid 1px #0c4073;
	padding: 30px 0;
	margin: 60px 0;
}

.page-template-page-enviroment .quote{
	border-top: solid 1px #68D2A0;
	border-bottom: solid 1px #68D2A0;
	padding: 30px 0;
	margin: 60px 0;
}

.page-template-page-bioecology .quote{
	border-top: solid 1px #D9C600;
	border-bottom: solid 1px #D9C600;
	padding: 30px 0;
	margin: 60px 0;
}

.page-template-page-human-geography .quote{
	border-top: solid 1px #DC0046;
	border-bottom: solid 1px #DC0046;
	padding: 30px 0;
	margin: 60px 0;
}


/*
------------------------------------------
HOME & PAGE
------------------------------------------
*/

.news{
	padding: 0 0 0;
  margin-bottom:2px;
}

.archive .news{
	padding: 30px 0;
  margin-bottom:2px;
}

.home .news li{
	margin: 0;
}

.news li{
	margin: 0 0 20px;
}

.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 40%;
    z-index: 15;
    width: auto;
    padding-left: 15px;
	margin-left: 0;
    text-align: center;
    list-style: none;
}

.carousel-indicators .active {
    background-color: #0c4073;
    margin: 1px;
}

.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #0c4073;
    border-radius: 10px;
}

.carousel-indicators li{
	border-radius: 0;
}

.item{padding: 0 15px;}

#carousel-news{padding: 30px 0 0;}

.news li{
	list-style: none;
}

.thumb-news{
	background-color: #CCC;
	background-size: cover;
	height: 200px;
}

.content-news{
	background: #fff;
	height: auto;
  padding: 20px 15px 60px;
	position: relative;
}

.bg-news {
    background: #0c4073;
    margin: -20px -15px 0 -15px;
  }

.content-news h2 {
    font-size: 1.64285rem;
    color: #FEFEFE;
    font-weight: 400;
    margin: 0;
    padding: 10px 15px;
}

.read-news {
  font-size: 14px;
  text-transform: uppercase;
  color: #555;
}

.content-news h3 a, .content-news h3{
    font-size: 1.35714rem;
    color: #FEFEFE;
    font-weight: 500;
    margin: 5px 0 20px;
}

.home .content-news h3 a, .content-news h3{
    font-size: 1.21428rem;
    color: #0c4073;
    font-weight: 400;
    margin: 15px 0 5px;
}

.content-news h3 span {
  display: block;
  margin: 0 1px 14px;
  font-style: normal;
  font-size: 0.92857rem;
}

.content-news p{
	font-size: 0.85714rem;
	color: #555;
	font-weight: 300;
}

@media(max-width: 991px) {
  .col-md-15 {padding: 0 15px;}
}

.content-news span a{
	position: absolute;
	right: 20px;
	bottom: 20px;
	text-transform: uppercase;
	font-size: 0.78571rem;
	font-weight: 400;
}

.pagine{
	padding: 0px 0;
	/*background: #e8edf1;*/
}

.pagine .thumb,
.corsi .thumb{
	margin: 30px 0 0;
  height:0;
  padding-top:46.6667%;
  overflow:hidden;
  position:relative;
  background-size: 100% 100%;
  background-size: cover;
  background-position: 50% 50%;
}
/*.pagine .thumb img {
  position:absolute;
  width:100%;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);
}*/

.pagine .content{
	background: #FFF;
	padding: 14px 15px 10px;
	width: 100%;
	margin: -56px auto 30px;
	position: relative;
	border-bottom: solid 4px #0c4073;
	min-height: 142px;
}

.pagine h3 {

    font-size: 1.28571rem;
    color: #0c4073;
    position: absolute;
    top: -45px;
    background: rgba(255,255,255,.7);
    width: 100%;
    left: 0px;
    margin: 0;
    padding: 0 15px;
    border: 0;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pagine a{
  font-size: 0.75714rem;
  color: #555;
  letter-spacing: 0px;
  line-height: 1.75em;
  margin: 0;
  font-weight: 300;
  text-transform: uppercase;
}

.pagine p a{
	font-size: 0.85714rem;
	color: #6D8CAB;
	letter-spacing: 0px;
	line-height: 1.65em;
	margin: 0;
	font-weight: 300;
  text-transform: uppercase;
}


.corsi{
	padding: 2px 0;
	background: #B6C6D5;
}

.corsi .content{
	background: #FFF;
	padding: 9px 20px 42px;
	width: 100%;
	margin: 0 auto 0;
	position: relative;
	border-bottom: solid 4px #0c4073;
  min-height: 180px;
  color: #555;
}

.corsi .content a {color: #0c4073;}


.corsi h3{
	font-size: 1.28571rem;
  font-weight: 700;
  color: #0c4073;
  position: absolute;
  top: -45px;
  background: rgba(255,255,255,.7);
  width: 100%;
  left: 0px;
  margin: 0;
  padding: 0 15px;
  border: 0;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.corsi p{
	font-size: 0.92857rem;
	color: #444;
	letter-spacing: 0px;
	line-height: 1.692em;
	font-weight: 100;
}

.corsi .more{
	font-size: 0.85714rem;
	color: #484847;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 10px 20px;
	text-transform: uppercase;
	border-top: solid 1px #777;
	text-align: right;
	margin: 0 20px;
    width: calc(100% - 40px);
}

.pagine .more{
	font-size: 0.85714rem;
	color: #484847;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px 10px;
	text-transform: uppercase;
	border-top: solid 1px #777;
	text-align: right;
	margin: 0px 15px;
  width: calc(100% - 30px);
}


.corso{
	margin: 30px 0;
}


.quick-link{
	padding: 30px 0 10px;
	background: #fff;
}

.quick-link .content{
	margin: 0 0 30px;
}

.quick-link h3{
	text-align: center;
	font-size: 1.42857rem;
}

.quick-link p{
	text-align: center;
	font-weight: 300;
  color: #555;
}

.quick-link a{
	color: #0c4073;
	font-weight: 400;
}

.quick-link img{
	max-width: 70px;
}

.biografia{}

/*
------------------------------------------
FOOTER
------------------------------------------
*/

footer{
	background: #0c4073;
	padding: 10px 0 0;
}

.footer{
	padding: 0 15px 0px;
}

.logo-footer{
	margin: 0 auto 20px;
}

.footer-col{
	padding:  0;
	margin: 20px;
	border-bottom: solid 1px #0C8090;
}

footer p.collaboration {text-transform: uppercase;font-weight: 700;}
p.collaboration.m-b {margin-bottom: 22px;}

footer p{
	color: #FFF;
	font-size: 0.82857rem;
}

footer span{
	color: #FFF;
	font-size: 15px;
}

footer h3{
	font-size: 1.14285rem;
	line-height: 1.125em;
	color: #FFF;
	margin: 10px 0 0;
	text-align: left;
}

footer h5{
	text-transform: uppercase;
	color: #FFF;
	font-size: 0.85714rem;
	line-height: 1.5em;
	margin: 0 0 10px;
	text-align: left;
	border-bottom: solid 1px #FFF;
	font-weight: 300;
}

footer li{
    font-weight: normal;
    font-size: 0.92857;
    text-transform: uppercase;
    margin: 0;
}

footer li a, footer a{
	color: #FFF
}

footer a:hover{
	color: #FFF
}


img.logo-footer{
	width: 100%;
	max-width: 195px;
	padding: 0;
}

@media (max-width: 991px) {
  footer p {text-align: center;}
  .text-center {text-align: center;}
  .col-foot-left.no-bord {border-top: 0 none;}
}
@media (min-width: 991px) {
  img.logo-footer {width: 120%;margin: 22px -20px 0;}
}
@media (min-width: 1200px) {
  img.logo-footer {width: 112%;margin: 14px -20px 0;}
}
img.credits {
    max-width: 88px;
    margin-top: 6px;
    height: auto;
}

.social{
	display: inline-block;

}

.facebook{
	padding: 0 15px;
    background: url(../images/facebook.svg) left center no-repeat;
    background-size: 25px 25px;
    line-height: 25px;
    margin: 10px 0 10px;
    text-indent: -9999px;
}

.instagram{
        padding: 0 15px;
    background: url(../images/instagram.png) left center no-repeat;
    background-size: 25px 25px;
    line-height: 25px;
    margin: 10px 0 10px;
    text-indent: -9999px;
}


.twitter{
	padding: 0 15px;
    background: url(../images/twitter.svg) left center no-repeat;
    background-size: 25px 25px;
    line-height: 25px;
    margin: 10px 0 10px;
    text-indent: -9999px;
}

.youtube{
	padding: 0 15px;
    background: url(../images/youtube.svg) left center no-repeat;
    background-size: 25px 25px;
    line-height: 25px;
    margin: 10px 0 20px;
    text-indent: -9999px;
}


.copyright{
	background: #333334;
	padding: 0;
	margin: 30px 0 0;
}

.copyright p{
	font-size: 0.85714rem;
	line-height: 1.3333em;
	color: #FFF;
	text-align: left;
	margin: 0;
	vertical-align: top;
    padding: 20px 0;

}

.credits p{
	text-align: center;
}



img.planhotel{
	width: 100%;
	max-width: 106px;
	display: inline-block;
	margin: 10px 0;
}

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

img.milancenter{
	width: 100%;
	max-width: 164px;
	display: inline-block;
	margin: 0 auto 20px auto;
}

.bicocca{
	max-width: 40px;
	display: inline-block;
	margin: 20px 10px 10px;
	float: right;
	display: none;
}

@media (min-width: 992px) {
	.bicocca{display: block;}
}

.uni-maldive{
	max-width: 50px;
	display: inline-block;
	margin: 12px 10px 10px;
	float: right;
	display: none;
}

@media (min-width: 992px) {
	.uni-maldive{display: block;}
}

footer .bicocca{
	max-width: 45px;
	display: inline-block;
	margin: 10px auto 20px auto;
	float: none;
}

footer .uni-maldive{
	max-width: 58px;
	display: inline-block;
	margin: 0 auto 20px auto;
	float: none;
}

@media (max-width: 991px) {
  .credits p {text-align: right;}
}



/*
------------------------------------------

Small devices (tablets, 768px and up)

------------------------------------------
*/
@media (min-width: 768px) {
.mobile-menu{
	display: block;
}


.archive .title{
  position: absolute;
    right: 90px;
    left: initial;
    z-index: 1000;
    bottom: 160px;
}


.title{
  position: absolute;
    right: 15px;
    left: initial;
    z-index: 1000;
    bottom: 35px;
    text-align: right;
}

@media (min-width: 992px) {
  .title {right: 35px;}
}

.mask-bottom{
	width: 40%;
    height: 100%;
    background: url(../images/header-mask-bottom.png) no-repeat left center;
    overflow: hidden;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1000;
    display: block;
    opacity: 1;
    max-height: 506px;
}

.page-template-page-enviroment .mask-bottom{
	width: 40%;
    height: 100%;
    background: url(../images/header-mask-bottom-enviroment.png) no-repeat left center;
    overflow: hidden;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1000;
    opacity: 1;
    max-height: 506px;
}


.page-template-page-bioecology .mask-bottom{
	width: 40%;
    height: 100%;
    background: url(../images/header-mask-bottom-bioecology.png) no-repeat left center;
    overflow: hidden;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1000;
    opacity: 1;
    max-height: 506px;
}


.page-template-page-human-geography .mask-bottom{
	width: 40%;
    height: 100%;
    background: url(../images/header-mask-bottom-human.png) no-repeat left center;
    overflow: hidden;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1000;
    opacity: 1;
    max-height: 506px;
}



}



/*
------------------------------------------

Medium devices (desktops, 992px and up)

------------------------------------------
*/
@media (min-width: 992px) {


/*
------------------------------------------
GLOBAL
------------------------------------------
*/


/*
------------------------------------------
FRONTPAGE
------------------------------------------
*/
.news {
    padding: 0 0 0;
}

.archive .news{
	padding: 30px 0;
  margin-bottom:2px;
      width: 70%;
    margin: 0 auto 20px;
}

.home .news li{
	margin: 0;
}

.news li{
	margin: 0 0 20px;
}

.item{padding: 0 15px;}

.carousel-indicators {
    position: absolute;
    bottom: 5px;
    left: 33.33333333%;
    z-index: 15;
    width: auto;
    padding-left: 15px;
    margin-left: 0;
    text-align: center;
    list-style: none;
}

#carousel-news{padding: 30px 0 0;}

.content-news{
  height:200px;
  padding:20px 15px;
}
.content-news h3 {
  position:relative;
  padding-right:80px;
}
.content-news h3 span {
  position:absolute;
  right: 0
}
.pagine .thumb,
.corsi .thumb {
  padding-top:0;
  height:172px;
}
.corsi .thumb {
  height:240px;
}
.corsi .content {
  min-height:266px
}
/*.pagine .thumb img {
  position:static;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}*/
.pagine .content {
    margin: 0px auto 30px;
    position: relative;
    min-height: 140px;
}
.textIncreased .pagine .content {
  min-height:140px;
  padding:20px 20px 40px;
}
.pagine h3 {
    letter-spacing: -0.02em;
    font-size: 1rem;
    position: absolute;
    top: -45px;
    background: rgba(255,255,255,.7);
    width: 100%;
    left: 0px;
    margin: 0;
    padding: 0 15px;
    border: 0;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.textIncreased .corsi .content {
  min-height:330px
}
/*
------------------------------------------
FOOTER
------------------------------------------
*/

.footer-col{
	margin: 20px 0;
	border: none;
}

.credits p{
	text-align: right;
}



}

/*
------------------------------------------

Large devices (large desktops, 1200px and up)

------------------------------------------
*/
@media (min-width: 1200px) {

  .pagine h3 {
    letter-spacing: 0;
  }
  .pagine .thumb {
      height: 188px;
  }
  .corsi .thumb {
      height: 260px;
  }
  .corsi .content {
      min-height: 226px;
  }


}


.rsUni .rsBullets{
	background: transparent !important;
	width: auto !important;
	position: absolute !important;
	right: 20px !important;
	bottom: 20px !important;
	z-index: 99999 !important;
}

.rsUni .rsBullet {
    width: 10px !important;
    height: 10px !important;
    display: inline-block !important;
    padding: 3px !important;
}

.rsUni .rsBullet span {
    display: block !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 0 !important;
    background: #fff !important;
    cursor: pointer;
}

.rsUni .rsBullet.rsNavSelected span {
    background-color: #0c4073 !important

}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    color: #0c4073;
}

input:focus, textarea:focus, keygen:focus, select:focus {
    outline: auto 3px #0c4073 ;
}

.wpcf7-form-control-wrap {
    color: #000;
}

textarea#message {
    height: 100px;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  margin-left: -11px;
  font-size: 12px;
}

.check-box {padding-top: 10px;padding-bottom: 30px;}

.text-changer {
  position:absolute;
  top: 31px;
  right: 70px;
  z-index:2;
  font-size:10px;
  line-height:28px;
}
.text-changer button,
.text-changer span {display:inline-block;width:28px;height:28px;text-indent:250%;overflow:hidden;white-space:nowrap;background-image:url(../images/text-sprites.png);background-repeat: no-repeat; background-size: 126px 84px;margin:0;padding:0;line-height:28px;outline: 0 none;font-size:10px;vertical-align:top}
.text-changer button {background-color:transparent !important;}
.text-changer button.disabled {cursor:default !important;opacity:0.5;}
.text-changer span {}
.text-changer .minus{
    background-position: -7px -6px;
  }
  .text-changer span{
    background-position: -49px -6px;
  }
  .text-changer .plus{
    background-position: -91px -6px;
  }
@media (min-width:992px) {
  .text-changer {
    top: 30px;
    right: 80px;
  }
  .text-changer .minus{
    background-position: -7px -6px;
  }
  .text-changer span{
    background-position: -49px -6px;
  }
  .text-changer .plus{
    background-position: -91px -6px;
  }
}
@media (min-width:1200px) {
  .text-changer {
    top: 30px;
    right: 100px;
}
  .textIncreased .corsi .content {
    min-height:290px
  }
  .textIncreased .pagine .content {
    min-height:180px;
  }
}

@media (max-width: 991px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: rgba(255,255,255,0.5);
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #e7e7e7;
  }
}

@media (min-width: 992px) {
.col-md-15 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.col-15 {
  padding-left: 10px;
  padding-right: 10px;
}
}


.embed-container {
  margin: 30px 0;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
  }

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

  .page-content .biografia {padding: 20px 0 24px;border-top: 1px solid #b6c6d5;}
  .immagine-staff {}
  .immagine-staff > div {max-width: 150px;background-size:100% 100%;background-size:cover;background-position: 50% 50%; height:150px;}
  .biografia .nome-staff h3 {margin: 0;font-size: 24px;font-weight: 700;}
  .ruolo-staff p {margin: 0 0 10px;text-transform: uppercase;font-size: 0.9em;}
  .mail-tell-staff p {margin:5px 0 4px;font-size:0.9em}
  .mail-tell-staff.mail p:before,
  .mail-tell-staff.tell p:before {content: '';background-size: 14px 30px;background-image: url('../images/mail-tell.png');display: inline-block;vertical-align: middle;    margin-right: 10px;display: block;}
  .mail-tell-staff.mail p:before {width: 14px;height: 14px;background-position: 0 0;}
  .mail-tell-staff.tell p:before {width: 14px;height: 14px;background-position: 0 -16px;}
  .info-staff {padding-bottom: 30px;}
  .info-staff p {margin: 10px 0;}
  .info-staff a {color: #fff;background: #0c4073;padding: 5px 10px;position: absolute;right: 15px;}
  .info-staff a:hover {background: rgba(12, 64, 115,0.7);text-decoration: none;}

  .partner-row {padding-top: 50px;min-height: 250px;}
  .partners .titolo-parteners h3 {color: #0c4073;font-weight: 700;    margin: 0 0 12px;}
  .partners .titolo-parteners p {margin: 0;}

@media (max-width: 767px) {
    .partners .titolo-parteners h3 { margin: 0;padding: 35px 0 15px}
        .biografia .nome-staff h3 {padding-top: 10px;}
  }

@media (min-width: 767px) {
  .immagine-staff > div {max-width: 100%;height:0;padding-top:100%;}
   .partners .img-partners {text-align: center;}
  .partners .img-partners img {width: 120px;}
}
