/* BUTTONS */


.VTbutton { 
    border: 1px solid #ffffff!important;    

   box-shadow:none!important;
    background:transparent!important;
    color:#ffffff!important;
    font-family:"BebasNeue"!important; 
    text-shadow: none!important;
    padding: 4px 12px!important;
}

.VTHbutton { 
    border: none!important;    
   box-shadow:none!important;
    background:#fe324b!important;
    color:#ffffff!important;
    font-family:"BebasNeue"!important;
    text-shadow: none!important;
padding: 4px 12px!important;
    z-index:101!important;
}





/* HOME */





.zHomeHeader {

    border:0;
    width:100%!important;
    height:100px!important;
    position:fixed!important;
    top:0!important;
    background:#82CA9D!important;
    z-index:100!important;
}

.VTHheadertext {
position:fixed!important;
    top:45px!important;
    left:90px!important;
    z-index:101!important;
    text-shadow:none!important;
font-family:"BebasNeue"!important; 
}

.VTHheadertext2 {
position:fixed!important;
    top:70px!important;
    left:90px!important;
    z-index:101!important;
    text-shadow:none!important;
font-family:"BebasNeue"!important; 
}

.VTHheadertext3 {
position:fixed!important;
    top:45px!important;
    right:30px!important;
    z-index:101!important;
    text-shadow:none!important;
font-family:"BebasNeue"!important; 
}

.VTHprofile {
position:fixed!important;
    top:45px!important;
    left:30px!important;
    z-index:101!important;
    border-radius: 10%;
}







.zHomeMygames {

    border:0;
  overflow:hidden!important;
    background:#82CA9D!important;
}

.zHomeMygamesY {
    border:0;
  overflow:hidden!important;
    background:#FFF79A!important;
    background-image:linear-gradient(-30deg, #FFF79A,#fff473)!important;
    border-color:#FFF79A!important;
}

.zHomeMygamesR {
    border:0;
  overflow:hidden!important;
    background:#ff4040!important;
    background-image:linear-gradient(-30deg, #ff4040,#ff0505)!important;
    border-color:#ff4040!important;
}

.VTHsponsor {
position:relative!important;
 z-index:40!important;
 overflow:hidden!important;
 border:0;
    border-bottom-left-radius: 20px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 /*   display: block;*/
}

.VTHsponsorIcon {
position:absolute!important;
    bottom:30px!important;
    right:30px!important;
    z-index:101!important;
}


.VTHgrid2 {
  /*  border:0.5px solid #ffffff;*/
    border:0;
    border-bottom-left-radius: 20px;
    width:100%!important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);;
    display: block;
 /*   margin-left: auto;
    margin-right: auto;*/
    background:#ff4040!important;
    background-image:linear-gradient(-30deg, #ff4040,#ff0505)!important;
    border-color:#ff4040!important;
    position:relative!important;
    z-index:30!important;
}