/*
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);
@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: Raleway;
  src: url('../fonts/Raleway-Regular.otf');
 }
 
 @font-face {
  font-family: Bloguer-sans-regular;
  src: url('../fonts/Blogger_Sans.otf');
 }
 
 
.bg_colorfirst{background-color: #339933 !important;}
.color_colorfirst{color: #339933 !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;}

.menutitle{
    font-family: Bloguer-sans-regular;
    font-size: 30px;
    line-height: 24px;
    color: #fff;
    font-weight: normal;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 10px;
}

p,
.p{
    font-family: Open-Sans;
    font-size: 14px;
    line-height: 20px;
    color: #646464;
    font-weight: normal;
}
h1,
.h1{
    font-family: Raleway;
    font-size: 44px;
    line-height: 60px;
    color: #339933;
    font-weight: normal;
}
h2,
.h2{
    font-family: Raleway;
    font-size: 32px;
    line-height: 40px;
    color: #339933;
    font-weight: bold;
}
h3,
.h3{
    font-family: Raleway;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
}
h4,
.h4{
    font-family: Open-Sans;
    font-size: 18px;
    line-height: 26px;
    color: #646464;
    font-weight: normal;
}
h5,
.h5{
    font-family: Bloguer-sans-regular;
    font-size: 18px;
    line-height: 24px;
    color: #646464;
    font-weight: normal;
}
h6,
.h6{
    font-family: Open-Sans;
    font-size: 12px;
    line-height: 18px;
    color: #969696;
    font-weight: normal;
}
h7,
.h7{
    font-family: Open-Sans;
    font-size: 14px;
    line-height: 22px;
    color: #969696;
    font-weight: normal;
}
h8,
.h8{
    font-family: Open-Sans;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}
h9,
.h9{
    font-family: Bitter-Bold;
    font-size: 14px;
    line-height: 22px;
    color: #323232;
}
h10,
.h10{
    font-family: Open-Sans-Bold;
    font-size: 80px;
    line-height: 80px;
    color: #fff;
}
h11,
.h11{
    font-family: Open-Sans;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}
h12,
.h12{
    font-family: Open-Sans;
    font-size: 14px;
    color: #969696;
}
h13,
.h13{
    font-family: Open-Sans;
    font-size: 16px;
    color: #323232;
}

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

/* fim de estilos pré definidos */
