.qx-section-parallax {
  position: relative;
}

.qx-btn {
  font-size: 16px;
  border-radius: 0;
  padding: 10px 25px;
}
.qx-btn.qx-btn-primary {
  background: #1a2980;
  border-color: #1a2980;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.qx-btn.qx-btn-primary:hover {
  background: transparent;
  border-color: #1a2980;
  color: #1a2980;
}
.qx-btn.qx-btn-primary:focus {
  outline: 0;
}
.qx-btn.qx-btn-info {
  background: transparent;
  border-color: #1a2980;
  color: #1a2980;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.qx-btn.qx-btn-info:hover {
  background: #1a2980;
  border-color: #1a2980;
  color: #ffffff;
}
.qx-btn.qx-btn-info:focus {
  outline: 0;
}

.qx-element-blurb h4 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.qx-element-blurb:hover h4 {
  color: #1a2980;
}
.qx-element-blurb:hover .qx-image {
  animation: shake 0.82s cubic-bezier(0.36, 0.07000000000000001, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

.qx-element-slider-pro .slick-slider {
  margin-bottom: 0;
}
.qx-element-slider-pro .slick-slider .qx-slide {
  background-size: cover !important;
}
.qx-element-slider-pro h2 {
  font-size: 60px;
}
.qx-element-slider-pro h3 {
  font-size: 26px;
}
.qx-element-slider-pro .qx-slide__content {
  margin: 18px 0 45px;
}
.qx-element-slider-pro .slick-dots {
  bottom: 100px;
}

.qx-element-tabs .tabs {
  margin: 0 0 10px;
}
.qx-element-tabs li.tab a {
  text-transform: uppercase;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
}

.qx-element-carousel .slick-next {
  right: -30px;
}
.qx-element-carousel .slick-prev {
  left: -30px;
}
.qx-element-carousel .slick-prev,
.qx-element-carousel .slick-next {
  margin-top: 3px;
}
.qx-element-carousel .slick-prev:before,
.qx-element-carousel .slick-next:before {
  border: 0;
}
.qx-element-carousel .slick-slide img {
  opacity: .5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.qx-element-carousel .slick-slide img:hover {
  opacity: 1;
}

.qx-element-person {
  clear: both;
  overflow: hidden;
}
.qx-element-person .qx-person-img {
  float: left;
  margin-right: 30px;
}

.qx-element-number-counter {
  position: relative;
  margin-bottom: 30px;
}
.qx-element-number-counter .qx-img {
  opacity: .1;
}
.qx-element-number-counter .qx-counter-info {
  color: #ffffff;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}
.qx-element-number-counter .qx-counter-info .qx-nc-number {
  font-family: 'Lora', serif;
  font-size: 52px;
  line-height: 45px;
}
.qx-element-number-counter .qx-counter-info .qx-nc-title {
  font-size: 16px;
  text-transform: uppercase;
}

.qx-element-service {
  position: relative;
  background: #ffffff;
  height: 268px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}
.qx-element-service .qx-img {
  line-height: 268px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.qx-element-service:hover .overlay {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.qx-element-service:hover .qx-img {
  -webkit-transform: scale(2.5);
  -moz-transform: scale(2.5);
  -ms-transform: scale(2.5);
  -o-transform: scale(2.5);
  transform: scale(2.5);
  opacity: .1;
}
.qx-element-service .overlay {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.qx-element-service .qx-info {
  position: absolute;
  padding: 30px;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.qx-element-service .qx-info h4 {
  font-size: 16px;
}

.qx-element-accordion .collapsible-header {
  min-height: 4rem;
  font-size: inherit;
  line-height: 4rem;
}
.qx-element-accordion .collapsible-body {
  font-size: inherit;
  line-height: inherit;
}

.qx-element-joomla-articles a:hover {
  color: #1a2980;
}
.qx-element-joomla-articles .qx-media-heading {
  font-size: 18px;
}
.qx-element-joomla-articles .qx-media-heading a {
  color: #444;
}
.qx-element-joomla-articles .qx-media-heading a:hover {
  color: #1a2980;
}
.qx-element-joomla-articles .qx-btn-default {
  background: transparent;
  padding: 0;
  border: 0;
}
.qx-element-joomla-articles.qx-layout-grid .qx-media-heading {
  margin-top: 20px;
}
.qx-element-joomla-articles.qx-layout-grid .qx-element-jarticle-introtext {
  margin-top: 20px;
}
.qx-element-joomla-articles.qx-layout-list .qx-media {
  margin-top: 20px;
}
.qx-element-joomla-articles.qx-layout-list .qx-element-jarticle-date {
  color: #6b6b6b;
}

.qx-element-space {
  margin: 0;
}

.qx-element-headlines-slide span {
  color: #1a2980;
}

.qx-element-infinito-filterable-gallery .qx-fg-filter {
  float: left;
  text-align: left;
}
.qx-element-infinito-filterable-gallery .qx-fg-filter li {
  display: block;
}
.qx-element-infinito-filterable-gallery .qx-fg-filter li a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #212121;
}
.qx-element-infinito-filterable-gallery .qx-fg-filter li a.btn {
  border: 0;
  padding: 8px 20px;
}
.qx-element-infinito-filterable-gallery .qx-fg-filter li a.btn.active {
  background: transparent;
  border-left: 5px solid #1a2980;
  border-radius: 0;
  padding-left: 15px;
}
.qx-element-infinito-filterable-gallery .qx-fg-filter li a.btn.active,
.qx-element-infinito-filterable-gallery .qx-fg-filter li a.btn:hover {
  color: #1a2980;
}
.qx-element-infinito-filterable-gallery .qx-fg-items {
  width: 80%;
  float: right;
}
.qx-element-infinito-filterable-gallery .qx-fg-items .qx-fg-wrap {
  background: #ffffff;
  padding: 10px;
  box-shadow: 3px 3px 10px #6f6f6f;
}
.qx-element-infinito-filterable-gallery .qx-fg-items .qx-fg-wrap .qx-overlay-background {
  background: rgba(255, 255, 255, 0.9);
}
.qx-element-infinito-filterable-gallery .qx-fg-items .qx-fg-wrap .qx-fg-content {
  color: #18191b;
  font-size: 14px;
}
.qx-element-infinito-filterable-gallery .qx-fg-items .qx-fg-wrap .qx-fg-content .qx-fg-title {
  font-size: 16px;
}

.qx-element-filterable-gallery .qx-fg-filter {
  text-align: left;
  margin: 20px 0 35px;
}
.qx-element-filterable-gallery .qx-fg-filter li a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #212121;
}
.qx-element-filterable-gallery .qx-fg-filter li a.btn {
  border: 0;
  padding: 8px 0;
  margin-right: 15px;
}
.qx-element-filterable-gallery .qx-fg-filter li a.btn.active {
  background: transparent;
  border-bottom: 3px solid #1a2980;
  border-radius: 0;
  padding-bottom: 5px;
}
.qx-element-filterable-gallery .qx-fg-filter li a.btn.active,
.qx-element-filterable-gallery .qx-fg-filter li a.btn:hover {
  color: #1a2980;
}
.qx-element-filterable-gallery .qx-fg-items .qx-fg-item {
  padding: 0;
  margin: 0;
}
.qx-element-filterable-gallery .qx-fg-items .qx-fg-item .qx-overlay-panel.qx-overlay-background {
  background: #fff;
  padding: 10px;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
}
.qx-element-filterable-gallery .qx-fg-items .qx-fg-item .qx-overlay-panel .qx-overlay-icon:before {
  color: #1a2980;
  top: inherit;
  width: 30px;
  height: 30px;
  margin-top: 15px;
  margin-left: -15px;
  font-size: 35px;
}
.qx-element-filterable-gallery .qx-fg-items .qx-fg-item .qx-overlay-panel .qx-fg-content {
  color: #18191b;
}
.qx-element-filterable-gallery .qx-fg-items .qx-fg-item .qx-overlay-panel .qx-fg-content .qx-fg-title {
  font-size: 16px;
}
.qx-element-filterable-gallery .qx-fg-items .qx-fg-item .qx-overlay-panel .qx-fg-content .qx-fg-description {
  font-size: 14px;
}

.qx-element-text ul {
  line-height: 25px;
}
.qx-element-text ul li {
  list-style: none;
}
.qx-element-text ul li:before {
  content: "\f046";
  font-family: FontAwesome;
  padding-right: 6px;
}

.footer-section {
  background: #313131;
  color: #969595;
  font-size: 14px;
}
.footer-section a {
  color: #969595;
}
.footer-section a:hover {
  color: #ffffff;
}
.footer-section .post-meta {
  font-size: 11px;
}
.footer-section h1,
.footer-section h2,
.footer-section h3,
.footer-section h4,
.footer-section h5 {
  font-weight: 400;
}

.subscription-box .input-group {
  margin-top: 30px;
}
.subscription-box .input-group .form-control {
  border-radius: 0;
  padding: 20px;
}
.subscription-box .input-group .input-group-btn .btn {
  background: #1a2980;
  color: #fff;
  border-radius: 0;
  padding: 11px 15px;
  margin-top: 0px;
  border: 0;
  z-index: 33;
  margin-left: 5px;
}

.qx-element-countdown.multi-color-countdown {
  color: #ffffff;
  text-transform: uppercase;
}
.qx-element-countdown.multi-color-countdown span {
  font-size: 90px !important;
  line-height: 1;
}
.qx-element-countdown.multi-color-countdown .month span {
  color: #c81d90;
}
.qx-element-countdown.multi-color-countdown .days span {
  color: #3eb56b;
}
.qx-element-countdown.multi-color-countdown .hours span {
  color: #2398cc;
}
.qx-element-countdown.multi-color-countdown .minutes span {
  color: #7e299e;
}
.qx-element-countdown.multi-color-countdown .seconds span {
  color: #ffffff;
}

.qx-element-venue-slider .info {
  border-bottom: 3px solid #1a2980 !important;
}
.qx-element-eventia-tabs .tab a i {
  color: #1a2980 !important;
}
.qx-element-eventia-tabs .tab a.active {
  border-left: 3px solid #1a2980 !important;
}
.qx-element-eventia-tabs .tab a.active:before {
  border-left: 5px solid #1a2980 !important;
}
.qx-element-eventia-agenda .duration {
  color: #1a2980;
}
.ev-speak img:hover {
  border-color: #1a2980;
}
.event-info-h .qx-col-lg-3,
.event-info-h .qx-col-md-3 {
  width: 24.6%;
}
.event-info-h .qx-column {
  background: #fff;
  margin: 2px;
}
.event-info-h .qx-element-blurb {
  margin: 0;
  padding: 40px 22px;
}
.event-info-h .qx-element-blurb .qx-blurb-title {
  margin: 0;
}
.event-info-h .qx-element-blurb .qx-blurb-content p:last-child {
  margin-bottom: 0;
}
.event-info-h .qx-element-blurb .qx-media {
  display: flex;
  align-items: center;
}
.event-info-h .qx-element-blurb .qx-media > .qx-pull-left {
  padding-right: 20px;
}