﻿html, body, div, span, iframe,
/*h1, h2, h3, h4, h5, h6,*/ p, a, img, dl, dt, dd, ol, ul, li,
/*table, tfoot, thead, tr, th, td,*/
article, aside, canvas, details, footer, header, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
body {
  /*line-height: 1;*/
  font-size: 12px;
  /*background-color: #eee;*/
}

ol, ul {
  list-style: none;
}

html, body {

font-family: 'Open Sans',arial,sans-serif;
}

html,
body,
.container-fluid,
.container-fluid > .row {  
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
/* Bootstrap overrides*/

#dash {
    height: 160px;
    overflow: hidden;
    position: relative;
}

#logo {    
    /*position: absolute;*/
    /*top: 10px;*/
    padding-top: 20px;
    padding-bottom: 10px;        
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 10;
}

#logo img
{
    width: 333px;
    height: 100px;
}

#car {
    position: absolute;
    right: 0;
    top: 20px;
}

#car img {        
    width: 515px;
    height: 145px;    
}

#contact {
    float: right;
    margin-top: 5px;    
}

#contact span {
    margin-left: 10px;
}

#contact a {
    color: #fff !important;
}

header {
    color: #fff;    
    background-color: #337ab7;  
    background-image: url(images/bg-header.jpg);
    background-repeat: repeat;
}

.invalid-message {    
    color: #a94442;
    font-size: 11px;
}

/* Main section */
#main-section {        
    background-color: #fff;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    
}

.center-block {
    float: none;
}

#main-section-header h2{
    font-size: 18px;
    text-transform: uppercase;
    line-height: 26px;    
    padding-top: 10px;
    padding-bottom: 20px; 
    padding-left: 1em;
    font-weight: 600;
}

#main-section-header .subheading {
    padding-left: 1em;
    padding-top: 0;
    margin-top: -1em;
    margin-bottom: 1.5em;
}


#main-section-header {
    height: auto;
    /*border-bottom: 1px solid #ededee;*/
    /*background-color: #fff;*/
    background-color: #F4C960;    
}

.row.white { background-color: #fff; }

.title 
{    
    font-size: 18px;
    /*font-weight: bold;*/
    margin: 10px 10px;
}

.row.cover {
    padding: 30px 0;     
}

.row.home-bg {
    background-image: url('images/bg_web.jpg');
    background-size: cover;    
}

.row.margin {
    margin-left: 0;
    margin-right: 0;
}

.home-feature-list {
    font-size: 14px;
    color: #fff;   
    margin: 20px 0; 
}

    .home-feature-list ul {
        
    }

    .home-feature-list .fa {
        width: 25px;
    }

    .home-feature-list .list-group-item {
        border: none;
        background: none !important;
        padding: 15px 15px;
    }

    .home-feature-list a {
        color: #fff;        
        text-decoration: underline;
    }

.feature-list-item span
{
    line-height: 35px;
    font-size: 20px;
    font-weight: 600;
}

.row-feature-list {
    text-align: center;
}

    .row-feature-list .feature-item {
        margin: 30px 0;
    }

    .row-feature-list a {
        color: #333;        
    }

    .row-feature-list a:hover {
        color: #337ab7;
        text-decoration: none;
    }

.accent {
    background: url(images/bg-accent.png) no-repeat center !important;
}

.row.color {
    background-color: #eee !important;    
}

.no-corners 
{
    border-radius: 0;
}

blockquote {
    border-left: none;
}

footer {    
    clear: both;
    position: relative;
    z-index: 10;
    bottom: 0;
    margin-bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
    text-align: right;
    box-shadow: 0px 500px 0px 500px #f5f5f5;
}


#rights {
    color: #848690; 
    font-size: 10px; 
    padding-top: 20px;
}


.widget 
{
    float: left;
    margin: 25px;       
}

.widget.slim
{
    margin-left: 5px;
    margin-right: 5px;
}

    .widget .name 
    {
        text-transform: uppercase;
        font-size: 14px;
    }
    
    .widget .value
    {
        /*color: #17367A;*/
        color: #1996e4;     
        font-size: 22px;
        /*font-weight: bold;*/
        padding-top: 25px;       
        text-align: center;
    }        
    
    .widget .content
    {
        padding-top: 25px;
    }

.tbl-label 
{
    font-size: 14px;
    font-weight: bold;
}

.tbl-value 
{
    padding: 5px 0px;
}

a .fa { margin: 0 5px; }

.bootbox { top: 100px; z-index: 20000000 !important; }

.navbar .divider-vertical {
    height: 50px;
    margin: 0 9px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #f2f2f2;
}

.navbar-inverse .divider-vertical {
    border-right-color: #222222;
    border-left-color: #111111;
}

@media (max-width: 767px) {
    .navbar-collapse .nav > .divider-vertical {
        display: none;
     }
}

@media (min-width: 768px) {

    /* center navbar */
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

}

@media screen and (max-width: 768px) 
{
    /* mobile styles */

    #main-section {
        width: 100%;
        overflow: visible;
    }    
    
    #dash {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .container-fluid {
        padding: 0;
    }

    #contact {
        position: absolute;
        text-align: center;
        left: 0;
        top: 0;
        right: 10px;

    }

    .navbar li a, .navbar-header {
        padding-left: 25px;
        padding-right: 25px;
    }

}

@media screen and (max-width: 600px)
{
    /* center logo on smaller screens */
    #logo {
        position: relative;        
        text-align: center;
    }

    /* make car left-align */
    #car {
        position: absolute;
        left: 0;
    }
}