body {
    font: 16px "ProximaNovaRegular", Arial, sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    line-height: 1.76em;
    background-color: #f2f0ee;
    color: #464645;
}

#main {
  background-color: #fff;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 15px;
}

.container { padding-right:-15px; padding-left:-15px; }
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?hkn9cq');
  src:  url('../fonts/icomoon.eot?hkn9cq#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?hkn9cq') format('truetype'),
    url('../fonts/icomoon.woff?hkn9cq') format('woff'),
    url('../fonts/icomoon.svg?hkn9cq#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e900";
}
.icon-gplus:before {
  content: "\e901";
}
.icon-linkedin:before {
  content: "\e902";
}
.icon-pinterest:before {
  content: "\e903";
}
.icon-twitter:before {
  content: "\e904";
}
.icon-vimeo:before {
  content: "\e905";
}
.icon-instagram:before {
  content: "\e907";
}
.icon-youtube:before {
  content: "\e906";
}
.mini-logo-txt {
    color: #FFF!important;
    text-decoration: none;
    text-transform: none;
    float: left;
    display: block;
    line-height: 24px;
    margin-right: 6px;
    font-size: 12px;
}
h1 {
  font: 3.2em "ProximaNovaBold","Arial",sans-serif;
  text-transform: uppercase;
}

h2 {
    font: 1.2em/1.0em "ProximaNovaBold","Arial",sans-serif;
    padding-bottom: 14px;
    text-transform: none;
    line-height: 20px;
  }

  h3 {
      font: 0.8em "ProximaNovaBold","Arial",sans-serif;
      padding-bottom: 14px;
      text-transform: none;
      line-height: 20px;
    }
  h4 {
      font: 0.7em "ProximaNovaBold","Arial",sans-serif;
      padding-bottom: 14px;
      text-transform: none;
      line-height: 20px;
    }
  h5{
      font: 0.6em "ProximaNovaBold","Arial",sans-serif;
      padding-bottom: 14px;
      text-transform: none;
      line-height: 20px;
    }
  h6 {
      font: 0.5em "ProximaNovaBold","Arial",sans-serif;
      padding-bottom: 14px;
      text-transform: none;
      line-height: 20px;
    }

a {
  color: #444443;
}

a:hover {
  text-decoration: none;
  color: inherit;
}
@font-face {
    font-family: 'ProximaNovaRegularItalic';
    src: url('../fonts/proxima/ProximaNovaRegularItalic.eot');
    src: url('../fonts/proxima/ProximaNovaRegularItalic.eot') format('embedded-opentype'),
         url('../fonts/proxima/ProximaNovaRegularItalic.woff2') format('woff2'),
         url('../fonts/proxima/ProximaNovaRegularItalic.woff') format('woff'),
         url('../fonts/proxima/ProximaNovaRegularItalic.ttf') format('truetype'),
         url('../fonts/proxima/ProximaNovaRegularItalic.svg') format('svg');
}
@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/proxima/ProximaNovaRegular.eot');
    src: url('../fonts/proxima/ProximaNovaRegular.eot') format('embedded-opentype'),
         url('../fonts/proxima/ProximaNovaRegular.woff2') format('woff2'),
         url('../fonts/proxima/ProximaNovaRegular.woff') format('woff'),
         url('../fonts/proxima/ProximaNovaRegular.ttf') format('truetype'),
         url('../fonts/proxima/ProximaNovaRegular.svg') format('svg');
}

@font-face {
    font-family: 'ProximaNovaThin';
    src: url('../fonts/proxima/ProximaNovaThin.eot');
    src: url('../fonts/proxima/ProximaNovaThin.eot') format('embedded-opentype'),
         url('../fonts/proxima/ProximaNovaThin.woff2') format('woff2'),
         url('../fonts/proxima/ProximaNovaThin.woff') format('woff'),
         url('../fonts/proxima/ProximaNovaThin.ttf') format('truetype'),
         url('../fonts/proxima/ProximaNovaThin.svg') format('svg');
}


@font-face {
    font-family: 'ProximaNovaBold';
    src: url('../fonts/proxima/ProximaNovaBold.eot');
    src: url('../fonts/proxima/ProximaNovaBold.eot') format('embedded-opentype'),
         url('../fonts/proxima/ProximaNovaBold.woff2') format('woff2'),
         url('../fonts/proxima/ProximaNovaBold.woff') format('woff'),
         url('../fonts/proxima/ProximaNovaBold.ttf') format('truetype'),
         url('../fonts/proxima/ProximaNovaBold.svg') format('svg');
}


@font-face {
    font-family: 'ProximaNovaBlack';
    src: url('../fonts/proxima/ProximaNovaBlack.eot');
    src: url('../fonts/proxima/ProximaNovaBlack.eot') format('embedded-opentype'),
         url('../fonts/proxima/ProximaNovaBlack.woff2') format('woff2'),
         url('../fonts/proxima/ProximaNovaBlack.woff') format('woff'),
         url('../fonts/proxima/ProximaNovaBlack.ttf') format('truetype'),
         url('../fonts/proxima/ProximaNovaBlack.svg') format('svg');
}


