body {
  padding: 0;
  margin: 0;
}

.container {
  overflow: hidden;
  /*padding-bottom: 30px;*/
}

.inline-block {
  display: inline-block !important;
}

.h1,
h1 {
  /*font-size: 1.75rem;*/
}

.fs-25 {
  font-size: 2.5rem;
}

.bg-capp-red {
  background: #EE4242;
}

.bg-capp-green {
  background: #1AB895;
}

.bg-capp-blue {
  background: #3D8DD6;
}

.bg-capp-purple {
  background: #B950B7;
}

.bg-capp-yellow {
  background: #F6C779;
}

.btn-rounded {
  border-radius: 30px;
}

.nav-item .nav-link.active {
  background: #3b88cf;
  color: #fff !important;
}

.card-header {
  border-bottom: none;
  background-color: transparent;
  font-weight: 600;
}

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 0;
  z-index: 1000;
  width: 56px;
  height: 48px;
  line-height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.register-btn {
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  left: 21px;
  display: none;
  border-radius: 0;
  z-index: 1000;
  width: 56px;
  height: 48px;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.register-btn div {
  font-size: 10px;
  text-align: center;
  width: 100%;
  margin-left: -12px;
  margin-top: -3px;
  text-transform: uppercase;
}

.hero {

  padding: 15px;
  padding-top: 75px;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#55a5db+0,77b8e5+100 */
  background: #55a5db;
  /* Old browsers */
  background: -moz-linear-gradient(top, #55a5db 0%, #77b8e5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #55a5db 0%, #77b8e5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #55a5db 0%, #77b8e5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55a5db', endColorstr='#77b8e5', GradientType=0);
  /* IE6-9 */
  background-image: url('../img/backgrounds/header_1.jpg');
  background-size: cover;
  background-position: 80% 0%;
  background-repeat: no-repeat;
}

.hero h1 {
  color: #fff;
  font-size: 1.85rem;
  text-shadow: 1px 1px #000000;
  margin-bottom: 25px;
}

.hero h2:after {
  display: none;
}

h2:after {
  content: '';
  border: 2px solid #ccc;
  display: block;
  width: 150px;
  margin: auto;
  margin-top: 20px;
}

.hero h2 {
  font-size: 1.45rem;
  text-shadow: 1px 1px #000000;
}

.hero .form-control,
.hero .btn {
  border-radius: 30px !important;
}

.hero .form-inline .form-group {
  width: 300px;
}

.hero ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}

.hero ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}

.hero :-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}

.hero :-moz-placeholder {
  /* Firefox 18- */
  color: white;
}

.hero input.form-control,
.hero textarea.form-control {
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  border-color: rgba(255, 255, 255, 0.5);
}

.hero .input-group-prepend span {
  color: #fff;
}



.navbar-nav {
  text-align: center;
}

.navbar-nav {
  background: #fff;
}

