.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.container.extra-left-right-padding {
  padding-left: 30px;
  padding-right: 30px;
}

html {
  scroll-padding-top: 100px;
  ;
}

body {
  background: #092c74;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  color: #414042;
}

.main-content {
  background: #fff;
}

#fixed-navbar {
  background: #fff;
  border-bottom: 1px solid #ddd;
}

#fixed-navbar.affix {
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.mobile-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.mobile-navbar ul {
  padding-left: 15px;
}

.mobile-navbar li {
  list-style-type: none;
}

.mobile-navbar ul.nav.navbar-nav li a,
.mobile-navbar ul.nav.navbar-nav li a:visited {
  color: #002470;
  padding-bottom: 2px;
}

.mobile-navbar ul.nav.navbar-nav li ul {
  margin-top: 0;
  padding-top: 0;
}

.mobile-navbar ul.nav.navbar-nav li ul li a,
.mobile-navbar ul.nav.navbar-nav li ul li a:visited {
  color: #808080;
}

.mobile-navbar .navbar-brand img {
  width: 40%;
}

.mobile-navbar .navbar {
  padding-top: 20px;
  background: #fff;
  margin-bottom: 0;
}


.mobile-navbar .navbar-brand {
  line-height: 75px;
  height: 75px;
  padding-top: 0;
}


@media only screen and (min-width : 768px) {
  body {
    padding-top: 0px;
  }

  .mobile-navbar {
    display: none !important;
  }

  .desktop-navbar {
    display: block !important;
  }

  .upper-header-menu {
    display: block !important;
  }
}

@media only screen and (max-width : 767px) {
  body {
    padding-top: 75px;
  }

  .mobile-navbar {
    display: block !important;
  }

  .desktop-navbar {
    display: none !important;
  }

  .upper-header-menu {
    display: none !important;
  }

  .navbar-toggle {
    border: none;
    outline: none;
  }

  .navbar-toggle:hover,
  .navbar-toggle:focus {
    background: #fff !important;
  }

}

.main-dropdown .historic-sites,
.main-dropdown .plan-journey,
.main-dropdown .resources {
  display: none;
  padding-top: 10px;
}

.main-dropdown-wrapper {
  position: absolute;
  width: 100%;
  z-index: 1000;
  background: #fff;
  margin-top: 1px;
}