/*ADD*/
.absolute {
  position: absolute;
  z-index: 999;
}
.nopadding {
   padding: 0 !important;
}
.none {
  display: none;
}
.clear {
    clear:both;
}
.nomargin {
  margin: 0 !important;
}
.color-fff {
  color: #ffffff!important;
}
.border-top {
  border-top: 1px solid #d2d2d2;
}
.border-bottom {
  border-bottom: 1px solid #d2d2d2;
}
.border-left {
  border-left: 1px solid #f2f2f2;
}
.border-right {
  border-right: 1px solid #f2f2f2;
}
.padding-5 {
  padding: 5px!important;
}
.padding-15 {
  padding: 15px!important;
}
.padding-30 {
  padding: 30px!important;
}
.padding-50 {
  padding: 50px!important;
}
.m-top-10 {
  margin-top: 10px!important;
}
.m-top-20 {
  margin-top: 20px!important;
}
.m-top-40 {
  margin-top: 40px!important;
}
strong {
    font-family: 'ProximaNovaBold';
}
/*ADD*/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 30px;
    display:none;
    color: #444443;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
#back-to-top:hover {
  color: #f78200;
}

.box-right-abs {
  width: 155px;
  height: 166px;
  font-size: 22px;
  font-family: 'ProximaNovaBold';
  position: fixed;
  z-index: 19999;
  top: 110px;
  right: 0px;
  color: #ffffff;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.box-right-abs:hover {
  opacity: 0.8;
  cursor: pointer;
}
.orange {
  color: #cb4f24!important;
}
.one-rule {
  width: 100%;
  border-top: 1px solid #d2d2d2;
  /*border-bottom: 1px solid #d2d2d2;*/
  height: 7px;
  margin: 0 0 2.375rem;
}
.double-rule {
  width: 100%;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  height: 7px;
  margin: 0 0 3.375rem;
}
.line-rule {
  width: 100%;
  height: 7px;
  margin-top: 60px;
  margin-bottom: 15px;
  clear: both;
  float: left;
}
.line-rule-half {
  width: 50%;
  border-top: 1px solid #333;
  height: 7px;
  margin: 1em 0rem;
  clear: both;
  /*float: left;*/
}

