/** IOT360 **/
.iot360-action {
  margin-top: 20px;
}

#iot-summit-pic {
  text-align: center;
}

/** Call for action **/
.call-for-action-box {
  max-width:242px;
}
.call-for-action {
  background-image:url('/static/image/cfa-background.png');
  max-height:259px;
  margin-top:20px;
  border: 1px solid #ccc;
}
.call-for-action #call-for-action {
  padding-top: 60px;
  margin: 15px;
  margin-bottom: 0;
  color: #004e95;
  text-shadow: none;
  text-align: center;
}
.call-for-action #call-for-action h2 {
  margin:0;
  padding:0;
  color: #ff8a00;
  font-weight:400;
  margin-bottom: 15px;
  font-size:1.2em;
}
.call-for-action a {
  display: block;
  color: #ff8a00;
  background: white;
  width: 56%;
  margin: 4px auto 12px;
  text-align:center;
  border: 1px solid #ff8a00;
  padding: 6px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
}
.call-for-action a:hover {
  background-color:#ff8a00;
  color: white;
}
.frame-partners {
  margin-top: 5px;
  background-color: #fff;
}
.frame-partners .partners-headline {
  padding: 0px 5px;
  font-size: 0.9em;
  color: #004e95 !important;
  background-color: #fff;
  margin-bottom: 0;
  text-align: center;
}

.frame-slideshow {
  background-color: #fff;
  margin: auto;
}

.frame-slideshow img {
  width: 85px;
  max-height: 75px;
  display: none; /* hides images whilee loading. Cycle2 will ovverride this when displaying them */
}


.members-footer {
  width: 960px;
  margin: 0 auto;
  margin-top: -110px;
  color: #666;
}

.members-footer h2 {
  font-size: 1.2em;
  line-height: 2em;
  font-weight: bold;
}

.members-logos {
  background-color: white;
  margin-bottom: 32px;
  position: relative;
  border: 1px solid #eee;
}

.members-more {
  color: #666;
  font-size: 0.8em;
  position: absolute;
  bottom: -20px;
  right: 1px;
}
