.pad-0{
        padding:0px !important;
    }
.pad-5{
    padding:5px;
}

.pad-10{
    padding:10px;
}
.pad-top-10{
    padding-top: 10px;
}
.pad-top-25{
    padding-top:25px;
}

.pad-top-50{
    padding-top:50px;
}
.pad-top-75{
    padding-top: 75px;
}
.pad-top-100{
    padding-top: 100px;
}
.pad-top-120{
    padding-top: 120px;
}
.pad-bottom-25{
    padding-bottom: 25px;
}
.pad-bottom-50{
    padding-bottom: 50px;
}

.margin-0{
        margin:0px !important;
    }
.margin-10{
    margin:10px;
}
.margin-20{
    margin:20px;
}
.margin-25{
    margin:25px;
}
.margin-top{
    margin-top:25px;
}
.margin-bottom{
    margin-bottom:25px;
}
       
.black-bg{
background-color: #000;
}
.white-bg{
background-color: #fff;
}
.gray-bg{
    background-color: #eee;
}
.dark-gray-bg{
    background-color: #333;
/*    background-color: #0f0;*/
}
.white-txt{
    color: #fff; !important;
}

.white-txt a:link {
    color: #fff; !important;
}
.white-txt a:visited {
    color: #bfbfbf;
}

.white-txt a:hover {
    color:#e6e6e6;
}

.white-txt a:active {
    color: yellow;
}
.txt-align-left{
    text-align: left;
}

.btn-1{
    background:#C00; 
    color:#fff; 
    font-size:24px; 
    font-weight: bold; 
    border-radius:5px;
}

.btn-3{
    background:green; 
    color:#fff; 
    font-size:24px; 
    font-weight: bold; 
    border-radius:5px;
}
       
.black-bg{
background-color: #000;
}
.white-bg{
background-color: #fff;
}
.gray-bg{
    background-color: #eee;
}
.blk-txt{
  font color: #000;  
}
.wht-txt{
    font color:#fff;
}
.btn-1{
    background:#C00; 
    color:#fff; 
    font-size:24px; 
    font-weight: bold; 
    border-radius:10px;
}
.banger-break{
    background:#C00; 
    color:#fff;
    font-family: 'Bangers', system-ui, sans-serif;
    font-size:25px; 
    font-weight: bold; 
    border-radius:25px;
    text-align: center;
}
.title-break1{
    background:black; 
    color:#fff; 
    font-size:20px; 
    font-weight: bold; 
    border-radius:25px;
}
.title-break2{
    background:red; 
    color:#fff;
    font-size:12px; 
    font-weight: bold; 
    border-radius:25px;
    text-align: center;
}
.title-break3{
    background:gray;
    color:#C00; 
    font-size:20px; 
    font-weight: bold; 
    border-radius:25px;
    text-align: center;
}
    
.blk-wht-stripe{
    background: #000000;
    border-top: solid 2px white;
    border-bottom: solid 2px white;
    padding:5px;
}
.green-stripe{
    background: #408a3e;
    border-top: solid 2px white;
    border-bottom: solid 2px white;
    padding:5px;
}
.red-Org-Yellow-stripe{
    background: orange;
    border-top: solid 5px red;
    border-bottom: solid 5px yellow;
    padding:5px;
}
.bannerBG1{
padding-top: 0px;
background-image: url('../images/SPTestBanner.jpg');
background-size: 100%;
background-repeat: no-repeat;
/*background-attachment: local;*/
opacity: 0.5;
filter: grayscale(100%);
background-position-y:center;
}
.isotopeItem{
    padding: 5px;
}