﻿/* ==========================================================================

   Questo foglio di stile utilizza le linee guida di formattazione di
   idiomatic-CSS
   
   https://github.com/necolas/idiomatic-css#format

   --------------------------------------------------------------------------

   Questo foglio di stile utilizza le linee guida di nomenclatura BEM
   
   http://csswizardry.com/2013/01/mindbemding-getting-your-head-round-bem-syntax/

   ========================================================================== */


/* CUSTOM FONTS */

@font-face {
    font-family: 'SourceSansProSemibold';
    src: url('fonts/SourceSansPro-Semibold-webfont.eot');
    src: url('fonts/SourceSansPro-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/SourceSansPro-Semibold-webfont.ttf') format('truetype'),
         url('fonts/SourceSansPro-Semibold-webfont.svg#SourceSansProSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansProRegular';
    src: url('fonts/SourceSansPro-Regular-webfont.eot');
    src: url('fonts/SourceSansPro-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/SourceSansPro-Regular-webfont.ttf') format('truetype'),
         url('fonts/SourceSansPro-Regular-webfont.svg#SourceSansProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* FONDAMENTALI */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
  margin: 0; 
  padding: 0; 
  border: 0; 
  outline:0; 
} /* reset */

html, body { height: auto; }

body { font-size: 75%; }

html > body {
  font-size:12px;
font-family: 'Open Sans', sans-serif;
color:#666;
background-image:url(../images/struttura/sfondo_gpdr-mondial-it.jpg);
background-position:center 186px;
background-repeat:no-repeat;
}


/* REGOLE BASE */

h1 { 
  font-size: 35px; 
  line-height: 1em; 
  font-weight: normal; 
}

h2 { 
  font-size: 18px; 
  font-weight: normal; 
}

.h2home {
    border-bottom: 1px solid #9f9f9f;
    color: #9f9f9f;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 2.8em;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 0.75;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    width: 100%;
    display: block;
}

h3 { 
  font-size: 17px; 
  font-weight: bold; 
}

h4 { 
  font-family: 'SourceSansProRegular', sans-serif; 
  font-size: 14px; 
  font-weight: normal; 
}

p { 
  margin-bottom:10px; 
}

.sottolineato{
	text-decoration: underline;
}

a { 
  color:#333; 
  text-decoration:none; 
  outline:0; 
  transition: all 0.5s ease;
}

a:hover { 
  color:#e30613; 
}

a:active, a:focus { 
  outline: 0; 
  background-color: transparent; 
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.border-top {
  border-top: 1px solid #e9e8e8;
}

.border-bottom {
  border-bottom: 1px solid #e9e8e8;
}

.source-sans-pro-regular {
  font-family: 'SourceSansProRegular', sans-serif; 
}

.source-sans-pro-semibold {
  font-family: 'SourceSansProSemibold', sans-serif; 
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-35 {
  font-size: 35px; 
}

.uppercase {
  text-transform: uppercase; 
}

.underline {
  text-decoration: underline; 
}

.bold {
  font-weight: bold;
}

.rulmeca-red { 
  color: #e30613; 
}


/* FCK */

.fck {
  line-height: 1.9em; 
}

.fck p a { 
  text-decoration: underline; 
}

.fck p { 
  font-size: 17px; 
}

.fck ul { 
  font-size: 17px; 
  padding-left: 20px; 
  margin: 0 0 10px 0; 
}

.fck img[src*="foto-impiegati"] {
  border: 1px solid #ddd; 
  margin-bottom: 5px; 
}

.fck td {
  font-size: 17px; 
}


/* STRUTTURA 1000px */

#box { 
  margin: auto; 
  text-align: left; 
  height: 100%; 
  position: relative; 
  max-width: 1000px;
  width:100%;
}

body > #box { 
  height: auto; 
  min-height: 100%; 
}

#container { 
  height: 100%; 
  max-width: 980px; 
  width: calc(100% - 20px);
  margin: auto; 
  padding: 0 10px;
}


/* HEADER */

#header { 
	width:100%;
  height: 110px; 
  position: relative; 
  margin-top:20px;
}

#logo {
    position: absolute;
    top: 10px;
    left: calc(50% - 50px);
    transition: opacity .4s;
    -moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
}

#logo:hover { 
  opacity: 0.5; 
  outline: none; 
}

.claim { 
  position: absolute; 
  right:4px; 
  bottom:44px; 
}


/* SEARCH */

#search { 
  position: absolute; 
  bottom: 10px; 
  right: 116px; 
  z-index: 300;
}

#search input[name="search"] { 
  width: 126px; 
  padding-right: 25px; 
}

#search input[type="submit"] { 
  background:url(../images/struttura/search-submit.png) no-repeat;
  border: 0;
  text-indent: -9999px;
  text-transform: capitalize; /* IE7 bugfix - http://css-tricks.com/snippets/css/remove-button-text-in-ie7/ */
  position: absolute;
  top: 10px;
  margin-top: -8px;
  right: 5px;
  width: 16px; 
  height: 16px;
  cursor: pointer; 
  transition: all .4s;
  -moz-transition: all .4s; /* Firefox 4 */
  -ms-transition: all .4s;
  -webkit-transition: all .4s; /* Safari and Chrome */
  -o-transition: all .4s; /* Opera */
}

#search input[type="submit"]:hover { 
  opacity: .5;
}


/* LINGUE */

#langSelector { 
  position: absolute; 
  font-family: 'SourceSansProSemibold', sans-serif; 
  width: 100px;
  bottom: 10px; 
  right: 10px; 
  font-size: 12px;
  z-index: 300;
}

#langSelector a {
  color: #7f7f7f;  
}

#langSelector a:hover {
  color: #e30613;  
}

#langSelector .langOpener { 
  display: block; 
  background:url(../images/struttura/lang-opener-arrow.png) 82px 9px no-repeat;
  border: 1px solid #dcdbdb; 
  width: 78px; 
  height: 20px; 
  line-height: 20px; 
  background-color: #fff; 
  padding: 0 10px; 
  border-radius: 3px;
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, .07); 
}

