p {
  font-size:18px;
  line-height:1.8;
}

address {
  font-size:18px;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.container {
  overflow: hidden;
}

.space-b-s {
  margin-bottom:10px;
}

.space-b-m {
  margin-bottom:30px;
}

.space-b-l {
  margin-bottom:80px;
}

@media (max-width: 576px) {
  .space-b-l {
    margin-bottom:30px;
  }
}

.enije-red {
  color:#FF3333;
}

.enije-yellow {
  color:#FFCB00;
}

.enije-green {
  color:#97CB00;
}

.enije-green-bg {
  background-color:#97CB00;
}

.enije-blue {
  color:#3198FF;
}

.enije-blue-bg {
  background-color:#3198FF;
}

.enije-purple {
  color:#CC66FF;
}

.enije-purple2 {
  color:#63245D;
}

.enije-brown {
  color:#633;
}

.banner-padding {
  padding-left:5px!important;
  padding-right:5px!important;
}

.top-menu {
  width:100%;
  max-width:200%;
}

.category-title {
  font-size: 33px;
  color: #099;
}
@media screen and (max-width: 600px) {
  .category-title {
    font-size: 28px;
    color: #099;
  }
}

.iblock {
  display:inline-block;
}

.mini-section {
  margin-bottom:10px;
}


.table-c {
  background-color:#f5f5f5;
  width:20%;
  font-weight:bold;
}

.table_ws {
  white-space:nowrap;
}


/* footer */
.footer {
  width:100%;
  background-color:#063;
  color:#FFF;
  font-size:18px;
  margin-top:60px;
}

.footc {
  width:80%;
  margin:10px auto 100px auto;
  text-align:left;
}

.footc a {
  color:#FFF;
}

.foot-space {
  margin:10px 0 10px 0;
}

.pagetop {
  display: block;
  position: fixed;
  z-index: 1;
  bottom: 30px;
  right: 30px;
}
.pagetop a {
  display: block;
  background-color: #ccc;
  text-align: center;
  color: #222;
  font-size: 12px;
  text-decoration: none;
  padding: 20px 10px;
}

.pagetop a:hover {
  display: block;
  background-color: #222;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding:20px 10px;
}

.p-bottom-s {
  padding-bottom:30px;
}

.img-space {
  margin-top:30px;
  margin-bottom:20px
}

.youtube-space {
  margin:30px auto;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.sponsor img {
  width:75%;
}

.bl-img img {
  width:100%;
}

#makeMeScrollable {
  width:100%;
  position: relative;
}

#makeMeScrollable div.scrollableArea img {
  position: relative;
  float: left;
  margin: 0 15px;
  padding: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#makeMeScrollable img{
  height:75px;
}




.o-2-column {padding: 0 0px;}

.btn-xxl {
  display:inline-block!important;
  padding: 2% 0;
  font-size: 32px;
  border-radius: 8px;
}

.table-section {
  border-bottom:1px solid #DDD;
}
.table-section label {
  font-size:22px;
}