.line-rule-footer {
  width: 100%;
  height: 0px;
  margin-top: 60px;
  margin-bottom: 15px;
  clear: both;
  float: left;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.spacer-white {
  display: block;
  height: 80px;
  border-bottom: 1px solid #333;
}
.breadcrumbs {
    margin: 10px 15px;
}
.breadcrumbs ol li {
	float: left;
	margin-right: 10px;
}
.breadcrumbs ol li:after {
	font-family: FontAwesome;
	content: '\f054';
	color: #444443;
	padding-left: 5px;
	font-size: 10px;

}
.breadcrumbs ol li:last-child:after {
	display: none;
}

.breadcrumbs ol li.active {
	font-family: "ProximaNovaBold";
	font-size: 1em;
}

.logo {
  height: 55px;
  padding: 10px;
}
.navbar-brand {
  margin-top: 3px;
  padding: 10px;
}

.container>.navbar-header {
  margin-right: auto;
  margin-left: auto;;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
  }

.navbar {
  /*min-height: 80px;*/
}
.navbar-default {
  background: transparent;
  border: 0px;
  border-radius: 0px;
  margin-bottom: 0;
  z-index: 1;
  top: 0;
  width:100%;
  margin:auto;
}
.navbar-nav>li>a {
  line-height: 80px;
  font-size: 12px;
  font-family: "ProximaNovaBold","Arial",sans-serif;
  text-transform: uppercase;
  padding: 0px 20px;
  color:#464645!important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent;
  color: #ffffff!important;
}
.navbar-nav li a:hover{
  color: #000!important;
}
.navbar-nav>li.search {
  right: 0px;
}
/* da commentare - PER ATTIVARE IL SEARCH */
li.search {
    display: none!important;
}
.navbar-nav li a.active, .navbar-nav li.active > span > a, .navbar-nav li.active > span {
    color: #ababab!important;
}
.dropdown.yamm-fw.dropdown-menu.open > div > div > ul {
  background-color: #bbbbbb;
}
.dropdown-toggle.menu-label > a {
    color: #FFF;
}
.dropdown-menu {
  border: 0px;
  border-radius: 0px;
  text-transform: none;
  box-shadow:none;
  padding: 0px;
}
.dropdown-menu>li>a {
  color: #ffffff;
  padding: 8px 20px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: rgba(0,0,0,0);
}
.navbar-toggle {
  border: 0px!important;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
.body_directory {
    max-height: 180px; overflow: hidden;
}
.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    -webkit-transform-origin:top;
    -moz-transform-origin:top;
    -ms-transform-origin:top;
    -o-transform-origin:top;
    transform-origin:top;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
}
.dropdown.open .dropdown-menu ,
.dropdown.hovering .dropdown-menu {
    max-height: 1444443px;
    opacity: 1;
    -webkit-transform-origin:top;
    -moz-transform-origin:top;
    -ms-transform-origin:top;
    -o-transform-origin:top;
    transform-origin:top;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.container.bkg_container ul.dropdown-menu {
    position: absolute;
}
.navbar li.search a {
    font-size: 20px;
    /*height: 100%;*/
    display: block;
}



.box {
    height: 370px!important;
}
.square {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.rect{
  height: 0;
  padding-bottom: 50%;
  position: relative;
  width: 100%;
}
.rect-w {
  height: 0;
  padding-bottom: 25%;
  position: relative;
  width: 100%;
}
.hrect{
  height: 0;
  padding-bottom: 200%;
  position: relative;
  width: 100%;
}
.text-content {
    padding: 3.166667% 6%;
}
.info.text-content {
    position: absolute;
    top:10px;
    padding: 3.166667% 6%;
}
.info.text-content h2 {
    font-size: 22px;
    text-transform: uppercase;
}

.article {
  position: absolute;
  top: 2.2%;
}
.box-home-cont {
  position: absolute;
  bottom: 0%;
  width: 93.666667%;
  padding: 3.166667% 6%;
  z-index: 10;
}

.content > .text-content h2 {
  font: 3.2em "ProximaNovaBold","Arial",sans-serif;
  text-transform: uppercase;
}

.content > .text-content h3 {
  font: 1.2em/1.0em "ProximaNovaBold","Arial",sans-serif;
  padding-bottom: 14px;
  text-transform: uppercase;
  line-height: 20px;
}
.box-home-cont h3 {
  margin: 0px;
  font: 90px "ProximaNovaBold","Arial",sans-serif;
  color: #464645;
  line-height: 65px;
  text-transform: uppercase;
}

.box-home-cont .pre-h3 {
  color: #59539b;
  text-transform: uppercase;
  font: 34px "ProximaNovaBold","Arial",sans-serif;
  margin-bottom: 5px;
  margin-top: 15px;
}
.box-home-cont h3 {
    font: 32px "ProximaNovaBold","Arial",sans-serif;
    line-height: 33px;
    margin-bottom: 5px;
    margin-left: 5px;
}
.box-home-cont h4 {
  font: 32px "ProximaNovaBold","Arial",sans-serif;
  line-height: 33px;
  margin-bottom: 5px;
  margin-left: 5px;
}
.box-home-cont h5 {
  font: 30px "ProximaNovaBold","Arial",sans-serif;
  line-height: 40px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.p-divider, .p-divider h2 {
  font-family: "ProximaNovaBold","Arial",sans-serif;
  font-size: 30px;
  line-height: 32px;
  text-transform: none;
}
.text-content.article h2 {
  font-family: "ProximaNovaBold","Arial",sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 26px;
  margin-top: 40px;
  height: 150px;
  display: table-cell;
  vertical-align: bottom;
}
.text-content.article h2.line-news-title { font-size:22px; }
.text-content.article p {
  height: 70px;
  overflow: hidden;
  /*font-family: "Times New Roman",Georgia, Times, serif;*/
  font-family: "ProximaNovaBold","Arial",sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
}
.text-content p {
  height: auto;
  overflow: hidden;
}
.text-content .inner p {
  height: auto;
}
.data {
  font-family: "ProximaNovaBold","Arial",sans-serif;
  font-size: 16px;
}
.data-tweet {
  font-family: "ProximaNovaBold","Arial",sans-serif;
  font-size: 16px;
  margin-left: 40px;
  margin-bottom: 10px;
}


.link {
  cursor: pointer;
  display: block;
}

.img-shape {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 8;
}

.news-box > div:nth-child(2) > div {
  border-left: 1px solid #f2f2f2;
}
.news-box .hrect:hover {
  background-color: #d4d4d4;
  /*color: #ffffff;*/
  cursor: pointer;
}
.news-box .square:hover {
  /*background-color: #d4d4d4!important;*/
  /*color: #ffffff;*/
  cursor: pointer;
}
.bttrlazyloading-wrapper {
  background: transparent!important
}
/* gestione immagine bg line news */
  .news-bg {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100%;
  }
/* gestione immagine bg line news */
.col-1 .inner {
	-webkit-column-count: 1;
  -webkit-column-gap: 30px;
  -webkit-column-rule: 0px solid #444443;

  -moz-column-count: 1;
  -moz-column-gap: 30px;
  -moz-column-rule: 0px solid #444443;

  column-count: 1;
  column-count: 1\9;
  column-gap: 30px;
  column-rule: 0px solid #444443;
}

.col-1 .inner p {
	padding-right: 20px;
	float: left\9;
	width: 100%\9;
}

.col-2 .inner {
	-webkit-column-count: 2;
  -webkit-column-gap: 30px;
  -webkit-column-rule: 0px solid #444443;

  -moz-column-count: 2;
  -moz-column-gap: 30px;
  -moz-column-rule: 0px solid #444443;

  column-count: 2;
  column-count: 1\9;
  column-gap: 30px;
  column-rule: 0px solid #444443;
}

.col-2 .inner p {
	padding-right: 20px;
	float: left\9;
	width: 50%\9;
}

.col-3 .inner {
	-webkit-column-count: 3;
  -webkit-column-gap: 30px;
  -webkit-column-rule: 0px solid #444443;

  -moz-column-count: 3;
  -moz-column-gap: 30px;
  -moz-column-rule: 0px solid #444443;

  column-count: 3;
  column-count: 1\9;
  column-gap: 30px;
  column-rule: 0px solid #444443;
}

.col-3 .inner p {
	padding-right: 20px;
	float: left\9;
	width: 33%\9;
}

.title-divider, .title-divider h1 {
  /*color: #444443;*/
  font-size: 50px;
  font-family: "ProximaNovaBlack", Arial, sans-serif;
  margin-bottom: 45px;
  /*line-height: 40px;*/
  line-height: 50px;
  text-transform: none;
}


.html-area {
    margin-top: 25px;
    text-align: justify;
    font-size: 18px;
    /*font-size:15px;*/
}

div.html-area ol, div.html-area ul ol {
    list-style-type:decimal;
    margin: 10px;
    padding: 0px 15px;
}

div.html-area ul, div.html-area ol ul {
    list-style-type:square!important;
    margin: 10px;
    padding: 0px 15px;
}

div.text ol, div.text ul ol {
    list-style-type:decimal;
    margin: 10px;
    padding: 0px 15px;
}

div.text ul, div.text ol ul {
    list-style-type:square!important;
    margin: 10px;
    padding: 0px 15px;
}

.redazionale2 h1 {
  font-size: 40px;
  font-family: "ProximaNovaRegular", Arial, sans-serif;
  font-weight: 200;
  margin-bottom: 20px;
  text-transform: none;
  text-transform: uppercase;
}

.redazionale2 h2 {
  font-size: 20px;
  font-family: "ProximaNovaBold", Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;;
}

.redazionale2 h3 {
  font-size: 15px;
  font-family: "ProximaNovaBold", Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: none;
}

.redazionale2 p {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 24px;
  line-height: 30px;
}

.redazionale2 p a {
  border-bottom: 1px #161616 dotted;
}

.get-in-touch {
    background-color: #444443;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    padding: 11px 14px 9px;
    font-weight: 700;
    margin-left: 6%;
    margin-bottom: 2%;
    width: 130px;
    border: 2px solid #444443;
    color:#fff;
}

.get-in-touch:hover {
  background-color: #fff;
  border: 2px solid #444443;
  color:#444443;
}

.get-in-touch a:hover {
  color: #444443;
}


.info.text-content h3 {
  font-size: 35px;
  text-transform: uppercase;
  line-height: 32px;
  font-family: "ProximaNovaBold", Arial, sans-serif;
}

.info.text-content p {
  font-size: 16px;
  line-height: 19px;
  margin-top: 40px;
}



.title-news-img {
    position: absolute;
    z-index: 101;
    width: 50% !important;
    bottom: 20px;
    text-transform:uppercase;
    color: #fff;
    padding-left: 6%;
}

.title-news-img .inner h1 {
  font-size: 65px;
  margin-bottom: 0px;
}
.title-news-img .inner h2 {
  margin-top: 0px;
}
.related-news .info {
  position: absolute;
  z-index: 99999;
  bottom: -50px;
  background-color: rgba(68, 68, 67, 0.39);
  color: #fff;
  opacity: 0;
  cursor: pointer;
  transition: 0.8s;
  width: 100%;
  height: 100%;
}
.related-news:hover .info{
  opacity: 1;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.overlay-text-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3.166667% 6%;
}

.related-news .info .overlay-text-img .title {
    font: 3.2em "ProximaNovaBold","Arial",sans-serif;
    color: #444443;
    margin-top: 20px;
    margin-bottom: 10px;
}
/* Entry thumbnails */
#gallery {
    width: 100%;
    float: left;
}
#gallery a div {
    margin-right: 10px;
    margin-bottom: 10px;
    height: 230px;
    width: 230px;
    border: 1px solid #ccc;
    float: left;
    overflow: hidden;
}

/*sezione chi siamo*/
.chi-siamo .info {
  position: absolute;
  z-index: 99999;
  bottom: -50px;
  background-color: rgba(68,68,67,0.60);
  color: #fff;
  opacity: 0;
  cursor: pointer;
  transition: 0.8s;
  width: 100%;
  height: 100%;
  font-family: "ProximaNovaBold";
}
.chi-siamo .info h2 {
  font-size: 20px;
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.chi-siamo .info.text-content p {
  text-align: center;
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 12px;
}
.chi-siamo:hover:not(.hover-2) .info{
  opacity: 1;
  bottom: -45%;
  height: 100%;
  width: 100%;
}
.overlay-text-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3.166667% 6%;
}

.chi-siamo .info .overlay-text-img .title {
    font: 3.2em "ProximaNovaBold","Arial",sans-serif;
    color: #444443;
    margin-top: 20px;
    margin-bottom: 10px;
}
.chi-siamo.hover-2:hover .info {
  opacity: 1;
  bottom: 0%;
  height: 100%;
  width: 100%;
}
.chi-siamo.hover-2 h2 {
  font-size: 35px;
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.chi-siamo.hover-2 .info {
  position: absolute;
  z-index: 99999;
  color: #fff;
  opacity: 0;
  cursor: pointer;
  transition: 0.8s;
  width: 100%;
  height: 100%;
  font-family: "ProximaNovaBold";
  background-color: rgba(255,255,255,0.30);
  bottom: 0px;
}
.four-f {
    color: #cb4f24!important;
    text-transform: uppercase!important;

}

/*sezione chi siamo*/

textarea {
  resize: none;
}


.form .field { float: left; width: 45.83333333333333%;}
.form .field > br {display: none;}
.form .form-field input, .form .form-field textarea {
    border: 1px solid #e0e0e0!important;
    background-color: #f6f6f6!important;
    width: 100%;
    padding: 2% 5%
}

.form .field input[type="radio"]{
  width: 5%;
  margin-left: 5px;
}

.check-box {
  float: left; clear: both; margin-right: 10px;
}
.be-checkbox {
    float:left;
    margin: 5px 0px 30px 0px;
}

.form .form-field.privacy {
  float: left;
  width: 100%;
}

.form .form-field {
  margin-bottom: 10px!important;
  /*height: 71px;*/
}
.form .field:nth-child(odd) {
    /*padding-right: 4.16666666666667%;*/
    margin-right: 8%; text-align: left;
}

.form .form-field input:focus, .form textarea:focus {
    background-color: #FFDE00!important;
    border-color: #FFDE00!important;
    outline: none;
}
.form textarea.hs-input {
  resize: none;
}

.form textarea {
 background-color: #f6f6f6!important;
 width: 100%;
 padding: 2% 5%
}

.form .form-field.captcha {
  float: left;
  width: 100%;
}

.form .form-field.captcha input#captcha_code {
  width: 180px!important;
  margin-left: -5px;
  padding: 1%;
}


.form .form-field .hs-button {
    background-color: #444443!important;
    border: 2px solid #444443!important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-image: none;
    border-radius: 0;
    color: #fff;
    text-shadow: none;
    padding: 7px 18px 7px;
    position: relative;
    text-align: center;
    width: auto!important;
  }

.form .form-field .hs-button:hover {
    background-color:#fff!important;
    border: 2px solid #444443!important;;
    color: #444443!important;;
  }

.form .actions {
  margin-top: 3%;
  float: left;
  width: 100%
}

/* form-snippet */
.form-snippet { padding:0px; }
.form-snippet label { display: block!important; text-align: left; }
.form-snippet select {
    width: 100%;
    height: 42px;
    background-color: #FFF;
    border: 1px solid #e0e0e0!important;
}
.form-snippet .form-field input, .form-snippet .form-field textarea {
    border: 1px solid #e0e0e0!important;
    background-color: #f6f6f6!important;
}
.form-snippet .form-field input:focus, .form-snippet textarea:focus {
    background-color: #FFDE00!important;
    border-color: #FFDE00!important;
}
.form-snippet textarea {
    padding:0px 10px;
    background-color: #f6f6f6!important;
}
.form-snippet .form-field .hs-button {
    background-color: #444443!important;
    border: 2px solid #444443!important;
}
.form-snippet .form-field .hs-button:hover {
    background-color:#fff!important;
    border: 2px solid #444443!important;;
    color: #444443!important;;
}

/* form-snippet-invert */
.form-snippet-invert { padding:0px; }
.form-snippet-invert label { display: block!important; text-align: left; }
.form-snippet-invert select {
    width: 100%;
    height: 42px;
    background-color: #FFF;
    border: 1px solid #e0e0e0!important;
}
.form-snippet-invert .form-field input, .form-snippet-invert .form-field textarea {
    border: 1px solid #e0e0e0!important;
    background-color: #FFF!important;
    color: #333!important;
}
.form-snippet-invert .form-field input:focus, .form-snippet-invert textarea:focus {
    background-color: #e0e0e0!important;
    border-color: #FFF!important;
}
.form-snippet-invert textarea {
    padding:0px 10px;
    background-color: #FFF!important;
}
.form-snippet-invert .form-field .hs-button {
    background-color: #e6e6e6!important;
    border: 2px solid #FFF!important;
    color: #444443!important;
}
.form-snippet-invert .form-field .hs-button:hover {
    background-color:#848484!important;
    border: 2px solid #444443!important;;
    color: #FFF!important;
}


.form-newsletter textarea.hs-input {
  font-size:15px;padding:10px;
}
.form-newsletter { padding:0px 50px }

textarea[name=PRIVACY_DISC] {
  font-family: arial; padding: 5px!important;
  font-size: 10px!important;
  line-height: 13px!important;
}
.form .form-field.privacy {
  padding: 0px;
}

div.crt-post-header img {
  display: none;
}


.three-item-divider {
    padding: 60px 50px;
  }

 .item {
    line-height: 1.625em;
    padding-left: 50px;
    padding-right: 50px;
    color: #444443;
    font: 400 1em/1.563em Georgia,serif;
    margin-bottom: 0;
    min-height: 160px;
    padding-top: 0;
}
  .three-item-divider .item-1:after {
    content: '';
    left: 0;
    top: 30px;
    width: 100%;
    height: 120px;
    position: absolute;
    border-right: 1px solid #A7A9AC;
    border-left: 1px solid #A7A9AC;
}

.search-results {
    margin:0px;
}
.search-results article {
    width:100%;
}
.search-results .span9 .inner {
    padding:4.16666666666667% 8.33333333333333%;
    padding-bottom:0px;
}
.search-results .span9 .inner p:last-child {
    margin-bottom:0px;
}
.search-results article:nth-child(even) {
    background-color:#FFF;
}
.search-results article:nth-child(odd) {
    background-color:#FAFAFA;
}
.search-api-page-results .section p {
    margin-bottom:0px;
    font-family:"ProximaNovaRegular","Arial",sans-serif;
}
.form-text {
    border-width:0px !important;
}
.admin-menu #search {
    top:29px;
}
.wrap {
    position:relative;
}
#search {
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    z-index:99999;
    display:none;
}
#search .container {
    height:100%;
    background-color: rgba(0,0,0,0.9);
}
#search form {
    margin-top:80px;
    margin-bottom:0px;
    padding:8.33333333333333%;
    position:relative;
    /*padding-bottom:10.4%;*/
    height: 35%;
}
#search form .wrap {
    position:relative;
    border-bottom:1px solid #fff;
}
.search-input { border-bottom: 1px solid #CCC; }
label,#search form label {
    display:none !important;
}
.search-div {
    margin-top:40px;
}
.control-group,#search form .control-group {
    margin:0px;
}
.form-submit,#search form .form-submit {
    height:40px;
    width:10%;
    border:0px !important;
    padding:0px;
    right:0;
    top:0;
    height:100%;
    text-align: center;
    cursor: pointer;
}
.btn-search.menu-bigsearch { position: absolute;}
.errorOnEmpty { background-color:#5a5a56!important; }
.form-submit,#search form .form-submit:hover {
    color:#CCC;
}
.form-submit:focus,#search form .form-submit:focus {
    outline:0;
}
.form-text,#search form .form-text {
    background-color:transparent;
    background-image:none;
    width:74%;
    font:normal 3.42857142857143em "ProximaNovaRegular","Arial",san-serif;
    outline:0;
    border:0px;
    border-radius:0px;
    line-height:1.0em;
    margin-bottom:0px;
    padding:10px 0 10px .5%;
    position:relative;
    top:0;
}
.form-text.whitetxt { color: #FFF; }
#edit-keys-1::-ms-clear,#search form .form-text::-ms-clear {
    display:none;
}
#edit-keys-1:focus,#search form .form-text:focus {
    outline-width:0 !important;
    box-shadow:none !important;
}
#edit-keys-1.error {
    border-color:#46bd01;
}
#search form .form-text.error {
    border-color:red;
}
#search .close {
    position:absolute;
    top:0;
    left:0px;
    width:80px;
    height:80px;
    text-indent:-5000px;
    background:transparent url('../img/btn-close_hover.png') no-repeat center center;
    z-index:100;
}
#search .close:hover {
    background:#FFF url('../img/btn-close.png') no-repeat center center;
}
.resultdiv {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.2);
    margin: 10px 0px;
    background-color: #464646;
    transition-property: background-color;
    transition-duration: 0.5s;
}
.resultdiv:hover { background: #CCC; cursor:pointer; }
.resultdiv a {
    display: block;
    width: 100%;
    min-height: 30px;
    padding: 10px;
}
.resultdiv > h3 {
    font: 1.2em/1.0em "ProximaNovaBold","Arial",sans-serif;
    padding-bottom: 14px;
    text-transform: uppercase;
    line-height: 20px;
}
ul.bxslider {
  padding: 0px;
}

.slider .slider-text {
    font-size: 310%;
    line-height: 110%;
    color: #fff;
    position: absolute;
    z-index: 9999;
    text-align: center;
    bottom: 50%;
    top: 50%;
    width: 100%;
    font-family: 'ProximaNovaBlack';
}
.slider-text {
    visibility:hidden;
}
.slider-text.active-slide {
    visibility: visible;
}

.heading {
    border-bottom: 1px solid #d2d2d2;
    border-top: 0px solid #d2d2d2;
    padding: 30px 0;
}

.heading h2 {
  margin: 12px;
  line-height: inherit;
  padding: 0px;
  color: #898989;
}

.heading .get-in-touch {
  float: right;
  margin-right: 10px!important;
}


.center-load-more {
    display: block;
    position: absolute;
    top: 50px;
    padding-bottom: 50px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
}
.fillwidth {
    width: 100%;
    height: auto;
}
.fillheight {
    min-height: 100%;
    width: auto;
}


.bx-pager-item:first-of-type:last-of-type {
    display: none!important;
}

/* aggiunge un ombra al titolo sopra la slideshow */
.bx-wrapper .bx-caption span,
.bx-wrapper .slider-text {
  text-shadow: 1px 1px 8px #000;
}
div.bx-slider li {text-align: center}
div.bx-slider li img style {display: inline; width: auto}
div.bx-slider {
    margin-left: 25%;
    margin-right: 25%;
}
.bx-wrapper .slider-text {
    font-size:5vw!important;
}

@media (min-width: 1800px) {
    .bx-wrapper .slider-text {
        font-size:90px!important;
    }
}
@media (min-width: 991px) and (max-width: 1200px) {

}
@media (max-width: 500px) {

    .bx-wrapper img {
      max-width: none;
      width: auto!important;
      height: 500px;
      margin-left: -50%;
     }

    .bx-wrapper li {
        overflow: hidden;
    }
    #slider_web_menu > li:nth-child(2){
        margin-left: 0px;
    }

     .bx-wrapper .slider-text {
       font-size: 11vw!important;
       padding-right: 12%;
       padding-left: 12%;
       top:45%;
       }

     .bx-wrapper .bx-controls-direction a {
       top:57%;
       opacity:0.5;
       }
}