#langSelector .langList { 
  position: absolute; 
  top: 18px;
  width: 98px;
  padding: 10px 0 5px 0; 
  border-radius: 0 0 3px 3px; 
  border-right: 1px solid #dcdbdb; 
  border-bottom: 1px solid #dcdbdb; 
  border-left: 1px solid #dcdbdb; 
  background-color: #fff;
  z-index: 100;
}

#langSelector .langList > a { 
  display: block; 
  padding: 6px 10px;
}

#langSelector .langList > a:hover,
#langSelector .langActive { 
  background-color: #e30613;
  color: #fff;
}


/* MENU DI NAVIGAZIONE */

#menu { 
  position: absolute; 
  bottom: 0; 
  left: 0; 
  width: 100%;
  height: 44px;
  background-color: #f2f2f2;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, .05); 
  z-index: 200;
}

#menu ul { list-style: none; }

#menu > ul {}

#menu > ul > li { 
  float: left; 
  position: relative; 
}

#menu > ul > li.full-width { 
  position: static; 
}

#menu > ul > li > a { 
  font-family: 'SourceSansProSemibold', sans-serif; 
  color: #949494; 
  display: block; 
  outline: none; 
  height: 44px; 
  line-height: 44px; 
  padding: 0 21px; 
  text-align: center; 
  font-size: 12px; 
  text-transform: uppercase; 
  border-left: 1px solid #f9f9f9;
  border-right: 1px solid #dbdada;
  transition: all .4s;
  -moz-transition: all .4s; /* Firefox 4 */
  -ms-transition: all .4s;
  -webkit-transition: all .4s; /* Safari and Chrome */
  -o-transition: all .4s; /* Opera */
}
#menu.menu-de > ul > li > a {
	padding: 0 14px;
}

#menu > ul > li:first-child > a { 
  border-left: 0;
}

#menu > ul > li > a:hover, 
#menu ul > li > a.active { 
  text-decoration: none; 
  background-color: #e6e6e6; 
}

.dropdown { 
  font-family: 'SourceSansProRegular', sans-serif;
  border-top: 1px solid #e5e5e5;
  font-size: 13px;
  color: #949494;  
  position: absolute; 
  top: 44px; 
  left: 0; 
  background-color: #ececec; 
  box-shadow: 0px 5px 5px rgba(0, 0, 0, .05); 
  z-index: 100;
}

.dropdown--type-2 {
  width: 364px;
}

.dropdown--type-3 {
  width: 920px; 
  left: 0; 
  padding: 30px; 
}

.dropdown ul li {
  color: #949494; 
  font-size: 11px; 
}

.dropdown ul a {
  display: block; 
  color: #949494; 
  font-size: 13px; 
}

.dropdown ul a:hover {
  color: #e30613; 
}

.dropdown__simple-list a {
  white-space: nowrap; 
  padding: 20px 28px; 
  border-top: 1px solid #f9f9f9; 
  border-bottom: 1px solid #dbdada; 
}

.dropdown__simple-list li:first-child a {
  border-top: 0; 
}

.dropdown__simple-list li:last-child a {
  border-bottom: 0; 
}
.dropdown__box {
  float: left; 
  width: 180px; 
  padding: 34px 0; 
  text-align: center; 
}

.dropdown__box:nth-child(2n+1) {
  border-right: 1px solid #f9f9f9; 
}

.dropdown__box:nth-child(2n+2) {
  border-left: 1px solid #dbdada; 
}

.dropdown__box .goto-button {
  margin-left: 18px; 
}

.dropdown__multiple-list {
  float: left; 
  width: 180px; 
}

.dropdown__multiple-list li {
  padding: 10px 30px; 
}

.dropdown__spot {
  float: right; 
  width: 340px; 
  padding: 0 20px; 
  font-size: 12px; 
  font-family: Helvetica, Arial, sans-serif;
  background:url(../images/struttura/double-border-dark-light.gif) repeat-y;
}

.dropdown__spot a {
  color: #e30613;
  font-weight: bold;
}

.dropdown__spot a:hover {
  color: #333;
}

.dropdown__spot img {
  float: left;
  width: 150px;
  margin-right: 20px;
}


/* BREADCRUMB */

.footer-breadcrumb {
  position: absolute; 
  bottom: 140px; 
  left: 50%; 
  margin-left: -490px;
  width: 980px;
}

.breadcrumb { 
  padding: 7px 20px; 
  font-family: 'SourceSansProRegular', sans-serif; 
  color: #949494; 
}

.breadcrumb--light-bg {
  background-color: #f1f1f1; 
}

.breadcrumb--dark-bg {
  background-color: #e7e7e7; 
}

.breadcrumb a { 
  color: #949494; 
  font-weight: normal; 
  text-decoration: underline; 
}

.breadcrumb a:hover,
.breadcrumb a.active { 
  color: #949494; 
  text-decoration: none; 
}


/* CONTENT */

#content { 
  padding: 10px 0 210px 0; 
  min-height:330px;
  width:100%;
  }

#content.content--home {
	padding-bottom: 90px;
	/* background-image: url(../images/struttura/background_map.png); */
	background-repeat: no-repeat;
	background-position: center -90px;
}


/* ---------- Home */

/* -------------------- Home SLIDER */

#homeSlider { 
  max-width: 980px;
  height: 600px;
  border-top: solid 4px #f2f2f2;
  width:100%;
}

#homeSlider .flex-control-paging { 
  background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    height: 40px;
    left: 0;
    right: auto;
    width: 100%;
	position:relative;
	margin-top:-40px;
	z-index:99;
}

#homeSlider .flex-control-nav li a { 
  background-color: #fff; 
}

#homeSlider .flex-control-nav li a:hover, #homeSlider .flex-control-nav li a.flex-active { 
  background-color: #9d9ea1; 
}

