@import url(http://fonts.googleapis.com/css?family=Lato:400,100,300,700|Open+Sans+Condensed:300|Ubuntu+Condensed);

html, body.prehome {
  width: 100%;
  height: 100%;
  margin: 0;
}

body {
  line-height: 1.3em;
  font-family: Lato, sans-serif !important;
  font-weight: 400;
}

a {
  color: #2c6a80;
  text-decoration: none;
}

a:hover {
  color: #444;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Lato, sans-serif !important;
  font-weight: 400;
}

ul, ol {
  margin: 0 0 10px 25px;
  padding: 0;
}

li {
  line-height: 20px;
}

#background {
  background: url(../img/sfondo.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/sfondo.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/sfondo.jpg', sizingMethod='scale')";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

#opacity {
  background: rgba(255,255,255,0.8);
  -webkit-border-radius: 30px 30px 0 0;
     -moz-border-radius: 30px 30px 0 0;
          border-radius: 30px 30px 0 0;
}

/* Pre Home */
.benvenuto {
  width: 300px;
  height: 280px;
  padding: 20px 10px;
  margin-left: -160px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  text-align: center;
  font-size: 1em;
  line-height: 1.3em;
  text-shadow: -1px -1px 0 #ffffff;
}

.benvenuto a {
  margin: 10px;
}

.benvenuto a img {
  border: none;
}

/* Pages */
.page {
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 20px;
  padding-bottom: 60px;
}

.logo {
  margin-top: 19px;
}

.navbar {
  margin-top: 37px;
}

.navbar-inner {
  background: #2c6a80;
}

.navbar .nav > li > a.primary {
  font-size: 1.2em;
  text-shadow: none;
}

.navbar .nav > li > a.primary:focus,
.navbar .nav > li > a.primary:hover {
  color: #ffffff;
  text-shadow: 0px 0px 7px #ffffff;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #ffffff;
}

.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3 {
  color: #ffffff;
  line-height: 30px;
}

#primaryLink {
  background: #2c6a80; /* Old browsers */
}

#primaryLink .accordion-group {
  border: none;
  margin-bottom: 0;
}

#primaryLink .accordion-toogle,
#primaryLink .accordion-heading {
  border-top: 1px solid #ffffff;
  margin: 0 10px;
  padding: 12px 0;
}

#primaryLink .accordion-heading .accordion-toggle {
  padding: 8px 15px 9px 40px;
  white-space: nowrap;
  background: url("../img/freccia.png") no-repeat left 0;
}

.opened {
  background: url("../img/freccia.png") no-repeat right 0 !important;
}

#primaryLink .first {
  border-top: none !important;
}

#primaryLink a {
  color: #ffffff;
}

#primaryLink a:focus,
#primaryLink a:hover {
  text-decoration: none;
  text-shadow: 0px 0px 7px #ffffff;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

#primaryLink .accordion-heading {
  font-size: 1.2em;
}

#primaryLink .accordion-inner {
  border: none;
}

#secondaryLink li {
  background-color: #2c6a80;
  margin-top: 5px;
}

#secondaryLink a {
  border-radius: 0;
  font-size: 1.2em;
  color: #ffffff;
  padding: 20px 15px 20px 60px;
}

#secondaryLink a:hover {
  text-decoration: none;
  text-shadow: 0px 0px 7px #ffffff;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

.btn_video {
  background: url('../img/btn_video.png') no-repeat left top;
  -webkit-background-size: auto 100%;
     -moz-background-size: auto 100%;
       -o-background-size: auto 100%;
          background-size: auto 100%;
}

.btn_maps {
  background: url('../img/btn_maps.png') no-repeat left top;
  -webkit-background-size: auto 100%;
     -moz-background-size: auto 100%;
       -o-background-size: auto 100%;
          background-size: auto 100%;
}

.btn_quality {
  background: url('../img/btn_quality.png') no-repeat left top;
  -webkit-background-size: auto 100%;
     -moz-background-size: auto 100%;
       -o-background-size: auto 100%;
          background-size: auto 100%;
}

.btn_resources {
  background: url('../img/btn_resources.png') no-repeat left top;
  -webkit-background-size: auto 100%;
     -moz-background-size: auto 100%;
       -o-background-size: auto 100%;
          background-size: auto 100%;
}

.btn_exhibitions {
  background: url('../img/btn_exhibitions.png') no-repeat left top;
  -webkit-background-size: auto 100%;
     -moz-background-size: auto 100%;
       -o-background-size: auto 100%;
          background-size: auto 100%;
}

.btn_events {
  background: url('../img/btn_events.png') no-repeat left top;
  -webkit-background-size: auto 100%;
     -moz-background-size: auto 100%;
       -o-background-size: auto 100%;
          background-size: auto 100%;
}

#newspressTabs {
  background: #707173;
  border-bottom: 1px solid #707173;
  margin-bottom: 0;
}

