/****** GLOBAL ******/
body * {
  font-family: "Open Sans", Sans-Serif;
}
.main-container > .google-auto-placed:first-child {
  display: none;
}
.eds-choice .google-auto-placed,
.pubs .google-auto-placed,
.fb .google-auto-placed {
  display: none;
}
a,
input,
button {
  transition: all 0.3s ease;
  color: #8E4151;
}
a:hover,
input:hover,
button:hover {
  color: #111C36;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111C36;
  font-weight: normal;
}
h1 {
  font-size: 40px;
  text-transform: uppercase;
}
h2 {
  font-size: 35px;
  text-transform: uppercase;
}
h3 {
  font-size: 30px;
  font-weight: lighter;
}
h4 {
  font-size: 25px;
  font-weight: lighter;
}
h5 {
  font-size: 20px;
  font-weight: lighter;
}
h6 {
  font-size: 16px;
  font-weight: lighter;
}
.row.flex {
  display: flex;
  flex-wrap: wrap;
}
.row.no-padding > [class*="col-"]:not(:first-child) {
  padding-left: 0 !important;
}
.row.no-padding > [class*="col-"]:not(:last-child) {
  padding-right: 0 !important;
}
.cover {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 3000;
}
.noscript {
  display: none;
}
.noscript-warning {
  display: none;
}
.btn-primary {
  background-image: none;
  background-color: #8E4151;
  border-radius: 0;
  text-transform: uppercase;
  border: none;
  border-color: #8E4151 !important;
  text-shadow: none;
  box-shadow: none;
  padding-left: 15px;
  padding-right: 15px;
}
.btn-primary:hover {
  background-color: #111C36;
  border-color: #111C36 !important;
}
.btn-primary.btn-reversed {
  background-color: #8aa0b6;
}
.btn-primary.btn-reversed:hover {
  background-color: #111C36;
}
.content-container {
  border: #a6bdd3 solid 5px;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
}
.content-container a:hover {
  opacity: 0.7;
}
.form-control {
  border-radius: 0;
  border: 2px solid #a6bdd3;
}
.page-header {
  border-bottom: 0;
}
/*
@media (min-width:1200px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}
*/
.alert-error {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
/****** NAVBAR ******/
.header-container {
  border-bottom: 5px solid #8aa0b6;
}
.header-container header.main .navbar-default {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}
.header-container header.main .navbar-default .navbar-header {
  width: 100%;
}
.header-container header.main .navbar-default .navbar-toggle {
  float: left;
  border-color: #8aa0b6;
  border-radius: 0;
  background-color: #8aa0b6;
  width: 105px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 12px 13px;
}
.header-container header.main .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.header-container header.main .navbar-default .navbar-toggle[aria-expanded=true] {
  background-color: #111C36;
  border-color: #111C36;
}
.header-container header.main .navbar-default .navbar-toggle .text {
  position: absolute;
  top: 9px;
  right: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
.header-container header.main .navbar-default .brand {
  display: block;
  height: 90px;
  float: left;
}
.header-container header.main .navbar-default .brand h1,
.header-container header.main .navbar-default .brand h2 {
  display: inline-block;
  clear: none;
  margin: 0;
  border-right: 1px solid #111C36;
  height: 90px;
  vertical-align: top;
}
.header-container header.main .navbar-default .brand h1 a,
.header-container header.main .navbar-default .brand h2 a {
  display: inline-block;
  position: relative;
}
.header-container header.main .navbar-default .brand h1 {
  padding: 0 30px 0 0;
}
.header-container header.main .navbar-default .brand h1 a {
  background: url('/themes/default/images/logo@2x.png') left top no-repeat;
  background-size: contain;
  width: 145px;
  height: 41px;
  top: -8px;
}
.header-container header.main .navbar-default .brand h2 {
  padding: 0 30px;
}
.header-container header.main .navbar-default .brand h2 a {
  background: url('/themes/default/images/air-britain-logo.png') left top no-repeat;
  background-size: contain;
  width: 117px;
  height: 60px;
  top: -11px;
}
.header-container header.main .navbar-default .nav-pills {
  margin-top: 22px;
}
.header-container header.main .navbar-default .nav-pills > li a {
  text-transform: uppercase;
  font-size: 13px;
  color: #111C36;
}
.header-container header.main .navbar-default .nav-pills > li.active a {
  font-weight: bold;
  color: #111C36;
  background-color: transparent;
}
/****** TOP BANNER ******/
.top-banner-wrapper {
  background: #111C36 url('/themes/default/images/top-banner.jpg') center center no-repeat;
  background-size: cover;
  min-height: 300px;
}
.top-banner-wrapper + .google-auto-placed {
  display: none;
}
.top-banner-wrapper .top-banner .overlay {
  margin-top: 60px;
}
.top-banner-wrapper .top-banner .overlay h3 {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.top-banner-wrapper .top-banner .overlay h4 {
  font-size: 35px;
  font-weight: normal;
  color: #fff;
}
.top-banner-wrapper .top-banner .overlay p {
  font-size: 18px;
  color: #fff;
}
.top-banner-wrapper .top-banner .search-box {
  background-color: rgba(17, 28, 54, 0.62);
  padding: 15px 15px 15px;
  margin-top: 30px;
  position: absolute;
  z-index: 1;
  width: 100%;
}
.top-banner-wrapper .top-banner .search-box .google-auto-placed {
  display: none;
}
.top-banner-wrapper .top-banner .search-box h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 21px;
}
.top-banner-wrapper .top-banner .search-box .form-group {
  margin-bottom: 0;
  /*
        &.q { width: 100%; float: left;
          input { width: 100%; }
        }
        */
}
.top-banner-wrapper .top-banner .search-box .form-group:last-of-type {
  margin-bottom: 0;
}
.top-banner-wrapper .top-banner .search-box .form-group.buttons {
  margin-top: 15px;
  float: left;
  width: 100%;
}
.top-banner-wrapper .top-banner .search-box .form-group label {
  color: #fff;
  margin-bottom: 0;
}
.top-banner-wrapper .top-banner .search-box .form-group.f {
  width: 60%;
  float: left;
}
.top-banner-wrapper .top-banner .search-box .form-group.exact {
  width: 40%;
  float: right;
  text-align: center;
  clear: right;
  margin-top: 10px;
}
.top-banner-wrapper .top-banner .search-box .form-control[type=checkbox] {
  height: 20px;
}
.top-banner-wrapper .top-banner .search-box .advanced .control-group {
  margin-top: 8px;
}
.top-banner-wrapper .top-banner .search-box .advanced .control-group label {
  color: #fff;
}
.top-banner-wrapper .top-banner .search-box a.search-toggle,
.top-banner-wrapper .top-banner .search-box a.show-all-fields {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin-top: 6px;
  display: inline-block;
}
.top-banner-wrapper .top-banner .search-box a.search-toggle:hover,
.top-banner-wrapper .top-banner .search-box a.show-all-fields:hover,
.top-banner-wrapper .top-banner .search-box a.search-toggle:focus,
.top-banner-wrapper .top-banner .search-box a.show-all-fields:focus {
  color: #a6bdd3;
  text-decoration: none;
}
.top-banner-wrapper .top-banner .search-box .query-terms-summary {
  margin-top: 10px;
}
.top-banner-wrapper .top-banner .search-box .query-terms-summary .query-term {
  display: inline-block;
  background-color: #111C36;
  margin: 2px;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 11px;
}
.top-banner-wrapper.general {
  min-height: 0;
  height: 200px;
}
.top-banner-wrapper.general .top-banner .overlay {
  margin-top: 42px;
}
.top-banner-wrapper.general .top-banner .overlay h2 {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.top-banner-wrapper.general .top-banner .overlay h3 {
  font-size: 35px;
  font-weight: normal;
  color: #fff;
  margin: 0;
  text-transform: none;
}
.top-banner-wrapper.general .top-banner .search-box {
  padding: 15px;
  margin-top: 10px;
  border-radius: 3px;
}
/****** ABOUT US ******/
.about-us-wrapper .google-auto-placed {
  display: none;
}
.about-us-wrapper .about-us p {
  font-size: 16px;
  color: #111C36;
}
.about-us-wrapper .about-us p:last-child {
  margin-bottom: 30px;
}
/****** MAIN BODY ******/
.main-body-wrapper {
  background: #e9e9e9 url('/themes/default/images/main-section-top.png') left top repeat-x;
  border-bottom: 2px solid #8aa0b6;
  padding-bottom: 30px;
}
/****** WHAT'S NEW ******/
.whats-new {
  border: 4px solid #a6bdd3;
  border-radius: 3px;
  padding: 15px 30px;
  background-color: #fff;
}
.whats-new h2 {
  margin-top: 0;
}
.whats-new header a.view-all {
  position: absolute;
  background-color: #111C36;
  color: #fff;
  font-weight: lighter;
  font-size: 30px;
  bottom: 25px;
  left: 20px;
  margin: 0;
  z-index: 4;
  padding: 10px;
  text-decoration: none;
}
.whats-new header a.view-all:hover {
  background-color: #a6bdd3;
}
.whats-new header a.btn {
  position: absolute;
  bottom: 38px;
  z-index: 4;
  right: 30px;
}
.whats-new header a.btn:hover {
  background-color: #a6bdd3;
}
.whats-new .picture-wrapper {
  background: #333;
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
  border-radius: 3px;
  transition: 0.3s ease-in-out all;
}
.whats-new .picture-wrapper:hover {
  background: #111C36;
}
.whats-new .picture-wrapper:hover .content-container {
  border-color: #111C36;
}
.whats-new .picture-wrapper h3 {
  margin: 0.3em 0 0.3em;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.whats-new .picture-wrapper .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  backdrop-filter: blur(12px);
  z-index: 0;
}
.whats-new .picture-wrapper .content-container {
  transition: 0.3s ease-in-out all;
  width: 100%;
  position: relative;
  border-color: #333;
  border-radius: 3px;
  padding-bottom: 66.66%;
}
.whats-new .picture-wrapper .content-container a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whats-new .picture-wrapper .content-container img {
  z-index: 1;
  max-height: 100%;
  max-width: 100%;
}
/****** SLIDER ******/
.slider .slides li {
  margin-bottom: 54px;
}
.slider .slides li h4 {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #a6bdd3;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 10px;
  font-weight: bold;
  font-size: 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.slider .slides li button {
  z-index: 20;
  position: absolute;
  bottom: 40px;
  right: 50px;
}
.flex-control-nav {
  bottom: 38px;
  z-index: 3;
}
.flex-control-paging li a {
  background: #fff;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover {
  background: #a6bdd3;
}
/****** EDITORS CHOICE ******/
.editors-choice header {
  background-color: #111C36;
  padding: 30px;
  min-height: 243px;
}
.editors-choice header h3 {
  color: #fff;
  margin: 0 0 20px;
  font-size: 30px;
  font-weight: lighter;
}
.editors-choice header h4 {
  color: #fff;
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: bold;
}
.editors-choice header p {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
}
.editors-choice .image-wrapper .btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
/****** WIDGET ******/
.widget-wrapper {
  margin-bottom: 30px;
}
.widget-wrapper .widget {
  padding-bottom: 100px;
}
.widget-wrapper .widget h4 {
  background-color: #8aa0b6;
  color: #fff;
  font-size: 25px;
  font-weight: lighter;
  margin: 0;
  padding: 15px 10px 25px;
}
.widget-wrapper .widget .btn {
  margin: 0 auto;
  display: block;
  width: 88%;
  position: relative;
}
.widget-wrapper .widget p {
  margin: 0 10px 0;
}
.widget-wrapper .join-widget {
  background: url('/themes/default/images/air-britain-join-bg.jpg') bottom center no-repeat;
  background-size: contain;
  padding-bottom: 111px;
}
.widget-wrapper .join-widget .btn {
  top: -15px;
}
.widget-wrapper .system-status-widget {
  padding-bottom: 15px;
}
.widget-wrapper .system-status-widget h4 {
  font-size: 22px;
  padding-bottom: 10px;
}
.widget-wrapper .system-status-widget p {
  margin-top: 10px;
  font-size: 14px;
}
.widget-wrapper .publications-widget {
  padding-bottom: 10px;
}
.widget-wrapper .publications-widget p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
}
.widget-wrapper .publications-widget img {
  margin: 0 6% 10px;
  width: 88%;
  max-width: 100%;
}
/****** FACEBOOK ******/
.facebook-button {
  margin: 18px 0;
}
.facebook-button h3 {
  clear: none;
  display: inline-block;
  margin: 0;
  position: relative;
  top: 5px;
}
.facebook-button a {
  color: #3c5b9b;
}
.facebook-button a:hover {
  color: #8E4151;
}
/****** MOST POPULAR ******/
.most-popular {
  border-bottom: 3px solid #111C36;
  margin-bottom: 40px;
  overflow: hidden;
  padding: 15px;
}
.most-popular header {
  position: relative;
  margin: 30px 0 10px;
}
.most-popular header h2 {
  margin: 0;
}
.most-popular header .btn {
  float: right;
}
.most-popular .picture-wrapper .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  backdrop-filter: blur(12px);
  z-index: 0;
}
.most-popular .picture-wrapper .content-container {
  width: 100%;
  position: relative;
  padding-bottom: 66.66%;
}
.most-popular .picture-wrapper .content-container a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.most-popular .picture-wrapper .content-container img {
  z-index: 1;
  max-height: 100%;
  max-width: 100%;
}
.most-popular .picture-wrapper h4 {
  font-style: italic;
  font-size: 14px;
  margin: 10px 0 15px;
  color: #111C36;
  text-align: center;
  font-weight: normal;
}
/****** PICTURE LISTINGS ******/
ol.picture_listings {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ol.picture_listings li.picture_entry {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ol.picture_listings li.picture_entry .picture_entry_wrapper {
  margin: 0 0 30px;
}
ol.picture_listings li.picture_entry .picture_entry_wrapper .google-auto-placed {
  display: none;
}
ol.picture_listings li.picture_entry .picture_entry_wrapper .picture_entry_inner {
  background-color: #111C36;
}
ol.picture_listings li.picture_entry .picture_entry_wrapper .picture_entry_inner a.listing_image_wrapper {
  display: block;
  clear: both;
  position: relative;
  max-height: 231px;
  overflow: hidden;
}
ol.picture_listings li.picture_entry .picture_entry_wrapper .picture_entry_inner a.listing_image_wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: transparent;
  font-size: 96px;
  padding-top: 13%;
  transition: all 0.3s ease;
}
ol.picture_listings li.picture_entry .picture_entry_wrapper .picture_entry_inner a.listing_image_wrapper:hover .overlay {
  color: #fff;
  background-color: rgba(17, 28, 54, 0.6);
}
ol.picture_listings li.picture_entry .picture_entry_wrapper .picture_entry_inner .picture-details {
  color: #a6bdd3;
  margin-bottom: 25px;
}
ol.picture_listings li.picture_entry .picture_entry_wrapper .picture_entry_inner .picture-details p {
  margin-left: 15px;
  font-size: 13px;
}
ol.picture_listings li.picture_entry .picture_entry_wrapper .picture_entry_inner .picture-details a {
  color: #fff;
  clear: right;
}
ol.picture_listings li.picture_entry .picture_entry_wrapper .picture_entry_inner .picture-details a:hover {
  color: #a6bdd3;
  text-decoration: underline;
}
ol.picture_listings li.picture_entry .picture_entry_wrapper .picture_entry_inner .picture-details .btn.full-details {
  position: absolute;
  bottom: 0;
}
ol.picture_listings li.picture_entry .picture_entry_wrapper .picture_entry_inner .picture-details .btn.full-details:hover {
  background-color: #a6bdd3;
  color: #111C36;
  text-decoration: none;
}
.pagination strong,
.pagination a {
  display: inline-block;
  padding: 5px 10px;
  margin: 5px;
  color: #fff;
  background-color: #8E4151;
}
.pagination strong {
  background-color: #111C36;
}
.pagination a:hover,
.pagination a:active,
.pagination a:focus {
  background-color: #111C36;
  text-decoration: none;
  color: #fff;
}
.single-image-container {
  background-color: #e9e9e9;
  border-bottom: #a6bdd3 2px solid;
  padding-bottom: 50px;
}
.single-image-container .picture_entry_inner {
  margin-bottom: 30px;
}
.single-image-container .picture_entry_inner a.listing_image_wrapper .overlay {
  position: absolute;
  top: 0;
  right: 0;
  color: transparent;
  font-size: 24px;
  padding: 6px 10px;
  transition: all 0.3s ease;
}
.single-image-container .picture_entry_inner a.listing_image_wrapper:hover .overlay {
  color: #fff;
  background-color: rgba(142, 65, 81, 0.8);
}
.single-image-container table#hit_stats {
  font-size: 0.8em;
}
.single-image-container table#hit_stats tr td.heading {
  font-weight: bold;
  padding-right: 5px;
}
.single-image-container table#hit_stats tr td.data {
  text-align: right;
}
.single-image-container .btn-back {
  margin-top: 30px;
}
/****** PICTURES SORT ******/
.search-summary-sort {
  margin: 30px 0 15px;
}
.pictures_sort form .form-group {
  min-width: 500px;
}
fieldset {
  margin-bottom: 20px;
  display: block;
}
fieldset > legend {
  margin-bottom: 10px;
}
fieldset label {
  margin-top: 10px;
}
fieldset label.minor {
  font-weight: normal;
  margin-top: 0;
}
fieldset input.max-width {
  width: 100%;
}
fieldset .checkbox-container {
  margin-top: 10px;
}
fieldset .checkbox-container label,
fieldset .checkbox-container input {
  display: inline;
}
/****** UPLOAD PAGE ******/
.lookup {
  position: relative;
  top: -1px;
  margin-left: 10px;
}
#other_images .aircraft-entry {
  padding: 5px;
}
#other_images .aircraft-entry:nth-of-type(odd) {
  background-color: #f0f0f0;
}
#other_images .aircraft-entry h5 {
  margin-bottom: 0;
}
.ui-tooltip,
.arrow:after {
  background: #e7ecf8;
}
.ui-tooltip {
  padding: 10px 20px;
  color: #222;
  box-shadow: 0 0 4px #e7ecf8;
  font-size: 12px;
  border: none;
}
.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.arrow.top {
  top: -16px;
  bottom: auto;
}
.arrow.left {
  left: 20%;
}
.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow.top:after {
  bottom: -20px;
  top: auto;
}
/****** FOOTER ******/
footer.main {
  padding: 50px 0;
  border-bottom: #8aa0b6 solid 5px;
}
footer.main ul {
  display: inline-block;
  list-style-type: none;
  width: 100%;
}
footer.main ul li {
  display: inline;
  clear: none;
  margin: 15px;
}
footer.main ul li a {
  color: #111C36;
  text-transform: uppercase;
  font-size: 13px;
}
footer.main ul li a:hover {
  color: #8E4151;
}
footer.main .copyright span {
  font-size: 13px;
  color: #111C36;
  padding-top: 10px;
  margin-top: 10px;
  border-top: #8aa0b6 1px solid;
  text-transform: uppercase;
  display: inline-block;
}
/* RESET NAVBAR COLLAPSE POINT */
@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  ol.picture_listings li.picture_entry .picture_entry_wrapper .picture_entry_inner a.listing_image_wrapper {
    max-height: 186px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .header-container .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .header-container .container header.main {
    text-align: center;
  }
  .header-container .container header.main .navbar-default .brand {
    text-align: center;
    float: none;
    width: 100%;
    border-top: #8aa0b6 1px solid;
    height: 71px;
  }
  .header-container .container header.main .navbar-default .brand h1 {
    border-right: #8aa0b6 1px solid;
    height: 70px;
    padding-right: 10px;
  }
  .header-container .container header.main .navbar-default .brand h1 a {
    height: 41px;
    top: -21px;
  }
  .header-container .container header.main .navbar-default .brand h2 {
    border-right: none;
    padding: 0 10px;
  }
  .header-container .container header.main .navbar-default .brand h2 a {
    height: 50px;
    width: 98px;
    top: -21px;
  }
  .header-container .container header.main .navbar-default .navbar-collapse {
    border-top: 0;
    text-align: left;
    padding: 0;
    position: absolute;
    left: 0;
    top: 40px;
    background-color: #a6bdd3;
    z-index: 1;
  }
  .header-container .container header.main .navbar-default .navbar-collapse ul.nav.nav-pills {
    margin-top: 0;
    float: none !important;
    display: inline-block;
  }
  .header-container .container header.main .navbar-default .navbar-collapse ul.nav.nav-pills > li {
    clear: right;
    float: none;
    border-bottom: #fff 1px solid;
    background-color: #111C36;
  }
  .header-container .container header.main .navbar-default .navbar-collapse ul.nav.nav-pills > li + li {
    margin-left: 0;
  }
  .header-container .container header.main .navbar-default .navbar-collapse ul.nav.nav-pills > li:last-of-type {
    border-bottom: none;
  }
  .header-container .container header.main .navbar-default .navbar-collapse ul.nav.nav-pills > li > a {
    color: #fff;
    padding: 10px 20px;
    border-radius: 0;
  }
  .header-container .container header.main .navbar-default .navbar-collapse ul.nav.nav-pills > li > a:hover,
  .header-container .container header.main .navbar-default .navbar-collapse ul.nav.nav-pills > li > a:focus,
  .header-container .container header.main .navbar-default .navbar-collapse ul.nav.nav-pills > li > a:active {
    background-color: #8E4151;
    color: #fff;
  }
  .top-banner-wrapper.general {
    height: 220px;
  }
  .top-banner-wrapper.general .top-banner .overlay h2 {
    font-size: 50px;
  }
  .top-banner-wrapper.general .top-banner .overlay h3 {
    font-size: 40px;
  }
  .top-banner-wrapper.general .top-banner .search-box {
    margin-bottom: 10px;
  }
  .top-banner-wrapper.home .top-banner .overlay {
    margin-top: 30px;
  }
  .top-banner-wrapper.home .top-banner .overlay h3 {
    font-size: 46px;
  }
  .top-banner-wrapper.home .search-box {
    z-index: 100;
  }
  .widget-wrapper {
    margin-top: 30px;
  }
  .widget-wrapper .join-widget,
  .widget-wrapper .publications-widget {
    background: none;
    padding-bottom: 30px;
  }
  ol.picture_listings li.picture_entry .picture_entry_wrapper .picture_entry_inner a.listing_image_wrapper {
    max-height: none;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .top-banner-wrapper.general {
    height: 150px;
  }
  .top-banner-wrapper.general .top-banner .overlay {
    margin-top: 30px;
  }
  .top-banner-wrapper.general .top-banner .overlay h2 {
    font-size: 40px;
  }
  .top-banner-wrapper.general .top-banner .overlay h3 {
    font-size: 30px;
  }
  .top-banner-wrapper.general .top-banner .search-box {
    left: 0;
    top: 43px;
    background-color: #111C36;
  }
  .top-banner-wrapper.home {
    height: auto;
    min-height: auto;
  }
  .top-banner-wrapper.home .top-banner .overlay {
    margin-top: 30px;
  }
  .top-banner-wrapper.home .top-banner .overlay h2 {
    font-size: 40px;
  }
  .top-banner-wrapper.home .top-banner .overlay h3 {
    font-size: 24px;
  }
  .top-banner-wrapper.home .top-banner .search-box {
    position: relative;
    background-color: #111C36;
  }
  .whats-new {
    padding: 15px;
  }
  .search-summary-sort {
    margin-top: 200px;
  }
  .search-summary-sort .pictures_sort form .form-group {
    width: 100%;
  }
  .about-us-wrapper {
    margin-top: 0px;
  }
  .pictures_sort form .form-group {
    min-width: auto;
  }
  .pictures_sort form .form-group .form-control {
    margin-bottom: 5px;
  }
}
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
/*# sourceMappingURL=styles.css.map */