@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400italic,400,600");
@media (min-width: 768px) {
  .col-sm-50 {
    width: 20%;
    *width: 20%;
  }
  .col-sm-70 {
    width: 14.2857142857%;
    *width: 14.2857142857%;
  }
  .col-sm-80 {
    width: 12.5%;
    *width: 12.5%;
  }
}
@media (min-width: 992px) {
  .col-md-50 {
    width: 20%;
    *width: 20%;
  }
  .col-md-70 {
    width: 14.2857142857%;
    *width: 14.2857142857%;
  }
  .col-md-80 {
    width: 12.5%;
    *width: 12.5%;
  }
}
@media (min-width: 1200px) {
  .col-lg-50 {
    width: 20%;
    *width: 20%;
  }
  .col-lg-70 {
    width: 14.2857142857%;
    *width: 14.2857142857%;
  }
  .col-lg-80 {
    width: 12.5%;
    *width: 12.5%;
  }
}
.equal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.equal > div[class*=col-] {
  display: flex;
  flex-direction: column;
}

body {
  font-size: 13px;
  line-height: 28px;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.btn-event-color,
.btn-event-color:focus {
  color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: #477118;
  border: 1px solid #fff;
  padding: 7px 18px;
}
.btn-event-color:hover, .btn-event-color:active,
.btn-event-color:focus:hover,
.btn-event-color:focus:active {
  cursor: pointer;
  background-color: #529d37;
  color: #fff;
}

.btn-gold-color,
.btn-gold-color:focus {
  color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: #c28b45;
  border: 1px solid #8c632e;
  padding: 7px 18px;
}
.btn-gold-color:hover, .btn-gold-color:active,
.btn-gold-color:focus:hover,
.btn-gold-color:focus:active {
  cursor: pointer;
  background-color: #795528;
  color: #fff;
}

.lead-light {
  margin-bottom: 1rem;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 2.5rem;
}

.event-color {
  color: #477118;
}

.event-color-bg {
  background-color: #477118;
}

.vm-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.vm-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.vm-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.vm-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.vm-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.hm-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.fs-16 {
  font-size: 16px;
  line-height: 1.7;
}

.link-dashed {
  border-bottom: 1px dashed #337ab7;
  color: #337ab7;
}

.link-dashed:hover {
  cursor: pointer;
  text-decoration: none;
}

.link-dashed-white {
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 1px dashed #FFFFFF;
}
.link-dashed-white:hover {
  color: #d1d1d1;
  text-decoration: none;
  cursor: pointer;
}
.link-dashed-white:visited {
  color: #bfbfbf;
  text-decoration: none;
}

.link-dashed-gold {
  color: #c28b45;
  text-decoration: none;
  border-bottom: 1px dashed #c28b45;
}
.link-dashed-gold:hover {
  color: #815b2a;
  text-decoration: none;
  cursor: pointer;
}
.link-dashed-gold:visited {
  color: #664821;
  text-decoration: none;
}

.no-brake {
  white-space: nowrap;
}

hr.nav-anchor {
  margin: -60px 0 0 0;
  height: 60px;
  border: none;
}

.me-main-media-partners {
  margin-bottom: 40px;
}
.me-main-media-partners h3 {
  min-height: 40px;
  font-weight: 600;
}

.navbar {
  background-color: rgba(71, 113, 24, 0.7);
  height: 60px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px;
  border-bottom: none;
  font-size: 1.3rem;
  font-weight: 400;
}
.navbar #navbar a {
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.navbar #navbar li {
  padding-top: 7px;
  padding-bottom: 7px;
}
.navbar #navbar li.header-cta-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}
.navbar #navbar li.active a {
  background-color: transparent;
}
.navbar img {
  display: inline-block;
  margin-top: 5px;
  margin-left: 5px;
  max-width: 55px;
  width: 55px;
  height: auto;
}
.navbar .header-cta {
  border-radius: 5px;
  background-color: #c28b45;
  color: white;
  border: 1px solid #795528;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  padding-right: 18px;
}
.navbar .header-cta:hover {
  background-color: #8c632e;
}
.navbar .divider {
  height: 30px;
  margin: 18px 9px 0 9px;
  border-left: 1px solid #1f320b;
  border-right: 1px solid #1f320b;
}
.navbar .lang-selector a::before {
  display: inline-block;
  content: "\f0ac";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 5px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}