#newspressTabs > li {
  border-top: 1px solid #707173;
  border-left: 1px solid #707173;
  border-right: 1px solid #707173;
  border-bottom: 0;
}

#newspressTabs a {
  font-size: 1.2em;
}

#newspressTabs > li > a {
  border: none;
}

#newspressTabs .active > a,
#newspressTabs .active > a:hover,
#newspressTabs .active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid transparent;
  cursor: default;
}

.boxhome {
  margin-bottom: 20px;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
}

.blocks {
  margin-bottom: 20px;
  height: 160px;
  text-align: center;
  vertical-align: bottom;
  border: 1px solid #707173;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.blocks a {
  color: #707173;
  font-size: 1.4em;
  width: 100%;
  height: 40px;
  display: block;
  padding-top: 120px;
  text-decoration: none;
}

.blocks:hover {
     opacity : .5;
  -ms-filter :"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.ico_quality {
  background: #fff url('../img/ico_quality.png') no-repeat center center;
}

.ico_resources {
  background: #fff url('../img/ico_resources.png') no-repeat center center;
}

.ico_exhibitions {
  background: #fff url('../img/ico_exhibitions.png') no-repeat center center;
}

.ico_events {
  background: #fff url('../img/ico_events.png') no-repeat center center;
}

figure {
  min-width: 178px;
  position: relative;
  margin: 0;
  padding: 0;
}

img {
	max-width: 100%;
}

figcaption {
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
  padding: 0;
	position: absolute;
	background: rgba(0,0,0,.25);
	color: white;
}

figcaption h3 {
  margin: 0;
  display: block;
  line-height: auto;
}

figcaption a {
  padding: 10px;
  display: block;
  color: #ffffff;
  font-weight: normal;
}

figcaption a:hover {
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0px 0px 7px #ffffff;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

#newspressContent {
  border-left: 1px solid #707173;
  border-bottom: 1px solid #707173;
  border-right: 1px solid #707173;
  padding: 20px 10px 10px;
}

#newspressContent h4,
#newspressContent p {
  font-size: .9em;
}

#newspressContent h4 {
  font-weight: bold;
}

#news-nav,
#press-nav {
  display: block;
  position: relative;
  top: 10px;
  right: 0;
  text-align: right;
}

#news-nav li,
#press-nav li {
  background-color: #707173 !important;
}

#news-nav .active,
#press-nav .active {
  background-color: #2c6a80 !important;
}

.media {
  padding-bottom: 15px;
  border-bottom: 1px solid #707173;
}

.media > a {
  width: 60px;
  height: 60px;
  display: block;
  overflow: hidden;
}

.media img {
  width: 60px;
  height: 60px;
  display: block;
  border: 1px solid #707173;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.readmore {
  background: #2c6a80;
  color: #ffffff;
  border: none;
  border-radius: 1em;
  text-shadow: none;
  font-size: 1.2em;
  vertical-align: text-top;
}