section {
    padding-top:50px;
    padding-bottom:50px;
    overflow:auto;
}
.affix-top,.affix-bottom {
    width:100%;
    position:fixed;
    display:block;
}
.affix {
    display:none;
}
.bg-parallax {
    color:#fff;
    background-size:cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}


footer {
	background-color:#262626;
  padding: 3%;
}
.logo-footer {
  height: 45px;
}

footer h2 {
  font-size: 42px;
}

footer ul.menu li {
  float: left;
  color: #999999;
  font-size: 12px;
}
footer ul.menu li a {
  color: #999999;
}
footer ul.menu li a:hover {
  color: #fff;
}
footer ul.menu li:after {
  font-family: FontAwesome;
  content: '/';
  color: red;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
}
footer ul.menu li:last-child:after {
	display: none;
}
ul.azienda li {
    cmargin: 0px;
    color: #fff;
    line-height: 20px;
    font-size: inherit;
    font-family: "ProximaNovaBold","Arial",sans-serif;
    text-transform: uppercase;
}
ul.social {
  margin-top: 15px;
}
ul.social li a {
    font-size: 30px;
    color: #fff;
    float: left;
    text-align: center;
    margin-right: 6px;
}
ul.social li a:hover {
  color: #cb4f24;
}


ul.social > li > a > i {
  font-size: 15px;
  line-height: 40px;
}


