/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  -webkit-font-smoothing: subpixel-antialiased;
}
.multi-columns-row .first-in-row {
  clear: left;
}
.multi-columns-row .col-xs-6:nth-child(2n + 3) {
  clear: left;
}
.multi-columns-row .col-xs-4:nth-child(3n + 4) {
  clear: left;
}
.multi-columns-row .col-xs-3:nth-child(4n + 5) {
  clear: left;
}
.multi-columns-row .col-xs-2:nth-child(6n + 7) {
  clear: left;
}
.multi-columns-row .col-xs-1:nth-child(12n + 13) {
  clear: left;
}
@media (min-width: 768px) {
  .multi-columns-row .col-xs-6:nth-child(2n + 3) {
    clear: none;
  }
  .multi-columns-row .col-xs-4:nth-child(3n + 4) {
    clear: none;
  }
  .multi-columns-row .col-xs-3:nth-child(4n + 5) {
    clear: none;
  }
  .multi-columns-row .col-xs-2:nth-child(6n + 7) {
    clear: none;
  }
  .multi-columns-row .col-xs-1:nth-child(12n + 13) {
    clear: none;
  }
  .multi-columns-row .col-sm-6:nth-child(2n + 3) {
    clear: left;
  }
  .multi-columns-row .col-sm-4:nth-child(3n + 4) {
    clear: left;
  }
  .multi-columns-row .col-sm-3:nth-child(4n + 5) {
    clear: left;
  }
  .multi-columns-row .col-sm-2:nth-child(6n + 7) {
    clear: left;
  }
  .multi-columns-row .col-sm-1:nth-child(12n + 13) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .multi-columns-row .col-sm-6:nth-child(2n + 3) {
    clear: none;
  }
  .multi-columns-row .col-sm-4:nth-child(3n + 4) {
    clear: none;
  }
  .multi-columns-row .col-sm-3:nth-child(4n + 5) {
    clear: none;
  }
  .multi-columns-row .col-sm-2:nth-child(6n + 7) {
    clear: none;
  }
  .multi-columns-row .col-sm-1:nth-child(12n + 13) {
    clear: none;
  }
  .multi-columns-row .col-md-6:nth-child(2n + 3) {
    clear: left;
  }
  .multi-columns-row .col-md-4:nth-child(3n + 4) {
    clear: left;
  }
  .multi-columns-row .col-md-3:nth-child(4n + 5) {
    clear: left;
  }
  .multi-columns-row .col-md-2:nth-child(6n + 7) {
    clear: left;
  }
  .multi-columns-row .col-md-1:nth-child(12n + 13) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .multi-columns-row .col-md-6:nth-child(2n + 3) {
    clear: none;
  }
  .multi-columns-row .col-md-4:nth-child(3n + 4) {
    clear: none;
  }
  .multi-columns-row .col-md-3:nth-child(4n + 5) {
    clear: none;
  }
  .multi-columns-row .col-md-2:nth-child(6n + 7) {
    clear: none;
  }
  .multi-columns-row .col-md-1:nth-child(12n + 13) {
    clear: none;
  }
  .multi-columns-row .col-lg-6:nth-child(2n + 3) {
    clear: left;
  }
  .multi-columns-row .col-lg-4:nth-child(3n + 4) {
    clear: left;
  }
  .multi-columns-row .col-lg-3:nth-child(4n + 5) {
    clear: left;
  }
  .multi-columns-row .col-lg-2:nth-child(6n + 7) {
    clear: left;
  }
  .multi-columns-row .col-lg-1:nth-child(12n + 13) {
    clear: left;
  }
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control {
  width: 10%;
}
.glyphicon {
  font-family: 'Pe-icon-7-stroke';
}
.glyphicon-chevron-left,
.glyphicon-chevron-right {
  font-size: 60px !important;
  top: 45% !important;
}
.glyphicon-chevron-left:before {
  content: "\e686";
}
.glyphicon-chevron-right:before {
  content: "\e684";
}
.carousel .item {
  height: 450px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel-text {
  height: 450px;
  line-height: 450px;
  vertical-align: middle;
}
.carousel-text p {
  width: 100%;
  z-index: 1;
  font-size: 26px;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1.1px;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5), 0px -5px 35px rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .carousel-text p {
    font-size: 22px;
  }
}
.carousel-text p a {
  text-shadow: none !important;
}
.image-wrapper {
  position: relative;
}
.over-text p {
  position: absolute;
  top: 150px;
  width: 100%;
  z-index: 1;
  font-size: 26px;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1.1px;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5), 0px -5px 35px rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .over-text p {
    top: 35px;
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .over-text p {
    top: 60px;
  }
}
#service-content p,
#about-us p,
#news p,
.entry-content p,
#about-us .container p {
  line-height: 1.8 !important;
}
#service-content li {
  padding-bottom: 10px;
}
.content-wrapper ul,
.panel-body ul,
.content-wrapper ul li,
.panel-body ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.content-wrapper ul,
.panel-body ul {
  margin: 2em 0;
}
.content-wrapper ul li,
.panel-body ul li {
  margin: 1em;
  margin-left: 3em;
}
.content-wrapper ul li:before,
.panel-body ul li:before  {
  content: '\2022';
  float: left;
  margin-left: -1.5em;
  color: #fa383a;
}
.service-over-text p {
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: 1;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1.1px;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5), 0px -5px 35px rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .service-over-text p {
    top: 35px;
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-over-text p {
    top: 60px;
  }
}
.carousel-control {
  z-index: 3;
}
body {
  letter-spacing: .5px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .row-eq-height {
    display: block;
  }
}
h1,
h2,
h3 {
  text-transform: uppercase;
  font-weight: 600 !important;
  color: #006681 !important;
}
h5 {
  font-size: 1.1em;
  font-weight: 600;
  color: #006681;
  margin-top: 15px;
}
h3 {
  font-size: 1.2em;
  color: #006681;
}
h2 {
  font-size: 1.7em;
  color: #006681;
  text-align: center;
  margin-bottom: 50px;
}
h2.red:after {
  background: #fa383a;
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  width: 100px;
  text-align: center;
  left: 50%;
  margin-left: -50px;
  margin-top: 20px;
}
h2.text-left.red:after {
  left: 0;
  margin-left: 0;
  width: 50px;
}
h3.title {
  padding-bottom: 40px;
}
.sidebar h2.text-left.red:after {
  left: 0;
  margin-left: 15px;
  width: 100px;
}
h1 {
  font-size: 1.8em;
}
p {
  margin: 0 0 20px;
}
strong {
  color: #006681 !important;
}
.redtext {
  color: #fa383a !important;
}
a {
  -webkit-transition: color 0.6s ease;
  -moz-transition: color 0.6s ease;
  transition: color 0.6s ease;
}
.navbar-default {
  background: #006681;
  text-transform: uppercase;
  border-color: #006681;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  -webkit-transition: color 0.6s ease;
  -moz-transition: color 0.6s ease;
  transition: color 0.6s ease;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    padding-left: 9px;
    padding-right: 9px;
  }
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #e6e6e6;
}
li.menu-item-has-children {
  content: "\2022";
}
@media (max-width: 992px) {
  #main-nav ul.page-menu {
    text-align: center;
  }
}
.navbar-brand {
  padding-top: 30px;
}
.custom-toggle {
  color: #fff !important;
}
.custom-toggle:hover {
  color: #006681 !important;
}
@media (max-width: 767px) {
  .navbar-brand img {
    width: 240px;
    padding-top: 5px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .navbar-brand img {
    width: 205px;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .navbar-nav > li > .main-has-dropdown {
    text-align: center;
    border-top: none;
    background-color: #007a9b !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav > li > .main-has-dropdown {
    text-align: center;
    border-top: none;
    background-color: #007a9b !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav > li > .main-has-dropdown {
    border-top: 3px solid red;
  }
}
@media (min-width: 1200px) {
  .navbar-nav > li > .main-has-dropdown {
    border-top: 3px solid red;
  }
}
@media (min-width: 992px) {
  #main-nav ul li.current-menu-item,
  #main-nav ul li.current-menu-parent {
    border-bottom: 3px solid #fff;
    margin-bottom: -1px;
  }
}
ul.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
ul.dropdown-menu a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #006681;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 15px 10px 25px;
  }
}
.navbar-right .main-has-dropdown {
  left: 0;
  right: auto;
}
.navbar-fixed-top .navbar-collapse {
  max-height: 490px;
}
.green {
  color: #61940f;
}
.red-text {
  color: #fa383a;
}
section {
  margin: 40px auto;
}
body {
  margin-top: 100px;
}
.grey-bg {
  background-color: #e5e5e5;
}
.breadcrumb {
  background-color: #e5e5e5;
  margin: 15px 0;
}
#main-slideshow img {
  margin: auto;
}
#client-logo img {
  padding: 0px 20px;
}
#expertise p {
  margin-bottom: 40px;
}
.cap {
  text-transform: uppercase;
}
.btn-red {
  color: #fff;
  background-color: #fa383a;
  text-transform: uppercase;
  padding: 10px 50px;
  border-radius: 0;
  margin-right: 10px;
  font-size: 14px;
  margin-top: 5px;
  -webkit-transition: background 0.6s ease;
  -moz-transition: background 0.6s ease;
  transition: background 0.6s ease;
}
.btn-red:hover,
.btn-red:focus,
.btn-red.focus,
.btn-red:active,
.btn-red.active {
  background-color: #d60508;
  color: #fff;
}
.btn-red-ghost {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  text-transform: uppercase;
  padding: 10px 50px;
  border-radius: 0;
  font-size: 15px;
  margin-top: 15px;
  -webkit-transition: background 0.6s ease;
  -moz-transition: background 0.6s ease;
  transition: background 0.6s ease;
  font-weight: 600;
}
.btn-red-ghost:hover,
.btn-red-ghost:focus,
.btn-red-ghost.focus,
.btn-red-ghost:active,
.btn-red-ghost.active {
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}
.form-control {
  border-radius: 0;
}
.btn-green,
.gform_button {
  color: #fff;
  background-color: #61940f;
  text-transform: uppercase;
  padding: 10px 50px;
  border-radius: 0;
  margin-right: 10px;
  font-size: 14px;
  border: none;
}
#our-projects p {
  margin-bottom: 30px;
}
.label {
  color: #006681;
  font-size: 0.8em;
  text-transform: uppercase;
  padding: .4em 1.1em .4em;
  margin-right: 5px;
}
.label-industry {
  background-color: #e5e5e5;
  display: inline-block;
  margin-bottom: 7px;
  font-weight: 500;
}
.news-item {
  height: 150px;
}
.news-item p {
  padding: 20px 0;
}
.news-item a {
  font-weight: 600;
}
.date {
  color: #fa383a;
  display: block;
  padding-bottom: 15px;
}
.news-item img {
  margin-right: 20px;
}
.news-item {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #news-and-insights h2 {
    margin-bottom: 10px;
    text-align: center;
  }
}
#featured-case-studies p,
#case-studies p {
  margin: 35px 0 20px;
}
#case-studies {
  margin-bottom: 120px;
}
.see-all {
  text-align: right;
  margin-top: 18px;
}
@media (max-width: 767px) {
  .see-all {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
footer.footer {
  padding: 50px 0;
  background-color: #006681;
  color: #fff;
}
.footer a {
  color: #ffffff;
}
.follow {
  font-size: 18px;
  display: block;
  float: left;
  padding: 10px 20px 0 0;
  margin-bottom: 20px;
}
.sign-up {
  margin-top: 21px;
  font-size: 90%;
  letter-spacing: 1px;
}
.copy {
  font-size: 80%;
  padding-top: 30px;
  margin-bottom: 30px;
  display: block;
}
.office {
  margin-top: 30px;
}
.office p {
  margin: 20px 0;
}
.office h4 {
  font-weight: bold;
}
.news-item {
  background-color: #e5e5e5;
}
.red-link {
  color: #fa383a;
}
.red-link:hover {
  color: #e00608;
}
@media (max-width: 767px) {
  .secondary-nav {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .secondary-nav > li a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.secondary-nav > li {
  display: inline-block;
  margin-top: 15px;
  font-weight: 600;
}
.secondary-nav > li > a:hover {
  background-color: transparent !important;
}
.secondary-nav .active,
.secondary-nav .current_page_item {
  border-bottom: 3px solid #fa383a;
  padding-bottom: 8px;
}
#call-to-action {
  margin-top: 30px;
}
#call-to-action a {
  margin-left: 25px;
  margin-top: -7px;
}
#about-us img,
#service-content img {
  margin-bottom: 30px;
}
.big-search input {
  font-size: 21px;
  font-style: italic;
}
.big-search {
  margin-top: 20px;
}
.big-search .form-control {
  border: none;
  box-shadow: none;
  float: right;
  width: 97%;
}
@media (max-width: 767px) {
  .big-search .form-control {
    width: 90% ;
  }
}
.big-search i {
  padding-top: 8px;
  padding-bottom: 0px;
}
.big-search img {
  padding-top: 7px;
}
.testimonial-item {
  margin-bottom: 25px;
}
.testimonial-item .row {
  margin-left: 0px;
  margin-right: 0px;
}
.testimonial-item .grey-bg {
  padding: 25px 30px;
  margin-bottom: 10px;
}
.t-service {
  color: #006681;
  font-weight: 400;
}
.sidebar ul {
  padding-left: 0px;
  margin-left: 0px;
}
.sidebar ul li {
  list-style: none;
  padding: 0 0 10px 0;
}
.news-item-m .date {
  margin-top: 15px;
}
.news-item-m a {
  font-weight: 600;
}
.news-item-m {
  margin-bottom: 25px;
}
.recent-posts li {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0 !important;
}
.recent-posts li.first {
  padding: 0 0 15px 0 !important;
}
.recent-posts li.last {
  border-bottom: none;
}
.blog-item {
  margin-left: 0;
  margin-right: 0;
}
.blog-item div {
  padding: 10px 0 0 0;
}
.blog-item img {
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.by {
  padding-left: 20px;
}
.no-cap {
  text-transform: none !important;
  margin-bottom: 10px;
}
#blog-post img {
  padding: 15px 0 15px;
}
.blog-nav-control {
  margin-top: 40px;
  font-weight: 600;
  margin-bottom: 60px;
}
#experience img {
  margin: 20px 0;
}
.caption {
  position: absolute;
  z-index: 1;
  width: 330px;
  height: 50px;
  background-color: #000;
  opacity: 0.7;
  bottom: 20px;
}
.caption p {
  font-size: 21px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  font-weight: 600;
  letter-spacing: 1px;
}
#service-content .panel {
  border: none !important;
  margin-top: 2px;
}
#service-content .panel-title {
  font-size: 1em;
}
#service-content .list-group-item {
  border: none;
  background-color: #175367;
  color: #fff;
}
#service-content .list-group-item:hover,
.list-group-item.active {
  background-color: #006681;
}
.service-sidebar {
  margin-top: 75px;
  padding-left: 50px;
  position: relative;
  height: 100%;
}
.service-sidebar h3 {
  margin-bottom: 20px;
}
#contact-us .address {
  margin-top: 15px;
}
#contact-us .map img {
  margin-top: 15px;
}
.contact-copy {
  margin-top: -25px;
}
#submit-button {
  margin-top: 15px;
}
.service-sidebar .panel-heading:hover {
  background-color: #e8e8e8;
}
@media (min-width: 991px) {
  aside.sidebar.affix {
    top: 120px;
    width: 315px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  aside.sidebar.affix {
    width: 248.328px;
  }
}
@media (min-width: 991px) {
  aside.sidebar.affix-bottom {
    position: absolute;
    width: 315px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  aside.sidebar.affix-bottom {
    width: 248.328px;
  }
}
.second-menu {
  min-height: 45px !important;
}
.second-menu .navbar-brand {
  padding-top: 12px;
  padding-bottom: 10px;
  height: 45px;
}
.second-menu .navbar-toggle {
  margin-top: 0px;
  margin-bottom: 0px;
}
#service-content .second-menu li {
  padding-top: 0;
  padding-bottom: 0;
}
.second-menu ul.navbar-nav li a,
.second-menu .navbar-nav .open .dropdown-menu > li > a {
  padding-top: 12px;
  padding-bottom: 12px;
}
.second-menu ul.navbar-nav {
  margin-bottom: 0;
  margin-top: 0;
}
.second-menu .navbar-nav .dropdown-menu {
  background-color: #006681;
}
.second-menu .navbar-nav .open .dropdown-menu > li > a {
  color: #fff !important;
}
.second-menu .navbar-nav .open .dropdown-menu > li > a:hover,
.second-menu .navbar-nav .open .dropdown-menu > li > a.current-menu-item,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a {
  background-color: #005a72 !important;
}
.second-menu .navbar-nav .dropdown-menu.collapse.in {
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: #eeeeee;
  border: 0;
  box-shadow: none;
}
.sidebar-nav ul li {
  background-color: #f5f5f5;
  padding: 15px 0px;
  -webkit-transition: background 0.6s ease;
  -moz-transition: background 0.6s ease;
  transition: background 0.6s ease;
}
.sidebar-nav ul li a {
  padding-left: 15px;
}
.sidebar-nav ul li:hover,
.sidebar-nav ul li:focus,
.sidebar-nav ul li.active,
.sidebar-nav ul li.current-menu-item {
  background-color: #e8e8e8;
}
.sidebar-nav ul li ul li {
  padding-left: 20px;
  padding-right: 15px;
  background-color: #006681;
  -webkit-transition: background 0.6s ease;
  -moz-transition: background 0.6s ease;
  transition: background 0.6s ease;
}
.sidebar-nav ul li ul li:hover,
.sidebar-nav ul li ul li.current-menu-item {
  background-color: #005a72;
}
.sidebar-nav ul li ul li a {
  color: #fff;
}
.sidebar-nav ul li ul {
  margin-top: 15px;
}
#our-projects {
  margin-top: 0;
  margin-bottom: 0;
}
#industry-experienced {
  border-left: 1px solid #eee;
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 40px;
}
hr.home {
  margin-bottom: 0;
  margin-top: 0;
}
#projects {
  padding-top: 40px;
  padding-bottom: 60px;
}
.entry-header {
  padding-bottom: 20px;
}
.breadcrumb {
  padding-left: 0;
}
#industry .caption {
  bottom: 0;
  right: 15px;
  left: 15px;
}
#industry .caption p {
  font-size: 16px !important;
}
.ind-item {
  margin-bottom: 25px;
  position: relative;
}
.ind-item-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 330px;
}
.work-item-img {
	 background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
}
.ind-item a {
	color: #ffffff;
	font-weight: 600;

}
h4.entry-title {
  font-size: 13px;
}
.case-study-list {
  padding-top: 50px;
}
.gform_wrapper ul {
  padding-left: 0;
  list-style: none;
}
.gform_wrapper li {
  margin-bottom: 15px;
}
.gform_wrapper form {
  margin-bottom: 0;
}
.gform_wrapper .gfield_required {
  padding-left: 1px;
  color: #b94a48;
}
.ginput_container input,
.ginput_container select,
.ginput_container textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.ginput_container input:-moz-placeholder,
.ginput_container select:-moz-placeholder,
.ginput_container textarea:-moz-placeholder {
  color: #999;
}
.ginput_container input::-moz-placeholder,
.ginput_container select::-moz-placeholder,
.ginput_container textarea::-moz-placeholder {
  color: #999;
}
.ginput_container input:-ms-input-placeholder,
.ginput_container select:-ms-input-placeholder,
.ginput_container textarea:-ms-input-placeholder {
  color: #999;
}
.ginput_container input::-webkit-input-placeholder,
.ginput_container select::-webkit-input-placeholder,
.ginput_container textarea::-webkit-input-placeholder {
  color: #999;
}
.ginput_container input:focus,
.ginput_container select:focus,
.ginput_container textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ginput_container input[disabled],
.ginput_container select[disabled],
.ginput_container textarea[disabled],
.ginput_container input[readonly],
.ginput_container select[readonly],
.ginput_container textarea[readonly],
fieldset[disabled] .ginput_container input,
fieldset[disabled] .ginput_container select,
fieldset[disabled] .ginput_container textarea {
  cursor: not-allowed;
  background-color: #eee;
}
textarea.ginput_container input,
textarea.ginput_container select,
textarea.ginput_container textarea {
  height: auto;
}
.ginput_container textarea {
  height: auto;
}
.gform_button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.gform_button:hover,
.gform_button:focus {
  color: #333;
  text-decoration: none;
}
.gform_button:active,
.gform_button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.gform_button.disabled,
.gform_button[disabled],
fieldset[disabled] .gform_button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.gform_button:hover,
.gform_button:focus,
.gform_button:active,
.gform_button.active,
.open .dropdown-toggle.gform_button {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.gform_button:active,
.gform_button.active,
.open .dropdown-toggle.gform_button {
  background-image: none;
}
.gform_button.disabled,
.gform_button[disabled],
fieldset[disabled] .gform_button,
.gform_button.disabled:hover,
.gform_button[disabled]:hover,
fieldset[disabled] .gform_button:hover,
.gform_button.disabled:focus,
.gform_button[disabled]:focus,
fieldset[disabled] .gform_button:focus,
.gform_button.disabled:active,
.gform_button[disabled]:active,
fieldset[disabled] .gform_button:active,
.gform_button.disabled.active,
.gform_button[disabled].active,
fieldset[disabled] .gform_button.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.gform_wrapper .gfield_error .gfield_label {
  color: #b94a48;
}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48;
}
.gform_wrapper .gfield_error input:focus,
.gform_wrapper .gfield_error select:focus,
.gform_wrapper .gfield_error textarea:focus {
  border-color: #b94a48;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(185, 74, 72, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(185, 74, 72, 0.6);
}
.validation_error {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.validation_error h4 {
  margin-top: 0;
  color: inherit;
}
.validation_error .alert-link {
  font-weight: bold;
}
.validation_error > p,
.validation_error > ul {
  margin-bottom: 0;
}
.validation_error > p + p {
  margin-top: 5px;
}
.validation_error hr {
  border-top-color: #e6c1c7;
}
.validation_error .alert-link {
  color: #953b39;
}
#gforms_confirmation_message {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
#gforms_confirmation_message h4 {
  margin-top: 0;
  color: inherit;
}
#gforms_confirmation_message .alert-link {
  font-weight: bold;
}
#gforms_confirmation_message > p,
#gforms_confirmation_message > ul {
  margin-bottom: 0;
}
#gforms_confirmation_message > p + p {
  margin-top: 5px;
}
.gallery-row {
  padding: 15px 0;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
figure.alignnone {
  margin-left: 0;
  margin-right: 0;
}
/* Hide the error message since we're displaying it above */
.validation_error,
.validation_message {
  display: none;
}
.gform_wrapper li.gfield.gfield_error {
  background-color: transparent !important;
  border-top: none !important;
  border-bottom: none !important;
}
.featured-post-thumb {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ind-item:hover .caption {
  transform: translateY(0px);
  height: 100% !important;
}
.ind-item:hover .caption p small {
  opacity: 1;
}
.ind-item .caption {
  height: 50px;
  transition: transform 0.4s, all 0.6s;
  padding-right: 15px;
  padding-left: 15px;
  width: auto !important;
}
.ind-item .caption p small {
  font-size: 14px !important;
  text-transform: none !important;
  font-weight: 300;
  opacity: 0;
  -webkit-transition: opacity 1s;
  /* Safari */
  transition: opacity 1s;
  text-align: left !important;
}
.ind-item:hover .caption p {
  padding-top: 60px;
}
.ind-item .caption p {
  transition: transform 0.4s, all 0.5s;
}
.content-wrapper h2 {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
  color: #333333;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .latest {
    margin-right: 15px;
    margin-left: 15px;
    padding-bottom: 20px;
  }
}
.latest:not(:last-child) {
  margin-right: 15px;
}
.latest-content-wrap {
  margin-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}
@media (max-width: 767px) {
  .latest-content-wrap {
    padding-right: 0px;
  }
}
.latest-content-wrap .content-container {
  background-color: #eeeeee;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 165px;
  padding-left: 10px;
}
.latest-thb {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #eeeeee;

}

.date {
  color: #333333;
}
.brochure .img {
  padding: 0;
  margin: 0;
}
.brochure .link {
  padding: 0px 4px 0px 15px;
  margin: 0;
}
.brochure {
  background-color: #e1e1e3;
  font-size: 12px;
  color: #333333;
  -webkit-transition: background 0.6s ease;
  -moz-transition: background 0.6s ease;
  transition: background 0.6s ease;
  margin-left: 15px;
  font-weight: 600;
}
.brochure a {
  color: #333333;
}
.brochure a p {
  padding-top: 10px;
  margin-bottom: 10px;
}
.brochure:hover {
  background-color: #eeeeef;
}
#gform_2 .gfield_required {
  display: none;
}
/*Gallery only show first image*/
.gallery-item {
  display: none;
}
.gallery-item:first-child {
  display: block;
}
.gallery {
  float: left;
  padding-right: 30px;
}
/*whatever width suits your need*/
/*# sourceMappingURL=bootstrap-theme.css.map */
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
