@import "animate.css";
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700,900,400italic);
@import url(//fonts.googleapis.com/css?family=Lato:400);
@import url(//fonts.googleapis.com/css?family=Lato:700);
@import url(//fonts.googleapis.com/css?family=Lato:900);
@import url(//fonts.googleapis.com/css?family=Lato:400italic);
@import url(//fonts.googleapis.com/css?family=Asap:400);
@import url(//fonts.googleapis.com/css?family=Asap:700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 400 14px/21px "Lato", sans-serif;
  color: #707675;
  background: #323132;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #09a745;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  font: 900 36px/40px "Lato", sans-serif;
  color: #323132;
  text-transform: uppercase;
}
h3 {
  font: 900 16px/21px "Lato", sans-serif;
  color: #19b0e4;
  text-transform: uppercase;
}
.h3 {
  font: 900 16px/21px "Lato", sans-serif;
  color: #19b0e4;
  text-transform: uppercase;
  display: block;
}
.h3__1 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
}
.h3__2 {
  font-weight: 400;
  text-transform: none;
}
h4 {
  font: 900 14px/21px "Lato", sans-serif;
  color: #80e651;
  text-transform: uppercase;
}
h4 a:hover {
  color: #19b0e4;
}
h5 {
  font: 900 24px/28px "Lato", sans-serif;
  text-transform: uppercase;
  color: #323132;
}
h6 {
  font: 700 64px/76px "Asap", sans-serif;
}
.h7 {
  display: block;
  font: 300 28px/31px "Lato", sans-serif;
}
.h8 {
  font: 900 23px/25px "Lato", sans-serif;
  color: #19b0e4;
  display: block;
}
/* ======= Headers blocks ======= */
.header1 {
  text-align: center;
  margin-bottom: 47px;
}
.header2 {
  margin-bottom: 20px;
}
.header3 {
  text-align: center;
  margin-bottom: 40px;
}
.header4 {
  text-align: center;
  margin-bottom: 42px;
}
/* ======= Buttons ======= */
.btn-default {
  display: inline-block;
  color: #ffffff;
  background: #e85456;
  font: 900 14px/18px "Lato", sans-serif;
  text-transform: uppercase;
  padding: 13px 25px 12px 24px;
  border-radius: 4px;
}
.btn-default:hover {
  color: #ffffff;
  background: #323132;
}
.btn-blue {
  cursor: pointer;
  font: 700 16px/16px "Open Sans", sans-serif;
  background: #19b0e4;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 12px 46px 12px 46px;
}
.btn-blue:hover {
  color: #ffffff;
  background: #e85456;
}
/* ======= Modifiers ======= */
.__display-none {
  display: none;
}
.__display-inline {
  display: inline;
}
.__absolute {
  position: absolute;
}
@media (max-width: 767px) {
  .__absolute {
    position: relative;
  }
}
.__hover-color {
  color: #e85456;
}
.__color-3 {
  color: #323132;
}
.__upper {
  text-transform: uppercase;
}
.__normal {
  font-weight: 400;
}
.__relative {
  position: relative;
}
.__center {
  text-align: center;
}
.__margin1 {
  margin-bottom: 36px;
}
/* ======= Wrappers ======= */
.wrapper1 {
  background: #edf1f0;
  padding: 66px 0 14px;
}
.wrapper2 {
  background: #ffffff;
  padding: 61px 0 64px;
}
.wrapper3 {
  background: #edf1f0;
  padding: 63px 0 25px;
}
.wrapper4 {
  background: #9cc4b9;
  padding: 49px 0 9px;
}
.wrapper5 {
  background: #ffffff;
  padding: 44px 0 35px;
}
.wrapper6 {
  padding: 56px 0 0;
  border-top: 1px solid #555455;
}
.wrapper7 {
  padding: 0 0 71px;
}
.wrapper8 {
  background: #edf1f0;
  padding: 0 0 13px;
}
.wrapper9 {
  background: #fafbfb;
  padding: 60px 0 30px;
}
.wrapper10 {
  background: #edf1f0;
  padding: 60px 0 30px;
}
.wrapper11 {
  background: #edf1f0;
  padding: 60px 0 3px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  background: url(../images/background1.png) repeat;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
}
#header #stuck_container {
  position: relative;
  padding: 48px 0 40px;
}
#header #stuck_container.isStuck {
  padding: 20px 0;
}
@media (max-width: 767px) {
  #header {
    background: url(../images/menu_background.png) no-repeat center;
    background-size: cover;
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
    text-align: center;
  }
  #header #stuck_container {
    padding: 0;
  }
}
#header.header-background {
  background: url(../images/menu_background.png) no-repeat center;
  background-size: cover;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* ======= Logo ======= */
