/* cmsms stylesheet: buddy011-isotope modified: 10/06/17 14:40:41 */
* { box-sizing: border-box; }

body {
  font-family: sans-serif;
}

/* ---- button ---- */

.button1 {

  display: inline-block;
  padding: 0.5em 1.0em;
  margin-bottom: 10px;
  background: #EEE;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  text-shadow: 0 1px white;
  cursor: pointer;
}
.button {
display: inline-block;
padding: 15px;
margin: 5px;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
color: #333;
background-color: transparent;
border-color: #ccc;
}
.button:active,
.button.is-checked,
.button:hover {
  background-color: #004982;
  color: #fff;
  border: 1px solid transparent;
}
span.button  {
    cursor: default!important;
}
.button a:link {
    color: #333!important;
}
.button:hover a:link {
    color: #fff!important;
    text-decoration: none;
}

/* ---- button-group ---- */
.button-group {
  text-align: center;
  margin-bottom: 70px;
}


/* ---- grid ---- */

.grid {
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 1023px) {
.element-item {
  width: 50%;
  min-height: auto !important;
  }
}
@media screen and (max-width: 768px) {
.element-item {
  width: 100%;
  min-height: auto !important;
  }
.element-item .row{
  display: block!important;
}
.element-item .marketingimg{
  right: 0 !important;
  margin-right: -5px !important;
  margin-left: -5px !important;
  margin-top: 20px !important;
  height: 250px
}
}
.distribucnecentra .element-item {
  margin-bottom: 50px;
}
.grey .element-item {
  background-color: #fff;
  border: 10px solid #f6f6f6;
  padding: 20px;
}
.element-item .row{
  display:flex;
}

/* ---- .element-item ---- */
.element-item .marketingimg{
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  right: -5px;
  margin-top: -20px;
  margin-bottom: -20px;
}
.element-item {
  0flex: 1;
  0position: relative;
  min-height: 250px;
  0float: left;
  0margin-bottom: 40px;
}
.element-item table{
  width: 100%;
}
.element-item table p{
  margin:0;
  padding:0;
}
.element-item td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.element-item tr:hover {
  background-color: #f6f6f6;
}
.element-item .fa{
  color: #aaa;
  float:left;
  line-height:160%;
}
.element-item img {
    margin-bottom: 15px !important;
}
.element-item h4{
margin-top: 0px !important;
margin-bottom: 30px !important;
}
.element-item h4:after{
display: block;
height: 1px;
content: '';
top: 15px;
position: relative;
background-color: #ccc;
}
.element-item1 p:after{
display: block;
height: 1px;
width: 100px;
content: '';
top: 5px;
position: relative;
margin-left: -50px;
left: 50%;
background-color: #ccc;
}
.element-item2 p:after{
display: block;
height: 1px;
content: '';
top: 15px;
position: relative;
background-color: #f6f6f6;
}
.element-item0 > * {
  margin: 0;
  padding: 0;
}
