body {
  background-color: #edf7f6;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  padding-bottom: 20px;
  line-height: 1.2;
  color: #121e1d;
  font-family: "Gotham Pro";
}
h1 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 25px;
  }
}
h2 {
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 22px;
  }
}
h3 {
  font-size: 20px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 18px;
  }
}
h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Proxima Nova";
}
p {
  padding-bottom: 20px;
  line-height: 1.5;
}
a {
  color: #f36419;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: underline;
}
.tac {
  text-align: center;
}
.acf-map {
  min-height: 520px;
}
@media (max-width: 1024px) {
  .acf-map {
    min-height: 450px;
  }
}
@media (max-width: 768px) {
  .acf-map {
    min-height: 350px;
  }
}
@media (max-width: 550px) {
  .acf-map {
    min-height: 300px;
  }
}
.snake {
  width: 75px;
  height: 6px;
  display: block;
}
.pageTitle {
  padding-top: 40px;
  text-align: center;
  border-top: 1px solid #e1e1e1;
}
#pusher {
  margin-top: 120px;
}
@media (max-width: 1024px) {
  #pusher {
    margin-top: 0;
  }
}
span.wpcf7-not-valid-tip {
  font-size: 12px;
  padding-left: 10px;
}
@media (max-width: 1024px) {
  .selectric .label {
    font-size: 13px;
  }
}
header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 40px;
  background-color: #edf7f6;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  header {
    position: static;
  }
}
@media (max-width: 550px) {
  header {
    padding-left: 3%;
  }
}
header.scrollUp {
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
}
@media (max-width: 1024px) {
  header.scrollUp {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
header.scrollUp .phoneHeader {
  min-height: inherit;
  padding: 15px 20px 15px;
}
header.shadow {
  -webkit-box-shadow: 0 10px 11px -9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 11px -9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 11px -9px rgba(0, 0, 0, 0.5);
}
header.shadow .phoneHeader {
  min-height: inherit;
  padding: 15px 20px 15px;
}
header .custom-logo-link {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header .phoneHeader {
  min-height: 120px;
  background-color: #f36419;
  color: #fff;
  -webkit-flex-basis: 219px;
  -moz-flex-basis: 219px;
  -ms-flex-preferred-size: 219px;
  flex-basis: 219px;
  font-weight: 700;
  text-align: center;
  padding: 28px 20px 35px;
}
@media (max-width: 1280px) {
  header .phoneHeader {
    -webkit-flex-basis: 160px;
    -moz-flex-basis: 160px;
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
  }
}
@media (max-width: 1024px) {
  header .phoneHeader {
    min-height: inherit;
  }
}
@media (max-width: 550px) {
  header .phoneHeader {
    padding: 20px 15px;
    -webkit-flex-basis: 130px;
    -moz-flex-basis: 130px;
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
  }
}
header .phoneHeader:hover {
  text-decoration: none;
  color: #21a0a0;
}
header .phoneHeader span {
  display: block;
  font-size: 20px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (min-width: 1025px) {
  #mainMenu {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu > ul {
    font-size: 0;
  }
  #mainMenu > ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 37px;
  }
  #mainMenu > ul > li:after {
    content: '';
    position: absolute;
    width: 0;
    height: 6px;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: url("../images/snake.png") no-repeat;
  }
  #mainMenu > ul > li > a {
    color: #0d0f0f;
    font-size: 16px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
  }
  #mainMenu > ul > li:hover > a, #mainMenu > ul > li.current-menu-item > a {
    text-decoration: none;
    color: #21a0a0;
  }
  #mainMenu > ul > li:hover:after, #mainMenu > ul > li.current-menu-item:after {
    width: 75px;
  }
  #mainMenu > ul > li:hover > ul {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
  #mainMenu > ul > li ul {
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    width: 270px;
    position: absolute;
    left: 0;
    top: 100%;
    background: #f36419;
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu > ul > li ul li {
    position: relative;
  }
  #mainMenu > ul > li ul li a {
    display: block;
    padding: 7px 18px;
    color: #fff;
    font-size: 0.7647058824rem;
    text-decoration: none;
  }
  #mainMenu > ul > li ul li:hover > a, #mainMenu > ul > li ul li.current-menu-item > a {
    color: #f36419;
    background: #fff;
  }
  #mainMenu > ul > li ul li:hover ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #mainMenu > ul > li ul li ul {
    left: 270px;
    top: 0;
  }
}
.content {
  padding: 70px 0 40px;
}
@media (max-width: 1024px) {
  .content {
    padding: 30px 0 20px;
  }
}
.content .wysiwyg ul {
  margin: 0 0 20px 15px;
}
.content .wysiwyg ul li {
  padding: 5px 0 5px 15px;
  position: relative;
}
.content .wysiwyg ul li:before {
  content: "";
  background: #f36419;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 0.8823529412rem;
  left: 0;
}
.topBox {
  min-height: 520px;
  position: relative;
  text-align: center;
  padding: 40px 0;
  color: #fff;
}
@media (max-width: 1024px) {
  .topBox {
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .topBox {
    min-height: 300px;
  }
}
.topBox:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .3);
}
.topBox:after {
  content: '';
  position: absolute;
  width: 330px;
  height: 20px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../images/Waves.png") no-repeat;
}
.topBox h1 {
  color: #fff;
}
.topBox .descriptionTop {
  width: 550px;
  max-width: 100%;
  margin: 0 auto;
}
.tpl-about .content p {
  font-size: 16px;
}
.bottomText {
  padding: 40px 0 30px;
}
@media (max-width: 768px) {
  .bottomText {
    padding: 30px 0 10px;
  }
}
.additionalWrap {
  padding: 60px 0 40px;
  border-top: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .additionalWrap {
    padding: 30px 0 0;
    margin-bottom: 30px;
  }
}
.additionalItems {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .additionalItems {
    margin-top: 10px;
  }
}
.additionalItems .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.additionalItems .items > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
.additionalItems .items figure {
  min-height: 77px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .additionalItems .items figure {
    margin-bottom: 15px;
  }
}
.additionalItems .items img {
  margin: 0 auto;
}
.additionalItems .items .item {
  margin-bottom: 40px;
}
.imageText .item {
  border-top: 1px solid #d7d7d7;
  padding: 60px 0 65px;
}
@media (max-width: 768px) {
  .imageText .item {
    display: block;
    text-align: center;
    padding: 30px 0 10px;
  }
}
.imageText.styleServices {
  padding: 90px 0 25px;
}
@media (max-width: 1024px) {
  .imageText.styleServices {
    -webkit-flex-basis: 400px;
    -moz-flex-basis: 400px;
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    padding: 30px 0 0;
  }
}
.imageText .service {
  margin-bottom: 65px;
}
@media (max-width: 1024px) {
  .imageText .service {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .imageText .service {
    display: block;
    text-align: center;
  }
}
.imageText figure {
  -webkit-flex-basis: 576px;
  -moz-flex-basis: 576px;
  -ms-flex-preferred-size: 576px;
  flex-basis: 576px;
  margin-right: 65px;
}
@media (max-width: 1024px) {
  .imageText figure {
    -webkit-flex-basis: 380px;
    -moz-flex-basis: 380px;
    -ms-flex-preferred-size: 380px;
    flex-basis: 380px;
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .imageText figure {
    margin-right: 0;
  }
  .imageText figure img {
    margin: 0 auto 20px;
  }
}
.imageText .text {
  padding-top: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1280px) {
  .imageText .text {
    padding-top: 20px;
  }
}
@media (max-width: 1024px) {
  .imageText .text {
    padding-top: 0;
  }
}
.imageText .snake {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .imageText .snake {
    margin: 0 auto 15px;
  }
}
.imageText h6 {
  font-size: 16px;
  font-family: "Proxima Nova";
  padding-bottom: 10px;
}
.imageText h2 {
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .imageText h2 {
    padding-bottom: 15px;
  }
}
.contactDescription {
  padding-top: 80px;
  padding-bottom: 60px;
  border-top: 1px solid #d4dbda;
}
@media (max-width: 1024px) {
  .contactDescription {
    padding: 30px 0 10px;
  }
}
.contactDescription .phoneHeader {
  color: #121e1d;
  font-weight: 700;
  font-size: 16px;
}
.contactDescription .phoneHeader span {
  margin-right: 10px;
}
.contactDescription .phoneHeader:hover {
  color: #f36419;
  text-decoration: none;
}
.formBox {
  padding: 70px 0 60px;
}
@media (max-width: 1024px) {
  .formBox {
    padding: 30px 0;
  }
}
.formBox .part {
  -webkit-flex-basis: 49.4%;
  -moz-flex-basis: 49.4%;
  -ms-flex-preferred-size: 49.4%;
  flex-basis: 49.4%;
}
@media (max-width: 1024px) {
  .formBox .selectric .label {
    font-size: 13px;
  }
}
@media (max-width: 1024px) {
  .parentBox {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.parentBox article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.parentBox article .post-categories {
  display: inline-block;
  margin-bottom: 20px;
}
.parentBox article .post-categories li {
  display: inline-block;
}
.parentBox article .post-categories a {
  color: #000;
  text-transform: uppercase;
}
.parentBox article .post-categories a:hover {
  color: #f36419;
  text-decoration: none;
}
.parentBox article time {
  text-transform: uppercase;
  color: #f36419;
}
.parentBox article .post {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .parentBox article .post {
    display: block;
    text-align: center;
  }
}
.parentBox article .post .thumb {
  -webkit-flex-basis: 376px;
  -moz-flex-basis: 376px;
  -ms-flex-preferred-size: 376px;
  flex-basis: 376px;
  margin-right: 70px;
}
@media (max-width: 1280px) {
  .parentBox article .post .thumb {
    margin-right: 30px;
    -webkit-flex-basis: 300px;
    -moz-flex-basis: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
  }
}
@media (max-width: 768px) {
  .parentBox article .post .thumb {
    display: block;
    margin: 0 auto 20px;
    width: 250px;
  }
}
.parentBox article .post .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.parentBox article .post .info h2 a {
  color: #121e1d;
}
.parentBox article .post .info h2 a:hover {
  text-decoration: none;
  color: #f36419;
}
.parentBox article .post .info .button {
  min-width: 150px;
  line-height: 38px;
}
.parentBox aside {
  -webkit-flex-basis: 276px;
  -moz-flex-basis: 276px;
  -ms-flex-preferred-size: 276px;
  flex-basis: 276px;
  margin-left: 60px;
}
@media (max-width: 1280px) {
  .parentBox aside {
    margin-left: 30px;
  }
}
@media (max-width: 1024px) {
  .parentBox aside {
    margin-left: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
    padding-bottom: 20px;
  }
  .parentBox aside > * {
    width: 32.3333333333%;
    margin: 0 0.5% 0.6666666667em;
  }
}
@media (max-width: 768px) {
  .parentBox aside {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
    padding-bottom: 20px;
  }
  .parentBox aside > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
}
@media (max-width: 479px) {
  .parentBox aside {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
    padding-bottom: 20px;
  }
  .parentBox aside > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.parentBox aside .widget_categories, .parentBox aside .tagsBox {
  border: 1px solid #e1e1e1;
  padding: 30px 40px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .parentBox aside .widget_categories, .parentBox aside .tagsBox {
    padding: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .parentBox aside .widget_categories, .parentBox aside .tagsBox {
    margin-bottom: 10px;
  }
}
.parentBox aside .widget_categories a, .parentBox aside .tagsBox a {
  color: #435250;
}
.parentBox aside .widget_categories a:hover, .parentBox aside .tagsBox a:hover {
  text-decoration: none;
  color: #f36419;
}
.parentBox aside .newsletter {
  padding: 35px 40px 60px;
  text-align: center;
  margin-bottom: 40px;
  background-position: 100% 100%;
}
@media (max-width: 1024px) {
  .parentBox aside .newsletter {
    padding: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .parentBox aside .newsletter {
    margin-bottom: 10px;
  }
}
.parentBox aside .newsletter form input[type="email"] {
  text-align: center;
  border-radius: 0;
  border-color: #ca5315;
}
.parentBox aside .newsletter form input[type="email"]::-webkit-input-placeholder {
  color: #000;
}
.parentBox aside .newsletter form input[type="email"]::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.parentBox aside .newsletter form input[type="email"]:-ms-input-placeholder {
  color: #000;
}
.parentBox aside .newsletter form > span {
  display: block;
  margin-bottom: 16px;
}
.parentBox aside .newsletter h4 {
  color: #fff;
  padding-bottom: 15px;
}
.parentBox aside .newsletter .white {
  border: 1px solid;
  min-width: 150px;
  line-height: 38px;
}
.parentBox aside .newsletter .snake {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .parentBox aside .tagsBox {
    width: 100%;
    display: block;
  }
}
.parentBox aside .tagsBox div {
  font-size: 0;
}
.parentBox aside .tagsBox div a {
  display: inline-block;
  background-color: #ebebeb;
  padding: 9px 20px;
  font-size: 14px !important;
  text-transform: capitalize;
  margin: 0 8px 8px 0;
  color: #000;
}
.parentBox aside .tagsBox div a:hover, .parentBox aside .tagsBox div a.active {
  background-color: #121e1d;
  color: #fff;
}
.blogSlider figure {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 723px;
}
@media (max-width: 1366px) {
  .blogSlider figure {
    min-height: 500px;
  }
}
@media (max-width: 1024px) {
  .blogSlider figure {
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .blogSlider figure {
    min-height: 300px;
  }
}
.blogSlider .info {
  -webkit-flex-basis: 54%;
  -moz-flex-basis: 54%;
  -ms-flex-preferred-size: 54%;
  flex-basis: 54%;
  background-color: #121e1d;
  padding: 40px 100px;
}
@media (max-width: 1366px) {
  .blogSlider .info {
    padding: 40px 50px;
  }
}
@media (max-width: 768px) {
  .blogSlider .info {
    padding: 20px 3% 60px;
    text-align: center;
  }
}
.blogSlider .info .text {
  width: 550px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .blogSlider .info .text {
    margin: 0 auto;
  }
}
.blogSlider .info h2, .blogSlider .info p {
  color: #fff;
}
.blogSlider .info h2 {
  font-size: 40px;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .blogSlider .info h2 br {
    display: none;
  }
}
@media (max-width: 1024px) {
  .blogSlider .info h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .blogSlider .info h2 {
    font-size: 25px;
  }
}
.blogSlider .info .button:hover {
  background-color: #21a0a0;
}
.blogSlider .swiper-pagination {
  top: 60px;
  bottom: auto;
  padding-left: 5%;
}
@media (max-width: 1024px) {
  .blogSlider .swiper-pagination {
    top: 20px;
  }
}
@media (max-width: 768px) {
  .blogSlider .swiper-pagination {
    top: inherit;
    bottom: 20px;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .blogSlider .swiper-slide {
    display: block;
  }
}
.blogSlider .swiper-pagination-bullet {
  background-color: #717877;
  opacity: 1;
  margin-right: 4px;
}
.blogSlider .swiper-pagination-bullet-active {
  background-color: #fff;
}
.topImage {
  border-top: 1px solid #d3d7d7;
  min-height: 327px;
}
@media (max-width: 768px) {
  .topImage {
    min-height: 250px;
  }
}
.featuredTitle {
  color: #000;
  background-color: #b7b7b7;
  text-transform: uppercase;
  padding: 14px 20px;
  margin-bottom: 40px;
}
.sharethis-inline-share-buttons {
  padding: 20px 0 30px;
}
.topHome {
  position: relative;
  min-height: 720px;
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .topHome {
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .topHome {
    min-height: 300px;
  }
}
.topHome:after {
  content: '';
  position: absolute;
  width: 330px;
  height: 20px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../images/Waves.png") no-repeat;
}
.topHome .info {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.topHome .info h1 {
  color: #fff;
}
.topHome .info .button {
  margin-top: 10px;
}
.textSection {
  text-align: center;
  padding: 80px 0 90px;
}
@media (max-width: 1024px) {
  .textSection {
    padding: 30px 0;
  }
}
.textSection p a {
  color: #435250;
  text-decoration: underline;
}
.textSection p a:hover {
  text-decoration: none;
  color: #f36419;
}
.fourColumns {
  padding: 90px 0 100px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 1024px) {
  .fourColumns {
    padding: 30px 0;
  }
}
.fourColumns .description {
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .fourColumns .description {
    padding-bottom: 20px;
  }
}
.fourColumns .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0%;
  width: 100%;
  border-bottom: 1px solid #acacac;
}
.fourColumns .items > * {
  width: 25%;
  margin: 0 0% 0em;
}
@media (max-width: 768px) {
  .fourColumns .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
  }
  .fourColumns .items > * {
    width: 50%;
    margin: 0 0% 0em;
  }
}
.fourColumns .item {
  position: relative;
  margin-bottom: 0;
  padding: 0 30px 60px;
}
@media (max-width: 1024px) {
  .fourColumns .item {
    padding: 0 30px 30px;
  }
}
@media (max-width: 768px) {
  .fourColumns .item {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .fourColumns .item {
    padding: 0;
  }
}
.fourColumns .item:hover .btn {
  top: 100%;
  opacity: 1;
}
.fourColumns .item .btn {
  position: absolute;
  top: 150%;
  opacity: 0;
  left: 0;
  right: 0;
  display: inline-block;
  color: #fff;
  background-color: #2660a4;
  line-height: 48px;
}
@media (max-width: 1024px) {
  .fourColumns .item .btn {
    opacity: 1;
    position: static;
    padding: 0 20px;
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .fourColumns .item .btn {
    line-height: 38px;
  }
}
.fourColumns .item .btn:hover {
  text-decoration: none;
  background-color: #f36419;
}
.fourColumns figure {
  min-height: 87px;
}
.fourColumns figure img {
  margin: 0 auto 35px;
}
.reverseSection {
  padding: 80px 0 130px;
}
@media (max-width: 1024px) {
  .reverseSection {
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  .reverseSection {
    padding-bottom: 0;
  }
}
.reverseSection .snake {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .reverseSection .snake {
    margin: 0 auto 20px;
  }
}
.reverseSection figure {
  -webkit-flex-basis: 576px;
  -moz-flex-basis: 576px;
  -ms-flex-preferred-size: 576px;
  flex-basis: 576px;
  margin-right: 60px;
}
@media (max-width: 1024px) {
  .reverseSection figure {
    -webkit-flex-basis: 400px;
    -moz-flex-basis: 400px;
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .reverseSection figure {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .reverseSection figure img {
    margin: 0 auto;
  }
}
.reverseSection .info {
  padding-top: 35px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 768px) {
  .reverseSection .info {
    padding-top: 0;
  }
}
@media (max-width: 1280px) {
  .reverseSection .item {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .reverseSection .item {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .reverseSection .item {
    display: block;
    text-align: center;
  }
}
.reverseSection .item:nth-child(2n) {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.reverseSection .item:nth-child(2n) figure {
  margin-right: 0;
  margin-left: 60px;
}
@media (max-width: 1024px) {
  .reverseSection .item:nth-child(2n) figure {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .reverseSection .item:nth-child(2n) figure {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.backgroundSection {
  min-height: 705px;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
.backgroundSection:before {
  content: '';
  position: absolute;
  width: 330px;
  height: 20px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../images/Waves1.png") no-repeat;
}
@media (max-width: 1600px) {
  .backgroundSection {
    background-position: -60px 0px !important;
  }
}
@media (max-width: 1024px) {
  .backgroundSection {
    min-height: 400px;
  }
}
@media (max-width: 550px) {
  .backgroundSection {
    min-height: inherit;
  }
}
@media (max-width: 479px) {
  .backgroundSection {
    background-position: 100% 100% !important;
  }
}
.backgroundSection .text {
  width: 670px;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.backgroundSection .text h2 {
  font-size: 40px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .backgroundSection .text h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .backgroundSection .text h2 {
    font-size: 25px;
  }
}
@media (max-width: 550px) {
  .backgroundSection .text h2 {
    font-size: 20px;
  }
}
.backgroundSection .text .button {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .backgroundSection .text .button {
    margin-top: 0;
  }
}
.backgroundSection .text p {
  width: 425px;
  max-width: 100%;
}
footer {
  background-color: #121e1d;
  padding: 60px 0;
}
@media (max-width: 768px) {
  footer {
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  footer > .flex {
    display: block;
    text-align: center;
  }
}
footer h4, footer a {
  color: #fff;
}
footer .widget li {
  line-height: 1.8;
}
footer .widget a {
  opacity: 0.4;
  font-size: 16px;
}
footer .widget a:hover {
  opacity: 1;
}
footer #menu-footer-menu-1 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
footer .menu-footer-menu-1-container {
  width: 430px;
  max-width: 100%;
}
@media (max-width: 768px) {
  footer .menu-footer-menu-1-container {
    margin: 0 auto 20px;
  }
}
footer .footerMenu {
  -webkit-flex-basis: 575px;
  -moz-flex-basis: 575px;
  -ms-flex-preferred-size: 575px;
  flex-basis: 575px;
}
@media (max-width: 768px) {
  footer .footerMenu {
    display: block;
  }
}
footer .addressFooter {
  -webkit-flex-basis: 380px;
  -moz-flex-basis: 380px;
  -ms-flex-preferred-size: 380px;
  flex-basis: 380px;
  margin-left: 30px;
}
@media (max-width: 768px) {
  footer .addressFooter {
    margin-left: 0;
    margin-top: 20px;
  }
}
footer .addr {
  color: #fff;
  padding-bottom: 8px;
}
footer .addr i {
  display: block;
  color: #f36419;
  font-size: 30px;
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  footer .addr i {
    padding-bottom: 5px;
  }
}
footer .description p {
  color: #fff;
  opacity: 0.4;
}
footer .some a {
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-right: 4px;
  text-align: center;
  font-size: 14px;
}
footer .some a:hover {
  text-decoration: none;
  opacity: 0.8;
}
footer .some a.fa-facebook-f {
  background-color: #4d67a3;
}
footer .some a.fa-twitter {
  background-color: #25a7df;
}
footer .some a.fa-instagram {
  background-color: #125688;
}
footer .some a.fa-yelp {
  background-color: #c41200;
}
.popServ {
  background-color: #edf7f6 !important;
  width: 860px;
  max-width: 96%;
  margin: 0 auto;
  padding: 40px !important;
}
@media (max-width: 768px) {
  .popServ {
    padding: 20px !important;
  }
}
.popServ .wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5%;
  width: 101%;
}
.popServ .wrap > * {
  width: 49%;
  margin: 0 0.5% 0.75em;
}
@media (max-width: 768px) {
  .popServ .wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .popServ .wrap > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.popServ figure {
  margin-bottom: 15px;
}
.popServ .part {
  -webkit-flex-basis: 49.5%;
  -moz-flex-basis: 49.5%;
  -ms-flex-preferred-size: 49.5%;
  flex-basis: 49.5%;
}
.imgRight {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1600px) {
  .imgRight {
    right: -100px;
  }
}
@media (max-width: 1280px) {
  .imgRight {
    right: -150px;
  }
}
@media (max-width: 1024px) {
  .imgRight {
    height: 100%;
    right: 0;
    opacity: 0.5;
  }
  .imgRight img {
    max-height: 100%;
  }
}
@media (max-width: 768px) {
  .imgRight {
    right: -75px;
  }
}
@media (max-width: 400px) {
  .imgRight {
    display: none;
  }
}
.pagination {
  text-align: center;
}
.pagination h2 {
  display: none;
}
.pagination .page-numbers {
  margin: 0 10px;
}
.post-type-archive-testimonials h1 {
  text-align: center;
  color: #fff;
}
.testimonialsBox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.testimonialsBox > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
.testimonialsBox .item {
  background: #fff;
  padding: 40px 50px 30px;
  border-radius: 7px;
}
.testimonialsBox .top-wrap {
  margin-bottom: 45px;
}
.testimonialsBox .photo {
  -webkit-flex-basis: 80px;
  -moz-flex-basis: 80px;
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonialsBox .link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: 40px;
}
.testimonialsBox .link img {
  height: 100%;
  margin-left: auto;
}
.testimonialsHome {
  padding: 80px 0 45px;
}
.testimonialsHome .testimonialsSlider {
  padding: 60px 0 65px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0%;
  width: 100%;
}
.testimonialsHome .testimonialsSlider > * {
  width: 100%;
  margin: 0 0% 0em;
}
.testimonialsHome .item {
  cursor: pointer;
}
.testimonialsHome .testimonialsPagination {
  bottom: 22px;
}
.testimonialsHome .testimonialsPagination .swiper-pagination-bullet {
  margin: 0 2px;
}
.testimonialsHome .testimonialsPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #121e1d;
}
.testimonialsHome .button {
  background: #ff9d5b;
  color: #fff;
  border-color: #ff9d5b;
}
@media screen and (max-width: 1024px) {
  .testimonialsHome {
    padding: 40px 0 30px;
  }
  .testimonialsHome .testimonialsSlider {
    padding: 20px 0 30px;
  }
  .testimonialsHome .testimonialsPagination {
    bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .testimonialsBox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .testimonialsBox > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
@media screen and (max-width: 479px) {
  .testimonialsBox .item {
    padding: 20px 20px 10px;
  }
  .testimonialsBox .top-wrap {
    margin-bottom: 20px;
  }
  .testimonialsHome {
    padding: 25px 0 15px;
  }
  .testimonialsHome .testimonialsSlider {
    padding: 0 0 30px;
  }
}