h1 {
  top: 0;
  position: absolute;
  color: white;
  text-transform: uppercase;
}
h1 .logo {
  display: block;
  background: #e85456;
  text-align: center;
  padding: 56px 20px 52px 20px;
}
h1 .main {
  font: 700 49px/49px "Asap", sans-serif;
  display: block;
  margin-bottom: 3px;
}
h1 .secondary {
  font: 700 12px/12px "Asap", sans-serif;
  display: block;
}
h1 a:hover {
  color: #ffffff;
}
@media (max-width: 979px) {
  h1 .logo {
    padding: 36px 10px 28px 10px;
  }
  h1 .main {
    font: 700 30px/30px "Asap", sans-serif;
  }
  h1 .secondary {
    font: 700 12px/12px "Asap", sans-serif;
  }
}
@media (max-width: 767px) {
  h1 {
    position: relative;
    display: inline-block;
  }
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
/* ======= Second level sub menu variables ======= */
nav {
  float: right;
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
}
.sf-menu > li + li {
  margin-left: 38px;
}
@media (max-width: 979px) {
  .sf-menu > li + li {
    margin-left: 19px;
  }
}
.sf-menu > li + li:before {
  content: '';
  width: 2px;
  height: 17px;
  display: block;
  position: absolute;
  background: url(../images/divider1.png) no-repeat center 0;
  left: -19px;
}
@media (max-width: 1199px) {
  .sf-menu > li + li:before {
    height: 13px;
  }
}
@media (max-width: 979px) {
  .sf-menu > li + li:before {
    left: -9px;
  }
}
.sf-menu > li > .sf-with-ul:after {
  font-family: FontAwesome;
  display: block;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #ffffff;
  bottom: -10px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  text-transform: uppercase;
  font: 700 18px/18px "Lato", sans-serif;
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
}
.sf-menu > li > a:hover {
  color: #152123;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:active {
  background: transparent;
  color: #152123;
}
@media (max-width: 1199px) {
  .sf-menu > li > a {
    font: 700 14px/14px "Lato", sans-serif;
  }
}
.sf-menu .sfHover > a:after {
  color: #152123;
}
.sf-menu > li.current > a {
  color: #152123;
}
.sf-menu > li.current > .sf-with-ul:after {
  color: #152123;
}
.sf-menu > li.sfHover > a {
  color: #152123;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  display: none;
  width: 175px;
  font: 400 12px/12px Arial, sans-serif;
  position: absolute;
  top: 62px;
  left: 50%;
  margin-left: -86px;
  background: #e85456;
  text-align: center;
  padding: 28px 0 32px 0;
  z-index: 2;
  -webkit-box-shadow: -2px 2px 5px 1px rgba(0, 0, 0, 0.16);
  box-shadow: -2px 2px 5px 1px rgba(0, 0, 0, 0.16);
}
.sf-menu ul > li + li {
  margin-top: 23px;
}
.sf-menu ul li {
  position: relative;
  display: block;
}
.sf-menu ul li > .sf-with-ul:after {
  font-family: FontAwesome;
  display: block;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0da";
  color: #ffffff;
  bottom: -1px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  color: #ffffff;
  text-transform: none;
}
.sf-menu ul li a:hover {
  color: #152123;
}
.sf-menu ul > .sfHover > a:after {
  color: #152123;
}
.sf-menu ul li.sfHover > a {
  color: #152123;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  font-size: 12px;
  position: absolute;
  top: -26px;
  left: 175px;
  margin-left: 0;
  background: #ffffff;
  padding: 17px 0 24px 0;
  z-index: 4;
  text-align: center;
}
.sf-menu ul ul li {
  line-height: 27px;
  margin-top: 1px;
}
.sf-menu ul ul li a {
  color: #152123;
  text-transform: none;
  display: block;
}
.sf-menu ul ul li:hover {
  background: #e85456;
}
.sf-menu ul ul li:hover a {
  color: #ffffff;
}
.sf-menu ul ul li + li {
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #e85456;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    background: #ffffff;
    font: 22px/28px "Lato", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 4px 0 #000000;
  box-shadow: 0 0 4px 0 #000000;
  background: url(../images/menu_background.png) no-repeat center;
  background-size: cover;
}
.isStuck h1 .logo {
  padding: 8px 10px;
}
.isStuck h1 .main {
  font: 700 30px/30px "Asap", sans-serif;
}
.isStuck h1 .secondary {
  font: 700 12px/12px "Asap", sans-serif;
}
.isStuck .sf-menu ul {
  top: 41px;
}
.isStuck .sf-menu ul ul {
  top: -25px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background: #edf1f0;
}
#content.content1 {
  padding: 124px 0 36px;
}
@media (max-width: 767px) {
  #content.content1 {
    padding-top: 62px;
  }
}
#content.content2 {
  padding: 124px 0 0;
}
@media (max-width: 767px) {
  #content.content2 {
    padding-top: 62px;
  }
}
/* ======= Banner 1 ======= */
.banner1 {
  text-align: center;
  background: #9cc4b9;
  padding: 35px 0 41px;
}
.banner1 .text {
  font: italic 400 24px/28px "Lato", sans-serif;
  color: #323132;
}
/* ======= Post 1 HELPFUL TIPS ======= */
.post1 {
  margin-bottom: 67px;
}
.post1 img {
  border: 4px solid #d0d7d5;
  margin-bottom: 18px;
  -webkit-box-shadow: 0 0 0 1px #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
}
@media (max-width: 767px) {
  .post1 img {
    width: 100%;
  }
}
.post1 h3 {
  margin-bottom: 7px;
}
.post1 p {
  font: italic 400 14px/17px "Lato", sans-serif;
  margin-bottom: 10px;
}
.post1 .btn-default {
  margin-top: 22px;
}
.post1 .list1 {
  margin-top: 31px;
  margin-bottom: 8px;
}
/* ======= Post 2 OUR STAFF ======= */
.post2 h2 {
  margin-bottom: 31px;
}
.post2 p {
  line-height: 24px;
  margin-bottom: 10px;
}
.post2 .btn-default {
  margin-top: 41px;
}
/* ======= Post 3 OUR STAFF ======= */
.post3 {
  text-align: center;
  margin-top: 7px;
}
.post3 .img-wrapper {
  width: 100%;
  display: inline-block;
  border: 4px solid #d0d7d5;
  border-radius: 1000px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .post3 .img-wrapper {
    width: auto;
  }
}
.post3 img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1000px;
}
.post3 h4 {
  margin-bottom: 0px;
}
.post3 span.__color-3 {
  display: block;
  margin-bottom: 6px;
}
.post3 p {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .post3 {
    margin-top: 70px;
  }
}
/* ======= Socials List 1 ======= */
.socials1 li {
  display: inline-block;
}
.socials1 li + li {
  margin-left: 1px;
}
.socials1 li a {
  height: 21px;
  width: 21px;
  border-radius: 50px;
  display: block;
  text-align: center;
}
.socials1 li a.facebook {
  background: #3a5a9f;
}
.socials1 li a.facebook:hover {
  background: #5a96ff;
}
.socials1 li a.twitter {
  background: #45b0e3;
}
.socials1 li a.twitter:hover {
  background: #4ec7ff;
}
.socials1 li a.google-plus {
  background: #d61119;
}
.socials1 li a.google-plus:hover {
  background: #ff141e;
}
.socials1 li a i {
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
}
/* ======= Post 4 Recent Posts ======= */
.post4 {
  margin-bottom: 43px;
}
.post4 .post4_block1 {
  text-align: left;
  float: left;
}
.post4 .post4_block1 img {
  display: block;
  margin-right: 0;
  margin-left: 14px;
  margin-top: 12px;
}
@media (max-width: 479px) {
  .post4 .post4_block1 {
    display: block;
    text-align: center;
    float: none;
    margin-bottom: 20px;
  }
  .post4 .post4_block1 img {
    margin-left: 0;
    display: inline-block;
    width: auto;
  }
  .post4 .post4_block1 time {
    display: inline-block;
  }
}
.post4 time {
  display: block;
  width: 70px;
}
.post4 time span {
  display: block;
}
.post4 time .day {
  font: 300 45px/45px "Lato", sans-serif;
  color: #e85456;
  margin-bottom: 2px;
}
.post4 time .month-year {
  font: 400 12px/14px "Lato", sans-serif;
  color: #323132;
  text-transform: uppercase;
}
.post4 > img {
  float: left;
  margin-right: 26px;
  margin-top: 5px;
}
@media (max-width: 479px) {
  .post4 > img {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.post4_header {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 13px;
  padding-bottom: 9px;
  border-bottom: 1px solid #dfe1e2;
  display: inline-block;
  margin-top: 3px;
  margin-bottom: 6px;
}
.post4_header li {
  display: inline-block;
  position: relative;
  color: #2b3943;
}
@media (max-width: 1199px) {
  .post4_header li {
    display: block;
    margin-left: 21px;
  }
  .post4_header li:before {
    position: absolute;
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    background: #b3b7b9;
    left: -14px;
    top: 5px;
  }
}
.post4_header li + li {
  margin-left: 21px;
}
.post4_header li + li:before {
  position: absolute;
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  background: #b3b7b9;
  left: -14px;
  top: 5px;
}
.post4 h3 {
  margin-bottom: 6px;
}
.post4 p {
  overflow: hidden;
}
@media (max-width: 1199px) {
  .post4 p {
    overflow: visible;
  }
}
/* ======= Accordion ======= */
#accordion {
  margin-top: 26px;
}
@media (max-width: 767px) {
  #accordion {
    margin-bottom: 50px;
  }
}
#accordion > h3 {
  position: relative;
  color: #525353;
  text-transform: none;
  font-weight: 400;
}
#accordion > h3 span {
  font-size: 15px;
  line-height: 21px;
}
#accordion .icon {
  display: block;
  border-right: 1px solid #b3b7b9;
  width: 43px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#accordion .icon:before {
  content: '';
  background: url(../images/plus_icon.png) no-repeat center 0;
  width: 18px;
  height: 19px;
  overflow: hidden;
  display: block;
  top: 50%;
  margin-top: -9px;
  left: 13px;
  position: absolute;
}
#accordion .ui-accordion-header {
  font-size: 100%;
  display: block;
  position: relative;
  border: 1px solid #b3b7b9;
  padding: 10px 10px 10px 55px;
  min-height: 43px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#accordion .ui-accordion-header:hover {
  color: #19b0e4;
  cursor: pointer;
  outline: none;
}
#accordion .ui-accordion-header.h_2 {
  margin-top: -1px;
}
#accordion .ui-accordion-header.h_3 {
  margin-top: -1px;
}
#accordion .ui-state-hover {
  color: #19b0e4;
  outline: none;
}
#accordion .ui-accordion-header-active {
  color: #19b0e4;
  position: relative;
  outline: none;
}
#accordion .ui-accordion-header-active .icon:before {
  background: url(../images/plus_icon.png) no-repeat center -19px;
}
#accordion .ui-accordion-content {
  padding: 13px 13px 18px;
}
#accordion .ui-accordion-content p {
  margin-bottom: 12px;
}
#accordion .ui-state-focus {
  outline: none;
}
/* ======= Blockquote 1 Testimonials ======= */
.blockquote1 {
  margin-top: 25px;
}
.blockquote1 .bubble1 {
  margin-bottom: 20px;
}
.blockquote1 .main-cite {
  display: block;
  font: 400 16px/21px "Lato", sans-serif;
  color: #19b0e4;
  padding-left: 54px;
  position: relative;
  margin-bottom: 21px;
}
.blockquote1 .main-cite:before {
  position: absolute;
  content: "“";
  font: 400 79px/79px Georgia, sans-serif;
  color: #e85456;
  left: 9px;
  top: -11px;
}
.blockquote1 .secondary-cite {
  padding-left: 54px;
}
/* bubble 1 */
.bubble1 {
  background: #19b0e4;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .bubble1 {
    text-align: center;
  }
}
.bubble1 img {
  float: left;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .bubble1 img {
    margin-right: 0;
  }
}
.bubble1 .text {
  height: 92px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 26px 5px 20px 20px;
  position: relative;
}
.bubble1 .text span {
  padding-left: 20px;
  display: block;
}
.bubble1 .text .name {
  font: 400 21px/21px "Lato", sans-serif;
  text-transform: capitalize;
  margin-bottom: 2px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .bubble1 .text .name {
    font-size: 14px;
    line-height: 16px;
  }
}
.bubble1 .text .who {
  font: 400 11px/21px "Lato", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 979px) {
  .bubble1 .text .who {
    font-size: 8px;
    line-height: 12px;
  }
}
.bubble1 .text:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  bottom: -21px;
  right: 25px;
  border-style: solid;
  border-width: 21px 21px 0 0;
  border-color: #19b0e4 transparent transparent transparent;
}
/* ======= Vimeo Video 1 ======= */
.vimeo-video1 {
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.14);
}
@media (max-width: 767px) {
  .vimeo-video1 {
    margin-bottom: 50px;
  }
}
.vimeo-video1 iframe {
  width: 100%;
  height: 313px;
}
@media (max-width: 1199px) {
  .vimeo-video1 iframe {
    height: 252px;
  }
}
@media (max-width: 1199px) {
  .vimeo-video1 iframe {
    height: 199px;
  }
}
@media (max-width: 767px) {
  .vimeo-video1 iframe {
    height: 230px;
  }
}
@media (max-width: 479px) {
  .vimeo-video1 iframe {
    height: 164px;
  }
}
/* ======= Post 5 near vimeo video ======= */
.post5 {
  color: #ffffff;
  padding-left: 100px;
  padding-bottom: 32px;
  border-bottom: 1px solid #cbe0da;
  position: relative;
  margin-bottom: 28px;
}
.post5 i {
  font-size: 86px;
  display: block;
  left: 6px;
  top: 2px;
  position: absolute;
}
.post5 .h7 {
  margin-bottom: 10px;
}
.post5.last {
  border-bottom: none;
}
/* ======= List 1 ======= */
.list1 li {
  padding-left: 21px;
  position: relative;
}
.list1 li:before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 10px;
  background: url(../images/list1.png) no-repeat center;
  left: 0;
  top: 6px;
}
.list1 li + li {
  margin-top: 14px;
}
/* ======= Post 6 Offers======= */
.post6 {
  margin-bottom: 29px;
}
.post6 img {
  float: left;
  margin-right: 30px;
  margin-top: 6px;
}
.post6 h3 {
  margin-bottom: 7px;
}
.post6 p {
  overflow: hidden;
}
@media (max-width: 479px) {
  .post6 p {
    overflow: visible;
  }
}
@media (min-width: 767px) and (max-width: 979px) {
  .post6 {
    text-align: center;
  }
  .post6 img {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
/* ======= Post 7 SERVICES OVERVIEW  ======= */
.post7 {
  margin-bottom: 29px;
}
.post7 h3 {
  position: relative;
  padding-left: 31px;
  margin-bottom: 7px;
}
.post7 h3:before {
  font-family: FontAwesome;
  display: block;
  font-size: 20px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  color: #e85456;
  content: "\f058";
  left: 0;
  top: 3px;
}
.post7.post7__inset1 p {
  margin-bottom: 20px;
}
.post7.post7__inset1 .btn-default {
  margin-top: 11px;
  margin-bottom: 4px;
}
/* ======= Post 8 MAINTENANCE & WATER TREATMENT ======= */
.post8 {
  margin-top: 7px;
  margin-bottom: 68px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #d0d7d5;
  -webkit-box-shadow: 0 0 0 1px #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
  padding: 29px 20px;
}
.post8 img {
  margin-bottom: 25px;
}
.post8 h3 {
  margin-bottom: 6px;
}
.post8 p {
  font: italic 400 14px/17px "Lato", sans-serif;
}
.post8 .btn-default {
  margin-top: 31px;
}
/* ======= Post 9 MAINTENANCE & WATER TREATMENT ======= */
.post9 {
  background: #ffffff;
  -webkit-box-shadow: 0 0 0 1px #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
  margin-bottom: 31px;
}
.post9 img {
  border: 4px solid #d0d7d5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .post9 img {
    width: 100%;
  }
}
.post9 .content {
  padding: 18px 20px 29px;
  border: 1px solid #d0d7d5;
  border-top: none;
}
.post9 .content h3 {
  margin-bottom: 7px;
}
.post9 .content p {
  font: italic 400 14px/17px "Lato", sans-serif;
}
.post9 .content .socials1 {
  margin-top: 12px;
}
.post10 {
  margin-bottom: 62px;
}
.post10 h3 {
  margin-bottom: 7px;
}
.post10 p {
  margin-bottom: 21px;
}
.post10 img {
  border: 4px solid #d0d7d5;
  -webkit-box-shadow: 0 0 0 1px #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
}
.post10 .first-image {
  margin-top: 5px;
  float: left;
  margin-right: 30px;
}
.post10 .second-image {
  float: right;
  margin-left: 30px;
  margin-top: -16px;
  margin-bottom: 21px;
}
@media (max-width: 979px) {
  .post10 .first-image {
    float: none;
    margin: 20px 0;
  }
  .post10 .second-image {
    float: none;
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .post10 img {
    width: 100%;
  }
}
/* ======= Gallery  ======= */
.gallery_image a {
  display: block;
  position: relative;
  margin-bottom: 37px;
  background: #707675;
}
.gallery_image a img {
  margin-bottom: 0;
}
@media (max-width: 979px) {
  .gallery_image a img {
    width: 100%;
  }
}
.gallery_image a:hover img {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.gallery_image a:hover .gallery_icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a .gallery_icon {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 30px;
  height: 18px;
  background: url(../images/hover-icon.png) no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -9px;
}
/* ======= Google Maps  ======= */
/* Main page google map */
.google-map_footer iframe {
  width: 100%;
  height: 453px;
}
@media (max-width: 767px) {
  .google-map_footer iframe {
    height: 200px;
  }
}
/* Contact Page Google Map */
.google-map_contacts {
  margin-top: 4px;
  border: 4px solid #d0d7d5;
  -webkit-box-shadow: 0 0 0 1px #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
}
.google-map_contacts iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 767px) {
  .google-map_contacts iframe {
    height: 200px;
  }
}
/* ======= Address  ======= */
address.contacts-address {
  background: #ffffff;
  padding: 25px 22px;
  border: 1px solid #d0d7d5;
  -webkit-box-shadow: 0 0 0 1px #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 69px;
}
address.contacts-address .h3 {
  margin-bottom: 7px;
}
address.contacts-address span {
  display: block;
  font: italic 400 14px/17px "Lato", sans-serif;
  color: #707675;
}
address.contacts-address span.h3 {
  font: 900 16px/21px "Lato", sans-serif;
  color: #19b0e4;
  text-transform: uppercase;
  display: block;
}
/* ======= Post 11 Privacy Policy ======= */
.post11 h3 {
  margin-bottom: 5px;
}
.post11 p {
  margin-bottom: 31px;
}
.post11 .simple-link {
  color: #19b0e4;
  display: inline-block;
  margin-top: -10px;
}
.post11 .simple-link:hover {
  color: #e85456;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  background: #323132;
  color: #e0dfdf;
  padding: 73px 0 61px;
}
@media (max-width: 767px) {
  #footer {
    padding-top: 23px;
  }
}
#footer .h8 {
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  #footer .h8 {
    margin-top: 50px;
  }
}
#footer address {
  line-height: 17px;
}
#footer address .numbers {
  display: inline-block;
  min-width: 75px;
}
#footer address .email {
  display: inline-block;
  margin-top: 16px;
}
#footer .footer_menu {
  margin-top: 56px;
}
#footer .footer_menu li.current a {
  color: #e85456;
}
#footer .footer_menu li + li {
  margin-top: 10px;
}
#footer .footer_menu li a {
  font: 900 14px/14px "Lato", sans-serif;
}
#footer .footer_menu li a:hover {
  color: #e85456;
}
#footer .newsletter-p {
  margin-top: -6px;
  line-height: 17px;
}
#footer .btn-blue {
  margin-top: 27px;
}
/* ======= Socials 2 ======= */
.socials2 li {
  display: inline-block;
}
.socials2 li + li {
  margin-left: 5px;
}
.socials2 li a {
  height: 44px;
  width: 44px;
  border-radius: 100px;
  display: block;
  text-align: center;
  background: #9cc4b9;
}
.socials2 li a:hover {
  background: #e85456;
}
.socials2 li a i {
  font-size: 22px;
  color: #323132;
  line-height: 47px;
}
@media (max-width: 1199px) {
  .socials2 li {
    margin-bottom: 7px;
    margin-right: 5px;
  }
  .socials2 li + li {
    margin-left: 0;
  }
  .socials2 li a {
    height: 30px;
    width: 30px;
  }
  .socials2 li a i {
    line-height: 33px;
    font-size: 15px;
  }
}
/* ======= Newsletter Form ======= */
.newsletter-form {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  margin-top: 12px;
  position: relative;
  overflow: hidden;
  /* Submit Button GO */
  /* Input form for email*/
  /* Error message style */
  /* Error message appears */
}
.newsletter-form #form1 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: -137px;
}
.newsletter-form .button {
  display: inline-block;
  font: 400 14px/18px "Asap", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  background: #20ad8f;
  padding: 10px 29px 11px 28px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
}
.newsletter-form .button:hover {
  color: #ffffff;
  background: #19b0e4;
}
.newsletter-form label {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 400 14px/18px "Asap", sans-serif;
  color: #ffffff;
  padding: 0 15px 0 15px;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  border: none;
  background: #20ad8f;
  height: 39px;
  text-align: right;
  margin-bottom: 10px;
}
.newsletter-form .success {
  position: absolute;
  font-size: 14px;
  line-height: 14px;
  bottom: 13px;
  left: 117px;
  color: #19b0e4;
}
@media (min-width: 768px) and (max-width: 979px) {
  .newsletter-form .success {
    font-size: 10px;
    line-height: 11px;
    bottom: 0;
  }
}
.newsletter-form input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 400 14px/18px "Asap", sans-serif;
  color: #ffffff;
  padding: 0 13px 0 0;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  border: none;
  background: #20ad8f;
  height: 39px;
}
.newsletter-form input:focus {
  outline: none;
}
.newsletter-form .name {
  position: relative;
}
.newsletter-form .email {
  position: relative;
}
.newsletter-form .error {
  text-align: left;
  font-size: 11px;
  line-height: 12px;
  position: absolute;
  top: 2px;
  right: 3px;
  display: none;
  color: #323132;
}
.newsletter-form .invalid .error {
  display: block;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  left: 51%;
  margin-left: 640px;
  overflow: hidden;
  border: none;
  color: #19b0e4;
  width: 24px;
  height: 25px;
  font-size: 28px;
  text-align: center;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#toTop:hover {
  outline: none;
  color: #e85456;
}
/*Core variables and mixins*/
/*Core variables and mixins*/
