/* SETUP */
/*------------------------------------*\
    #IMAGES
\*------------------------------------*/
/**
 * While image is not loaded, with this trick the space occupied
 * Use this placeholder and it is required the width and padding-bottom
 * for it to work.
 * Remember, the padding-bottom is a percent of the width value
 */
/* MODULES */
/* SUPORT LIST BLOCK */
.list-support {
  background-color: #7f96b9;
  padding-bottom: 20px;
}
.list-support .subtitle {
  color: #bfcadc;
  padding: 40px 0 0 40px;
}
.list-support .list {
  text-align: center;
  margin: 20px;
  width: auto;
  padding-top: 40px;
}
.list-support .list li {
  width: 196px !important;
  display: inline-block;
  margin: 0 20px;
  position: relative;
  vertical-align: text-top;
  height: 280px;
  padding: 0;
}
.list-support .list li strong {
  display: block;
  font-size: 2.4em;
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
  height: 121px;
}
.list-support .list li strong:before {
  color: #a6b6ce;
  display: block;
  font-size: 3em;
  margin-bottom: .4em;
}
.list-support .list li p {
  display: block;
  font-size: 1.4em;
  color: #fff;
  line-height: 1.3em;
  width: 100%;
}
.martela .list li p {
  padding-top: 20px;
}
.list-support .list li p span {
  display: block;
  font-size: 1.9em;
  height: 30px;
}
.list-support .list li p a[href^=tel] {
  color: inherit;
  text-decoration: none;
  font-size: 1em;
  display: block;
  height: 60px;
  width: auto;
  position: relative;
  top: -30px;
  left: 10px;
  text-align: center;
}
.list-support .list li p a[href^=tel]:after {
  content: '';
}
.list-support .list li a {
  display: block;
  color: #bfcadc;
  font-size: 1.8em;
  position: absolute;
  top: 210px;
  width: 40px;
  height: 0;
  padding-top: 40px;
  overflow: hidden;
  text-align: center;
  left: 50%;
  margin-left: -20px;
}
.list-support .list li a:hover {
  color: #fff;
}
.list-support .list li a:after {
  content: "\e611";
  font-family: 'icomoon';
  font-size: 1.8em;
  display: inline;
  top: 0;
  position: absolute;
  left: 1px;
}
.list-support .list li fieldset {
  margin: 20px 0;
  font-size: 0.8em;
}
.list-support .list li fieldset.help-name {
  border: none;
  margin: 20px 0 0 0;
}
.list-support .list li fieldset.help-name input {
  background: #7f96b9;
  padding: 10px;
  height: 40px;
  color: #a6b6ce;
  border: 2px solid #bfcadc;
  width: 189px;
  left: -2px;
  position: relative;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 1.8em;
}
.list-support .list li fieldset.help-name input:focus {
  outline: none;
}
.list-support .list li fieldset.help-name input[type="text"] {
  -webkit-appearance: none;
}
.list-support .list li fieldset .msg {
  color: red;
}
.list-support .list li fieldset {
  margin: 20px 0;
  font-size: 0.8em;
  width: 191px;
}
.list-support .list li fieldset.help-phone {
  border: none;
  margin: 6px 0 0 0;
}
.list-support .list li fieldset.help-phone input {
  background: #7f96b9;
  padding: 10px;
  height: 40px;
  color: #a6b6ce;
  border: 2px solid #bfcadc;
  width: 146px;
  float: left;
  left: -3px;
  position: relative;
  margin-right: 5px;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 1.8em;
}
.list-support .list li fieldset.help-phone input:focus {
  outline: none;
}
.list-support .list li fieldset.help-phone input[type="text"] {
  -webkit-appearance: none;
}
.list-support .list li fieldset.help-phone a.ok {
  color: #bfcadc;
  padding: 10px;
  display: block;
  cursor: pointer;
  border: 2px solid #bfcadc;
  height: 40px;
  position: relative;
  width: 40px;
  left: -3px;
  top: 0;
  float: left;
  background: #7f96b9;
  overflow: visible;
}
.list-support .list li fieldset.help-phone a.ok:hover {
  color: #4c6c9d;
}
.list-support .list li fieldset.help-phone a.ok:after {
  content: '\e640';
  font-family: 'icomoon';
  font-size: 1.5em;
  speak: none;
  width: 18px;
  height: 18px;
  left: -198px;
  position: relative;
  top: -13px;
}
.list-support .list li fieldset.help-phone a.ok:before {
  display: none;
}
.list-support .list li fieldset.help-phone .msg {
  color: red;
}
.list-support .list li .msg {
  font-size: 1.4em;
  color: #ff6c6c;
  text-align: left;
  padding-top: 5px;
  position: relative;
  float: left;
}

@media (max-width: 1260px) {
  .list-support .list li {
    margin-bottom: 0px;
  }
}
.callus-lip { width: 201px !important; display: inline-block!important;}

/*# sourceMappingURL=mod_list-suportv1.css.map */