body{
    /*font-family: 'Roboto', 'Open Sans', 'Lato', 'Raleway', 'Montserrat' ,sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000!important;*/
}
div.body{
    width: 100%;
    min-height: 500px;
}
/*Font Family*/
.fontWeightRobotoThin{ font-family: Roboto; font-weight: 100; }
.fontWeightRobotoLight{ font-family: Roboto; font-weight: 300; }
.fontWeightRobotoNormal{ font-family: Roboto; font-weight: 400; }
.fontWeightRobotoSemiBold{ font-family: Roboto; font-weight: 500; }
.fontWeightRobotoBold{ font-family: Roboto; font-weight: 700; }

.fontWeightOpenSansLight{ font-family: Open Sans; font-weight: 300; }
.fontWeightOpenSansNormal{ font-family: Open Sans; font-weight: 400; }
.fontWeightOpenSansSemiBold{ font-family: Open Sans; font-weight: 600; }
.fontWeightOpenSansBold{ font-family: Open Sans; font-weight: 700; }

.fontWeightLatoLight{ font-family: Lato; font-weight: 300; }
.fontWeightLatoNormal{ font-family: Lato; font-weight: 400; }
.fontWeightLatoBold{ font-family: Lato; font-weight: 700; }

.fontWeightRalewayRegular{ font-family: Raleway; font-weight: 400; }
.fontWeightRalewayLight{ font-family: Raleway; font-weight: 300; }

.fontWeightMontserratLight{ font-family: Montserrat; font-weight: 300; }
.fontWeightMontserratNormal{ font-family: Montserrat; font-weight: 400; }
.fontWeightMontserratBold{ font-family: Montserrat; font-weight: 700; }

/*Colors CSSs*/
.colorfff{ color: #fff; }
.color000{ color: #000; }
.color111{ color: #111; }
.color222{ color: #222; }
.color333{ color: #333; }
.color666 { color: #666; }
.color777 { color: #777; }
.color888 { color: #888; }
.color999 { color: #999; }
.colorccc { color: #ccc; }
.colorddd { color: #ddd; }
.coloreee { color: #eee; }
.color212121 { color: #212121; }
.colorB28601 { color: #656565; }
.color717171 { color: #717171; }
.color1F1F1F { color: #1F1F1F; }

.fsize10{ font-size: 10px;}
.fsize12{ font-size: 12px; }
.fsize13{ font-size: 13px; }
.fsize14{ font-size: 14px; }
.fsize16{ font-size: 16px; }
.fsize18{ font-size: 18px; }
.fsize20{ font-size: 20px; }

.fontItalics{ font-style: italic;}
.fontBold{ font-weight: bold;}
.lineThrough{ text-decoration: line-through;}
.backgroundColor{ background-color: #fff; }
.text-underline { text-decoration: underline;}
.text-uppercase { text-transform: uppercase;}


/*Line Height CSSs*/
.lineHeight1pointZeroPoint9em{ line-height: 0.9em; }
.lineHeight1em{ line-height: 1em; }
.lineHeight1point1em{ line-height: 1.1em; }
.lineHeight1point2em{ line-height: 1.2em; }
.lineHeight1point3em{ line-height: 1.3em; }
.lineHeight1point4em{ line-height: 1.4em; }
.lineHeight1point5em{ line-height: 1.5em; }
.lineHeight1point6em{ line-height: 1.6em; }
.lineHeight1point7em{ line-height: 1.7em; }
.lineHeight1point8em{ line-height: 1.8em; }
.lineHeight1point9em{ line-height: 1.9em; }

/*Letter Specing*/
.letterSpacing1{letter-spacing: 1px; }
.letterSpacing2{letter-spacing: 2px; }
.letterSpacing3{letter-spacing: 3px; }

.setBackground{
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Headings CSSs*/
.sectionHeading h1{
    font-size: 36px;
    margin: 0;
    padding: 0;
}
.sectionHeading h2{
    font-size: 24px;
    margin: 0;
    padding: 0;
}
.sectionHeading h3{
    font-size: 18px;
    margin: 0;
    padding: 0;
}
.sectionHeading h4{
    font-size: 16px;
    margin: 0;
    padding: 0;
}

/** Editor Code */
#cms-editable-bar-wrapper .btn{
    min-width: inherit!important;
    width: auto!important; 
    color: #666!important;
    margin: 0!important;
    font-size: 13px!important;
    padding: 3px 10px!important;
    font-weight: 400!important;
}

#silentEditablesBar .btn{
    min-width: inherit!important;
    width: auto!important; 
    color: #666!important;
    margin: 0!important;
}
#silentEditablesBar .btn:hover,
#silentEditablesBar .btn:active,
#silentEditablesBar .btn:focus{
    background-image: none!important;
    background-color: #f2f2f2!important;
    background: #f2f2f2!important;
    color: #666!important;
}
#cms-editable-bar-wrapper .btn:hover,
#cms-editable-bar-wrapper .btn:active,
#cms-editable-bar-wrapper .btn:focus{
    background-image: none!important;
    background-color: #f2f2f2!important;
    background: #f2f2f2!important;
    color: #666!important;
}

#modal-cms-editor .btn-default{
    min-width: inherit!important;
    width: auto!important; 
    color: #666!important;
    margin-bottom: 0!important;
    font-size: 15px!important;
    padding: 0px!important;
    font-weight: 600!important;
    background-image: none!important;
    background-color: #fff!important;
    background: #fff!important;  
}
#modal-cms-editor .btn-success, #modal-cms-editor .btn-danger{
    min-width: inherit!important;
    width: auto!important; 
    color: #fff!important;
    margin-bottom: 0!important;
    font-size: 14px!important;
    padding: 10px 10px!important;
    font-weight: 400!important;  
}
#modal-cms-editor .btn-success:hover,
#modal-cms-editor .btn-success:active,
#modal-cms-editor .btn-success:focus{
    background: #05ae0e!important;
}
#modal-cms-editor .btn-danger:hover,
#modal-cms-editor .btn-danger:active,
#modal-cms-editor .btn-danger:focus{
    background: #ff3b30!important;
}

#modal-cms-editor .modal-footer{
    text-align: right!important;
    padding: 10px;
    border: none!important;
}
#modal-cms-editor .control-label{
    font-size: 16px!important;
    font-family: Lato;
}

.bootbox .btn{
    background-image: none!important;
    background-color: #f2f2f2!important;
    background: #f2f2f2!important;
    color: #666!important;
}
.btn-cms-edit .btn{
    min-width: inherit!important;
    width: auto!important; 
    color: #666!important;
    margin-bottom: 0!important;
    font-size: 15px!important;
    padding: 3px 8px!important;
    font-weight: 600!important;
    background-image: none!important;
    background-color: #ccc!important;
    background: #ccc!important;
}

.text-cmp li::before{
    content: none!important;
}
.custom-content-block ul li{
    list-style: inherit!important;
}



/*Media CSSs*/
@media(max-width: 767px){
    /*Headings CSSs*/
    .sectionHeading h1{
        font-size: 26px;
    }
    .sectionHeading h2{
        font-size: 18px;
    }
    .sectionHeading h3{
        font-size: 16px;
    }
    .text-center-xs{ text-align: center;}
    
}
@media(min-width: 768px) and (max-width: 990px){ 
    /*Headings CSSs*/
    .sectionHeading h1{
        font-size: 26px;
    }
    
    .text-center-sm{ text-align: center;}
}
@media(min-width: 991px) and (max-width: 1199px){
    
}
@media(min-width: 1200px){ 
    
}