#homeSlider .flex-direction-nav {
  display: none; 
}

#homeSlider .flexTxt { 
  position: absolute; 
  top: 0; 
  left:0; 
  padding: 50px 0 0 20px; 
  width: 400px; 
}

#homeSlider .flexTxt h1 { 
  font-size: 35px; 
  line-height: 35px; 
  color: #333; 
}

#homeSlider .flexTxt p { 
  font-size: 17px; 
  color: #333; 
  margin-top:22px; 
}


/* -------------------- Home LINK BLOCK */

.link-block-container { 
  float: left; 
  background: url(../images/struttura/link-block-container-bg.gif) repeat-y; 
}

.link-block { 
  float: left; 
  width: 288px; 
  padding: 15px 177px 15px 20px; 
  position: relative; 
  min-height: 210px; 
}

.link-block:nth-child(2n+1) { 
  margin-right: 10px; 
}

.link-block h3 { 
  margin-bottom: 10px 
}

.link-block p { 
  line-height: 13.8px; 
}

.link-block img { 
  position: absolute; 
  right: 7px; top:6px; 
}

.link-line { 
  margin-bottom: 0; 
  text-transform: uppercase; 
  color: #e30613; 
  font-weight: normal; 
  position: relative; 
  padding-right: 50px; 
  font-size: 12px; 
}

.link-line .goto-button {
  position: absolute; 
  top:-5px; 
  right:0; 
}

.link-block__new-ribbon {
  position: absolute;
  top: -5px; 
  right: 3px;
  width: 100px;
  height: 102px;
  text-indent: -9999px;
}

.link-block__new-ribbon--en { 
  background: url(../images/home/new-ribbon-en.png) no-repeat; 
}

.link-block__new-ribbon--it { 
  background: url(../images/home/new-ribbon-it.png) no-repeat; 
}

.link-block__new-ribbon--de { 
  background: url(../images/home/new-ribbon-de.png) no-repeat; 
}


/* -------------------- Home NEWS SLIDER */

#newsSlider {
  width: 980px; 
  margin-bottom: 10px;
}

#newsSlider .flex-control-paging {
  display: none;
}

#newsSlider .flex-direction-nav li a {
  height: 33px;
  margin: 0;
  position: absolute;
  text-indent: -9999px;
  top: auto;
  bottom: -41px;
  width: 41px;
  transition: all .4s;
  -moz-transition: all .4s; /* Firefox 4 */
  -ms-transition: all .4s;
  -webkit-transition: all .4s; /* Safari and Chrome */
  -o-transition: all .4s; /* Opera */
}

#newsSlider .flex-direction-nav li a:hover {
  opacity:0.6;
}

#newsSlider .flex-prev {
  background:url(../images/slider/news-slider-arrow-left.png) no-repeat;
  left: 17px;
}

#newsSlider .flex-next {
  background:url(../images/slider/news-slider-arrow-right.png) no-repeat; 
  right: 17px;
}

#newsSlider .article {
  float: left;
  width: 286px;
  height: 240px;
  padding: 20px 20px 40px 20px;
  position: relative;
}

#newsSlider .article:nth-child(3n+1),
#newsSlider .article:nth-child(3n+2) {
  margin-right: 1px;
}

#newsSlider .article:nth-child(3n+1):after,
#newsSlider .article:nth-child(3n+2):after {
  content: ""; 
  position: absolute;
  top: 20px;
  right: -1px;
  display: block; 
  height: 228px;
  width: 1px;
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 50%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#dddddd), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%,#dddddd 50%,#ffffff 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#dddddd 50%,#ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#dddddd 50%,#ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#dddddd 50%,#ffffff 100%);
}

#newsSlider .article .goto-button { 
  position: absolute; 
  left: 20px;
  bottom: 10px; 
}