ul.social > li > a > i.fa {
  width: 37px;
  height: 37px;
}


/* social icon color  */

ul.social > li > a > i.fa.fa-facebook {
  background-color: #5f7cbb;
}
ul.social > li > a > i.fa.fa-linkedin {
  background-color: #a2c9db;
}
ul.social > li > a > i.fa.fa-pinterest {
  background-color: #d46360;
}
ul.social > li > a > i.fa.fa-twitter {
  background-color: #8ccbef;
}
ul.social > li > a > i.fa.fa-vimeo {
  background-color: #a0d2df;
}
ul.social > li > a > i.fa.fa-instagram {
  background-color: #c5c4b2;
}
ul.social > li > a > i.fa.fa-google-plus {
  background-color: #4f5054;
}
ul.social > li > a > i.fa.fa-youtube {
  background-color: #dd2918;
}




@media (max-width: 1200px) {
  .navbar-nav>li>a {
    padding: 0px 10px;
  }
}




@media (min-width: 991px) and (max-width: 1200px) {
  .text-content.article h2 {
    font-size: 25px;
    line-height: 25px;
    height: 130px;
  }
}

@media (max-width: 736px) {
    .search-info { font-size: 0.9em; }
}
@media (min-width: 680px) {
    .form-text,#search form .form-text {  width:85%; }
}
@media (min-width: 1007px) {
    .form-text,#search form .form-text {  width:90%; }
}

