@media (min-width: 768px ) {
  body {
    padding-top: 150px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: bold;
}

a,
a:hover,
a:focus,
a:active {
transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
}

header {
padding-top: 15px;
}

@media (min-width: 768px) {
  .fix-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(255,255,255,0.75);
  }
}

nav {
display: none;
position: absolute;
left: 15px;
right: 15px;
margin-top: -20px;
z-index: 1200;
background-color: #FFF;
}

.navbar-toggle {
float: none;
margin: 0;
border: 0;
text-align: center;
text-transform: uppercase;
width: 100%;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
margin-top: 20px;
margin-bottom: 20px;
border-radius: 0;
}

@media (min-width: 768px) {
  nav {
    float: right;
    display: block;
    background-color: transparent;
    position: relative;
    left: auto;
    right: auto;
    margin-top: 20px;
  }

  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
text-align: center;
font-size: 140%;
}

@media (min-width: 768px) {
  .navbar-nav {
    text-align: left;
  }
}

.navbar-nav > li > a {
outline: none;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:active,
.navbar-nav > li.active > a,
.navbar-nav > li.open > a,
.navbar-nav > li.open > a:hover,
.navbar-nav > li.open > a:focus,
.navbar-nav > li.open > a:active {
background-color: #eee;
}

@media (min-width: 768px) {
  .navbar-nav > li > a:hover,
  .navbar-nav > li > a:focus,
  .navbar-nav > li > a:active,
  .navbar-nav > li.active > a,
  .navbar-nav > li.open > a,
  .navbar-nav > li.open > a:hover,
  .navbar-nav > li.open > a:focus,
  .navbar-nav > li.open > a:active {
    background-color: transparent;
    border-bottom: solid 2px #eee;
  }
}

.dropdown-menu {
text-align: center;
font-size: 100%;
}

@media (min-width: 768px) {
  .dropdown-menu {
    text-align: left;
    font-size: 80%;
  }
}

.content {
margin-top: 20px;
}

.content h1 {
margin-top: 0;
}

.carousel-inner > .item > img {
width: 100%;
}

.map {
min-height: 300px;
}

footer {
background-color: #0170c2;
color: #FFF;
font-size: 80%;
margin-top: 30px;
padding-top: 50px;
padding-bottom: 15px;
}

footer a,
footer a:hover,
footer a:focus {
color: #FFF;
font-weight: bold;
}

footer a:hover,
footer a:focus {
text-decoration: underline;
}

footer h5 {
margin-top: 0;
}

@media (min-width: 768px) {
  .author {
    text-align: right;
  }
}

.img-thumbnail {
border-radius: 0;
padding: 0;
}

.well {
background-image: none;
background-color: #0170c2;
color: #FFF;
box-shadow: none;
border-radius: 0;
border: 0;
}

.well h4 {
margin-top: 0;
}

.well hr {
border-color: transparent;
}

.suppliers .img-thumbnail {
width: 100%;
margin-bottom: 15px;
}

.btn,
.form-control,
.input-group-addon {
border-radius: 0;
}

.btn-primary {
background-image: none;
background-color: #0170c2;
border: 0;
font-weight: bold;
text-transform: uppercase;
}

textarea {
resize: none;
min-height: 150px;
}

.contact-numbers {
text-align: center;
font-size: 150%;
}

.specials-container {
padding: 10px;
margin-bottom: 20px;
background-color: #EEE;
background-position: center center;
background-size: 100% auto;
background-repeat: no-repeat;
background-size: cover;
}

.specials-text {
background-color: rgba(0,0,0,0.3);
color: #FFF;
text-shadow: 0 0 2px #000;
padding: 10px;
}

.specials-text h3 {
margin-top: 0;
}

.specials-text h6 {
margin-bottom: 0;
}

.specials-text h6 small {
color: #FFF;
}
/* Stylesheet: flagship2015-styles Modified On 2015-03-17 14:50:10 */
