html,body
{
    font-size: 62,5%;
    font-family: 'Roboto' , 'Arial';
    font-weight: 300; 
    /*min-width: 768px;*/
    height:100%;
}

body
{   
    font-size: 1.6em;
    padding-top:101px;
    color:#4D4D4D;
}

h1, h2, h3, h4
{
    font-family: 'Raleway';
    margin: 0;
    padding: 0;
}

h1
{
    color: #339966;
    font-size: 3.6rem;
    font-weight: 300;
    padding-bottom: 0;
    margin-bottom: 0;
}

h1 + small
{
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 3rem;
    color: #4D4D4D;
}

h2
{
    font-size: 2.4rem;
    font-weight: 500
}

h3
{
    font-size: 2.4rem;
    color: #339966;
}

label
{
    font-size: 1.4rem;
    font-weight: 400;
}

a
{
    color: #339966;
}

a:hover
{
    color: #298751;
    text-decoration: none;
}

.nav > li {
    width: 125px;
    text-align: center;
}

.nav > li > a {
    padding: 27.5px 8px;
}
.nav-pills > li > a {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    color: #44aadd;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background: #CFEAF4;
    color: #1194C8;
    font-family: Roboto;
    font-weight: 400;
}

.nav.nav-tabs 
{
    border-bottom: 4px solid #44AADD;
}

.nav.nav-tabs li
{
    border: 1px solid #44AADD;
}

.nav.nav-tabs li.active
{
    background-color: #44AADD;
}


.nav.nav-tabs a
{
    padding-top: 12px;
    padding-bottom: 12px;
    color: #1194c8;
    font-weight: 400;
    background-color:transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus 
{
    background-color: transparent;
    color: #FFF;
    font-weight: 400;
    border-color:#44AADD;
}

.nav.nav-tabs.large a
{
    width:372px;
    text-align:center;
}

.form-control
{
    border: 1px solid #44aadd;
}

label, .radio-inline
{
    font-weight: 300;
}


.has-feedback label ~ .form-control-feedback.fa { top: 28px; }

.has-feedback label ~ .form-control-feedback.feedback-lg.fa { top: 25px; }

.feedback-left .form-control-feedback {
    right:auto;
    left:0;
}

.has-feedback.feedback-left .form-control
{
    padding-left:35px;
    padding-right:12px;
}

.has-error .form-control-feedback { color: #a94442 !important; }

.input-lg, .form-group-lg 
{
    height:42px;
    font-size:14px;
}