.newsSlider__navigation-bg {
  position: relative;
  height: 26px;
  line-height: 26px;
  margin: 0 20px 10px 20px;
  padding: 0 48px;
  color: #999;
  background: #f2f2f2;
  background: -moz-linear-gradient(left, #ffffff 0%, #f2f2f2 33%, #f2f2f2 66%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(33%,#f2f2f2), color-stop(66%,#f2f2f2), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(left, #ffffff 0%,#f2f2f2 33%,#f2f2f2 66%,#ffffff 100%);
  background: -o-linear-gradient(left, #ffffff 0%,#f2f2f2 33%,#f2f2f2 66%,#ffffff 100%);
  background: -ms-linear-gradient(left, #ffffff 0%,#f2f2f2 33%,#f2f2f2 66%,#ffffff 100%);
  background: linear-gradient(to right, #ffffff 0%,#f2f2f2 33%,#f2f2f2 66%,#ffffff 100%);
}

.newsSlider__navigation-bg:after {
  content: ""; 
  position: absolute;
  top: 36px;
  left: -30px;
  display: block; 
  width: 1000px;
  height: 10px;
  background:url(../images/home/news-slider-under-shadow.png) repeat-x; 
  z-index: 200;
}

.newsSlider__navigation-bg a { 
  color: #999;
}

.newsSlider__navigation-bg a:hover { 
  color: #e30613;
}


/* -------------------- Home PROFILE BOX */

.home-profile-box {
  float: left;
  width: 278px;
  padding: 30px 20px 20px 20px;
}


/* -------------------- Home CENTRAL BOX */

.home-central-box {
  float: left;
  width: 286px;
  background-color: #f2f2f2;
  padding: 30px 20px 20px 20px;
  position: relative;
  z-index: 100;
}


/* -------------------- Home NEWSLETTER and SOCIAL BOX */

.home-newsletter-social-box {
  float: right;
  width: 286px;
  background-color: #f2f2f2;
  padding: 30px 20px 20px 20px;
  position: relative;
  z-index: 100;
}

.home-newsletter-social-box:before {
  content: ""; 
  position: absolute;
  top: 20px;
  left: -1px;
  display: block; 
  height: 320px;
  width: 1px;
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 25%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(25%,#dddddd), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%,#dddddd 25%,#ffffff 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#dddddd 25%,#ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#dddddd 25%,#ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#dddddd 25%,#ffffff 100%);
}

.home-newsletter-box {
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px;
}

.home-newsletter-form label {
  display: block;
}

.home-newsletter-form label > input {
  width: 100%; 
}


/* ==========================================================================

  Questa parte di codice può essere standardizzata se in futuro verranno
  messi degli ulteriori SUBMIT
   
  ========================================================================== */

.home-newsletter-form .submit-container { 
  position: absolute;
  bottom: 20px;
  right: 0;
}

.home-newsletter-form .goto-button--input {
  padding-right: 16px;
}

.home-newsletter-form .goto-button--arrow { 
  color: #fff;
  position: absolute;
  bottom: 4.5px;
  right: 5px; 
  font-weight: bold; 
  text-shadow: 0px -1px 1px rgba(0,0,0,.3); 
  cursor: pointer; 
}

/* ==========================================================================

  FINE
   
  ========================================================================== */

.home-social-box a {
  display: block;
  color: #666;
  font-weight: bold;
}

.home-social-box a:hover {
  color: #e30613;
}

.home-social-box img {
  position: relative;
  top: 9px;
  margin-right: 10px;
}

.home-social-box a:hover img {
  opacity: .6;
}


/* ---------- COLONNA SINISTRA */

.col-sx {
  float: left; 
  width: 170px; 
  padding-left: 20px;
  padding-right: 20px; 
}

.col-sx h3 {
  padding-left: 10px; 
}

.col-sx__box-type-1 {
  padding: 10px; 
  border-top: 1px solid #e9e8e8; 
}

.col-sx__box-type-1 a { 
  text-decoration: underline; 
}


body.karriere #content {
	overflow:hidden;
}
body.karriere .col-sx {
  float: left; 
  width: 170px; 
  padding-left: 20px;
  padding-right: 20px; 
}
body.karriere .col-content {
  float: left;
  width: 720px;
  margin-left: 10px;
  font-size: 17px;
  line-height: 24px;
}

body.karriere ul.col-sx__nav li ul {
	list-style: inside;
	list-style-type: none;
	padding-top: 6px;
    padding-bottom: 6px;
	margin: 1px 6px;
}
body.karriere ul.col-sx__nav li ul li {}
body.karriere ul.col-sx__nav li ul li a {
	padding: 10px 5px 10px 5px;
}
body.karriere ul.col-sx__nav li ul li a:hover {
  background: url(../images/struttura/list-type-arrow.png) right center no-repeat #f8f8f8;
}

body.karriere table {
  border: 1px solid #ccc;
  line-height: 24px;
}
body.karriere .fck td {
  font-size: 11px;
  border: 1px solid #ccc;
  padding: 2px 5px 2px 5px;
}
body.karriere .link-3block__content {
  padding: 14px;
  height: auto;
}
body.karriere .pagina-terzo-livello {
}
body.karriere .pagina-terzo-livello .link-3block-container {
	margin-top:40px;
}
body.karriere .pagina-terzo-livello .link-3block-container .link-3block .link-3block__content h3 {
	text-transform: uppercase;
}
body.karriere a.submenu-active {
    background-color: #f8f8f8;
}

/* -------------------- COLONNA SINISTRA menu di navigazione */

.col-sx__nav {
  list-style: none;
  font-family: 'SourceSansProSemibold', sans-serif; 
}

.col-sx__nav a { 
  display: block; 
  color: #949494; 
  text-transform: uppercase; 
  position: relative; 
}

.col-sx__nav a:hover {
  color: #727272; 
  background:url(../images/struttura/list-type-arrow.png) right center no-repeat #eee; 
}

.col-sx__nav a.active {
  color: #727272; 
  background-color: #eee; 
}


/* old arrow type
.col-sx__nav a:hover:after { 
  content: "»"; 
  position: absolute;
  top: 50%; 
  right: 5px; 
  margin-top: -.9em; 
  border-radius: 12px; 
  padding: 0 7px 2px 7px; 
  font-family: Helvetica, Arial, sans-serif;
  color: #fff; 
  font-weight: bold; 
  font-size: 12px; 
  text-shadow: 0px -1px 1px rgba(0,0,0,.3); 
  line-height: 1.6em; 
  background: #fb4651;
  background: -moz-linear-gradient(top, #fb4651 0%, #fb4651 50%, #e30613 51%, #e30613 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb4651), color-stop(50%,#fb4651), color-stop(51%,#e30613), color-stop(100%,#e30613));
  background: -webkit-linear-gradient(top, #fb4651 0%,#fb4651 50%,#e30613 51%,#e30613 100%);
  background: -o-linear-gradient(top, #fb4651 0%,#fb4651 50%,#e30613 51%,#e30613 100%);
  background: -ms-linear-gradient(top, #fb4651 0%,#fb4651 50%,#e30613 51%,#e30613 100%);
  background: linear-gradient(to bottom, #fb4651 0%,#fb4651 50%,#e30613 51%,#e30613 100%); 
  behavior: url(../js/PIE.htc); 
}
*/

.col-sx__nav > li > a { 
  padding: 12px 24px 12px 10px; 
  border-bottom: 1px solid #e9e8e8; 
}

.col-sx__nav > li:first-child > a { 
  border-top: 1px solid #e9e8e8; 
}

.col-sx__nav__2-level {
  list-style: none; 
  padding-top: 6px; 
  padding-bottom: 6px; 
  border-bottom: 1px solid #e9e8e8; 
}

.col-sx__nav__2-level > li > a {
  padding: 6px 26px 6px 6px; 
  margin: 1px 6px; 
}

.col-sx__nav__2-level > li > a:hover,
.col-sx__nav__2-level > li > a.active { 
  background-color: #f8f8f8; 
}


/* ---------- COLONNA CONTENUTI */

.col-content {
  float: left; 
  width: 760px; 
  margin-left: 10px;  
}

.col-content__small-col {
  width: 650px; 
}

.col-content__top-link {
  padding: 16px 0; 
  border-bottom: 1px solid #e9e8e8; 
  font-family: 'SourceSansProSemibold', sans-serif; 
  position: relative; 
}

.col-content__top-link a { 
  color: #999; 
  padding-left: 26px; 
  background:url(../images/struttura/back-arrow.png) left center no-repeat; 
  display: block; 
}

.col-content__top-link a:hover { 
  color: #e30613; 
}

.col-content__list-type-1 {
  border-top: 1px solid #d4d3d3; 
}

.col-content__list-type-1 a { 
background:url(../images/struttura/list-type-arrow2.png) right center no-repeat #f1f1f1;
  border-bottom: 1px solid #dcdbdb;
  color: #707070; 
  display: table; 
  font-size: 17px; 
  padding: 15px 45px 15px 15px; 
  position: relative; 
  width: 590px; 
}

.col-content__list-type-1 a:hover { 
  background-color:#e9e8e8; 
}

.col-content__list-type-1__box-1 { 
  display: table-cell;
  width: 34%; 
  padding-right: 10px; 
}

.col-content__list-type-1__product-description { 
  display: table-cell;
  width: 66%; 
}

.col-content__list-type-2__row { 
  font-family: 'SourceSansProRegular', sans-serif; 
  font-size: 12px; 
  text-transform: uppercase; 
  border-bottom: 1px solid #dcdbdb; 
  color: #707070; 
  background-color: #e9e8e8; 
  padding: 15px; 
  position: relative; 
}

.col-content__list-type-2__row:nth-child(2n+2) { 
  background-color: #f2f2f2; 
}

.col-content__list-type-2__row span {
  padding-right: 125px; 
}

.col-content__list-type-2__row .goto-button {
  float: right;
  padding-left: 20px; 
  padding-right: 20px; 
}


/* ---------- PRODOTTI */

.products-header { 
  position: relative; 
  background-color: #e7e7e7; 
  position: relative;
  padding: 18px; 
}

.products-header span { 
  display: inline-block; 
  width: 200px; 
  color: #333; 
  line-height: 1em; 
}

.products-header a { 
  position: absolute; 
  bottom: 20px; 
  right: 25px; 
  font-family: 'SourceSansProRegular', sans-serif; 
  text-decoration: underline; 
  color: #949494; 
}

.products-header a:hover { 
  text-decoration: none; 
}

.link-block-container--products { 
  position: relative; 
}

.link-block-container--products:after {
  background:url(../images/home/news-slider-under-shadow.png) repeat-x; 
  bottom: -20px;
  content: ""; 
  display: block; 
  height: 10px;
  left: -10px;
  position: absolute;
  width: 1000px;
  z-index: 200;
}

.products-intro-box { 
  padding: 20px 20px 20px;
}

.products-seo-box__left {
  float: left;
  width: 610px;
  padding: 30px 20px 20px 20px;
}

.products-seo-box__right {
  float: right;
  width: 330px;
  position: relative;
  z-index: 100;
}

.link-3block {
  float: left; 
  width: 308px; 
  padding: 6px; 
  background-color: #f2f2f2; 
}

/*
.link-3block:nth-child(3n+1),
.link-3block:nth-child(3n+2) { 
  margin-right: 10px;
  margin-bottom: 10px;
}

.link-3block:nth-child(odd){ 
  margin-right: 10px;
  margin-bottom: 10px;
}
*/

.link-3block:nth-child(3n+1) { 
  margin-right: 10px;
  margin-bottom: 10px;
}


.link-3block__content {
  padding: 14px; 
  height: 168px; 
}

.link-3block-small {
  float: left; 
  width: 202px; 
  padding: 5px 4px 15px 4px; 
  background-color: #f2f2f2; 
}

.link-3block-small:nth-child(3n+1),
.link-3block-small:nth-child(3n+2) { 
  margin-right: 10px; 
}

.link-3block-small__content {
  padding: 13px; 
  height: 120px; 
}

.link-3block-small .goto-button { 
  margin-left: 13px; 
}


/* ---------- NEWS */

.map-menu,
.news-menu {
  height: 32px;
  background-color: #f2f2f2;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, .1); 
}

.map-menu a,
.news-menu a { 
  font-family: 'SourceSansProSemibold', sans-serif; 
  color: #949494; 
  display: inline-block; 
  outline: none; 
  height: 32px; 
  line-height: 32px; 
  padding: 0 28px; 
  text-align: center; 
  font-size: 12px; 
  text-transform: uppercase; 
  border-left: 1px solid #f9f9f9;
  border-right: 1px solid #dbdada;
  transition: all .4s;
  -moz-transition: all .4s; /* Firefox 4 */
  -ms-transition: all .4s;
  -webkit-transition: all .4s; /* Safari and Chrome */
  -o-transition: all .4s; /* Opera */
}

.map-menu a:hover,
.map-menu a:active,
.news-menu a:hover,
.news-menu a.active { 
  color: #707070; 
  background-color: #e6e6e6; 
}

.map-menu a.disabled,
.news-menu a.disabled { 
  display: none; 
}

.map-menu a:first-child,
.news-menu a:first-child { 
  border-left: 0;  
}

.news-list-row__date,
.result-row__page {
  font-family: 'SourceSansProRegular', sans-serif; 
  padding: 6px 0; 
  border-top: 1px solid #e9e8e8; 
  border-bottom: 1px solid #e9e8e8; 
  color: #707070; 
}

.news-list-row__date__right { 
  float: right; 
}

.news-list-row__date span {
  font-family: 'SourceSansProSemibold', sans-serif; 
  margin-right: 10px; 
}


/* ---------- FAIRS */

.fairs-table table {
  width: 100%;
}

.fairs-table tr:nth-child(1) td { 
  background-color: #e7e7e7;
  height: auto !important; 
  padding: 5px; 
  border: 1px solid #bbb; 
  font-size: 17px;
}

.fairs-table tr:nth-child(2) td { 
  font-weight: bold; 
  background-color: #f2f2f2;
}

.fairs-table td {
  font-size: 12px; 
  vertical-align: top; 
  height: auto !important; 
  padding: 5px;
  border-bottom: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}

.fairs-table td:nth-child(1) {
  border-left: 1px solid #e7e7e7; 
  width: 
}

.fairs-table td:nth-child(3) { 
  width: 230px !important;
}

.en .fairs-table td:nth-child(1) {
    width: 145px;
}
.en .fairs-table td:nth-child(2) {
	width: 147px;
}
.en .fairs-table td:nth-child(3) {
    width: 85px !important;
}
.en .fairs-table td:nth-child(4) {
	width: 160px;
}
.en .fairs-table td:nth-child(5) {
    width: 150px;
}


/* ---------- CONTATTI */

.map--shadow { 
  position: relative; 
}

/*
.map--shadow:before { 
  content: ""; 
  position: absolute; 
  width: 650px; 
  height: 390px; 
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, .4); 
}
*/

.map--choose-area {
  position: relative; 
  background:url(../images/contatti/world-map.gif) repeat-x; 
  width: 650px;
  height: 410px; 
}

.map--choose-area > a { 
  position: absolute; 
  color: transparent; 
  cursor: pointer; 
  display: block; 
  text-align: center; 
  font-family: 'SourceSansProSemibold', sans-serif; 
  font-size: 14px; 
  border-radius: 12px; 
  transition: all .4s;
  -moz-transition: all .4s; /* Firefox 4 */
  -ms-transition: all .4s;
  -webkit-transition: all .4s; /* Safari and Chrome */
  -o-transition: all .4s; /* Opera */
}

.map--choose-area > a:hover { 
  color: #e30613; 
  background-color: rgba(255,255,255,.3); 
  box-shadow: 0px 0px 4px rgba(0, 0, 0, .1); 
}

.map--choose-area__europe {
  left: 260px; 
  top: 43px;
  width: 140px; 
  height: 80px; 
}

.map--choose-area__asia {
  left: 340px; 
  top: 43px;
  width: 273px; 
  height: 200px; 
}

.map--choose-area__australia {
  left: 503px; 
  top: 222px;
  width: 122px; 
  height: 113px; 
}

.map--choose-area__africa {
  left: 255px; 
  top: 115px;
  width: 139px; 
  height: 195px; 
}

.map--choose-area__south-america {
  left: 120px; 
  top: 177px;
  width: 110px; 
  height: 180px; 
}

.map--choose-area__north-america {
  left: 23px; 
  top: 34px;
  width: 247px; 
  height: 163px; 
}

.map--choose-area span { 
  position: relative;  
}

.map--choose-area__europe span { 
  top: 30px; 
}

.map--choose-area__asia span { 
  top: 80px; 
}

.map--choose-area__africa span { 
  top: 80px; 
}

.map--choose-area__australia span { 
  top: 45px; 
}

.map--choose-area__north-america span { 
  top: 70px; 
}

.map--choose-area__south-america span { 
  top: 75px; 
}

.dealer-selector { 
  position: absolute; 
  left: 10px;
  bottom: 10px; 
  font-family: 'SourceSansProSemibold', sans-serif; 
  font-size: 12px;
}

.map--transiction-area {
  background-color:#E7E7E7; 
  width: 650px;
  height: 410px; 
}

.dealer-selector a {
  color: #7f7f7f;  
}

.dealer-selector a:hover {
  color: #e30613;  
}

.dealer-selector__opener {
  display: block; 
  background:url(../images/struttura/lang-opener-arrow.png) 125px 9px no-repeat;
  border: 1px solid #dcdbdb; 
  width: 120px; 
  height: 20px; 
  line-height: 20px; 
  background-color: #fff; 
  padding: 0 10px; 
  border-radius: 3px;
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, .07); 
}

.dealer-selector__opener--de {
  width: 140px; 
  background-position: 145px 9px; 
}

.dealer-selector__opener--es {
  width: 150px; 
  background-position: 155px 9px; 
}

.dealer-selector__list { 
  position: absolute; 
  top: 18px;
  width: 140px;
  padding: 10px 0 5px 0; 
  border-radius: 0 0 3px 3px; 
  border-right: 1px solid #dcdbdb; 
  border-bottom: 1px solid #dcdbdb; 
  border-left: 1px solid #dcdbdb; 
  background-color: #fff;
  z-index: 100;
}

.dealer-selector__list > a { 
  display: block; 
  padding: 6px 10px;
}

.dealer-selector__list > a:hover { 
  background-color: #e30613;
  color: #fff;
}

.agent-data-box { 
  font-size: 14px; 
  margin-bottom: 20px; 
  float: left; 
  width: 210px; 
}

.agent-data-box:nth-child(3n+1),
.agent-data-box:nth-child(3n+2) {
  margin-right: 10px; 
}

.agent-data-box a { 
  text-decoration: underline;  
}

.contact-rulmeca-box { 
  border-top: 1px solid #e9e8e8; 
  margin-top: 10px; 
  padding-top: 10px; 
  font-size: 14px; 
}


/* ---------- RISULTATI CERCA */

.results-row { 
  margin-top: 20px; 
  padding-bottom: 10px; 
}

.stringaCercata { background-color: #e30613; color: #fff; }


/* ---------- SURVEY - tableSurvey */

.tableSurvey { 
  width: 100%; 
  background-color: #bbb; 
  margin-bottom: 10px;
}

.tableSurvey tr {}

.tableSurvey td { 
  font-size: 12px; 
  padding: 6px 8px; 
  background-color: #f2f2f2;
}

.tableSurvey a { 
  text-decoration: none; 
}

.tableSurvey a:hover {}

.tableSurvey_INTESTAZIONE { 
  font-weight: bold; 
  color: #565656; 
}

.tableSurvey_INTESTAZIONE td { 
  font-size: 14px; 
  background-color: #e7e7e7; 
}

.tableSurvey_BIANCO td {
  background-color: #fff;
  font-weight: bold;
}

.tableSurvey input[type="text"],
.tableCaptcha input[type="text"] { 
  width: 100%;
}

.tableSurvey textarea[name="suggerimenti"] {
  width: 100%; 
  height: 100px; 
  margin-bottom: 5px; 
}

.tableCaptcha { 
  width: 100%; 
  margin-top: 10px;
}

.tableCaptcha td {
  font-size: 12px; 
  padding: 6px 8px; 
}

.tableCaptcha .submitRow { 
  background-color: #e7e7e7; 
}

.tableCaptcha #imgCaptcha { 
  width: 100%; 
}

.tableCaptcha .goto-button {
  width: 308px; 
  text-align: center; 
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}


/* FOOTER */

#footer {
    position: relative;
    padding: 20px;
        padding-bottom: 20px;
    padding-bottom: 0px;
    color: #111;
    font-size: 12px;
    max-width: 940px;
    height: 100px;
    border-top: 1px solid #9f9f9f;
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

#footer a { 
  color: #0076bd;  
  text-decoration: none; 
  outline: none; 
}

#footer a:hover { 
  color: #9f9f9f;
}

#footer p{
    color: #9f9f9f;
    font-size: 12px;
    line-height: 19px;
}




