html, body {
  height: 100%; }

body {
  padding-top: 160px;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 150px; }

h1, h2, h3, h4, h5 {
  font-family: "Raleway", "Helvetica Neue", sans-serif;
  color: #ef4136; }

h1, h2 {
  font-weight: 200; }

h3 {
  font-weight: 300; }

h4, h5 {
  font-weight: 400;
  color: #58595b; }

h2.lgreen {
  color: #8dc63f; }

h2.lblue {
  color: #27aae1; }

h2.purple {
  color: #662d91; }

.vertical-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.vc-parent {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 100%; }

.col-centered {
  float: none;
  margin: 0 auto; }

.img-circle {
  border-radius: 1000px;
  height: 165px;
  width: 165px;
  border-width: 6px;
  border-style: solid;
  overflow: hidden;
  margin: 0 auto; }
  .img-circle img {
    max-height: 165px;
    width: auto;
    margin-left: -30px;
    min-height: 100%; }

.col-md-3 .img-circle {
  height: 150px;
  width: 150px; }

.img-circle.purple {
  border-color: #662d91; }

.img-circle.lblue {
  border-color: #27aae1; }

.img-circle.lgreen {
  border-color: #8dc63f; }

.img-circle.orange {
  border-color: #f7941e; }

.img-circle.red {
  border-color: #be1e2d; }

.img-circle.dblue {
  border-color: #2b3990; }

.svc_btn {
  padding-top: 5px; }

.svc_btn.active {
  background: rgba(0, 0, 0, 0.02); }
  .svc_btn.active h4 {
    font-weight: 400; }

.svc_btn.active.lblue h4 {
  color: #27aae1; }

.svc_btn.active.lgreen h4 {
  color: #8dc63f; }

.svc_btn.active.purple h4 {
  color: #662d91; }

.greybg {
  background: rgba(0, 0, 0, 0.02); }

.pageContent {
  display: none; }

.activePage {
  display: block; }

.btn {
  margin-bottom: 10px; }

ul.contact {
  list-style: none;
  padding-left: 0; }
  ul.contact li {
    font-size: 15px;
    padding-bottom: 10px; }
    ul.contact li span {
      padding-left: 5px;
      display: inline-block; }
    ul.contact li i {
      font-size: 16px;
      color: #999;
      vertical-align: top; }

.showMore {
  min-height: 650px; }

#services_wrapper {
  min-height: 400px; }
  #services_wrapper .collapse {
    float: left;
    padding: 10px; }

#services_wrapper.showMore {
  min-height: 1500px; }

#c8-news {
  overflow: hidden; }
  #c8-news ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #c8-news ul li {
      color: #666;
      padding: 5px 7px;
      font-size: 12px; }
    #c8-news ul li:nth-child(even) {
      background: rgba(0, 0, 0, 0.03); }

#home_wrapper .btn {
  margin-top: 5px; }

.navbar-nav > li > a {
  font-family: "Raleway", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  padding-bottom: 8px;
  padding-top: 8px;
  margin-top: 115px;
  font-size: 16px; }

.navbar-inverse {
  border-bottom: 1px solid #ef4136; }

.navbar-brand {
  float: right;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  max-height: 100%; }

@media (max-width: 767px) {
  .navbar-nav > li > a {
    margin-top: 0; }

  .navbar {
    min-height: 100px; }

  .navbar-toggle {
    margin-top: 10px;
    margin-bototm: 10px; }

  .navbar-brand {
    max-height: 120px; } }
.feature-graphic {
  height: 700px;
  width: 700px;
  position: fixed;
  left: -350px;
  transition: 0.3s;
  background-image: url(../images/circlethingtemp.png);
  background-size: 100%;
  z-index: 1050;
  max-height: 100%; }

@media (max-width: 1750px) {
  .feature-graphic {
    height: 600px;
    width: 600px;
    left: -300px; } }
@media (max-width: 1650px) {
  .feature-graphic {
    height: 500px;
    width: 500px;
    left: -250px; } }
@media (max-width: 1570px) {
  .feature-graphic {
    height: 450px;
    width: 450px;
    left: -225px; } }
@media (max-width: 1520px) {
  .feature-graphic {
    height: 400px;
    width: 400px;
    left: -200px; } }
@media (max-width: 1470px) {
  .feature-graphic {
    height: 360px;
    width: 360px;
    left: -190px; } }
@media (max-width: 1440px) {
  .feature-graphic {
    height: 300px;
    width: 300px;
    left: -165px; } }
@media (max-width: 1365px) {
  .feature-graphic {
    display: none; } }
.footer {
  position: relative;
  width: 100%;
  height: 150px;
  background-color: #202020;
  font-size: 12px;
  font-family: "Raleway", "Helvetica Neue", sans-serif;
  font-weight: 400;
  border-top: 1px solid #ef4136; }
  .footer .container .footer-widget:first-child {
    margin-top: 5px; }
  .footer .container .footer-widget:last-child {
    margin-bottom: 5px; }
  .footer p {
    margin-top: 0;
    margin-bottom: 0; }
  .footer #copyright {
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center; }

.footer-widget {
  font-family: "Open Sans", sans-serif;
  color: #bbb;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
  .footer-widget a {
    color: #ddd; }
  .footer-widget a:hover, .footer-widget a:active {
    color: #ef4136; }
  .footer-widget .feed-wrapper {
    float: none;
    clear: both; }
  .footer-widget .feed-content {
    width: auto;
    overflow: hidden; }
  .footer-widget .feed-info {
    font-style: italic;
    text-align: top;
    height: 3em;
    margin-left: 17px;
    float: left;
    padding-right: 1em; }
  .footer-widget .feed-buttons {
    display: inline-block; }
    .footer-widget .feed-buttons i {
      margin: 0px 2px; }
  .footer-widget h5 {
    color: #999;
    font-size: 14px;
    margin-bottom: 0; }
  .footer-widget .testimonials-quote {
    margin-top: 10px;
    color: #ddd;
    font-size: 13px; }
    .footer-widget .testimonials-quote i:first-child {
      margin-left: -1em; }
  .footer-widget .testimonials-attribution {
    font-size: 16px;
    color: #999;
    font-weight: 100;
    font-style: italic;
    padding-bottom: 10px; }
  .footer-widget .testimonials-attribution:before {
    content: ' - '; }
  .footer-widget .testimonials-attribution:after {
    content: ' - '; }

@media (max-height: 700px) {
  .vc-parent {
    -webkit-transform-style: none;
    -moz-transform-style: none;
    transform-style: none;
    height: auto;
    min-height: 100%; }

  .vertical-center {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transform: none; }

  .feature-graphic {
    top: 0; } }
@media (max-width: 992px) {
  .vc-parent {
    -webkit-transform-style: none;
    -moz-transform-style: none;
    transform-style: none;
    height: auto;
    min-height: 100%; }

  .vertical-center {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transform: none; } }

/*# sourceMappingURL=style.css.map */
