@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300|Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
/**  Basic Page CSS **/
body {
  font-family: 'Open Sans', sans-serif;
  background: #c1c8ce;
  background: -moz-linear-gradient(top, #c1c8ce 0%, #c1c8ce 11%, #ffffff 86%, #ffffff 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #c1c8ce), color-stop(11%, #c1c8ce), color-stop(86%, #ffffff), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #c1c8ce 0%, #c1c8ce 11%, #ffffff 86%, #ffffff 100%);
  background: -o-linear-gradient(top, #c1c8ce 0%, #c1c8ce 11%, #ffffff 86%, #ffffff 100%);
  background: -ms-linear-gradient(top, #c1c8ce 0%, #c1c8ce 11%, #ffffff 86%, #ffffff 100%);
  background: linear-gradient(to bottom, #c1c8ce 0%, #c1c8ce 11%, #ffffff 86%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c8ce', endColorstr='#ffffff', GradientType=0);
  background-repeat: no-repeat;
  font-weight: 400;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 1px;
  color: #444;
  margin: 0;
  margin-left: -0.1em;
}
.h2,
h2 {
  padding-top: 6px;
}
.h3,
h3 {
  padding-top: 12px;
}
.headerImage {
  background-color: #ffffff;
  border-bottom: 5px solid #748692;
}
.navbar {
  margin-bottom: 0;
}
.navbar-inverse {
  background-color: #d5dce4;
  background-image: none;
  border-color: transparent;
}
.navbar-inverse li {
  border: none !important;
}
.navbar-inverse li.active a {
  background: none !important;
  box-shadow: none !important;
}
.navbar-inverse .navbar-nav>li>a {
    color: #3a4147;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #909da8;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #909da8;
}
.content .container {
  background-color: #fff;
}
footer {
  background-color: #1a181b;
  font-size: 12px;
  color: #fff;
  min-height: 60px;
  padding-top: 10px;
  padding-bottom: 20px;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer h1,
footer h2,
footer h3,
footer h4 {
  color: #fff;
}
footer h3 {
  font-size: 20px;
  border-bottom: 1px solid #fff;
}
footer .nav > li > a {
  color: #fff;
}
footer .nav > li > a:focus,
footer .nav > li > a:hover {
  background-color: transparent !important;
  text-decoration: underline;
}
.newsItems li a {
  color: #444;
  padding-left: 0;
}
.newsItems li a:hover {
  color: #444;
  background: transparent !important;
}
.pageTitle li {
  margin: 0;
  padding: 0;
  margin-right: 5px;
}
.pageTitle li a {
  margin: 0;
  padding: 0;
}
.pageTitle li a:hover {
  background-color: transparent;
}
#landingpageContent {
  color: #fff;
  padding: 20px;
  border-radius: 20px;
}
#landingpageContent h1 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 40px;
}
.fullheight {
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
.popover-content {
  white-space: pre-line;
}
.mix a:hover {
  text-decoration: none;
}
.mix .partner {
  position: relative;
  margin-bottom: 20px;
}
.mix .partner:hover {
  outline: solid 1px #eee;
}
.mix .partner .partnerImage {
  width: 100%;
  height: 130px;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  position: relative;
}
.mix .partner .partnerImage .desc {
  position: absolute;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  font-size: .8em;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: none;
}
.mix .partner h3 {
  background: #e1e6e8;
  font-size: 14px;
  position: relative;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 5px 6px 7px 7px;
  min-height: 42px;
}
.mix .partner h3.ateam {
  background: #222b32;
  color: #e1e6e8;
}
.contactParent .contact {
  position: relative;
  margin-bottom: 20px;
}
.contactParent .contact .contactImage {
  width: 100%;
  height: 130px;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  position: relative;
}
.contactParent .contact .contactImage .desc {
  position: absolute;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  font-size: .8em;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: none;
}
.contactParent .contact h3 {
  background: #e1e6e8;
  margin: 0;
  font-size: 14px;
  position: relative;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 5px 6px 7px 7px;
  min-height: 92px;
}
.contactParent .contact h3 span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-style: normal;
}
.controls .btn {
  margin-bottom: 4px;
}
.controls .btn:focus {
  outline: none;
}
h1.pageTitle {
  background-color: #1a181b;
  color: #fff;
  font-size: 18px;
  padding: 5px 0 5px 8px;
  margin: 0 0 10px;
}
@media (max-width: 768px) {
  h1.pageTitle {
    font-size: 16px;
  }
}
.informationContent {
  padding-top: 10px;
}
.eqsubmenu li {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  margin-bottom: 4px;
}
.eqsubmenu li:last-child {
  margin-bottom: 0;
}
.eqsubmenu li a {
  color: #000;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.eqsubmenu li a.active {
  background-color: #eee;
}
.eqsubmenu li.active a {
  background: #000;
  color: #fff;
}
.eqsubmenu li.active:hover a {
  background: #444;
  color: #fff;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.carousel-caption.topCarousel {
  margin-left: -9999px;
}
.breadcrumb {
  padding: 3px 0 4px;
  margin-bottom: 0;
  list-style: none;
  background-color: #fff;
  border-radius: 0;
  font-size: .8em;
}
.navbar-form.searchForm {
  padding: 0;
  margin: 0;
}
.navbar-form.searchForm input {
  font-size: 10px;
  height: 25px;
  margin-top: 5px;
  border-radius: 0;
  text-transform: uppercase;
}
.searchResult span {
  color: #444;
}
.imageGallery {
  /*padding-left: 10px;
    padding-right: 10px;*/
}
.imageGallery img {
  /*margin-bottom: 10px;*/
}
.imageGallery .col-lg-1,
.imageGallery .col-lg-10,
.imageGallery .col-lg-11,
.imageGallery .col-lg-12,
.imageGallery .col-lg-2,
.imageGallery .col-lg-3,
.imageGallery .col-lg-4,
.imageGallery .col-lg-5,
.imageGallery .col-lg-6,
.imageGallery .col-lg-7,
.imageGallery .col-lg-8,
.imageGallery .col-lg-9,
.imageGallery .col-md-1,
.imageGallery .col-md-10,
.imageGallery .col-md-11,
.imageGallery .col-md-12,
.imageGallery .col-md-2,
.imageGallery .col-md-3,
.imageGallery .col-md-4,
.imageGallery .col-md-5,
.imageGallery .col-md-6,
.imageGallery .col-md-7,
.imageGallery .col-md-8,
.imageGallery .col-md-9,
.imageGallery .col-sm-1,
.imageGallery .col-sm-10,
.imageGallery .col-sm-11,
.imageGallery .col-sm-12,
.imageGallery .col-sm-2,
.imageGallery .col-sm-3,
.imageGallery .col-sm-4,
.imageGallery .col-sm-5,
.imageGallery .col-sm-6,
.imageGallery .col-sm-7,
.imageGallery .col-sm-8,
.imageGallery .col-sm-9,
.imageGallery .col-xs-1,
.imageGallery .col-xs-10,
.imageGallery .col-xs-11,
.imageGallery .col-xs-12,
.imageGallery .col-xs-2,
.imageGallery .col-xs-3,
.imageGallery .col-xs-4,
.imageGallery .col-xs-5,
.imageGallery .col-xs-6,
.imageGallery .col-xs-7,
.imageGallery .col-xs-8,
.imageGallery .col-xs-9 {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 15px;
}
.navbar-nav > li > a {
  text-transform: uppercase;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: .7s;
  -o-transition-duration: .7s;
  -webkit-transition-duration: .7s;
  transition-duration: .7s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control.right,
.carousel-control.left {
  background-image: none;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
  .navbar-nav > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .navbar-collapse {
    padding-left: 0;
  }
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav > li > a {
    font-size: 11px;
    padding: 7px 7px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -20px;
  }
}
@media only screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -30px;
  }
}
@media only screen and (min-width: 992px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -40px;
  }
}
@media only screen and (min-width: 1200px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -65px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -20px;
  }
}
@media only screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -30px;
  }
}
@media only screen and (min-width: 992px) {
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1200px) {
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -65px;
  }
}
/*# sourceMappingURL=main.css.map */
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