@media (max-width: 768px) {
  .navbar-nav {
    margin-top: 0px !important;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #2d470f;
  }
  #navbar li {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  #navbar .navbar .header-cta {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar-collapse.collapsing,
  .navbar-collapse.collapse.in {
    background-color: rgba(18, 29, 6, 0.8);
  }
  .navbar .divider {
    display: none;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
}
.navbar-default .navbar-collapse {
  border-color: #121d06;
}

.nav-anchor {
  margin-top: -60px;
  height: 60px;
}

@media (min-width: 768px) and (max-width: 1202px) {
  .nav-link-overflow {
    display: none !important;
  }
}
/* Centered HR */
.strike {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
.strike > span {
  position: relative;
  display: inline-block;
}
.strike > span:before,
.strike > span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 1px;
  background: #DCDCDC;
}
.strike > span:before {
  right: 100%;
  margin-right: 15px;
}
.strike > span:after {
  left: 100%;
  margin-left: 15px;
}

.equal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.equal > div[class*=col-] {
  display: flex;
  flex-direction: column;
}

/* Footer */
footer {
  padding: 15px 10px 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 12px;
  background: #333333;
  color: #ccc;
}
footer a {
  color: #ccc;
}
footer a:hover {
  color: #aaa;
}
footer p {
  margin: 2px 0px;
  padding: 0px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  footer .pull-left,
  footer .pull-right {
    float: none !important;
    text-align: center;
  }
}
/* Brand & Social Media */
/* Brand with background color */
.brand-bg .fa {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  margin-right: 5px;
  color: #fff;
  font-size: 14px;
  transition: background 2s ease;
}
.brand-bg .fa-flickr {
  background: #ff61e7;
}
.brand-bg .fa-file-pdf-o {
  background: #84a1c8;
}
.brand-bg a:hover {
  text-decoration: none;
}
.brand-bg a i {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  margin-right: 5px;
  color: #fff;
  font-size: 14px;
  -webkit-transition: background 2s ease;
  -moz-transition: background 2s ease;
  -o-transition: background 2s ease;
  -ms-transition: background 2s ease;
  transition: background 2s ease;
}
.brand-bg a i:hover {
  -webkit-transition: background 2s ease;
  -moz-transition: background 2s ease;
  -o-transition: background 2s ease;
  -ms-transition: background 2s ease;
  transition: background 2s ease;
  cursor: pointer;
}
.brand-bg a.twitter i {
  background: #32c8de;
}
.brand-bg a.twitter i:hover {
  background: #188392;
}
.brand-bg a.facebook i {
  background: #3280e7;
}
.brand-bg a.facebook i:hover {
  background: #134fa0;
}
.brand-bg a.flickr i {
  background: #ff61e7;
}
.brand-bg a.flickr i:hover {
  background: #fa00d4;
}
.brand-bg a.youtube i {
  background: #ed5441;
}
.brand-bg a.youtube i:hover {
  background: #b72411;
}
.brand-bg a.linkedin i {
  background: #729fda;
}
.brand-bg a.linkedin i:hover {
  background: #3069b6;
}
.brand-bg a.instagram i {
  background: #e95950;
}
.brand-bg a.instagram i:hover {
  background: #b35637;
}

.square-2 {
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
}

.circle-3 {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
}

.square-3 {
  display: inline-block;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
}

.rounded-1 {
  border-radius: 2px !important;
}

.rounded-4 {
  border-radius: 10px !important;
}

@font-face {
  font-family: "epcapp";
  src: url("/fonts/epcapp.eot?m32m0p");
  src: url("/fonts/epcapp.eot?m32m0p#iefix") format("embedded-opentype"), url("/fonts/epcapp.ttf?m32m0p") format("truetype"), url("/fonts/epcapp.woff?m32m0p") format("woff"), url("/fonts/epcapp.svg?m32m0p#epcapp") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "epcapp" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fa-share:before {
  content: "\e90e";
}

.icon-fa-newspaper-o:before {
  content: "\e90d";
}

.icon-fa-ticket:before {
  content: "\e90c";
}

.icon-fa-download:before {
  content: "\e90a";
}

.icon-fa-file-pdf-o:before {
  content: "\e909";
}

.icon-fa-file-text-o:before {
  content: "\e908";
}

.icon-chevron-left:before {
  content: "\e906";
}

.icon-angle-left:before {
  content: "\e907";
}

.icon-fa-angle-down:before {
  content: "\e904";
}

.icon-fa-angle-double-up:before {
  content: "\e905";
}

.icon-fa-pencil:before {
  content: "\e903";
}

.icon-zmdi-smartphone-info:before {
  content: "\e90b";
}

.icon-feather-log-in:before {
  content: "\e902";
}

.icon-feather-log-out:before {
  content: "\e901";
}

.icon-mod-pict-stand:before {
  content: "\e80f";
}

.icon-fa-handshake-o:before {
  content: "\e900";
}

.icon-zmdi-archive:before {
  content: "\f105";
}

.icon-zmdi-chart:before {
  content: "\f131";
}

.icon-zmdi-building:before {
  content: "\f132";
}

.icon-zmdi-close-circle-o:before {
  content: "\f134";
}

.icon-zmdi-close-circle:before {
  content: "\f135";
}

.icon-zmdi-close:before {
  content: "\f136";
}

.icon-zmdi-trash:before {
  content: "\f154";
}

.icon-zmdi-email:before {
  content: "\f15a";
}

.icon-zmdi-eye-disabled:before {
  content: "\f15b";
}

.icon-zmdi-eye:before {
  content: "\f15c";
}

.icon-zmdi-globe:before {
  content: "\f173";
}

.icon-zmdi-home:before {
  content: "\f175";
}

.icon-zmdi-link:before {
  content: "\f18e";
}

.icon-zmdi-unlock:before {
  content: "\f18f";
}

.icon-zmdi-lock:before {
  content: "\f190";
}

.icon-zmdi-mail-send:before {
  content: "\f194";
}

.icon-zmdi-list:before {
  content: "\f197";
}

.icon-zmdi-opt-vertical:before {
  content: "\f19b";
}

.icon-zmdi-opt-hortizontal:before {
  content: "\f19c";
}

.icon-zmdi-pin-help:before {
  content: "\f1a9";
}

.icon-zmdi-refresh-failed:before {
  content: "\f1b7";
}

.icon-zmdi-refresh:before {
  content: "\f1b9";
}

.icon-zmdi-search:before {
  content: "\f1c3";
}

.icon-zmdi-seat:before {
  content: "\f1c4";
}

.icon-zmdi-settings:before {
  content: "\f1c6";
}

.icon-zmdi-dislike:before {
  content: "\f1dc";
}

.icon-zmdi-like:before {
  content: "\f1de";
}

.icon-zmdi-zoom-in:before {
  content: "\f1ee";
}

.icon-zmdi-zoom-out:before {
  content: "\f1ef";
}

.icon-zmdi-alert-triangle:before {
  content: "\f1f4";
}

.icon-zmdi-notifications:before {
  content: "\f1fe";
}

.icon-zmdi-cloud-upload:before {
  content: "\f21e";
}

.icon-zmdi-comment-alt-text:before {
  content: "\f25b";
}

.icon-zmdi-comments:before {
  content: "\f266";
}

.icon-zmdi-check-all:before {
  content: "\f267";
}

.icon-zmdi-check-square:before {
  content: "\f26a";
}

.icon-zmdi-zmdi-check:before {
  content: "\f26b";
}

.icon-zmdi-minus:before {
  content: "\f273";
}

.icon-zmdi-plus:before {
  content: "\f278";
}

.icon-zmdi-star-circle:before {
  content: "\f27a";
}

.icon-zmdi-star-o:before {
  content: "\f27c";
}

.icon-smdi-star:before {
  content: "\f27d";
}

.icon-zmdi-camera:before {
  content: "\f28c";
}

.icon-zmdi-mic:before {
  content: "\f2ab";
}

.icon-zmdi-phone:before {
  content: "\f2be";
}

.icon-zmdi-display:before {
  content: "\f2dc";
}

.icon-zmdi-arrows-up-down:before {
  content: "\f312";
}

.icon-zmdi-calendar-note:before {
  content: "\f331";
}

.icon-zmdi-time:before {
  content: "\f337";
}

.icon-icomoon-stats-bars:before {
  content: "\e99c";
}

.icon-icomoon-exit:before {
  content: "\ea14";
}

/* Nav tabs */
.tab-content {
  padding-top: 10px;
}

/* Nav tabs style #2 */
.nav-tabs-two .tab-content {
  border: 1px solid #eee;
  border-top: 0px;
  padding: 10px 15px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.nav-tabs-two ul.nav-tabs li {
  margin-right: 2px;
}
.nav-tabs-two ul.nav-tabs li a {
  background: #fcfcfc;
  border: 1px solid #eee;
  border-bottom: 1px solid #fcfcfc;
  padding: 12px 15px 10px;
}
.nav-tabs-two ul.nav-tabs li a:hover {
  background: #fff;
  color: #555;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.nav-tabs-two ul.nav-tabs li.active a {
  background: #fff;
  color: #555;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-top: 3px solid #477118;
}
.nav-tabs-two ul.nav-tabs li.active a:hover {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.nav-tabs-two ul.nav-tabs li.open a {
  background: #fff;
  color: #555;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.nav-tabs-two ul.nav-tabs li.open a:hover {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.nav-tabs-two ul.nav-tabs li.open a:focus {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.nav-tabs-two.font-lg ul.nav-tabs li a {
  font-size: 24px;
}

@media (max-width: 992px) {
  .nav-tabs-two.font-lg ul.nav-tabs li a {
    font-size: 18px;
  }
}
.schedule-auto {
  margin-top: 30px;
}
.schedule-auto h1 {
  margin-top: 50px;
  font-weight: 600;
}
.schedule-auto .row-block--no-autodiv {
  margin-top: 5px;
  margin-bottom: 10px;
}
.schedule-auto .subheader {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4;
}
.schedule-auto .tab-content {
  margin-bottom: 40px;
}
.schedule-auto .time {
  font-size: 20px;
  line-height: 1.35;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #000000;
}
.schedule-auto .heading {
  font-size: 20px;
  line-height: 1.23;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
}
.schedule-auto .line {
  height: 1px;
  background: #000;
  opacity: 0.1;
  margin-top: 15px;
  margin-bottom: 15px;
}
.schedule-auto .subheading,
.schedule-auto .subheading-footer,
.schedule-auto .qa {
  font-size: 16px;
  line-height: 1.23;
  font-weight: 400;
}
.schedule-auto .inlinepic,
.schedule-auto .floatpic {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 0;
}
.schedule-auto .inlinepic img {
  display: inline-block;
  max-width: 100px;
  margin-right: 10px;
  height: auto;
}
.schedule-auto .floatpic img {
  float: left;
}
.schedule-auto .rblocks .rblock {
  border: 1px solid #1661ca;
  display: inline-block;
  padding: 5px 5px;
  margin: 5px 5px;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  line-height: 1.7;
}
.schedule-auto .rblocks.row .rblock {
  width: 100%;
}
.schedule-auto .subheading {
  font-weight: bold;
}
.schedule-auto .subheading::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #477118;
  margin-right: 10px;
  content: "\f130";
}
.schedule-auto .qa::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #477118;
  margin-right: 5px;
  content: "\f086";
}
.schedule-auto .topics {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  list-style-type: none;
  padding-left: 0;
}
.schedule-auto .topics ul {
  padding-left: 30px;
  line-height: 1.2;
  list-style-type: none;
}
.schedule-auto .topics li:before {
  font-family: "FontAwesome";
  content: "\f0da"; /* caret-right */
  float: left;
  color: #477118;
  margin-left: -20px;
}
.schedule-auto .note-bordered {
  border-left: 3px solid #477118;
  line-height: 1.5;
  padding-left: 10px;
  margin-left: 3px;
  margin-top: 5px;
  font-style: italic;
}
.schedule-auto .speaker {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  min-height: 55px;
}
.schedule-auto .speaker .company {
  display: block;
  margin-left: 60px;
  font-weight: bold;
  color: #477118;
  text-decoration: none;
}
.schedule-auto .speaker .speaker-info {
  margin-left: 60px;
  margin-top: 3px;
}
.schedule-auto .speaker .speaker-img {
  width: 50px;
  height: 50px;
  float: left;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 140px;
  background-color: #f5f5f5;
}
.schedule-auto .speaker .speaker-img.mr-placeholder {
  background-image: url("/img/persons/300x300/mr-placeholder.png");
  background-color: #c7c7c7;
}
.schedule-auto .stand::before {
  color: #477118;
  margin-left: 0;
  content: "\e800"; /* Exhibition Stand */
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: -5px;
  -webkit-font-smoothing: antialiased;
}
.schedule-auto .speaker-img.bs-150 {
  background-size: 150px;
}
.schedule-auto .speaker-img.bs-140 {
  background-size: 140px;
}
.schedule-auto .speaker-img.bs-120 {
  background-size: 120px;
}
.schedule-auto .speaker-img.bs-100 {
  background-size: 100px;
}
.schedule-auto .speaker-img.bs-80 {
  background-size: 80px;
}
.schedule-auto .speaker-img.bs-70 {
  background-size: 70px;
}
.schedule-auto .speaker-img.bs-60 {
  background-size: 60px;
}
.schedule-auto .speaker-img.bs-50 {
  background-size: 50px;
}
.schedule-auto .speaker-img.bs-55 {
  background-size: 55px;
}
.schedule-auto .speaker-img.bs-40 {
  background-size: 40px;
}
.schedule-auto .agenda-divider {
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.1;
}

@media (max-width: 992px) {
  .schedule-auto .time {
    font-size: 14px;
    line-height: 1.35;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #000000;
  }
  .schedule-auto .heading {
    font-size: 18px;
    line-height: 1.23;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #000000;
  }
  .schedule-auto .subheading,
  .schedule-auto .subheading-footer,
  .schedule-auto .topics,
  .schedule-auto .qa {
    font-size: 12px;
    font-weight: 600;
  }
  .schedule-auto .speaker {
    font-size: 12px;
    min-height: 48px;
  }
  .schedule-auto .line {
    height: 1px;
    background: #000;
    opacity: 0.1;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .schedule-auto .buttons {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
main {
  padding-top: 60px;
}
main h3 {
  color: #477118;
  padding-bottom: 12px;
  font-weight: 300;
  font-size: 4rem;
}
main h4 {
  color: #477118;
  font-weight: 300;
}

.flex-leaf {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-leaf.btn {
  justify-content: center;
}
.flex-leaf.btn .leaf {
  width: auto;
  border-radius: 15px;
  padding: 10px 30px;
}
.flex-leaf.btn .leaf p {
  font-weight: 300;
  font-size: 2.5rem;
  color: white;
  margin-bottom: 0;
}
.flex-leaf.btn .leaf:active,
.flex-leaf.btn .leaf:hover {
  background-color: #4c7741;
  border-color: #0b1f0d;
}
.flex-leaf .leaf {
  text-align: center;
  margin-top: 5rem;
  border-radius: 15px 50px;
  background: #477118;
  padding: 20px;
  display: block;
  border: 1px solid #000;
  max-width: 40%;
  box-shadow: 1px 0 29px 0 #03665d;
  color: white;
}
.flex-leaf .leaf h3 {
  color: white;
  font-weight: 300;
  font-size: 3rem;
}
.flex-leaf .leaf p {
  font-size: 2rem;
  margin-top: 2rem;
  font-weight: 300;
}
.flex-leaf .leaf a {
  border-bottom: 1px dashed;
  color: white;
}
.flex-leaf .leaf .logo {
  width: 50%;
  display: block;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.seminar-label {
  display: inline-block;
  background-color: #00a0af;
  color: #fff;
  padding: 0.2em 0.6em;
  border-radius: 12px;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: -5px;
}

@media only screen and (max-width: 600px) {
  .flex-leaf {
    flex-direction: column;
  }
  .flex-leaf .leaf {
    max-width: 90%;
    padding: 10px;
  }
  .flex-leaf .leaf h3 {
    font-size: 2.5rem;
  }
  .flex-leaf .leaf p {
    font-size: 1.8rem;
  }
}
.link-white {
  border-bottom: 2px dashed;
  color: white;
  text-decoration: none;
}

footer .foot-item:last-of-type {
  display: none;
}

@media (max-width: 430px) {
  header img {
    max-width: 60px;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  main {
    padding-top: 10px;
  }
}
.image-bg-block-seminar {
  background-size: cover;
  background-image: url(https://epc.fra1.cdn.digitaloceanspaces.com/img/events/495/esfmena-seminar-bkg-3.svg);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.15;
  background-repeat: no-repeat;
  display: block;
  z-index: -1;
}

.image-bg-block-container {
  position: relative;
  padding: 20px 20px;
  margin: 0 40px;
  border-radius: 10px;
  box-shadow: aliceblue;
  box-shadow: 4px 4px 8px 2px rgba(36, 57, 69, 0.56);
}

.button-axens {
  border-radius: 5px;
  margin-top: 10px;
  padding: 7px 18px;
  background-color: #233946;
  border: 0.5px solid #fff;
  color: white;
}

.button-axens:hover {
  background-color: #00a0af;
  color: white;
}
