.banner-iezemi {
  background: url("../seminar/img/bg_01.png") left top repeat-x;
  padding: 6px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
.banner-iezemi img {
  vertical-align: bottom;
}

.banner-iezemi-in {
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.wrapper-iezemi {
  position: relative;
}
.row-iezemi .title-intro {
  margin-bottom: 1.5em;
}

.title-schedule {
  background: url("../seminar/img/icon_01.png") 4px top no-repeat;
  padding-left: 50px;
  padding-bottom: 5px;
}

.panel-schedule {
  background-color: #FFF;
  border-top: 3px double #000;
  border-bottom: 3px double #000;
  position: relative;
}
.row-schedule-list:last-child {
  margin-bottom: 0;
}
.title-seminar a {
  color: #000;
}

.table-schedule {
  margin: 1em 0;
}
.table-schedule tr th, .table-schedule tr td {
  padding: 5px 0;
}
.table-schedule tr th {
  width: 6em;
}

.button-seminar {
  background-color: #4C6600;
  color: #FFF;
  text-align: center;
  width: 230px;
  padding: 10px;
}
.button-seminar:hover {
  background-color: #394d00;
}
.button-seminar:before {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 1.2em;
  margin-right: 0.4em;
}

.icon-reserve {
  color: #B9386C;
  background-color: #f0f0f0;
  padding: 1px 25px;
  display: inline-block;
  border-radius: 50px;
  margin-right: 15px;
  margin-top: 9px;
  font-size: 25px;
  position: absolute;
  right: 0;
  top: 0;
}

@media print, screen and (min-width: 741px) {
  .banner-iezemi {
    min-height: 234px;
    margin-top: 15px;
    margin-bottom: -105px;
  }
  .banner-iezemi-in {
    min-height: 219px;
  }
  .wrapper-iezemi img {
    position: absolute;
    top: -17px;
  }
  .area-seminar-intro {
    padding-top: 185px;
  }
  .row-iezemi .col-header {
    width: 57%;
    float: left;
  }
  .row-iezemi .col-photo {
    width: 39%;
    float: right;
  }
  .row-iezemi p {
    font-size: 20px;
  }
  .row-voice img {
    margin-top: -85px;
  }
  .title-schedule {
    font-size: 26px;
  }
  .panel-schedule {
    padding: 25px;
    padding-top: 50px;
  }
  .row-schedule-list {
    margin-bottom: 45px;
  }
  .row-schedule-list .col-photo {
    width: 34%;
    margin-right: 3%;
    float: left;
  }
  .row-schedule-list .col-content {
    width: 63%;
    float: left;
  }
  .title-seminar {
    font-size: 30px;
  }
}

@media only screen and (max-width: 740px) {
  .banner-iezemi {
    padding: 3px;
    background-size: 10px 167px;
    margin-top: 1em;
    margin-bottom: -75px;
  }
  .area-seminar-intro {
    padding-top: 90px;
  }
  .row-iezemi .col-photo {
    text-align: center;
    margin-bottom: 1em;
  }
  .title-schedule {
    font-size: 18px;
  }
  .title-schedule {
    background-size: 28px;
    padding-left: 38px;
  }
  .row-schedule-list {
    margin-bottom: 0;
  }
  .row-schedule-list:first-child{
    border-bottom: 1px dotted #CCC;
  }
  .row-schedule-list .col-photo {
    margin: 12px;
    margin-bottom: 0;
    margin-top: 40px;
  }
  .row-schedule-list .col-content {
    padding: 12px;
    margin-bottom: 1em;
  }
  .title-seminar {
    font-size: 20px;
  }
  .area-button {
    text-align: center;
  }
  .panel-schedule{
    margin-bottom: 35px;
  }
  .row-schedule{
	margin-top: 25px;
  }
 .icon-reserve {
  margin-top: 7px;
  font-size: 16px;
 }
}
