/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14/Mar/2016, 12:09:53
    Author     : root
*/

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


	/* Light */
@font-face {
  font-family: Open-Sans;
  src: url('../fonts/OpenSans-Regular_0.ttf');
 }
 
@font-face {
  font-family: Open-Sans-Bold;
  src: url('../fonts/OpenSans-Bold_0.ttf');
 }
 
@font-face {
  font-family: Open-Sans-Light;  
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/OpenSans-Light_0.ttf');
 }


/* Normal */ 
@font-face {
  font-family: 'Raleway-Regular';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Raleway-Regular.ttf');
}

/* Bold */ 
@font-face {
  font-family: 'Raleway-bold';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Raleway-Bold.ttf');
}

/* Light */ 
@font-face {
  font-family: 'Raleway-Light';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/Raleway-Light.ttf');
}

.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: #c8c8c8 !important;}
.color_lightgrey{color: #c8c8c8 !important;}

.bg_verylightgrey{background-color: #f5f5f5 !important;}
.color_verylightgrey{color: #f5f5f5 !important;}

.bg_white{background-color: #fff !important;}
.color_white{color: #fff !important;}


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

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



p,
.p{
    font-family: Open-Sans;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #646464;
}

h1,
.h1{
    font-family: Raleway-bold;
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    color: #282828;
}
h2,
.h2{
    font-family: Raleway-bold;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    color: #282828;
}

h3,
.h3{
    font-family: Raleway-bold;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #282828;
}

h4,
.h4{
    font-family: Open-Sans-Light;
    font-weight: lighter;
    font-size: 20px;
    line-height: 26px;
    color: #646464;
}

h5,
.h5{
    font-family: Raleway-bold;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #282828;
}

.bordertop{
  border-top: 1px solid #646464;
  width: 100%;
}

/* fim de estilos pré definidos */