/* FORM */

label {
  font-size: 12px;
  color: #666;
}

input[type="text"] {
  font-family: 'SourceSansProSemibold', sans-serif; 
  border: 1px solid #dcdbdb; 
  height: 20px; 
  line-height: 20px; 
  background-color: #fff; 
  padding: 0 10px; 
  outline: 0; 
  color: #4e5857; 
  font-size: 12px;
  color: #7f7f7f;
  border-radius: 3px;
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, .07); 
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

textarea { 
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}


/* ---------- CUSTOM INPUTS */

.cust_checkbox { 
  font-size:16px; 
  cursor: pointer; 
  position: relative; 
  top: 3px; 
}

.cust_checkbox_on { 
  background:url(../images/checkbox/checkbox_on.png) no-repeat 0 0; 
}

.cust_checkbox_hvr { 
  background:url(../images/checkbox/checkbox_hvr.png) no-repeat 0 0 !important; 
}

.cust_radio_on { 
  background:url(../images/checkbox/radiobox_on.png) no-repeat 0 0; 
}

.cust_radio_hvr { 
  background:url(../images/checkbox/radiobox_hvr.png) no-repeat 0 0 !important; 
}

.cust_checkbox_off { 
  background:url(../images/checkbox/checkbox_off.png) no-repeat 0 0; 
}

