/* estilos pré definidos */
@font-face {
    font-family: Raleway-Regular;
    src: url('../fonts/Raleway-Regular.otf');
}
 
@font-face {
    font-family: Raleway-Bold;
    src: url('../fonts/Raleway-Bold_0.otf');
}
 
@font-face {
    font-family: Raleway-Light;
    src: url('../fonts/Raleway-Light_0.otf');
}
 
@font-face {
    font-family: OpenSans-Regular;
    src: url('../fonts/OpenSans-Regular_0.ttf');
}

@font-face {
    font-family: Lato-Bold;
    src: url('../fonts/Lato-Bold.ttf');
}


.htmleditor_holder > *{
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
    color: inherit;
}

.htmleditor_holder.child_null > *{
    margin: 0px;
}


.bg_colorfirst{background-color: #007bbe !important;}
.color_colorfirst{color: #007bbe !important;}
.bg_colorsecond{background-color: #00b5ad !important;}
.color_colorsecond{color: #00b5ad !important;}
.bg_green{background-color: #76B043 !important;}
.color_green{color: #76B043 !important;}
.bg_lightgreen{background-color: #A5CF4C !important;}
.color_lightgreen{color: #A5CF4C !important;}

.bg_black{background-color: #000 !important;}
.color_black{color: #000 !important;}
.bg_verydarkgrey{background-color: #191919 !important;}
.color_verydarkgrey{color: #191919 !important;}
.bg_darkgrey{background-color: #323232 !important;}
.color_darkgrey{color: #323232 !important;}
/*.bg_grey{background-color: #646464 !important;}
.color_grey{color: #646464 !important;}*/
.bg_grey{background-color: #646464 !important;}
.color_grey{color: #646464 !important;}
.bg_lightgrey{background-color: #969696 !important;}
.color_lightgrey{color: #969696 !important;}
.bg_verylightgrey{background-color: #dcdcdc !important;}
.color_verylightgrey{color: #dcdcdc !important;}
.bg_white{background-color: #fff !important;}
.color_white{color: #fff !important;}

p,
.p{
    font-family: OpenSans-Regular;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #646464;
}
h1,
.h1{
    font-family: Lato-Bold;
    font-weight: normal;
    font-size: 32px;
    line-height: 40px;
    color: #007bbe;
}
h2,
.h2{
    font-family: Lato-Bold;
    font-weight: normal;
    font-size: 26px;
    line-height: 36px;
    color: #007bbe;
}
h3,
.h3{
    font-family: Lato-Bold;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #007bbe;
}
h4,
.h4{
    font-family: OpenSans-Regular;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #969696;
}
h5,
.h5{
    font-family: Raleway-Regular;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
}
/* fim de estilos pré definidos */