.main-dropdown {
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.main-dropdown ul {
  margin-left: 0;
  padding-left: 0;
}

.main-dropdown li {
  display: inline-block;
  list-style-type: none;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

.main-dropdown li:first-child {
  margin-left: 0;
}

.main-dropdown li:last-child {
  margin-right: 0;
}

.main-dropdown li a {
  text-decoration: none;
  color: #0182c3;
}

@media only screen and (max-width : 767px) {
  .main-dropdown {
    display: none;
  }
}


.page-header {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  padding-bottom: 0;
}

.upper-header-menu {
  width: 100%;
  max-width: 1262px;
  margin: 15px auto;

}

.center-logo {
  text-align: center;
}

.center-logo img {
  width: 100%;
  margin: 0 auto;
}

.upper-header-menu .active-link-indicator {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%);
  . color: #0182c3;
  display: none;
}

.upper-header-menu li.active .active-link-indicator {
  display: block;
}

.upper-header-menu .active-link-indicator .glyphicon {
  color: #0182c3;
  font-size: 10px;
}

.upper-header-menu a,
.upper-header-menu a:visited,
.upper-header-menu a:active {
  color: #1b3c7e;
  text-decoration: none;
}

.upper-header-menu li.active a,
.upper-header-menu a:hover {
  color: #0182c3;
}

.upper-header-menu ul {
  list-style-type: none;
  padding: 0;
  margin-top: 10%;
}

.upper-header-menu ul li {
  float: left;
  text-align: center;
  position: relative;
}

.upper-header-menu .left-menu ul li {
  width: 50%;
  float: left;
}

.upper-header-menu .right-menu ul li {
  width: 33%;
  float: left;
}

.small-header-menu-wrapper {
  border-bottom: 3px solid #f9f9f9;
  background: #fff;
  z-index: 1000;
}

.has-header .small-header-menu-wrapper {
  display: none;
}

.affix .small-header-menu-wrapper {
  display: block;
}

.small-header-menu {
  width: 100%;
  margin: 5px auto;
}

.small-header-menu ul {
  margin-top: 0;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

}

.small-header-menu .left-menu {
  margin-left: 4.166665%;
}

.small-header-menu .center-logo img {
  width: 50%;
  margin: 0 auto;
}

.small-header-menu a {
  font-size: 13px;
}

.header-slider {
  padding: 0;
}

.header-background {
  width: 100%;
  height: 208px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.header-text {
  text-align: center;
  height: 208px;
}

.discover-more-section {
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 50%;
  text-align: center;
  font-weight: bold;
  transform: translateX(-50%);
}

.discover-more-section .bottom-arrow {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 20px;
  margin: 0 auto;
  font-size: 20px;
  padding-top: 5px;
  padding-left: 2px;
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  margin-top: 10px;
}

.discover-more-section a {
  color: #fff;
}

@media only screen and (max-width : 1200px) {
  .discover-more-section {
    display: none;
  }
}

@media only screen and (max-width : 480px) {
  .header-text {
    height: 180px;
  }

  .header-background {
    height: 150px;
  }
}

.header-text img {
  max-width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}


.site-detail .header-background {
  height: 510px;
}

.site-detail .header-text {
  height: 510px;
}

@media only screen and (max-width : 480px) {
  .site-detail .header-text {
    height: 250px;
  }

  .site-detail .header-background {
    height: 250px;
  }
}

.visit-box {
  margin-bottom: 15px;

}

.visit-box img {
  width: 100%;
}

.visit-box-content {
  width: 100%;
}

.visit-box-bottom {
  background: #e24307;
  color: #fff;
  padding: 6px;
  height: 52px;
  font-size: 1.2rem;
  line-height: 1.25rem;
  text-align: center;
  width: 100%;
  position: relative;
  bottom: 0px;
}

@media only screen and (min-width : 992px) and (max-width: 1200px) {

  .visit-box-bottom div.long-site-name {
    font-size: 1.05rem;
    line-height: 1.1rem;
  }
}

.visit-box-bottom div {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width : 767px) {
  .visit-box-content {
    overflow: hidden;
    position: relative;
    height: 200px;
  }

  .visit-box-bottom {
    top: 150px;
  }

  .visit-box img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.map-filter .caret {
  transform: rotate(180deg);
}

.map-filter .collapsed .caret {
  transform: rotate(0deg);
}


.map-filter h4 {
  color: #092c74;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0;
}

.map-filter a:hover {
  text-decoration: none;
}

.map-filter a {
  outline: none;
  text-decoration: none;
}

.map-filter .panel {
  border: none;
  box-shadow: none;

}

.map-filter .panel-heading {
  border: none !important;
  background: none;
  padding-left: 0;
}

.map-filter .panel-body {
  border: none !important;
  padding-left: 0;
  min-height: 300px;
}

.map-filter .panel-body img {
  width: 100%;
}

.map-filter .panel-body p {
  font-size: 1.4rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.map-filter .panel-body .filter-name {
  margin-left: -15px;
}

.map-listings {
  margin-left: 15px;
  margin-right: 15px;
}

.theme-filter-options {
  margin-right: -15px;
}

@media only screen and (min-width : 992px) {
  .map-listings {
    margin-left: -30px;
    margin-right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}


.map-listings .result-list-heading {
  background: #15377b;
  color: #fff;
  font-size: 1.7rem;
  padding-top: 20px;
  padding-bottom: 10px;
}

.result-list-title {
  text-transform: uppercase;
}

.map-listings .result-list-heading .dropdown {
  margin-top: -10px;
}

.map-listings .listing-item {
  height: 75px;
  font-size: 1.4rem;
  border-bottom: 1px solid #d5d6d9;
}

.map-listing-items a,
.map-listing-items a:hover,
.map-listing-items a:visited,
.map-listing-items a:active {
  color: #333333;
  outline: none;
}

.map-listing-items a .active .listing-name {
  color: #fff;
}

.listing-item div.col-xs-1,
.map-listings .result-list-heading div.col-xs-1 {
  padding: 0;
  width: 2%;
}


@media only screen and (min-width : 992px) {

  .listing-item div.col-xs-1,
  .map-listings .result-list-heading div.col-xs-1 {
    width: 6%;
    height: 100%;
  }

  .map-listings .listing-item {

    /*font-size: 1.6rem;*/
    border-bottom: 1px solid #d5d6d9;
  }
}

.map-listings .listing-item .listing-name {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.map-listings .col-xs-1,
.map-listings .col-xs-10 {
  height: 100%;
}

@media only screen and (min-width : 992px) and (max-width : 1200px) {
  .map-filter h4 {
    font-size: 1.33rem;
  }

  .map-filter .panel-body {
    min-height: 220px;
  }

  .map-filter .panel-body p {
    font-size: 1.3rem;
  }

  .map-listings .result-list-heading {
    font-size: 1.33rem;
    padding-top: 10px;
  }

  .map-listings .listing-item {
    font-size: 1.2rem;
    height: 55px;
  }
}


.conflict-background {
  background: #e24307;
}

.work-background {
  background: #9c6122;
}

.land-and-sea-background {
  background: #0083c2;
}

.many-faces-background {
  background: #ebb100;
}

.design-background {
  background: #9947c4;
}

.contact-bar {
  background: #3782BD;
  text-align: center;
  margin: 0 -15px 0 -15px;
  padding: 24px;
}

.contact-bar h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
  color: #fff !important;
}

.contact-bar p,
.contact-bar a {
  font-size: 13px;
  color: #fff !important;
}

.contact-bar p {
  margin-bottom: 15px;
}

.contact-bar-contact-info {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #fff !important;
}

.contact-bar-contact-info div {
  padding: 0 5px;
  display: flex;
  align-items: center;
}

.contact-bar-contact-info a {
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none !important;
}

.contact-bar-contact-info .icon {
  font-size: 20px;
}

.contact-bar-contact-info .seperator {
  background: #fff;
  width: 1px;
  height: 20px;
  padding: 0;
}



.footer {
  height: 200px;
  color: #fff;
}

.footer p {
  color: #fff;
  font-size: 1.2rem;
  padding-bottom: 5px;
}

.footer-logo img {
  width: 40%;
  margin: 0 auto;
}

.footer-social-media-icons {
  margin-top: 10px;
}

.footer-social-media-icons ul,
.footer-social-media-icons li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-social-media-icons li {
  display: inline-block;
  padding: 2px;
  outline: none !important;
}

.footer-social-media-icons li img {
  width: 30px;
  outline: none !important;
}

.footer-social-media-icons li a {
  outline: none !important;
}

.footer-contact-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  font-size: 13px;
}

.footer-contact-info div {
  padding: 0 5px;
  display: flex;
  align-items: center;
}

.footer-contact-info a {
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none !important;
}

.footer-contact-info .icon {
  font-size: 20px;
}

.footer-contact-info .seperator {
  background: #fff;
  width: 1px;
  height: 20px;
  padding: 0;
}

.large-hashtag {
  font-size: 1.8rem;
}

ul.footer-navigation {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}

ul.footer-navigation li {
  display: inline-block;
  border-left: 1px solid #fff;
  padding: 0 15px 0 15px;
}

ul.footer-navigation li:first-child {
  border: 0;
  padding-left: 0;
}

ul.footer-navigation li:last-child {
  padding-right: 0;
}

ul.footer-navigation li a {
  color: #fff;
  text-decoration: none;
}

ul.footer-navigation li a:hover {
  color: #b6caf4;
}

@media only screen and (max-width : 767px) {
  ul.footer-navigation li {
    border: 0;
    display: block;
    padding: 0;
    margin-bottom: 5px;
  }
}


#map_canvas {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.mobile-map-header {
  display: none;
}

.mobile-view-all-box {
  display: none;
}


@media only screen and (max-width : 767px) {
  .mobile-view-all-box {
    display: block;
  }

  .mobile-view-all-box .visit-box-bottom {
    top: 0;
  }
}

@media only screen and (max-width : 991px) {
  #map_canvas {
    height: 500px;
    width: 100%;
  }

  .map-column {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 10px;
  }

  .mobile-map-header {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mobile-map-header-wrapper {
    background: #fff;
  }

  .mobile-map-header .dropdown-menu {
    width: 100%;
  }

  .mobile-map-header .dropdown-menu hr {
    margin-bottom: 5px;
    margin-top: 0;
    width: 100%;

  }

  .mobile-map-header .dropdown-menu li {
    margin-bottom: 0;
    float: left;
    width: 40%;
    margin-left: 0;
  }

  .mobile-map-header .dropdown-menu li.region-choice {
    width: 33%;
  }

  .mobile-map-header .dropdown-menu ul {
    margin: 0;
    padding: 0;
  }

  .mobile-map-header .dropdown-menu h4 {
    padding-left: 20px;
    font-size: 1.7rem;
  }

  .mobile-map-header .dropdown-menu img {
    display: none;
  }

  .mobile-map-header .dropdown-menu p {
    padding-top: 3%;
  }

  .mobile-map-title {
    background: #fff;
    color: #193b77;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.light-grey-bg {
  background: #f6f6f6;
}

.icon-text-row {
  margin-bottom: 8px;
}

.icon-text-row img {
  float: left;
  width: 25px;
  height: 25px;
}

.icon-text-row div {
  float: left;
}

.icon-text-row p {
  margin: 0;
  padding: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 10px;
}

.site-information h2,
.site-information h3 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 1.9rem;
  margin-bottom: 25px;

}

.site-information h3 {
  margin-bottom: 10px;
}

.site-information .icon-text-row p {
  text-transform: uppercase;
  color: #414042;
  font-size: 1.3rem;
}

.site-information .icon-text-row a,
.site-information .icon-text-row a:hover,
.site-information .icon-text-row a:visited {
  text-decoration: none;
  color: #414042;
}


.site-information ul {
  padding-left: 15px;
  margin: 0;

}

.site-information ul li {
  font-size: 1.3rem;
}

.photo-credit p,
.disclaimer-text p {
  font-style: italic;
  color: #686868;
}


.main-site-image {
  position: relative;
}

.main-site-image .navigation-arrows {
  color: #a3a3a3;
  font-size: 30px;
  position: absolute;
  bottom: 40%;
  width: 100%;

}

.left-arrow,
.right-arrow {
  background: #fff;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.navigation-arrows .left-arrow {
  float: left;
  margin-left: 20px;
}

.navigation-arrows .right-arrow {
  float: right;
  margin-right: 20px;
}

.site-photos {
  margin-top: 10px;
}

.site-photos ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.site-photos li img {
  width: 100%;
}

.information-boxes {
  margin-left: -1%;
}



.information-box {
  background: #f6f6f6;
  color: #414042;
  width: 100%;
  float: left;
  margin-left: 1%;
  margin-bottom: 1%;
  padding: 20px;
}

@media only screen and (min-width : 768px) {
  .information-box {
    width: 49%;
  }
}

.information-box .icon {
  float: left;
  width: 30%;
}

.information-box .icon img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 10px;
}

.information-box .text {
  float: left;
  width: 70%;
  padding-left: 10%;
}


.information-box .text ul {
  margin: 0;
  padding: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 1.3rem;
}

.site-filter-menu {}

.site-filter-menu a,
.site-filter-menu a:hover,
.site-filter-menu a:visited,
.site-filter-menu a:active {
  color: #0a2d75;
  text-decoration: none;
  outline: none;
}

.site-filter-menu a.active {
  font-weight: bold;
}

.site-filter-menu .menu-category {
  display: inline-block;
  padding: 5px;
}

.site-filter-menu .sub-menu {
  display: none;
}

.site-filter-menu .sub-menu.active {
  display: inline-block;
}

.site-filter-menu .sub-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.site-filter-menu .sub-menu ul li {
  margin: 0;
  padding: 0 5px 5px 5px;
  display: inline-block;
}

.site-summary-text {
  width: 50%;
  margin: 0 auto;
}


@media only screen and (max-width : 1200px) {
  .site-summary-text {
    width: 90%;
  }
}

.annual-events ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.annual-events li {
  margin-bottom: 10px;
}

.annual-events li a {
  text-decoration: none;
  font-weight: normal;
  color: #414042;
  border: none;
  outline: none;
  font-size: 1.4rem;
}

.annual-events li a span {
  font-weight: bold;
}

.travel-opportunities .same-height-img {
  height: 70px;
  position: relative;
}

.travel-opportunities .same-height-img img {
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}


p {
  font-size: 1.3rem;
  color: #414042;

}

h2 {
  color: #092c74;
  font-weight: bold;
  font-size: 2rem;
}

h4 {
  color: #414042;
  font-weight: bold;
}

h4 span {
  color: #414042;
  font-weight: 400;
  font-style: italic;
}


.blog h4 {
  margin-top: 0;
  font-weight: bold;
}



.btn-outline {
  background-color: transparent;
  color: inherit;
  transition: none;
}

.btn-primary.btn-outline {
  color: #092c74;
  border-color: #092c74;
}

.btn-success.btn-outline {
  color: #5cb85c;
}

.btn-info.btn-outline {
  color: #5bc0de;
}

.btn-warning.btn-outline {
  color: #f0ad4e;
}

.btn-danger.btn-outline {
  color: #d9534f;
}

.btn.btn-primary.btn-outline:hover {
  background-color: #092c74 !important;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff;
}

#homepage-slider .btn-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#homepage-slider .btn-primary {
  margin-top: 80px;
  width: 114px;
  height: 31px;
  font-size: 13px;
  background: #fff;
  color: #092C74;
  border: 0;
  outline: 0;
}

@media only screen and (min-width : 545px) {
  #homepage-slider .btn-primary {
    margin-top: 100px;
  }
}