.cust_radio_off { 
  background:url(../images/checkbox/radiobox_off.png) no-repeat 0 0; 
}

.cust_checkbox_disabled_on { 
  background:url(../images/checkbox/checkbox_disabled_on.png) no-repeat 0 0; 
}

.cust_checkbox_disabled_off { 
  background:url(../images/checkbox/checkbox_disabled_off.png) no-repeat 0 0; 
}

.cust_radio_disabled_on { 
  background:url(../images/checkbox/radiobox_disabled_on.png) no-repeat 0 0; 
}

.cust_radio_disabled_off { 
  background:url(../images/checkbox/radiobox_disabled_off.png) no-repeat 0 0; 
}


/* FORM CONTATTI */

#moduloinfo { }

#moduloinfo label { 
  display: block; 
  font-size: 12px; 
  margin-bottom: 10px; 
  font-weight: bold; 
  width: 300px; 
  margin-bottom: 10px; 
}

#moduloinfo input, 
#moduloinfo textarea { 
  border: 1px solid #fff; 
  width: 280px; 
  color: #777; 
  font-size: 12px; 
  background: #f3f3f3; 
  margin-top: 4px; 
  padding: 6px 10px; 
}

#moduloinfo textarea { 
  height: 137px; 
  max-height: 137px; 
  min-height:137px; 
  max-width: 280px; 
  min-width: 280px; 
}

