/* OPEN SANS */
@font-face {
    font-family: "open-sans";
  font-style: normal;
  font-weight: normal;    
    src: url(../fonts/open-sans/OpenSans-Regular.ttf);
}

@font-face {
    font-family: "open-sans";
  font-style: italic;
  font-weight: normal;    
    src: url(../fonts/open-sans/OpenSans-Italic.ttf);
}

@font-face {
    font-family: "open-sans";
  font-style: normal;
  font-weight: bold;    
    src: url(../fonts/open-sans/OpenSans-Bold.ttf);
}
@font-face {
    font-family: "open-sans";
  font-style: normal;
  font-weight: 300;    
    src: url(../fonts/open-sans/OpenSans-Light.ttf);
}

@font-face {
    font-family: "open-sans";
  font-style: normal;
  font-weight: 900;    
    src: url(../fonts/open-sans/OpenSans-ExtraBold.ttf);
}

/* ROBOTO */
@font-face {
    font-family: "roboto";
  font-style: normal;
  font-weight: normal;    
    src: url(../fonts/roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: "roboto";
  font-style: italic;
  font-weight: normal;    
    src: url(../fonts/roboto/Roboto-Italic.ttf);
}

@font-face {
    font-family: "roboto";
  font-style: normal;
  font-weight: bold;    
    src: url(../fonts/roboto/Roboto-Bold.ttf);
}
@font-face {
    font-family: "roboto";
  font-style: normal;
  font-weight: 700;    
    src: url(../fonts/roboto/Roboto-Bold.ttf);
}

@font-face {
    font-family: "roboto";
  font-style: normal;
  font-weight: 300;    
    src: url(../fonts/roboto/Roboto-Light.ttf);
}

@font-face {
    font-family: "roboto";
  font-style: normal;
  font-weight: 900;    
    src: url(../fonts/roboto/Roboto-Black.ttf);
}

/* ROBOTO CONDENSED */
@font-face {
    font-family: "roboto-condensed";
  font-style: normal;
  font-weight: normal;    
    src: url(../fonts/roboto/RobotoCondensed-Regular.ttf);
}

@font-face {
    font-family: "roboto-condensed";
  font-style: italic;
  font-weight: normal;    
    src: url(../fonts/roboto/RobotoCondensed-Italic.ttf);
}

@font-face {
    font-family: "roboto-condensed";
  font-style: normal;
  font-weight: bold;    
    src: url(../fonts/roboto/RobotoCondensed-Bold.ttf);
}
@font-face {
    font-family: "roboto-condensed";
  font-style: normal;
  font-weight: 300;    
    src: url(../fonts/roboto/RobotoCondensed-Light.ttf);
}

@font-face {
    font-family: "roboto-condensed";
  font-style: normal;
  font-weight: 900;    
    src: url(../fonts/roboto/Roboto-Black.ttf);
}

/* END : FONTS*/


.no-padding{
    padding-left:0 !important;
    padding-right:0 !important;
}

.no-padding.[class^="col-xs-"]{
    padding-left:5px !important;
    padding-right:5px !important;    
}

.pad-left {
    padding-left:5px !important;
}
.pad-right {
    padding-right:5px !important;
}

.superbold{
  font-weight: 900;    
}

.bold, b, strong, h1, h2, h3, h4{
    font-weight:bold !important;
}
.light{
    font-weight:300;   
}

.smaller{
  font-size:0.9em;
}

h1,.h1 {
    font-size:2.4em !important;
}

h2, .h2 {
    font-size:2.0em !important;
}

h3, .h3 {
    font-size:1.5em !important;
}

h4, .h4 {
    font-size:1.13em !important;
}

h5, .h5 {
    font-size:1.06em !important;
}

h6, .h6 {
    font-size:1.02em !important;
}

h1,h2,h3,h4,h5,h6 {
    font-famly:roboto-condensed;
    font-weight:900 !important;
    margin-top:1em !important;
    margin-bottom:1em !important;
}

.faint{
    color:#aaa;
}

.fa-trash{
  color:#eaa;
}

.fa-trash:hover{
  color:#f00;
}