.readmore:hover {
  background: #2c6a80;
  color: #ffffff;
  text-shadow: 0px 0px 7px #ffffff;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

.bgr-red {
  background: #2c6a80;
  text-align: center;
}

.bgr-red h3 {
  color: #ffffff;
  font-size: 1.4em;
  line-height: 1.2em;
}


.footer {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.footer img {
  margin: 10px 15px;
}

.middle {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #707173;
  border-right: 1px solid #707173;
}

.copy p {
  margin: 10px;
  color: #ffffff;
}

.content {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #707173;
  text-align: justify;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.only-border {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #707173;
  text-align: left;
  margin-bottom: 20px;
  padding: 0;
}

.only-border > h2,
.row > h2 {
  color: #ffffff;
  background: #2c6a80;
  text-align: left;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.content h2 {
  color: #ffffff;
  background: #2c6a80;
  text-align: left;
  margin-top: 0;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 8px;
}

.popup h4 {
  padding-bottom: 4px;
  border-bottom: 1px solid #2c6a80;
  margin-bottom: 0;
  color: #ff1901;
}

.gallery {
  float: left;
  margin-bottom: 20px;
}

.gallery img {
  margin: 8px 16px 8px 0px;
  float: left;
}

.singlepdf img:hover,
.gallery img:hover {
  opacity: .8;
  -webkit-transition: all .2s ease;
     -moz-transition: all .2s ease;
       -o-transition: all .2s ease;
          transition: all .2s ease;
}

.gallery li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.gallery img {
  -webkit-box-shadow: 0 0 4px #333 !important;
     -moz-box-shadow: 0 0 4px #333 !important;
          box-shadow: 0 0 4px #333 !important;
}

.bannerimg {
  width: 100%;
  max-width: 100% !important;
}

.thumbs {
  -webkit-box-shadow: 0 0 4px #333 !important;
     -moz-box-shadow: 0 0 4px #333 !important;
          box-shadow: 0 0 4px #333 !important;
  margin-top: 5px !important;
  margin-right: 10px !important;
  margin-bottom: 5px !important;
}

@media (min-width:768px) and (max-width:979px){
  .page {
    font-size: 0.7em;
  }

  .logo {
    margin-top: 33px;
  }

  .opened {
    background: url("../img/freccia.png") no-repeat left 0 !important;
  }
}

@media (max-width:1024px) {
  .page {
    font-size: 0.75em;
  }
}

@media (min-width:768px) {
  .content {
    min-height: 614px;
  }

  .language {
    position: relative;
    right: 0;
    bottom: 8px;
    float: right;
    display: inline;
    width: 100%;
  }

  .language > ul {
    position: absolute;
    right: 0;
  }
  
  .wizard .content {
    min-height: 10px !important;
  }
}

.titolo {
  margin-top: 20px;
  margin-bottom: 3px;
}

.content > p > img {
  max-width: 50%;
  margin-right: 20px;
  margin-bottom: 20px;
}

.language > ul {
  margin-bottom: 0 !important;
}

.language > ul > li > a {
  padding-right: 0;
}

.language > ul > li > a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
      filter: alpha(opacity=50); /* IE 5-7 */
  -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
         opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.language > ul > .active > a,
.language > ul > .active > a:hover,
.language > ul > .active > a:focus {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
      filter: alpha(opacity=50); /* IE 5-7 */
  -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
         opacity: 0.5;
}

.pdf {
  margin: 0 auto;
  text-align: center;
}

.pdf > .singlepdf {
  width: 200px;
  min-height: 240px;
  float: left;
  margin: 10px 20px;
  text-align: center;
}

.singlepdf img {
  -webkit-box-shadow: 0 0 4px #333 !important;
     -moz-box-shadow: 0 0 4px #333 !important;
          box-shadow: 0 0 4px #333 !important;
  margin-bottom: 10px;
}

.singlepdf .approvals-ai,
.singlepdf .brochures-ai,
.singlepdf .certifications-ai,
.singlepdf .folders-ai,
.singlepdf .letters-ai,
.singlepdf .reference-ai {
  border: 2px solid #ff1901;
}

.singlepdf .approvals-rf,
.singlepdf .brochures-rf,
.singlepdf .certifications-rf,
.singlepdf .folders-rf,
.singlepdf .letters-rf,
.singlepdf .reference-rf {
  border: 2px solid #009de0;
}

.singlepdf .approvals-tr,
.singlepdf .approvals-gx,
.singlepdf .approvals-om,
.singlepdf .approvals-tt,
.singlepdf .brochures-tr,
.singlepdf .brochures-gx,
.singlepdf .brochures-om,
.singlepdf .brochures-tt,
.singlepdf .certifications-tr,
.singlepdf .certifications-gx,
.singlepdf .certifications-om,
.singlepdf .certifications-tt,
.singlepdf .folders-tr,
.singlepdf .folders-gx,
.singlepdf .folders-om,
.singlepdf .folders-tt,
.singlepdf .letters-tr,
.singlepdf .letters-gx,
.singlepdf .letters-om,
.singlepdf .letters-tt,
.singlepdf .reference-tr,
.singlepdf .reference-gx,
.singlepdf .reference-om,
.singlepdf .reference-tt {
  border: 2px solid #2c6a80;
}

.product {
  margin-bottom: 15px;
}

.product h4 {
  margin-top: 4px;
  padding: 2px 4px;
  font-size: 14px;
  color: #fff;
  background: #2c6a80;
}

.noborder > div {
  border: none !important;
}

.margintop0 {
  margin-top: 0 !important;
}

.marginbottom0 {
  margin-bottom: 0 !important;
}

.marginleft0 {
  margin-left: 0 !important;
}

.marginright0 {
  margin-right: 0 !important;
}

.clear {
  clear: both;
}

.dropdown-backdrop{
  position: static;
}

form #checkme {
  height: 0;
  width: 0;
  visibility: hidden;  
  display: none;  
}

.wizard h3 {
  display: none;
  visibility: hidden;
}

.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  left: -999em;
  position: absolute;
}

.wizard > .actions {
  display: block;
  position: relative;
  text-align: right;
  width: 100%;
}

.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
  list-style: none outside none !important;
  margin: 0;
  padding: 0;
}

.wizard > .actions > ul > li {
  float: left;
  margin: 0 0.5em;
}

/*
.wizard ul, .tabcontrol ul {
  list-style: none outside none !important;
  margin: 0;
  padding: 0;
}

.wizard > .actions {
  display: block;
  position: relative;
  text-align: right;
  width: 100%;
}

.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}

.wizard ul, .tabcontrol ul {
    list-style: none outside none !important;
}

.wizard > .actions > ul {
    text-align: right;
}

.wizard ul > li, .tabcontrol ul > li {
    display: block;
    padding: 0;
}

.wizard > .steps > ul > li, .wizard > .actions > ul > li {
    float: left;
}

.wizard > .actions > ul > li {
    margin: 0 0.5em;
}
*/