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;
}

.size-space-s {
  margin-right:10px;
}

.left-space-s {
  margin-left:10px;
}

.updown-space-s {
  margin-top:5px;
  margin-bottom:5px;
}

.up-space-m {
  margin-top:20px;
}

.padding-top-l {
  padding-top:50px;
}

.padding-top-m {
  padding-top:30px;
}

.p-body {
  overflow: hidden;
}

.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;
}

.p-h3 {
  font-size:1.8em;
  line-height:160%;
}

.img-responsive-overwrite{
    margin: 0 auto;
}

/* row */
.row-0{
  margin-left:0px;
  margin-right:0px;
 
  > div{
    padding-right:0px;
    padding-left:0px;
  }
}

.row-6{
  margin-left:-3px;
  margin-right:-3px;
 
  > div{
    padding-right:3px;
    padding-left:3px;
  }
}

.row-10{
  margin-left:-5px;
  margin-right:-5px;
 
  > div{
    padding-right:5px;
    padding-left:5px;
  }
}

.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;
}

.bs-docs-section {
  margin-bottom:60px;
}

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

.midle-section {
  margin-bottom:40px;
}

/* entry btn */
.entry_form {
  text-align: center;
}
.entry_form a {
  margin:0px auto 25px auto;
  width: 75%;
  padding: 20px;
  background: #099 none repeat scroll 0% 0%;
  color: #EEE!important;
  font-size:25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 1px;
  box-shadow: 0px 2px #033;
  border-bottom: 1px solid #066;
}
.entry_form a:hover{
  margin:5px 0 20px 0;
  box-shadow:none;
  text-decoration: none;
}

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

.table_ws {
  white-space:nowrap;
}

/* entry btn */
.entry_form {
  text-align: center;
}
.entry_form a {
  margin:0px auto 25px auto;
  padding: 20px;
  background: #099 none repeat scroll 0% 0%;
  color: #EEE!important;
  font-size:30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 1px;
  box-shadow: 0px 2px #033;
  border-bottom: 1px solid #066;
}
@media screen and (max-width: 600px) {
  .entry_form a {
    font-size:18px;
    padding: 15px;
    margin:0px auto 20px auto;
  }
  .entry_form a:hover{
    margin:5px 0 15px 0;
    box-shadow:none;
    text-decoration: none;
  }  
}
.entry_form a:hover{
  margin:5px 0 20px 0;
  box-shadow:none;
  text-decoration: none;
}

/* 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;
}
