/* ================================================================
	// WAVES CHILD CUSTOM STYLES
================================================================ */
/* 

    // fonts
============================= */
@font-face {
  font-family: 'SteelfishRG';
  src: url("fonts/steelfish.eot");
  src: url("fonts/steelfish.eot?#iefix") format("embedded-opentype"), url("fonts/steelfish.woff") format("woff"), url("fonts/steelfish.ttf") format("truetype"), url("fonts/steelfish.svg#SteelfishRg-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SteelfishRG';
  src: url("fonts/steelfishitalic.eot");
  src: url("fonts/steelfishitalic.eot?#iefix") format("embedded-opentype"), url("fonts/steelfishitalic.woff") format("woff"), url("fonts/steelfishitalic.ttf") format("truetype"), url("fonts/steelfishitalic.svg#SteelfishRg-Italic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* 

    // x-column fixes
============================= */
.x-content-band {
  margin-bottom: 0 !important; }

@media (max-width: 979px) {
  .x-column.one-half, .x-column.one-third, .x-column.two-thirds, .x-column.one-fourth, .x-column.three-fourths, .x-column.one-fifth, .x-column.two-fifths, .x-column.three-fifths, .x-column.four-fifths, .x-column.one-sixth, .x-column.five-sixths {
    float: none;
    width: 100% !important;
    margin-right: 0; } }
/* 

@media (max-width: 1200px) {
	.main-slider-header .caption-container{
		padding-left: 30px;
	}
}

    // page headers
============================= */

header.scrolled img.normallogo{
display:none;
}

header.scrolled img.scrolllogo{
display:block !important;
}

.page h1.h-custom-headline.h1 {
  margin-top: 120px;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 22px;
  font-size: 75px; }
.page h1.h-custom-headline.h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #00aeef;
  display: block;
  width: 58px; }

/* 

    // topbar
============================= */
.x-topbar {
  padding-top: 0;
  padding-bottom: 0;
  height: 30px;
  min-height: 30px; }
  .x-topbar .x-social-global {
    float: left; }
  @media (min-width: 980px) {
    .x-topbar .x-social-global {
      margin-left: 0; }
    .x-topbar .x-brand {
      margin-left: 24px; } }
  @media (max-width: 767px) {
    .x-topbar .x-social-global a {
      margin: 0 0 0 6px !important; } }

.x-topbar-inner .p-info {
  margin-top: 0;
  float: right;
  height: 30px;
  overflow: visible; }
.x-topbar-inner .waves-top-phone {
  font-family: "SteelfishRG", Arial, sans-serif;
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  padding: 5px 20px;
  display: inline-block;
  background: #00aeef; }
  @media (min-width: 980px) {
    .x-topbar-inner .waves-top-phone {
      position: relative;
      right: -18px; } }
.x-topbar-inner .x-social-global a {
  color: #494949;
  font-size: 13px;
  background: none;
  height: 30px;
  width: 16px; }
  .x-topbar-inner .x-social-global a:first-child {
    margin-left: 0; }
  .x-topbar-inner .x-social-global a:hover {
    background: none;
    color: #00aeef; }

/* 

    // navbar
============================= */
@media (min-width: 980px) {
  .x-navbar-wrap {
    position: absolute;
    width: 100%; }

  .masthead .x-navbar {
    background: url('images/nav-shadow.png?1414035543') repeat-x top left !important;
    padding-top: 14px;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    transition: 0.4s all ease;
    -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); }

  .masthead.scrolled .x-navbar {
    background: #ebebeb !important;
    z-index: 99; }
    .masthead.scrolled .x-navbar .x-nav > li > a {
      color: #6d6d6d; }
    .masthead.scrolled .x-navbar .x-nav > li > a:hover, .masthead.scrolled .x-navbar .x-nav > li.sfHover > a {
      color: #6d6d6d !important; }

  .x-navbar .x-nav > li > a {
	top: 0;
    -webkit-transition: top 0.1s ease;
    transition: top 0.1s ease;
    position: relative; }
  .x-navbar .x-nav > li > a:hover, .x-navbar .x-nav > li.sfHover > a, .x-navbar .x-nav > li.current-menu-item > a {
    top: -4px;
	padding-bottom: 11px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .x-navbar .x-nav > li > a:hover, .x-navbar .x-nav > li.sfHover > a {
    color: white !important; }
  .x-navbar .x-nav > li.current-menu-item > a {
    color: #00aeef !important; }
    .x-navbar .x-nav > li.current-menu-item > a:before {
      content: '';
      position: absolute;
      bottom: -8px;
      left: 0;
      height: 4px;
      background: #00aeef;
      display: block;
      width: 100%; } }
@media (max-width: 979px) {
  .x-navbar .x-brand {
    position: absolute !important;
    left: 0px;
    top: 10px; }
  .x-navbar .x-btn-navbar,
  .x-navbar .x-btn-navbar.collapsed {
    position: absolute !important;
    right: 0px; }
  .x-navbar .x-nav-collapse ul {
    margin-top: 80px; } }
/* 

    // footer - top ( footer widgets )
============================= */
.x-colophon.top {
  padding: 40px 0 40px;
  background: #242424;
  color: white;
  position: relative; }
  @media (max-width: 979px) {
    .x-colophon.top {
      text-align: center; } }
  @media (min-width: 980px) {
    .x-colophon.top:before {
      content: "";
      display: block;
      position: absolute;
      top: 40px;
      bottom: 40px;
      left: 50%;
      margin-left: -1px;
      width: 3px;
      height: auto;
      background: white; } }
  .x-colophon.top .waves-social {
    margin-bottom: 4px; }
    .x-colophon.top .waves-social a {
      font-size: 15px;
      background: none !important;
      line-height: 18px; }
      .x-colophon.top .waves-social a + a {
        margin-left: 15px; }
      .x-colophon.top .waves-social a:hover {
        color: #00aeef;
        background: none !important; }
  .x-colophon.top .h-widget {
    font-family: "SteelfishRG", Arial, sans-serif;
    font-size: 43px;
    line-height: 45px;
    color: white;
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
	letter-spacing: 1px;
    padding-bottom: 24px; }
    .x-colophon.top .h-widget:after {
      content: "";
      display: block;
      height: 4px;
      width: 77px;
      background: #00aeef;
      position: absolute;
      bottom: 0; }
      @media (max-width: 979px) {
        .x-colophon.top .h-widget:after {
          margin-left: auto;
          margin-right: auto;
          left: -50%;
          right: -50%; } }
  .x-colophon.top .widget ul li {
    background: none; }
  .x-colophon.top p {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: white; }
    .x-colophon.top p a {
      color: #00aeef !important; }
  .x-colophon.top .tweet-list {
    border: none;
    position: relative; }
    .x-colophon.top .tweet-list:before {
      content: "\f099";
      display: inline-block;
      font-family: "fontawesome";
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      -webkit-font-smoothing: antialiased;
      speak: none;
      line-height: 1;
      position: absolute;
      top: 0;
      left: 0; }
      @media (max-width: 979px) {
        .x-colophon.top .tweet-list:before {
          left: 50%; } }
    .x-colophon.top .tweet-list li {
      border: none;
      padding: 20px 0 5px; }
      .x-colophon.top .tweet-list li p small {
        font-size: 15px;
        line-height: 1.4;
        display: block; }

@media (min-width: 980px) {
  .x-colophon.top .x-span6:first-child + .x-span6 * {
    text-align: right; }

  .x-colophon.top .x-span6:first-child + .x-span6 .tweet-list:before,
  .x-colophon.top .x-span6:first-child + .x-span6 .h-widget:after {
    right: 0; } }
/* 

    // footer - bottom
============================= */
p.left-footer img {
max-width: 90%;
}
.x-colophon.bottom {
  padding: 40px 0 20px; }
  .x-colophon.bottom .x-colophon-content {
    margin: 0; }
    .x-colophon.bottom .x-colophon-content:after {
      content: "";
      display: table;
      clear: both; }
    .x-colophon.bottom .x-colophon-content p {
      margin-bottom: 0;
      font-size: 13px;
      font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 300; }

.x-colophon-content .footer-copyright {
  float: left; }
  @media (max-width: 768px) {
    .x-colophon-content .footer-copyright {
      float: none;
      text-align: center;
      margin-bottom: 10px !important; } }
  .x-colophon-content .footer-copyright a, .x-colophon-content .footer-copyright a:hover {
    color: #00aeef !important; }
.x-colophon-content .left-footer {
  float: right; }
  @media (max-width: 768px) {
    .x-colophon-content .left-footer {
      float: none;
      text-align: center;
      margin-bottom: 10px; } }

/* 

    // basic typography
============================= */
.entry-content.content h1, .entry-content.content h2, .entry-content.content h3, .entry-content.content h4, .entry-content.content h5, .entry-content.content h6 {
  font-family: "SteelfishRG", Arial, sans-serif; }
.entry-content.content blockquote {
  border: none;
  font-family: "SteelfishRG", Arial, sans-serif;
  text-transform: uppercase;
  color: #242424;
  font-size: 40px;
  padding: 25px; }
  @media (max-width: 979px) {
    .entry-content.content blockquote {
      margin-top: 0; } }
  .entry-content.content blockquote .x-highlight {
    background: none;
    color: #00aeef;
    padding: 0; }
.entry-content.content .x-highlight {
  background: none;
  color: #00aeef;
  padding: 0; }
.entry-content.content .one-liner {
  padding: 1px 0 !important;
  margin-bottom: 0 !important; }
  .entry-content.content .one-liner .h-custom-headline {
    font-size: 40px;
    line-height: 1.2;
    color: #242424;
    margin: 70px 0 50px;
    padding-bottom: 24px;
    position: relative;
    text-transform: uppercase; }
    .entry-content.content .one-liner .h-custom-headline span {
      color: #242424; }
    .entry-content.content .one-liner .h-custom-headline:after {
      left: 0;
      bottom: 0; }
  .entry-content.content .one-liner.align-left .h-custom-headline {
    text-align: left; }
    .entry-content.content .one-liner.align-left .h-custom-headline:after {
      left: 0;
      bottom: 0; }
  .entry-content.content .one-liner.align-right .h-custom-headline {
    text-align: right; }
    .entry-content.content .one-liner.align-right .h-custom-headline:after {
      left: auto;
      right: 0;
      bottom: 0; }
  .entry-content.content .one-liner.white-bg {
    background: #fff; }
    .entry-content.content .one-liner.white-bg .h-custom-headline {
      color: #242424; }
      .entry-content.content .one-liner.white-bg .h-custom-headline span {
        color: #242424; }
  .entry-content.content .one-liner.black-bg {
    background: #0d0d0d; }
    .entry-content.content .one-liner.black-bg .h-custom-headline {
      color: white; }
      .entry-content.content .one-liner.black-bg .h-custom-headline span {
	letter-spacing: 1px;
        color: white; }
.entry-content.content body {
  font-size: 20pt !important; }
.entry-content.content p {
  font-size: 10pt !important; }
.entry-content.content .entry-header,
.entry-content.content .entry-content {
  font-size: 14pt !important; }
.entry-content.content .style-guide-header {
  text-align: center;
  margin-top: 40px; }
  .entry-content.content .style-guide-header p {
    margin: 0; }
.entry-content.content .typo-header h1, .entry-content.content .typo-header h2, .entry-content.content .typo-header h3 {
  font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 8px 0 5px 0; }
.entry-content.content .color-pallete span {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  float: left;
  margin-right: 20px;
  text-align: center;
  padding-top: 38px;
  color: white; }
  .entry-content.content .color-pallete span.prim-blue {
    background-color: #00aeef; }
  .entry-content.content .color-pallete span.prim-black {
    background-color: #242424; }
  .entry-content.content .color-pallete span.sec-blue {
    background-color: #0e76bc; }
  .entry-content.content .color-pallete span.sec-grey {
    background-color: #e4e4e4;
    color: black; }
  .entry-content.content .color-pallete span.sec-white {
    background-color: white;
    border: 1px solid black;
    color: black; }
  .entry-content.content .color-pallete span.sec-black {
    background-color: black; }
.entry-content.content .steelfish-type p {
  margin: 10px 0 20px 0;
  font-family: "SteelfishRG", Arial, sans-serif; }
  .entry-content.content .steelfish-type p:nth-of-type(1) {
    font-size: 48px !important;
    line-height: 1em; }
  .entry-content.content .steelfish-type p:nth-of-type(2) {
    font-size: 38px !important;
    line-height: 1em; }
  .entry-content.content .steelfish-type p:nth-of-type(3) {
    font-size: 28px !important;
    line-height: 1em; }
.entry-content.content .opensans-type p {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 10pt; }

/* 

    // basic buttons
============================= */
.x-btn, .button {
  border: 3px solid #242424 !important;
  background: #242424 !important;
  color: white !important;
font-size: 21px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-weight: 600;
  font-family: "Open Sans", Arial, sans-serif;
  padding: 10px 15px !important;
  border-radius: 0 !important; }
  .x-btn:hover, .button:hover {
    border: 3px solid #00aeef !important;
    background: white !important;
    color: #00aeef !important; }

/*

    // home - revslider
============================= */
body.home.page .x-slider-revolution-container {
  border-bottom: 10px solid #00aeef !important;
  margin-bottom: -1px; }

/*

    // home - revslider
============================= */
/*

    // home - page
============================= */
body.home.page .entry-content.content {
  position: relative;
  z-index: 9999; }

/*

    // home - "Live", "Stay"
============================= */
.ruby-effect {
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
  background-color: black;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-align: center; }
  @media (max-width: 979px) {
    .ruby-effect {
      max-width: 562px !important;
      margin-right: auto !important;
      margin-left: auto !important;
      width: 100% !important;
      float: none !important; } }
  .ruby-effect img {
    position: relative;
    display: block;
    opacity: 0.7;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    position: relative;
    z-index: 80; }
  .ruby-effect h2, .ruby-effect h4 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
    margin-top: 0;
    color: white; }
  .ruby-effect h2 {
    margin-bottom: 0;
    font-size: 75px; }
    @media (max-width: 1252px) and (min-width: 979px) {
      .ruby-effect h2 {
        font-size: 45px; } }
  .ruby-effect h4 {
    font-size: 34px; }
    @media (max-width: 1252px) and (min-width: 979px) {
      .ruby-effect h4 {
        font-size: 30px; } }
  .ruby-effect p {
    margin: 35px 0 0;
    padding: 2em;
    border: 1px solid white;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
    transform: translate3d(0, 20px, 0) scale(1.1);
    font-size: 16px;
    line-height: 1.4;
    text-transform: none; }
    @media (max-width: 1252px) and (min-width: 979px) {
      .ruby-effect p {
        font-size: 13px; } }
  .ruby-effect .hover-effect-caption {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    padding: 35px 35px 35px;
    color: white;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .ruby-effect:hover {
    background: rgba(2, 83, 113, 1); }
    .ruby-effect:hover h2,
    .ruby-effect:hover h4 {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      @media (max-width: 979px) {
        .ruby-effect:hover h2,
        .ruby-effect:hover h4 {
          -webkit-transform: translate3d(0, 80px, 0);
          transform: translate3d(0, 80px, 0); } }
    .ruby-effect:hover p {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) scale(1);
      transform: translate3d(0, 0, 0) scale(1); }
      @media (max-width: 979px) {
        .ruby-effect:hover p {
          opacity: 0;
          -webkit-transform: none;
          transform: none; } }

/*

    // home - "Left-Right Blockquote"
============================= */
.left-block .x-blockquote,
.right-block .x-blockquote {
  position: relative; }
  @media (max-width: 979px) {
    .left-block .x-blockquote,
    .right-block .x-blockquote {
      text-align: center !important; } }
  .left-block .x-blockquote:before,
  .right-block .x-blockquote:before {
    display: inline-block;
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    speak: none;
    line-height: 1;
    position: absolute;
    top: 30px;
    font-size: 20px; }
  .left-block .x-blockquote .x-btn,
  .right-block .x-blockquote .x-btn {
    min-width: 250px;
    margin-top: 20px; }
    @media (max-width: 380px) {
      .left-block .x-blockquote .x-btn,
      .right-block .x-blockquote .x-btn {
        min-width: 100px;
        width: 100%; } }

.left-block .x-blockquote {
  text-align: right;
  padding-right: 20px !important; }
  .left-block .x-blockquote:before {
    content: "\f10d";
    left: -5px; }
  @media (min-width: 980px) {
    .left-block .x-blockquote:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: -4%;
      margin-right: -2px;
      width: 2px;
      height: auto;
      background: #242424; } }

.right-block .x-blockquote {
  text-align: left;
  padding-left: 20px !important; }
  .right-block .x-blockquote:before {
    content: "\f10e";
    right: -5px; }
  @media (min-width: 980px) {
    .right-block .x-blockquote:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: -4%;
      margin-left: -2px;
      width: 2px;
      height: auto;
      background: #242424; } }

/*

    // home - "Well Done" Section
============================= */
.well-done-section.x-content-band {
  margin-bottom: 0; }
@media (min-width: 980px) {
  .well-done-section .x-column {
    margin-right: 0 !important; }
  .well-done-section .one-half {
    width: 50% !important; } }
.well-done-section .left-col .well-done-wrap {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (max-width: 979px) and (min-width: 784px) {
    .well-done-section .left-col .well-done-wrap {
      margin-top: 85px !important; } }
  @media (min-width: 980px) {
    .well-done-section .left-col .well-done-wrap {
      padding-top: 100px;
      padding-left: 50px;
      max-width: 585px !important;
      width: 100% !important;
      float: right; }
      .well-done-section .left-col .well-done-wrap > * {
        max-width: 280px; } }
.well-done-section .left-col .h-custom-headline {
  font-size: 90px;
  line-height: 1.2;
  position: relative;
  text-transform: uppercase;
  margin: 0 0 30px;
  padding-bottom: 44px; }
  @media (max-width: 979px) and (min-width: 499px) {
    .well-done-section .left-col .h-custom-headline {
      margin-top: 20px !important;
      padding-left: 40px !important;
      padding-right: 194px !important; } }
  @media (max-width: 500px) {
    .well-done-section .left-col .h-custom-headline {
      margin-top: 20px !important;
      padding-left: 40px !important;
      padding-right: 20px !important; } }
  .well-done-section .left-col .h-custom-headline:after {
    left: 0; }
    @media (max-width: 979px) {
      .well-done-section .left-col .h-custom-headline:after {
        left: 40px !important; } }
.well-done-section .left-col p {
  font-size: 17px;
  line-height: 24px;
  color: white;
  font-family: "Open Sans", Arial, sans-serif; }
  @media (max-width: 979px) and (min-width: 499px) {
    .well-done-section .left-col p {
      padding-left: 40px !important;
      padding-right: 194px !important; } }
  @media (max-width: 500px) {
    .well-done-section .left-col p {
      margin-top: 20px !important;
      padding-left: 40px !important;
      padding-right: 20px !important; } }
@media (min-width: 980px) {
  .well-done-section .right-col {
    padding-top: 100px;
    padding-bottom: 80px; } }
.well-done-section .feature-item {
  position: relative;
  padding-left: 30px;
  margin-top: 25px; }
  @media (max-width: 500px) {
    .well-done-section .feature-item {
      text-align: center;
      padding: 0 10px 0 10px !important; } }
  @media (min-width: 980px) {
    .well-done-section .feature-item {
      max-width: 585px !important;
      width: 100% !important;
      padding-left: 30px;
      padding-right: 75px; } }
  .well-done-section .feature-item .count {
    font-family: "SteelfishRG", Arial, sans-serif;
    color: white;
    background: #00aeef;
    display: inline-block;
    text-align: center;
    position: absolute;
    z-index: 99;
    font-size: 60px;
    line-height: 70px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 110px;
    left: -110px; }
    @media (max-width: 979px) and (min-width: 499px) {
      .well-done-section .feature-item .count {
        position: relative !important;
        left: 0 !important;
        float: left; } }
    @media (max-width: 500px) {
      .well-done-section .feature-item .count {
        position: relative !important;
        left: 0 !important;
        float: none;
        margin-bottom: 20px; } }
    .well-done-section .feature-item .count small {
      display: inline-block;
      font-size: 28px;
      vertical-align: middle;
      line-height: 1; }
    @media (min-width: 980px) {
      .well-done-section .feature-item .count {
        font-size: 83px;
        line-height: 86px;
        width: 118px;
        padding-top: 10px;
        padding-bottom: 10px;
        left: -118px; }
        .well-done-section .feature-item .count small {
          font-size: 36px; } }
  .well-done-section .feature-item h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 40px;
    color: #242424;
    text-transform: uppercase; }
    @media (max-width: 979px) and (min-width: 499px) {
      .well-done-section .feature-item h2 {
        margin-bottom: 10px;
        padding-left: 140px; } }
  .well-done-section .feature-item p {
    font-size: 17px;
    line-height: 24px;
    color: #242424;
    font-family: "Open Sans", Arial, sans-serif; }
    @media (max-width: 979px) and (min-width: 499px) {
      .well-done-section .feature-item p {
        padding-left: 140px; } }
  .well-done-section .feature-item.feature-btn {
    margin-top: 30px; }
    @media (max-width: 979px) {
      .well-done-section .feature-item.feature-btn {
        padding: 0 0 50px 0; } }
    @media (min-width: 980px) {
      .well-done-section .feature-item.feature-btn {
        margin-top: 50px;
        padding-right: 0; } }
    .well-done-section .feature-item.feature-btn .x-btn {
      min-width: 240px;
      margin-top: 20px;
      background: #00aeef !important;
      color: white !important;
      border-color: #00aeef !important;
      font-size: 21px;
      text-transform: uppercase;
      padding: 8px !important; }
      @media (max-width: 979px) {
        .well-done-section .feature-item.feature-btn .x-btn {
          display: block;
          max-width: 300px;
          width: 100%;
          margin: 10px auto; } }
      @media (min-width: 980px) {
        .well-done-section .feature-item.feature-btn .x-btn + .x-btn {
          margin-left: 10px; } }
      .well-done-section .feature-item.feature-btn .x-btn:hover {
        background: none !important;
        color: #242424 !important;
        border-color: #242424 !important; }
      @media (max-width: 380px) {
        .well-done-section .feature-item.feature-btn .x-btn {
          min-width: 100px;
          width: 100%; } }

/*

    // home - Location
============================= */
.location-container {
  background: rgba(0, 174, 239, 0.7);
  padding: 40px 30px;
  text-align: center;
  margin: 20px 0; }
  @media (max-width: 979px) {
    .location-container {
      padding: 70px 0px !important; } }
  @media (min-width: 980px) {
    .location-container {
      max-width: 420px;
      padding-top: 60px; } }
  .location-container h2 {
    font-size: 100px;
    line-height: 100px;
    color: white;
    font-family: "SteelfishRG", Arial, sans-serif;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px; }
    @media (max-width: 979px) {
      .location-container h2 {
        font-size: 68px !important;
        line-height: 70px !important; } }
    .location-container h2 .sub {
      font-size: 34px;
      line-height: 34px;
      display: block;
      margin-top: 10px; }
      @media (max-width: 979px) {
        .location-container h2 .sub {
          font-size: 31px !important;
          line-height: 35px !important; } }
  .location-container .desc {
    margin-top: 50px;
    padding: 30px;
    border: 3px solid white; }
    @media (max-width: 979px) {
      .location-container .desc {
        border: 0 !important; } }
    .location-container .desc p {
      font-size: 15px;
      font-family: "Open Sans", Arial, sans-serif;
      line-height: 24px;
      color: white; }
    .location-container .desc a {
      text-transform: uppercase; }
      @media (max-width: 979px) {
        .location-container .desc a {
          margin-top: 20px; } }
      .location-container .desc a:hover {
        border: 3px solid #242424 !important;
        background: white !important;
        color: #242424 !important;
        background: none !important; }

.map-marker {
  position: absolute;
  top: 130px;
  left: 50%;
  width: 75px;
  height: 76px; }
  .map-marker.contact-page {
    top: 150px;
    left: 100%; }
  @media (max-width: 979px) {
    .map-marker {
      display: none; } }

/*

    // home - Contact Section
============================= */
.contact-container {
  text-align: center;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 100px 15px; }
  .contact-container h2 {
    font-family: "SteelfishRG", Arial, sans-serif;
    font-size: 100px;
    text-transform: uppercase;
    color: white;
    margin: 0; }
    @media (max-width: 979px) {
      .contact-container h2 {
        font-size: 68px !important;
        line-height: 70px !important; } }
    .contact-container h2 .text-blue {
      color: #00aeef; }
  .contact-container .desc {
    margin-top: 30px;
    padding: 30px 50px;
    border: 3px solid white; }
    @media (max-width: 979px) {
      .contact-container .desc {
        padding: 30px 15px; } }
    .contact-container .desc p {
      font-size: 15px;
      font-family: "Open Sans", Arial, sans-serif;
      line-height: 24px;
      color: white; }
    .contact-container .desc a {
      text-transform: uppercase;
      border: 3px solid #00aeef !important;
      background: #00aeef !important;
      color: white !important;
      min-width: 250px; }
      .contact-container .desc a + a {
        margin-left: 10px; }
      .contact-container .desc a:hover {
        border: 3px solid #00aeef !important;
        background: white !important;
        color: #00aeef !important;
        background: none !important; }
      @media (max-width: 768px) {
        .contact-container .desc a {
          min-width: 0;
          width: 100%;
          max-width: 250px;
          display: block;
          margin: 0 auto; }
          .contact-container .desc a + a {
            margin-left: auto;
            margin-top: 10px; } }

.x-main {
  position: relative;
  z-index: 1; }

.x-navbar-wrap {
  z-index: 2; }

.header-main-slider {
  padding: 0 !important;
  border-bottom: 10px solid #00aeef !important; }

.x-content-band.two-cols-ruby-effect {
  top: -85px;
  position: relative; }

.main-slider-header {
  position: relative; }
  .main-slider-header .caption-container {
    position: relative;
    z-index: 3;
    height: 517px !important;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px; }
  .main-slider-header .slider-caption-title {
    margin: 0;
    padding-top: 150px;
    font-size: 75px;
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    font-family: "SteelfishRG", Arial, sans-serif; }
    .main-slider-header .slider-caption-title .blue {
      color: #00aeef; }
  .main-slider-header .slider-caption-desc {
    font-size: 17px;
    line-height: 18px;
    font-family: Lato,Arial;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    max-width: 500px; }

#owl-slider-home {
  width: 100%;
  display: block;
  height: auto;
  position: absolute;
  top: 0;
  left: 0; }
  #owl-slider-home .owl-item {
    height: 517px !important;
    /* temp */ }
  #owl-slider-home .slider-img {
    width: 100%;
    height: 517px;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat; }

/*
    // gallery - page
============================= */
/* force scrollbar, prevents initial gap */
html {
  overflow-y: scroll; }

.gallery-wrapper {
  text-align: center;
  margin-top: -80px; }

/* ---- header ---- */
h1.h-custom-headline.h1 {
  margin-top: 148px;
  margin-left: 20px;
  position: relative; }

h1.h-custom-headline.h1:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 10px;
  height: 4px;
  background: #00aeef;
  display: block;
  width: 58px; }

h1.h-custom-headline.h1 span {
  color: white; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.gallery-wrapper {
  /* ---- isotope ---- */
  /* clear fix */
  /* ---- .element-item ---- */
  /* 3 columns, percentage width */ }
  .gallery-wrapper .isotope {
    padding: 0;
    margin: 0; }
  .gallery-wrapper .isotope:after {
    content: '';
    display: block;
    clear: both; }
  .gallery-wrapper .item,
  .gallery-wrapper .grid-sizer {
    width: 33.33%;
    padding: 0 5px;
    margin-bottom: 10px; }
  .gallery-wrapper .item {
    list-style: none;
    float: left;
    opacity: 0; }
  .gallery-wrapper .grid li.shown,
  .gallery-wrapper .no-js .grid li,
  .gallery-wrapper .no-cssanimations .grid li {
    opacity: 1; }
  .gallery-wrapper .item img {
    width: 100%; }
  .gallery-wrapper .item a {
    display: block;
    overflow: hidden;
    position: relative; }
  .gallery-wrapper .item a:hover .hover-state {
    opacity: 1;
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -moz-transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -ms-transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -o-transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75); }
  .gallery-wrapper .hover-state {
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    background: rgba(0, 174, 239, 0.7);
    position: absolute;
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -moz-transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -ms-transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -o-transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75); }
  .gallery-wrapper .hover-state p {
    font-family: "SteelfishRG", Arial, sans-serif;
    display: block;
    font-size: 45px !important;
    line-height: 34px;
    font-weight: 400;
    color: white;
    margin: 0;
    text-transform: uppercase;
    /* vertical-alignment */
    top: 50%;
    position: relative;
    margin-top: -10px; }

/* ---- Element move up ---- */
/* Effect 2: Move Up */
.grid.effect-2 li.animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards; }

@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

/* ---- .media-queries ---- */
@media only screen and (max-width: 991px) {
  .gallery-wrapper .item,
  .gallery-wrapper .grid-sizer {
    width: 50% !important; }
  .gallery-wrapper .item.width2 {
    width: 50%; } }
@media only screen and (max-width: 767px) {
  .gallery-wrapper .item,
  .gallery-wrapper .grid-sizer {
    width: 100% !important; }
  .gallery-wrapper .item.width2 {
    width: 100%; } }

/*

    // parallax effect fix
============================= */
.half-parallax.parallax {
  margin-bottom: 0; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
.grabbing {
  cursor: url(images/grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(images/AjaxLoader.gif) no-repeat center center; }

/*
    // homecarousel - page
============================= */
.home-carousel {
  width: 100%;
  position: relative;
  /* Owl Carousel */
  /*---------------*/
  /***** Ruby *****/
  /*---------------*/
  /* Arrow Navigation */ }
  .home-carousel #owl-demo .item {
    margin: 3px; }
  .home-carousel #owl-demo .item img {
    display: block;
    width: 100%;
    height: auto; }
  .home-carousel .item {
    margin: 0 !important; }
  .home-carousel .owl-item {
    height: 267px !important;
    /* temp */ }
  .home-carousel .ruby-effect {
    -webkit-transition: background 0.35s;
    transition: background 0.35s;
    background-color: black;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    height: 100% !important;
    /* temp */ }
  .home-carousel .ruby-effect img {
    position: relative;
    display: block;
    opacity: 0.7;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    position: relative;
    z-index: 80; }
  .home-carousel .ruby-effect h2 {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
    margin-top: 0;
    color: white;
    font-weight: normal;
    font-size: 53px;
    padding-top: 60px;
    margin-bottom: 0px; }
    @media (max-width: 979px) {
      .home-carousel .ruby-effect h2 {
        opacity: 1 !important;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0); } }
  .home-carousel .ruby-effect h4 {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
    margin-top: 0;
    color: white;
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 20px; }
    @media (max-width: 979px) {
      .home-carousel .ruby-effect h4 {
        opacity: 1 !important;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0); } }
  .home-carousel .ruby-effect p {
    margin: 35px 0 0;
    padding: 2em;
    border: 1px solid white;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
    transform: translate3d(0, 20px, 0) scale(1.1);
    font-size: 14px;
    line-height: 1.4;
    text-transform: none;
    margin-top: 10px;
    padding: 15px 0px;
    max-width: 90%;
    margin: 50px auto 0 auto; }
  .home-carousel .ruby-effect .hover-effect-caption {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    /*padding: 35px 35px 35px;*/
    color: white;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .home-carousel .ruby-effect:hover {
    background: rgba(0, 174, 239, 0.7); }
  .home-carousel .ruby-effect:hover h2 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    @media (max-width: 979px) {
      .home-carousel .ruby-effect:hover h2 {
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0); } }
  .home-carousel .ruby-effect:hover h4 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    @media (max-width: 979px) {
      .home-carousel .ruby-effect:hover h4 {
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0); } }
  .home-carousel .ruby-effect:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); }
    @media (max-width: 979px) {
      .home-carousel .ruby-effect:hover p {
        display: none; } }
  .home-carousel nav a {
    position: absolute;
    top: 50%;
    display: block;
    outline: none;
    text-align: left;
    z-index: 1000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .home-carousel nav a.prev {
    left: 0; }
  .home-carousel nav a.next {
    right: 0; }
  .home-carousel nav a svg {
    display: block;
    margin: 0 auto;
    padding: 0; }

/*--------------------*/
/* Thumb flip */
/*--------------------*/
.color-7 {
  background-color: #c1b8ab; }

.nav-thumbflip a {
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.nav-thumbflip a.prev {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%; }

.nav-thumbflip a.next {
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%; }

.nav-thumbflip .icon-wrap {
  display: block;
  width: 85px;
  height: 80px;
  background-color: #00aeef;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  @media (max-width: 600px) {
    .nav-thumbflip .icon-wrap {
      width: 57px;
      height: 51px; } }

.nav-thumbflip svg.icon {
  position: relative;
  top: 50%;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #fff; }

.nav-thumbflip img {
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 85px;
  height: 80px; }
  @media (max-width: 767px) {
    .nav-thumbflip img {
      display: none; } }

.nav-thumbflip a.prev img {
  left: 100%;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%; }

.nav-thumbflip a.next img {
  right: 100%;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.nav-thumbflip a:hover .icon-wrap {
  background-color: #fff; }

.nav-thumbflip a:hover svg.icon {
  fill: #00aeef; }

.nav-thumbflip a:hover img {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg); }

/* SVG wrap */
.svg-wrap {
  position: absolute;
  width: 0px;
  height: 0px;
  overflow: hidden; }

/* Arrow Position */
.nav-thumbflip {
  position: absolute;
  top: 50%;
  width: 100%; }

.nav-thumbflip a {
  cursor: pointer; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 1.5s both ease;
  -moz-animation: fadeOut 1.5s both ease;
  animation: fadeOut 1.5s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn 1.5s both ease;
  -moz-animation: fadeIn 1.5s both ease;
  animation: fadeIn 1.5s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }

  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: .5;
    transform: translateZ(-500px); }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }

/*
    // inner - page
============================= */
.page-header {
  border-bottom: 10px solid #00aeef;
  height: 320px; }

@media (min-width: 980px) {
  .inner-page-content-section .x-column {
    margin-right: 0 !important; }
  .inner-page-content-section .one-half {
    width: 50% !important; } }
.inner-page-content-section .img-caption {
  margin-left: 60px;
  margin-bottom: 50px;
  padding-bottom: 33px;
  margin-top: 140px;
  position: relative; }
  .inner-page-content-section .img-caption:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 15px;
    height: 3px;
    width: 60px;
    background: #00aeef; }
  .inner-page-content-section .img-caption p {
    font-size: 75px !important;
    line-height: 80px;
    color: #fff;
    font-family: "SteelfishRG", Arial, sans-serif;
    padding: 5px 15px;
    margin: 0;
    text-transform: uppercase; }
    .inner-page-content-section .img-caption p.bg-highlight {
      background: #00aeef;
      padding: 10px 15px;
      font-size: 89px !important;
      line-height: 95px; }
.inner-page-content-section .content-col {
  padding-top: 70px;
  padding-bottom: 90px; }
  .inner-page-content-section .content-col > * {
    margin-left: 40px;
    margin-right: 40px; }
  .inner-page-content-section .content-col h1.h-custom-headline.h1 {
    font-size: 75px;
    line-height: 80px;
    margin-top: 20px;
    margin-left: 40px;
    margin-bottom: 30px;
    padding-bottom: 32px; }
    .inner-page-content-section .content-col h1.h-custom-headline.h1 span {
      color: #242424; }
  .inner-page-content-section .content-col ul {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0; }
    .inner-page-content-section .content-col ul li {
      font-family: "Open Sans", Arial, sans-serif;
      font-size: 17px;
      line-height: 24px;
      vertical-align: middle; }
      .inner-page-content-section .content-col ul li + li {
        margin-top: 22px; }
      .inner-page-content-section .content-col ul li:before {
        font-family: "Open Sans", Arial, sans-serif;
        content: "\25aa";
        display: inline-block;
        vertical-align: middle;
        color: #00aeef;
        font-size: 32px;
        line-height: 24px;
        margin-right: 15px; }
  .inner-page-content-section .content-col .x-btn {
    margin-top: 45px;
    width: 100%;
    max-width: 250px;
    text-transform: uppercase;
    border: 3px solid #00aeef !important;
    background: #00aeef !important;
    color: white !important; }
    .inner-page-content-section .content-col .x-btn:hover {
      border: 3px solid #242424 !important;
      background: white !important;
      color: #242424 !important; }
.inner-page-content-section .page-inner-left {
  text-align: right; }
  .inner-page-content-section .page-inner-left.content-col h1.h-custom-headline.h1:after {
    left: auto;
    right: 0; }
  .inner-page-content-section .page-inner-left.content-col ul li {
    vertical-align: middle; }
    .inner-page-content-section .page-inner-left.content-col ul li:before {
      display: none; }
    .inner-page-content-section .page-inner-left.content-col ul li:after {
      font-family: "Open Sans", Arial, sans-serif;
      content: "\25aa";
      display: inline-block;
      vertical-align: middle;
      color: #00aeef;
      font-size: 32px;
      line-height: 24px;
      margin-left: 15px; }
  .inner-page-content-section .page-inner-left.img-col .img-caption {
    margin-left: 0;
    margin-right: 60px; }
    .inner-page-content-section .page-inner-left.img-col .img-caption:after {
      left: auto;
      right: 15px; }

/*
    // contact - page
============================= */
.wpcf7 .screen-reader-response {
  display: none; }
.wpcf7 .wpcf7-not-valid-tip {
  color: #ff2a13;
  text-align: left; }

.contact-form-wrapper {
  display: inline-block;
  background: rgba(0, 174, 239, 0.7);
  padding: 20px 30px;
  text-align: center;
  margin: 20px 0; }
  @media (min-width: 980px) {
    .contact-form-wrapper {
      max-width: 420px;
      padding-top: 20px; } }
  .contact-form-wrapper .form-title {
    margin: 0 0 5px;
    color: #fff;
    text-transform: uppercase;
    text-align: left; }
  .contact-form-wrapper .input-row {
    margin-right: -5px;
    margin-left: -5px;
    text-align: left; }
    .contact-form-wrapper .input-row:after {
      content: "";
      display: table;
      clear: both; }
    .contact-form-wrapper .input-row input,
    .contact-form-wrapper .input-row textarea {
      border: none;
      padding: 5px 10px;
      margin: 20px 0 0; }
    .contact-form-wrapper .input-row textarea {
      resize: none;
      height: 150px; }
    .contact-form-wrapper .input-row .col-6,
    .contact-form-wrapper .input-row .col-12 {
      padding: 0 5px; }
    @media (min-width: 980px) {
      .contact-form-wrapper .input-row .col-6 {
        width: 50%;
        float: left; } }
    .contact-form-wrapper .input-row .x-btn {
      width: 100%;
      text-transform: uppercase; }
      .contact-form-wrapper .input-row .x-btn:hover {
        border: 3px solid #242424 !important;
        background: white !important;
        color: #242424 !important;
        background: none !important; }
      .contact-form-wrapper .input-row .x-btn:focus {
        outline: none !important; }

.entry-content.content .contact-left {
  padding: 30px 0; }
  .entry-content.content .contact-left h1 {
    margin-top: 20px;
    position: relative;
    text-transform: uppercase;
    font-size: 75px;
    color: #fff;
    margin-bottom: 0;
    margin-left: 20px; }
    .entry-content.content .contact-left h1 + h1 {
      margin-top: 0;
      margin-bottom: 20px;
      padding-bottom: 22px; }
      .entry-content.content .contact-left h1 + h1:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 3px;
        background: #00aeef;
        display: block;
        width: 58px; }
  .entry-content.content .contact-left p {
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 36px !important;
    line-height: 44px;
    font-family: "SteelfishRG", Arial, sans-serif;
    text-transform: uppercase; }

@media (max-width: 979px) {
  .contact-section-wrap.bg-image {
    background: #c7c7c7 !important; } }
@media (min-width: 980px) {
  .contact-section-wrap .contact-right .x-content-band.bg-image {
    background: none !important;
    text-align: right; } }
@media (max-width: 979px) {
  .contact-section-wrap .contact-right .x-content-band.bg-image {
    text-align: center;
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 50px;
    padding-right: 50px; } }