/* estilos pré definidos */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic);


@font-face {
    font-family: Open-Sans-Regular;
    src: url('../fonts/OpenSans-Regular_0.ttf');
}
 
 
@font-face {
    font-family: RobotoSlab-Regular;
    src: url('../fonts/RobotoSlab-Regular.ttf');
}

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

@font-face {
    font-family: RobotoSlab-Light;
    src: url('../fonts/RobotoSlab-Light.ttf');
}
 
@font-face {
    font-family: RobotoSlab-Thin;
    src: url('../fonts/RobotoSlab-Thin.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: #1c386a !important;}
.color_colorfirst{color: #1c386a !important;}
.bg_colorsecond{background-color: #0f6996 !important;}
.color_colorsecond{color: #0f6996 !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_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;}

h1,
.h1{
    font-family: RobotoSlab-Regular;
    font-size: 40px;
    line-height: 60px;
    color: #1c386a;
    font-weight: normal;
}
h2,
.h2{
    font-family: RobotoSlab-Bold;
    font-size: 32px;
    line-height: 40px;
    color: #1c386a;
    font-weight: bold;
}
h3,
.h3{
    font-family: RobotoSlab-Regular;
    font-size: 20px;
    line-height: 28px;
    color: #1c386a;
    font-weight: normal;
}
h4,
.h4{
    font-family: Open-Sans-Regular;
    font-size: 14px;
    line-height: 24px;
    color: #969696;
    font-weight: normal;
}
p,
.p{
    font-family: Open-Sans-Regular;
    font-size: 14px;
    line-height: 24px;
    color: #646464;
    font-weight: normal;
}
/* fim de estilos pré definidos */