@media only screen and (min-width : 800px) {
  #homepage-slider .btn-primary {
    margin-top: 140px;
    padding-top: 8px;
    /* top: 64%;
    left: 50%;
    transform: translate(-50%, -64%);
    */
    width: 154px;
    height: 39px;
    font-size: 16px;
  }
}

@media only screen and (min-width : 1200px) {
  #homepage-slider .btn-primary {
    margin-top: 200px;
  }
}

#homepage-slider .btn-primary:hover {
  background: #092C74;
  color: #fff;
}

.callout-box {
  background: #3B82BD;
}

.callout-box .content-wrapper {
  width: 65%;
  max-width: 640px;
  margin: 0 auto;
  padding: 40px 0;
}

.callout-box p,
.callout-box h3 {
  color: #fff;
  text-align: center;
}

.callout-box h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px 0;
}

.callout-box p {
  font-size: 13px;
  line-height: 18px;
  margin: 0;
}

.grey-callout {
  background-color: #F2F2F2;
}

.grey-callout .content-wrapper {
  max-width: 1086px;
}

.grey-callout p {
  color: #414042;
}

.grey-callout h6 {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #092C74;
  margin-bottom: 5px;
}

.gallery-thumb {
  cursor: pointer;
  padding-bottom: 10px;
}