#moduloinfo input.submit { 
  text-align: right; 
  font-size: 10px; 
  font-weight: bold; 
  color: #be0f34; 
  padding:7px 10px 7px 30px; 
  -webkit-border-radius: 20px 0px 0px 20px; 
  border-radius: 20px 0px 0px 20px; 
  background: url(../images/struttura/plus.gif) 10px 10px no-repeat #d7d2cb; 
  margin-bottom: 10px; 
  text-transform: uppercase; 
  width: 300px; 
  font-family: Arial, Helvetica, sans-serif;
  transition: all .4s;
  -moz-transition: all .4s; /* Firefox 4 */
  -ms-transition: all .4s;
  -webkit-transition: all .4s; /* Safari and Chrome */
  -o-transition: all .4s; /* Opera */
  behavior: url(../js/PIE.htc); 
}

#moduloinfo .captchaContainer { margin-bottom: 10px; }

#moduloinfo .changeCode { 
  margin-bottom: 4px; 
  display: block; 
  color: #be0f34; 
  font-weight: bold; 
}

#moduloinfo .changeCode:hover { color:#58585a; }

#moduloinfo input.submit:hover { 
  color: #fff; 
  background: -6px 13px #be0f34; 
}

#moduloinfo .privacy { 
  margin-top: 10px; 
  color: #999; 
  font-size: 9px; 
}

.message { 
  padding: 6px 12px; 
  border-width: 1px;
  border-style: solid; 
  font-size: 14px; 
  margin-bottom: 10px; 
  font-weight: bold; 
}

.message--error { 
  border-color: #e30613; 
  background-color: #ffdbdd; 
  color: #e30613; 
}