/** navbar */
@media (max-width: 1007px) {
    .menu-label { text-transform: uppercase; }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-default {
      background:rgba(199,199,199,0.8);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin:0px;
    }
    .navbar-nav>li {
        float: left;
        width: 100%;
    }
    .navbar-nav>li>a, .navbar-nav>li>span {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #444443!important;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    #navbar > ul > li.search {
      position: relative;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
        margin-left: -15px; margin-right: -15px;
    }
    .navbar-collapse.collapse.in .navbar-nav{
        text-align: center;
        height:100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        margin-left: 0px;
    }
    .navbar-nav>li>span {
        text-align: center;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .navbar-brand {
        margin-left: 12px;
        margin-top: 5px;
        height: auto;
    }
    .navbar {
        min-height: 50px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #444443;
    }
    .navbar-nav>li>a, .navbar-nav>li>span {
        line-height: 30px !important;
        font-size: 20px;
    }
    .navbar-nav .open .dropdown-menu {
        /*background: #444444;*/
        position: static;
    }
    .dropdown-menu>li>a {
        font-size: 16px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        /*padding: 15px 0px 15px 20px;*/
        color: #fff;
    }
    .container.bkg_container ul.dropdown-menu {
        position: relative;
    }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
      color: #fff;
  }
  .dropdown .dropdown-menu {
    width: 100%!important;
  }
  .navbar-default .navbar-collapse {
    border: 0px;
  }
  .rect{
    height: 0;
    padding-bottom: 50%;
    /*padding-bottom: 100%;*/
    position: relative;
    width: 100%;
  }
    .box-home-cont h3 {
        font-size: 25px;
        line-height: 30px;
    }
  .box-home-cont h4 {
    font-size: 25px;
    line-height: 30px;
  }
}





