@import url("search.css");
@import url("calendar.css");
@import url("cart.css");
@import url("flymaster.css");
body {
  padding-top: 50px;
}
h1,
h2,
h3,
p,
blockquote {
  margin-bottom: 25px;
}
p,
blockquote {
  line-height: 25px;
}
header {
  margin: 10px 10px 25px 10px;
}
.jumbotron {
  margin: 0 0 25px 0;
}
.jumbotron p {
  line-height: 40px;
  color: #777;
}
.centerfy img {
  margin: 0 auto;
}
.centerfy {
  text-align: center;
}
pre.prettyprint ol.linenums {
  margin-left: 0;
}
footer {
  border-top: 2px solid #f0f0f0;
  margin-top: 80px;
  padding: 25px 10px 25px 10px;
}
footer div {
  text-align: left;
}
footer p {
  margin-bottom: 5px;
}
footer .menu {
  text-align: center;
}
footer p.social i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 50%;
  font-size: 16px;
  margin: 0 10px 0 0;
}
footer .menu {
  margin-top: 20px;
}
footer .menu li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}
.list-group-item img,
.list-group-item .thumbnail img {
  width: 75px;
}
.list-group-item {
  min-height: 110px;
}
.list-group-item h5 {
  color: #aaa;
  font-size: 13px;
  text-transform: uppercase;
}
.list-group-item h5 i,
.list-loading i,
.featured-loading i {
  color: #ccc;
  margin-right: 5px;
}
.list-loading,
.featured-loading {
  color: #aaa;
  font-size: 13px;
  text-transform: uppercase;
}
body .list-group-item a.thumbnail {
  margin-right: 10px;
}
.thumbnail {
  max-width: 200px;
  display: inline-block;
  margin: 0 10px 10px 0;
  vertical-align: top;
}
.thumbnail img {
  width: 100%;
}
.page-results {
  margin-bottom: 10px;
}
div.o-image img {
  margin: 5px 0 20px 0;
  border: 3px solid #ffffff;
  max-width: 100%;
}
div.l-image,
div.r-image {
  clear: both;
}
div.l-image img {
  float: left;
  margin: 5px 20px 20px 0;
  border: 3px solid #ffffff;
  width: 50%;
  max-width: 50%;
}
div.r-image img {
  float: right;
  margin: 5px 0 20px 20px;
  border: 3px solid #ffffff;
  width: 50%;
  max-width: 50%;
}
.respond-form .alert,
form .alert {
  display: none;
}
.respond-form i.icon-spinner {
  display: none !important;
}
.respond-form label {
  font-weight: normal;
}
.respond-form .error label {
  font-weight: bold;
  color: #b94a48;
}
.navbar-brand {
  max-height: 50px;
  margin: 0;
  padding: 0;
}
.navbar-brand img {
  max-height: 50px;
  margin: 0;
  padding: 0;
}
.navbar .navbar-nav>li {
  font-weight: 500;
}
.navbar-nav.navbar-right:last-child {
  margin-right: 0px;
}
div.map-container {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  height: 250px;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  border-radius: 5px;
}
div.map p span {
  font-size: 1em;
}
div.map-marker-content img {
  max-width: 50px;
  margin-right: 10px;
  float: left;
}
.settings {
  display: block;
  background-color: #777;
  text-align: right;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  color: #ccc;
  margin-top: -50px;
  font-size: 13px;
  transition: .35s all ease;
}
.settings .welcome-message a {
  display: inline-block;
  margin-left: 5px;
}
.show-settings .settings {
  margin-top: 0;
}
.settings a {
  color: #fff;
}
.settings .language {
  display: inline-block;
  margin-left: 10px;
}
.settings .language label {
  color: #888;
  font-weight: normal;
  font-size: 13px;
  margin-right: 5px;
}
.settings .language select {
  display: inline-block;
  width: 75px;
  font-size: 12px;
  height: 25px;
}
.settings ul.respond-select-language {
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 0;
}
.settings ul.respond-select-language li {
  display: inline-block;
  margin: 0 0 0 5px;
}
.settings ul.respond-select-language li a {
  display: inline-block;
  cursor: pointer;
}
.settings-toggle {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 50%;
  font-size: 16px;
  margin: 4px 10px 0 10px;
  background-color: #fff;
  cursor: pointer;
}
body .settings-toggle:hover {
  border: 1px solid #428bca;
  background-color: #fff !important;
}
.settings-toggle i {
  position: absolute;
  top: 12px;
  left: 13px;
  font-size: 15px;
  color: #428bca;
}
body.show-settings .settings-toggle,
body.show-settings .settings-toggle:hover {
  border: 1px solid #428bca;
  background-color: #428bca !important;
}
.show-settings .settings-toggle i {
  color: #fff;
}
.respond-login,
.respond-registration {
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 25px;
  max-width: 500px;
}
.respond-login button,
.respond-registration button {
  margin-top: 15px;
}
@media (min-width: 768px) {
  header .logo {
    margin: 0 auto;
    max-width: 970px;
  }
}
@media (min-width: 992px) {
  header .logo {
    margin: 0 auto;
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  header .logo {
    margin: 0 auto;
    max-width: 1170px;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
