@charset "utf-8";
/* Custom CSS Document */
.intres-img{
background: url('../imgs/sports-ptrn.png') #6e6f71 center no-repeat;
  /*background-color: #6e6f71;*/
   z-index: 50;  }
.regis-item{ position: relative;  max-width: 349px; max-height: 129px; margin-top: 10px; overflow: hidden; }
.regis-item input{ position: absolute;   left: -99999px; z-index: 5; }
.intres-text-area{ font-size: 28px; position: absolute; top: 0px; display: inline-flex; width: 98.5%; height: 100%;
  /*background-image: url("../imgs/intrest_shadows_bg.png"); */
  background-repeat: repeat-x;  color: #FFFFFF; text-align: center;  background-position: 0px -17px; }



.intres-text-area.intactive{ border-left: 30px solid rgba(239,198,55, 1); background: rgba(0,0,0, 0.5); }


.intres-text-area.intactive::before {
  content: "✓";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    font-size: 18px;
    padding-right: 0.5em;
    position: relative;
    left: -25px;
}
.intrest-text{  position: absolute; top: 10px; text-align:left;  color: #FFFFFF;  font-size: 14px;
    width: 100%;  padding-left: 15px; font-weight: bold;
}

.intrest-text.intactive{   }
.intres-img  { min-height: 65px;}
.intres-img img{ width: 100%; max-height: 65px; min-height: 65px}
.intres-text-area{
background: rgba(0,0,0,0.5);
background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 50%, rgba(66,66,66,0.5) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.5)), color-stop(50%, rgba(0,0,0,0.5)), color-stop(100%, rgba(66,66,66,0.5)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 50%, rgba(66,66,66,0.5) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 50%, rgba(66,66,66,0.5) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 50%, rgba(66,66,66,0.5) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 50%, rgba(66,66,66,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#424242', GradientType=0 );}
.intres-img img{max-height: 100px!important;
    min-height: 65px!important;}

.intres-img img{max-height: 65px!important;
    min-height: 65px!important;}


@media ( max-width: 4000px) {

    .intres-text-area {
        width: 95%;
    }

    .regis-item{ width: 45%; }

    .intres-img img{
        width: 100%; overflow: hidden;}

}

@media ( max-width: 375px) {

    .intres-text-area {
        width: 94%;
    }

}

@media ( max-width: 330px) {

    .regis-item{ width: 48%; }

    .intres-img img{ width: 100%; overflow: hidden;}

    .intres-text-area {
        width: 93%;
    }

}