@media (max-width: 767px) {
  #search form .form-submit {
    background-size: 100%;
  }
  .col-2 .inner {
        column-count: 1;
  }

  .col-2 .inner p
  {
    width: 100%\9;
  }

}

@media (max-width: 480px){

  ul.nav.navbar-nav {margin-top: 20px;}

  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-left: 0px;
    margin-right: 0px;
  }
  .flexslider .slides > li {
    height:auto !important;
  }
  .article{
    bottom:inherit;
  }
  .box-home-cont h4 {
    font-size: 22px;
    line-height: 25px;
  }
    .box-home-cont h3 {
        font-size: 22px;
        line-height: 25px;
    }

  .form .field {
    width: 100%;
  }
  .form .form-field {
    height: auto;
  }

  .form .field:nth-child(odd) {
    padding-right: 0px;
    margin-right: 0px;
  }

  .box-right-abs {
    display: none;
  }
  #gallery a div { margin-left: 22px; }
}

/*
fix
contenitore base wide fino a 1800
altri contenitori al 100%
*/
.container.bkg_container {
    width:100%;
    max-width:1800px;
}
.container {
    width:100%;
    /*margin: 0px;*/
}
/* se fixed non serve
nav.navbar {
    width: 100%;
}
*/
footer.container {
  /*margin: 0px;*/
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  float: none;
}

/*
Per gestire la magic line sulle voci del menu
*/
ul.nav.navbar-nav .magic-line {
    position: absolute;
    /*bottom: -6px;*/
    left: 0;
    width: 100px;
    height: 4px;
    background: #fe4902;
    touch-action: none;
    z-index:1;
}
ul.nav.navbar-nav li{
    z-index:5;
}
ul.nav.navbar-nav li.magic-line.h-top {
    top:0px;
}
ul.nav.navbar-nav li.magic-line.h-bottom {
    bottom:0px;
}
ul.nav.navbar-nav li.magic-line.h-bottom.nobottom {
    display:none;
}
/* per assottigliare il menu */
.navbar-nav>li>a {
    line-height: 50px;
}
.navbar-brand {
    padding-top:0px;
    padding-bottom:0px;
    margin:0px;
}
.navbar-brand>img.logo {
    padding: 5px;
    height:50px;
}

