@charset "utf-8";
/* CSS Document */


@media only screen and (min-width : 320px) {

.bannerHoriz{
    height: auto;
    width: 90%;
    margin: 1.5em auto 0.5em;
    display: block;
}   
    
.bonusGroup .btn {
    display: inherit !important;
    padding: inherit !important;
    padding: inherit !important;
    margin-bottom: 1% !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    text-align: inherit !important;
    white-space: inherit !important;
    vertical-align: inherit !important;
    -ms-touch-action: inherit !important;
    touch-action: inherit !important;
    cursor: inherit !important;
    -webkit-user-select: inherit !important;
    -moz-user-select: inherit !important;
    -ms-user-select: inherit !important;
    user-select: inherit !important;
    background-image: inherit !important;
    border: inherit !important;
    border-radius: inherit !important;
}

.bonusGroup{
    display: block;
}

.bonusGroup .active   {
    border: 3.5px solid #e96105;
    transform: scale(1.07);
    padding: 0.2%;
}  

.bonusGroup .btn-group > .btn:first-child {
    margin-left: 1% !important;
}

.bonusGroup .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: 1% !important; 
}
    
.circleSvgIcon{
    fill: #e96105;
    stroke: #e96105;
    stroke-width: 6;
    stroke-miterlimit: 10;
}
    
.iconInfoBonus:hover .circleSvgIcon{
    fill: #e96105;
}
    
.iconAddBonus:hover .circleSvgIcon{
    fill: #e96105;
}
    
.elementsSvgIcon{
    fill:#ffffff;
}
    
.bonusWrapper {
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
    width: 47%;
    margin: 1.5% !important;
    border-radius: 0.1px !important;
}

.overlay {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 62.5%;
    top: 0%;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bonusWrapper:hover .iconAddBonus{
    opacity: 1;
} 
    
.bonusWrapper:hover .iconInfoBonus{
    opacity: 1;
} 
    
 .bonusWrapper:hover .overlay {
  opacity: 1;
} 

.bonusWrapper img {
  display: block;
  position: relative;
}
    
.bonusTec {
    width: 100%;
    display: block;
  color: #FFF;
  padding: 5px;
        font-family:  'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
      font-size: 14px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1;
}

.iconAddBonus{
    height: 23px;
    width: auto;
    fill: #e96105;
    position: absolute;
    bottom: 5px;
    left: 5px;
    cursor: pointer;
    opacity: 1;
} 
    
.iconInfoBonus{
    height: 23px;
    width: auto;
    fill: #e96105;
    position: absolute;
    bottom: 5px;
    right: 5px;
    cursor: pointer;
    opacity: 1;
}    
    
}


/*XS*/
@media only screen and (min-width : 480px) {
    
.bonusWrapper {
    width: 31%;
    margin:1% !important;
}  

.bannerHoriz{
    width: 75%;
} 
    
}


/*SM*/
@media (min-width: 768px) { 
    
.bonusTec {
    font-size: 14px;
    padding: 7px;
    font-size: 15px;
        width: 98%;
    margin:1%;
}

.bannerHoriz{
    width: 60%;
    margin: 2em auto 1em;
}     
    
}


/*MD*/
@media (min-width: 992px) {
    
.circleSvgIcon{
    fill: none;
}
    
.overlay {
opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
    
.bonusTec {
    font-size: 14px;
    padding: 10px;
    font-size: 16px;
} 
    
.iconAddBonus{
    height: 28px;
    width: 28px;
    opacity: 0;
} 
    
.iconInfoBonus{
    height: 28px;
    width: 28px;
    opacity: 0;
}  
    
.bonusWrapper {
    width: 23%;
    margin:1% !important;
}  

.bannerHoriz{
    height: auto;
    width: 50%;
    margin: 2.5em auto 1.5em;
    display: block;
}    
    
}


/*LG*/
@media (min-width: 1500px) { 
    
.bonusWrapper {
    width: 18%;
    margin: 1% !important;
}  

}