.message--success { 
  border-color: #008f3d; 
  background-color: #e0ffed; 
  color: #008f3d; 
}


/* BOTTONI */

.goto-button { 
  font-family: Helvetica, Arial, sans-serif;
  display: inline-block;
  border-radius: 4px; 
  padding: 0 16px 0 6px; 
  color: #fff; 
  font-weight: bold; 
  font-size: 12px; 
  text-shadow: 0px -1px 1px rgba(0,0,0,.3); 
  height: 23px; 
  line-height:23px; 
  background: #fb4651;
  background: url(../images/struttura/goto-button.png) right center no-repeat #fb4651; 
}

.goto-button:hover { 
  color: #fff;
  background-image: url(../images/struttura/goto-button-hover.png);
}

.goto-button.no-arrow {
  background-position: left center;
}

.goto-button--input {
  border: 0;
  height: 22px;
}


/* CLEAR */
.clr {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after { 
  content: "."; 
  visibility: hidden; 
  display: block; 
  height: 0; 
  clear: both;
}













/* DOWNLOAD  - tableCatalogo */

.tabelle{ 
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:flex-start;;
  margin-top:30px;
  width:100%;
}

.tableCatalogo { 
  width: 49%;
   border-collapse:collapse;
   border-spacing:0;
}
.download-de .tableCatalogo { 
  width: 100%;
}

.tableCatalogo tr {
			border-spacing: 3px;
			border: 1px solid #c7c6c6;
}

.tableCatalogo tr td:first-child {
	  		border-right: 1px solid #cfcfcf;
			text-align:center;
			padding-left:0px;
			padding-right:0px;
}

.tableCatalogo td { 
	padding: 2px 10px;
	font-size: 15px;
	height:40px;
	color: #666666;
}

.tableCatalogo td:nth-child(3) { 
  display: none; 
}

.tableCatalogo a { 
  text-decoration: none; 
  color: #666666;
}

.tableCatalogo a:hover {
	color: #0076bd;
	}

.tableCatalogo img[src*="download"] { 
  width: 24px; 
}

.tableCatalogo_INTESTAZIONE { 
  color: #565656; 
  font-size: 15px!important;
  background-color: rgba(0,118,189,1);
  border:0px!important;
}

.tableCatalogo_INTESTAZIONE td { 
  color: #fff; 
  height:40px;
  font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.6em;
    text-transform: uppercase;
}
.tableCatalogo_INTESTAZIONE td:first-child { 
  border-right:0px!important;
}

.tableCatalogo_SUBINT { 
  		border: 1px solid #a1a1a1;
		margin-top:5px;
			background-color:rgba(255,255,255,0.6);
}
.tableCatalogo_SUBINT .error { 
  text-align:left;
}


.tableCatalogo_SUBINT td:first-child { 
 text-align:center;
}

.tableCatalogo [class^="icon-"], 
.tableCatalogo [class*=" icon-"] {
  font-size: 32px;
}


.tableCatalogo .spacer { 
	height:10px!important;
	border: 0px!important;
}

/* --------------------- AGGIUNTE L ------------------------ */


.unter{
	width:100%;
}

.unter h1{
  padding-top: 20px;
}

.unter img{
	margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.contatti-de{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}

.contatti-de img{
  display:inline-block;
  width:100px;
  height:auto;
  margin-right:20px;
  border: 1px solid #ddd;
}
.contatti-de p{
  display:inline-block;
}
.titoletto-de-plz{
	font-weight: bold;
	padding-top:5px;
	padding-bottom:5px;
}

.dividi{
	position:absolute;
	height:645px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e7e7e7;
	left:525px;
	width:2px;
}

.bottonerulmeca{
	display:inline-block;
	width:100%;
	background:#0076bd;
	text-align:center;
	color:white;
	padding-top:10px;
	padding-bottom:10px;
	font-size: 17px;
    font-weight: bold;
	transition: all 0.5s ease;
}


.bottonerulmeca:hover{
	background-color: rgba(0, 0, 0, 0.3);
	color:white;
}

.tableCatalogo_INTESTAZIONE tr td:first-child{
	text-align:center;
}

.tableCatalogo_INTESTAZIONE img{
	width:24px;
}

.ancora1{
	display:none;
}

.tabellaopaca{
	 opacity:0.4;
	 animation-name: opacita;
	 animation-duration: 1s;
	 }

.tabellanonopaca{
}

@keyframes opacita {
  0% {
    opacity: 1;
  }
  100% {
	opacity: 0.4;
  }
}

/* ------------------------ INIZIO PARTE RESPONSIVE ------------------- */



@media all and (max-width:1005px){
#footer{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	height:auto;
}
#footer .footer__box-left{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	align-items:center;
	float:none;
	width:100%;
	margin-bottom:30px;
}
#footer .footer__box-right{
	width:32%;
	text-align:center;
}
#homeSlider { 
  height: auto;
  max-height:600px;
}

}


@media all and (max-width:880px){
#footer p {
    color: #9f9f9f;
    font-size: 11px;
    line-height: 15px;
}
}


@media all and (max-width:750px){
#footer .uno {
    width:100%;
}
#footer p {
    text-align:center;
}

}
@media all and (max-width:650px){
.tableCatalogo{
	width:100%;
	margin-bottom:50px;
}
}


@media all and (max-width:570px){
#footer .footer__box-right{
	width:90%;
	text-align:center;
	margin-right:0px;
}

.footer__box-left img{
	margin-right:0px;
	margin-top:20px;
}
#footer .clr{
	display:none;
}
}



@media all and (max-width:480px){
#header .claim img{
	width:230px;
}
#logo img{
	width:60px;
}
#logo{
	left:calc(50% - 30px);
}

#header{
	height:85px;
}
#homeSlider .flex-control-paging{
	display:none;
}
.claim{
	bottom:40px;
}
html > body {
    background-position: center 161px;
}
}