/*
//todo da definire meglio le dimensioni...
*/
.navbar-fixed-top {
    z-index:29999;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;

    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    animation-duration: 0.7s;

    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

body.noScroll {
  overflow: hidden;
-webkit-overflow-scrolling: touch;
}
html.burgerMenu .blurContainer {
    -ms-filter: blur(8px);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.caret {
    border-top: 4px solid;
}


html.burgerMenu ul.nav li {
    text-align: center;
}
html.burgerMenu .collapse ul.nav,
html.burgerMenu .collapsing ul.nav{

    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);

    opacity:0.2;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;


}
/* fix problema animazione bootstrap */
html.burgerMenu .navbar-collapse.collapsing {
    -webkit-transition: height 0.01s;
    -moz-transition: height 0.01s;
    -ms-transition: height 0.01s;
    -o-transition: height 0.01s;
    transition: height 0.01s;

}
html.burgerMenu .collapse.in ul.nav{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity:1;
}

/** snippet full html 3 riquadri */
@media only screen and (min-width: 990px) {
  .snippet-full3 div.box-home-cont h4 {margin-left:12px;line-height:38px;font-size:39px;}
  .snippet-full3 div.box-home-cont h2 {margin-left:12px;line-height:28px;font-size:22px;}
}
@media only screen and (min-width: 751px) and (max-width: 990px) {
  .snippet-full3 div.box-home-cont h4 {margin-left:12px;line-height:25px;font-size:27px;}
  .snippet-full3 div.box-home-cont h2 {margin-left:12px;line-height:16px;font-size:14px;}
}
@media only screen and (min-width: 401px) and (max-width: 750px) {
  .snippet-full3 div.box-home-cont h4 {margin-left:12px;line-height:46px;font-size:43px;}
  .snippet-full3 div.box-home-cont h2 {margin-left:12px;line-height:30px;font-size:28px;}
}
@media only screen and (max-width: 400px) {
  .snippet-full3 div.box-home-cont h4 {margin-left:12px;line-height:26px;font-size:28px;}
  .snippet-full3 div.box-home-cont h2 {margin-left:12px;line-height:18px;font-size:17px;}
}

/** snippet full html 3 v2 (strategie) */
@media only screen and (min-width: 991px) {
  .snippet-full3-v2 div.box-home-cont h4 {margin-left:12px;line-height:38px;font-size:39px;}
  .snippet-full3-v2 div.box-home-cont h2 {margin-left:12px;line-height:28px;font-size:22px;}
}
@media only screen and (min-width: 751px) and (max-width: 990px) {
  .snippet-full3-v2 div.box-home-cont h4 {margin-left:12px;line-height:25px;font-size:27px;}
  .snippet-full3-v2 div.box-home-cont h2 {margin-left:12px;line-height:16px;font-size:14px;}
}
@media only screen and (min-width: 401px) and (max-width: 750px) {
  .snippet-full3-v2 div.box-home-cont h4 {margin-left:12px;line-height:46px;font-size:43px;}
  .snippet-full3-v2 div.box-home-cont h2 {margin-left:12px;line-height:30px;font-size:28px;}
}
@media only screen and (max-width: 400px) {
  .snippet-full3-v2 div.box-home-cont h4 {margin-left:12px;line-height:26px;font-size:28px;}
  .snippet-full3-v2 div.box-home-cont h2 {margin-left:12px;line-height:18px;font-size:17px;}
}

/* sistemazioni su mobile di dimensioni font e interlinea */
@media (max-width: 500px) {
  .title-divider, .title-divider h1 {
    font-size:34px;
    line-height: 36px;
    margin-bottom: 0px;
  }
  .padding-50 {
    padding: 25px!important;
  }
  .html-area p, .html-area ul, .html-area ol {
    line-height:normal;
  }
  .p-divider, .p-divider h2 {
    font-size: 24px;
  }
  .text-content.article h2.line-news-title {
    font-size: 19px;
}
}

@media only screen and (min-width: 1200px) {
  .h4_img_txt_2x2 .box-home-cont h3 {margin-left:20px;line-height:38px;font-size:30px; }
  .h4_img_txt_2x2 .box-home-cont h4 {margin-left:20px;line-height:38px;font-size:30px; }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h4_img_txt_2x2 .box-home-cont h3 {margin-left:20px;line-height:35px;font-size:35px; }
  .h4_img_txt_2x2 .box-home-cont h4 {margin-left:20px;line-height:35px;font-size:35px; }
}
@media only screen and (min-width: 751px) and (max-width: 991px) {
  .h4_img_txt_2x2 .box-home-cont h3 {margin-left:12px;line-height:50px;font-size:50px; }
  .h4_img_txt_2x2 .box-home-cont h4 {margin-left:12px;line-height:50px;font-size:50px; }
}
@media only screen and (min-width: 401px) and (max-width: 750px) {
  .h4_img_txt_2x2 .box-home-cont h3 {margin-left:10px;line-height:25px;font-size:25px; }
  .h4_img_txt_2x2 .box-home-cont h4 {margin-left:10px;line-height:25px;font-size:25px; }
}
@media only screen and (max-width: 400px) {
  .h4_img_txt_2x2 .box-home-cont h3 { line-height:17px;font-size:17px; text-align: center;}
  .h4_img_txt_2x2 .box-home-cont h4 { line-height:17px;font-size:17px; text-align: center;}
}
/** contatori */
.box-count {
  margin: auto;
  position: absolute;
  top: 30%;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: 'ProximaNovaBold';
  color:#CCC;
  font-size: 20px;
}
.box-count h3 {
    font-size: 3.4em;
    color: #CCC;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
}
.box-count h4 {
  font-size: 3.5em;
  color: #CCC;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
}


/** personalizzazione cookie **/
.cc-cookies {
    top: auto!important;
    bottom: 0!important;
}
.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
    background: #c35025!important;
}
@media screen and (max-width: 480px) {
    .cc-cookies {
        position: fixed!important;
        float: none!important;
    }
}
.menu-label {
    display: block;
    line-height: 50px;
    font-size: 12px;
    font-family: "ProximaNovaBold","Arial",sans-serif;
    padding: 0px 20px;
}
.imagesquare {
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
    height: 0;
}
.imagesquare img{
      position: absolute;
      max-height: 100%;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
}
.imagehalf {
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
    height: 0;
}
.imagehalf img{
      position: absolute;
      /*max-width: 100%;*/
      max-height: 100%;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}
.yamm .container {
    position: relative;
}
.yamm .dropdown-menu {
    left: auto;
}
/*.yamm .dropdown.yamm-fw .dropdown-menu {*/
.multi-sub .dropdown-menu {
    left: 0;
    right: 0;
}

ul.navbar-nav > li.dropdown-menu.last ul.dropdown-menu {
    right: 0;
    left: auto;
}

[class*="col-"] {
    padding: 0px;
    overflow: hidden;
}


.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.second-level-menu {
    line-height: 40px!important;
}
