/*************English font***************/
@media(max-width:900px){
    .ssbig{
        font-size: 36px ;
    }
    .superBig{
        font-size:20px !important;
    }
    .big{
        font-size:18px !important;
    }
    .medium{
        font-size:14px !important;
    }
    .small{
        font-size:10px !important;
    }
    .tiny{
        font-size:8px !important;
    }
}
@media(min-width:900px){
    .ssbig{
        font-size: 46px ;
    }
    .superBig{
        font-size:30px !important;
    }
    .big{
        font-size:25px !important;
    }
    .medium{
        font-size:16px !important;
    }
    .small{
        font-size:12px !important;
    }
    .tiny{
        font-size:10px !important;
    }
}

/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/

.topSpacerBigger{
    margin-top:50px;
}
.topSpacerBig{
    margin-top:40px;
}
.topSpacer{
    margin-top:20px;
}
.topSpacerSmall{
    margin-top:15px;
}
.topSpacerSmaller{
    margin-top:10px;
}
.bottomSpacerBigger{
    margin-bottom:50px;
}
.bottomSpacerBig{
    margin-bottom:30px;
}
.bottomSpacer{
    margin-bottom:20px;
}
.bottomSpacerSmall{
    margin-bottom:15px;
}
.leftSpacerSmaller{
    margin-left: 10px;
}
.leftSpacer{
    margin-left:20px;
}
.leftSpacerBig{
    margin-left:50px;
}
.rightSpacerSmall{
    margin-right:10px;
}
.rightSpacer{
    margin-right:20px;
}
.rightSpacerBig{
    margin-right:30px;
}

/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/

.black{
    color:#1D1D1B;
}
.blackBg{
    background:#1D1D1B;
}

.white{
    color:#FFF;
}
.whiteBg{
    background:#FFF;
}

.grey{
    color:#909090;
}
.greyBg{
    background:#909090;
}

.greyDark{
    color:#606060;
}
.greyDarkBg{
    background:#606060;
}

.red{
    color:#B50000;
}
.redBg{
    background:#B50000;
}

/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/

a{
    color:#909090 !important ;
    text-decoration: underline;
}
a:hover{
    color:#1D1D1B ;
    text-decoration: underline ;
}

a.blackGrey{
    color:#1D1D1B !important;
    text-decoration: none !important;
}
a.blackGrey:hover{
    color:#909090 !important;
    text-decoration: none !important;
}

a.blackRed{
    color:#1D1D1B !important;
    text-decoration: none !important;
}
a.blackRed:hover{
    color:#B50000 !important;
    text-decoration: none !important;
}

a.greyUnderline{
    color:#909090 !important;
    text-decoration: none !important;
}
a.greyUnderline:hover{
    color:#909090 !important;
    text-decoration: underline !important;
}

a.whiteUnderline{
    color:#FFF !important;
    text-decoration: none !important;
}
a.whiteUnderline:hover{
    text-decoration: underline !important;
}

a.red{
    color:#B50000 !important;
    text-decoration: none !important;
}

a.white{
    color:#FFF !important;
}

a.black{
    color:#1D1D1B !important;
}

/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/

input[type="button"]{
    border:0px;
    outline:none;
    padding:10px 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}
input[type="button"].greyBlackBtn{
    color:#FFF;
    background:#909090;
}
input[type="button"].greyBlackBtn:hover{
    background:#1D1D1B;
}

/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/

.textCenter{
    text-align:center !important;
}
.textRight{
    text-align:right !important
}
.textLeft{
    text-align:left !important;
}
.clickable{
    cursor:pointer;
}
.clear{
    clear:both !important;
}
.underline{
    text-decoration:underline !important;
}
.padding10{
    padding:10px;
}
.padding20{
    padding:20px;
}
.topPadding30{
    padding-top:30px;
}
.padding40{
    padding:40px;
}
.padding50{
    padding:50px;
}
.bold{
    font-weight:bold;;
}
.borderRadius{
    border-radius:5px;
}
.noUnderline{
    text-decoration: none !important;
}
.noPadding{
    padding:0px !important;
}

@media(max-width:900px){
    .desktopOnly{
        display:none !important;
    }
    .mobileOnly{
        display:block !important;
    }
}
@media(min-width:900px){
    .desktopOnly{
        display:block !important;
    }
    .mobileOnly{
        display:none !important;
    }
}

/*
*
    scrollbar-width: thin;
    scrollbar-color: #CCCCCC #FFF;
}

#Works on Chrome, Edge, and Safari
*::-webkit-scrollbar {
    width: 12px;
}
*::-webkit-scrollbar-track {
    background: #FFF;
}
*::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 20px;
    border: 3px solid #FFF;
}{
*/