.navbar-nav a {
  color: #000 !important;
  padding-left: 5px !important;
  text-align: left;
  border-bottom: 1px solid #ccc;
  font-size: 0.9rem;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active {
  border: 0px;
  background-color: transparent !important;
  padding: 0px;
  color: #fff;
  margin: 0px;
  border: 1px solid transparent !important;
}

.navbar-toggler i {
  color: #fff;
}

.input-group {
  position: relative;
}

.input-group-text {
  background: transparent;
  border: 0px;
}

.input-group-prepend {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  z-index: 1;
}

.input-group .form-control {
  z-index: 0 !important;
  padding-left: 45px;
}

.bg-white {
  background-color: transparent;
}

.bg-blue {
  background: #55a5db !important;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
}

.conference-cards {
  column-count: 1 !important;
}

.conference-cards .card {
  border-radius: 9px;
}

.conference-cards .card-header {
  font-size: 16px;
}

.conference-cards .card-body {
  min-height: initial;
}

.activation-panel a:link,
.activation-panel a:visited,
.activation-panel a:hover {
  text-decoration: none;
}

.section-title h2 {
  display: inline-block;
  /*border-bottom: 3px solid #ccc;*/
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.event-schedule {
  margin-top: 60px;
  min-height: 640px;
  background: #FFF5D7 url('../img/backgrounds/es.jpg');
  background-size: 100%;
}

.event-schedule h2 {
  color: #fff;
}

.event-schedule-items {
  align-items: baseline;
  justify-content: center;
}

.event-schedule-items .card {
  background-color: transparent;
  border: none;
}

.event-schedule-items .item {
  margin: 5px;
  width: 100%;
  display: inline-block;
}

.event-schedule-items .item .item-content.ch-100 {
  min-height: 70px !important;
  height: 70px !important;
  font-size: 16px;
}



.item-content {
  border-radius: 9px;
  color: #fff;
  line-height: 18px;
  padding: 5px;
  font-size: 14px;
}

.speakers h3 {
  color: #CD2727;
}

.speakers strong {
  color: #939393;
}

#map {
  width: 100%;
  height: 650px;
  /*margin-top: 30px;*/
}

.slick-dots {
  bottom: -50px;
}

.slick-next {
  right: -15px;
}

.slick-prev {
  left: -15px;
}

.slick-prev:before,
.slick-next:before {
  color: #ccc;
}

.wds .slick-dots {
  bottom: -25px;
}

.slick-list.draggable {
  /*margin: -25px;*/
}

.slider-bordered .slick-slide {
  padding: 5px;
}

.slider-bordered .slick-slide img {
  border: 5px solid #f5f5f5;
}

.what-did-they-say .slick-slide {
  padding: 10px !important;
  text-align: left !important;
}

.poster-presentation-awards {
  margin-top: 60px;
  min-height: 560px;
  background: #F4F4F4;
}

.footer {
  background: #fafafa;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 60px;
}

.speakers-sec {
  background-image: linear-gradient(135deg, #f5f5f5 3.33%, #ffffff 3.33%, #ffffff 50%, #f5f5f5 50%, #f5f5f5 53.33%, #ffffff 53.33%, #ffffff 100%);
  background-size: 21.21px 21.21px;
  padding-bottom: 60px;
  margin-top: 60px;
}

.speakers .fa-border {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  line-height: 100px;
}

.speakers .slick-slide {
  /*min-height: 250px;*/
}

.speakers .slick-prev:before,
.speakers .slick-next:before {
  color: #ccc;
}

.sponsors .slick-prev:before,
.sponsors .slick-next:before {
  color: #ccc;
}

.speakers strong {
  color: #AC3837;
  text-transform: uppercase;
  color: #EE4242;
}

.speaker {
  max-width: 160px;
  max-height: 160px;
}

.testimonials {
  margin-top: 60px;
  background: #171F21 url('../img/backgrounds/wds-small.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  color: #fff;
  min-height: 480px;
}

.testimonials h2 {
  margin-bottom: 0px;

}

.testimonials hr {
  border-top: 1px solid #fff;
  width: 60%;
  display: inline-block;
}

.testimonials .slick-dots li button:before {
  color: #fff;
}

.document-name strong {

  color: #AC3837;
  text-transform: uppercase;
  color: #EE4242;
}

#register {
  width: 94px;
  border-radius: 25px;
  text-align: center;
}

#register div {
  width: auto;
  margin-left: 0px;
}

.navbar-toggler span.menu-label {
  font-size: 16px;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=utf8,<svg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><path stroke="rgba(255, 255, 255, 1)" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/></svg>');
}

.navbar-toggler.open .navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=utf8,<svg viewPort="0 0 10 10" version="1.1" xmlns="http://www.w3.org/2000/svg"> <line x1="3" y1="20" x2="20" y2="3" stroke="white" stroke-width="2.4"/> <line x1="3" y1="3" x2="20" y2="20" stroke="white" stroke-width="2.4"/> </svg>');
  background-position: 4px 4px;
}

.ada-cerp-footer-logo {
  max-width: 75%;
}

.ce-credits {
  font-size: 13px;
}