@charset "utf-8";
@-webkit-keyframes full-rotate {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes full-rotate-inv {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(-360deg); } }

p {
  margin: 15px 0;
  color: #444;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 24px; }
  p:first-child {
    margin-top: 0; }

a {
  text-decoration: none;
  color: #07b; }

h1, h2, h3, h4, h5 {
  margin: 20px 0;
  font-weight: bold; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
    margin-top: 0; }

h1 {
  font-size: 35px;
  letter-spacing: 4px;
  color: #444;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (max-width: 1179px) {
  h1 {
    font-size: 30px;
    letter-spacing: 2px; } }

body {
  overflow-x: hidden;
  max-width: 100%;
  text-align: center;
  margin: 0;
  background-image: url(/images/background.jpg); }

.content-hold {
  padding: 5vh 5%; }

.cent-col, .item-page {
  max-width: calc(1180px - 10vw);
  margin: 0 auto;
  padding: 50px 5vw;
  background-color: rgba(255, 255, 255, 1); }

.homepage .cent-col img, .homepage .item-page img {
  border: solid 10px #fff;
  box-shadow: 0px 0px 10px #bbb;
  margin-top: 20px;
  max-width: calc(100% - 40px); }

.main-block {
  padding-bottom: 5vh;
  padding-top: 5vh; }

.contact-us .bottom-1 .cent-col {
  padding: 0;
  max-width: 1180px; }
  .contact-us .bottom-1 .cent-col p {
    margin: 0; }
    .contact-us .bottom-1 .cent-col p img {
      margin: 0;
      box-shadow: none;
      width: calc(100% - 20px);
      padding: 10px;
      border: none; }

div#foxcontainer_m101 .submit-button {
  text-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  background: rgba(0, 119, 187, 0.62) !important;
  padding: 0;
  transition: 0.3s !important; }
  div#foxcontainer_m101 .submit-button:hover {
    opacity: 0.8; }
  div#foxcontainer_m101 .submit-button span {
    padding: 0 20px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px; }

.testimonials p {
  margin: 0; }
  .testimonials .spinner {
    height: 0;
    border-top: 1px solid rgba(51, 51, 51, 0.4);
    color: #fff;
    text-align: left;
    position: relative;
    max-width: 300px;
    margin: 50px 0 0; }
  .testimonials .spinner .inner {
    position: absolute;
    top: -5px;
    left: 0;
    transition-duration: 13s;
    transition-timing-function: linear;
    font-size: 8px;
    color: #333; }
  .testimonials .spinner .inner i {
    -webkit-transition-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -webkit-transition-property: -webkit-transform;
    -webkit-animation-name: full-rotate-inv;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear; }
  .testimonials.tick .spinner .inner {
    left: 100%; }
    .testimonials.tick .spinner .inner i {
      -webkit-animation-name: full-rotate; }

@media (min-width: 787px) {
  .testface {
    display: inline-block;
    max-width: 90%;
    position: relative;
    width: 1180px;
    background-color: rgba(255, 255, 255, 1);
    margin: 0 5% 5vh; }
    .testface .content-hold {
      padding: 0; }
    .testface .cent-col {
      background: none; }

  .testimonials {
    width: 50%;
    float: left;
    text-align: left; }

  .facebookfeed {
    width: 50%;
    float: left; }
    .facebookfeed .cent-col {
      padding: 20px 0; } }

.quicklinks {
  padding: 0 5% 5vh; }
  .quicklinks .cent-col {
    background: none;
    padding: 0;
    max-width: calc(1180px + 40px);
    display: inline-block;
    width: 100%; }
  .quicklinks .cent-col .holder {
    width: calc(50% - 80px);
    float: left;
    border: 20px solid rgba(255, 255, 255, 1);
    margin: 20px;
    transition: 0.3s; }
  .quicklinks .cent-col .holder:nth-child(1), .quicklinks .cent-col .holder:nth-child(2) {
    transform: rotate(1deg); }
    .quicklinks .cent-col .holder:nth-child(1) a, .quicklinks .cent-col .holder:nth-child(2) a {
      transform: rotate(-1deg); }
  .quicklinks .cent-col .holder:nth-child(3), .quicklinks .cent-col .holder:nth-child(4) {
    transform: rotate(-1deg); }
    .quicklinks .cent-col .holder:nth-child(3) a, .quicklinks .cent-col .holder:nth-child(4) a {
      transform: rotate(1deg); }
  .quicklinks .cent-col .holder:hover {
    transform: rotate(0deg);
    border: 20px solid rgba(34, 34, 34, 0.6); }
    .quicklinks .cent-col .holder:hover a {
      transform: rotate(0deg); }
  @media (max-width: 768px) {
      .quicklinks .cent-col .holder {
        width: calc(100% - 80px); }
        .quicklinks .cent-col .holder:nth-child(odd) {
          transform: rotate(1deg); }
          .quicklinks .cent-col .holder:nth-child(odd) a {
            transform: rotate(-1deg); }
        .quicklinks .cent-col .holder:nth-child(even) {
          transform: rotate(-1deg); }
          .quicklinks .cent-col .holder:nth-child(even) a {
            transform: rotate(1deg); } }
  .quicklinks .cent-col .custom {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative; }
  .quicklinks .cent-col .custom p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .quicklinks .cent-col .custom p a {
      padding: 13px 30px;
      display: block;
      background-color: rgba(255, 255, 255, 1);
      font-size: 20px;
      letter-spacing: 2px;
      color: #444;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-weight: 600;
      transition: 0.3s; }
      @media (max-width: 1179px) {
      .quicklinks .cent-col .custom p a {
        font-size: 16px; } }

.logos {
  text-align: center;
  padding: 5vh 5%; }
  .logos .custom {
    display: inline-block;
    width: 100%;
    max-width: 1180px; }
  .logos .custom p {
    margin: 0; }
  .logos .holder {
    height: 210px;
    position: relative;
    float: left;
    width: 33.3333%;
    display: table; }
  @media (max-width: 768px) {
    .logos .holder {
      width: 100%;
      margin-bottom: 5vh; }
      .logos .holder:last-child {
        margin-bottom: 0; } }
  .logos .holder .vcenter {
    display: table-cell;
    vertical-align: middle; }
  .logos .holder img {
    max-height: 210px;
    max-width: 100%; }

.ba-gallery {
  padding: 0 !important; }
