@charset "utf-8";
/* CSS Document */

.navbar-default {
  background-image: linear-gradient(to right, #fff 0%, #005dab 100%);
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #0093c1;
}

.navbar-brand img {
  height: 70px;
}

.site-fs-only {
  display: none !important;
}
.site-not-fs {
  /* enabled */
}
.site-fs-not-sotic {
  display: none !important;
}
.site-tf-only {
  display: none !important;
}
.site-not-tf {
  /* enabled */
}

.func_download {
  /* enabled */
}
.func_dropbox {
  display: none;
}
.func_social {
  display: none;
}
.func_propagatechildren {
  /* enabled */
}
.func_all_lightboxes {
  display: none !important;
}
.func_register {
  display: none;
}

/* only ONE of these should be enabled */
.gallery_ppp {
  display: none !important;
}
.image_ppp {
  /* enabled */
}

/* Stewart's changes 08/03/16 */

.jumbotron {
  padding-bottom: 45px;
  padding-top: 15px;
}

.jumbotron p {
  line-height: 20px;
  font-size: 14px;
}

.home_2,
.home_3,
.home_4,
.home_5,
.home_6,
.ajax_19,
.ajax_21,
.ajax_22,
.ajax_23 {
  -webkit-box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 1);
  -moz-box-shadow: 6px 6px 5px 0px rgba(112, 108, 112, 1);
  box-shadow: 6px 6px 5px 0px rgba(112, 108, 112, 1);
  color: #fff;
}
.home_1,
.ajax_18,
.ajax_20,
.lightboxes_1 {
  background-color: #333;
  color: #fff;
}

.home_2 {
  background-color: #8d20ae;
  text-align: center;
}

.home_3 {
  background-color: #060;
  text-align: center;
}
.home_4 {
  background-color: #282a7f;
  text-align: center;
}

.home_5 {
  background-color: #990000;
}

.home_6 {
  background-color: #ff0;
  text-align: center;
  color: #000;
}

.home_6 a {
  color: #000;
}

.ajax_19 {
  background-color: #ff0;

  color: #000;
}

.ajax_20 {
  text-align: center;
}

.ajax_21 {
  background-color: #090;
}
.ajax_22 {
  background-color: #06f;
  text-align: center;
}

.ajax_23 {
  background-color: #8d20ae;
  text-align: center;
}

.remove_filter {
  line-height: 30px;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  border: 0px solid #000000;
  background-color: #333;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.remove_filter.all {
  background-color: transparent;
  margin-top: 10px;
  margin-bottom: 15px;
}

.remove_filter_conjunction {
  text-align: center;
}

.remove-fix {
  margin-top: 5px;
}
