﻿.logoIMG {
    max-width:45vw;
    width:200px;
}
.navbar-brand {
    height:auto;
}


.small {
    color:#b9b9b9;
    font-size:.85em;
    letter-spacing:.04em;
}

body {
    padding-top: 51px;
}

.navbar {
    margin-bottom:0px;
}

.dropdown .btn {
    font-size: 15px !important;
    padding: 6px 0;
}

.noDropDown a {
    position: relative;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    font-size: 15px;
}

.topHeader {
    padding:50px 0px;
    background: url(../images/headerBG.jpg)top center no-repeat;
    background-attachment:fixed;
    background-size:cover;
}

.headerLinks .col-sm-2 {
    padding:0px;
}

.headerIMG {
    max-width:80%;
}

h1 {
    line-height:90%;
    font-size:3.5vw;
    text-transform: uppercase;
    font-weight:bold;
    color:#fff;
}

h4 {
    line-height:90%;
    font-size:2vw;
    text-transform: uppercase;
    letter-spacing: .3vw;
    color:#b9b9b9;
}

.order {
    border:1px solid #ccc;
    padding:20px 10px;
}

button.btn.buttonNav.btn-primary.dropdown-toggle {
    font-weight: 900;
    
}

.btn-primary {
    background:#16386f;
    border:0px;
    border-radius: 0px;
    border-top:0px;
    border-bottom:0px;
}
.btn-primary, .btn-primary:focus, .btn-primary:hover, .btn-primary.active, .btn-primary.active:focus, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    border:1px solid rgba(255,255,255,0.2);
}
.navbar-brand {
    padding:5px;
}
.dropdown-header {
    font-size:16px;
    font-weight:bold;
}
.dropdown-menu>li>a, .dropdown-menu>li>a:hover {
    color:#337AB5;
    text-decoration: underline;
}

.buttonNav {
    width:100%;
    white-space: normal;
    position: relative;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    font-size: 14px;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary.active, .btn-primary.active:focus, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    background-color: #16386f !important;
    background-image: none;
}
h3 {
    background-color: #e6e6e6;
    padding: 5px;
    text-transform:uppercase;
    font-size:small;
    margin-top:25px;
}
.table th {
    background-color:#e4eaee;
    color:#111;
}
.lead {
    text-transform:uppercase;
    font-size:small;
    color:#969696;
}
.navbar-inverse {
    background-image: linear-gradient(to bottom,#e4eaee 0,#e4eaee 100%);
}
textarea { border: none; }
.fluidMediaa iframe {
    width: 100%; 
}
#divPageButtonsTop {display:none;}
#divPageButtonsTop input[type=submit] {color:#464646;}
select:invalid { color: #999;}
.form-group-sm select.form-control { padding-left:5px; }


.table-responsive .dropdown-menu {
  	position: relative !important;
}