.itinerary-box img {
  border: 1px solid #ddd;
}

.itinerary-box h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 0;
}

.itinerary-box p {
  font-size: 13px;
  line-height: 18px;
  padding-top: 0;
}

.itinerary-heading h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  color: #092C74;
  text-transform: uppercase;
  margin-bottom: 0;
}

.itinerary-heading h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
}

.itinerary-heading p {
  font-size: 13px;
  line-height: 18px;
}

.itinerary-day h5 {
  color: #092C74;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.itinerary-day p {
  font-size: 13px;
  line-height: 18px;
}

.itinerary-next-previous a {
  color: #092C74;
  font-size: 13px;
}

.itinerary-additional-description h6 {
  color: #092C74;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.itinerary-additional-description p {
  font-size: 13px;
  line-height: 18px;
}

.itinerary-additional-description-divider {
  border-bottom: 1px solid #707070;
  width: 150px;
}

@media screen and (min-width: 992px) {
  .itinerary-map-column {
    min-height: 550px;
  }
}


@media screen and (max-width: 380px) {
  .col-xxs-12 {
    width: 100%;
  }

  .col-xxs-12 img {
    width: 100%;
  }
}

#site-text-search {
  padding-top: 10px;
}

#site-text-search .form-control:focus {
  border-color: #ccc;
  box-shadow: none;
}

.no-results {
  padding: 60px 15px;
  border: 1px solid #ddd;
  font-weight: bold;
}

.no-results p:last-child {
  margin: 0;
}

.reset-filters-link {
  color: #092c74 !important;
  font-size: 11px;
  display: block;
  float: right;
  background: #fff;
  padding: 4px;
  text-transform: uppercase;
  text-decoration: none !important;
  margin-top: -3px;
  margin-right: 5px;
}

.not-visible-warning {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: red !important;
  padding: 2px;
}

.not-visible-warning p {
  color: #fff !important;
  margin: 0;
}