body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-bottom: 20px;
  font-family:'Roboto Slab', sans-serif;
  color: #3cb1b1;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  font-family:'Open Sans', sans-serif;
}
.button {
  display: inline-block;
  padding: 10px 25px;
  background-color: #3cb1b1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family:'Open Sans', sans-serif;
  color: white;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover {
  background-color: #219e9e;
}
.header {
  position: relative;
  display: block;
  width: 95%;
  max-width: 1100px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.logo {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.navbar {
  border: 2px solid #3cb1b1;
  background-color: transparent;
}
.navlink {
  padding: 18px 14px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family:'Roboto Slab', sans-serif;
  color: #3cb1b1;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.navlink:hover {
  background-color: #3cb1b1;
  color: white;
}
.navlink.w--current {
  background-color: #3cb1b1;
  color: white;
}
.navmenu {
  float: none;
}
.menucontainer {
  max-width: 100%;
}
.topinfo {
  position: absolute;
  top: 30px;
  right: 0px;
  float: right;
  font-family: Lato, sans-serif;
  color: #3cb1b1;
  font-size: 10px;
  font-weight: 700;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.link {
  color: #3cb1b1;
  text-decoration: none;
}
.fb {
  position: absolute;
  right: 0px;
  z-index: 3;
  margin-top: 15px;
  margin-right: 15px;
}
.fb:hover {
  opacity: 0.9;
}
.container {
  display: block;
  width: 95%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.container.hp {
  text-align: center;
}
.container.subpage {
  margin-top: 30px;
}
.slider {
  height: 425px;
  margin-top: 20px;
  margin-bottom: 40px;
  background-color: transparent;
  background-image: url('http://x4.sdimgs.com/sd_static/a/215874/slidebg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slidecontent {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
}
.slidetext {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}
.cols1_slider {
  margin-top: 40px;
}
.cols2_slider {
  text-align: right;
}
.arrow_slider {
  color: #3cb1b1;
  font-size: 22px;
}
.breakline {
  display: block;
  width: 70%;
  height: 1px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  background-color: #3cb1b1;
}
.breakline._2 {
  margin-top: 20px;
  margin-bottom: 40px;
}
.p_center {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  color: #333;
  font-size: 12px;
  text-align: center;
}
.cookie_container {
  display: inline-block;
  width: 25%;
  margin-bottom: 20px;
  
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.cookie_container:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
.cookie_container.home {
  width: 33.33%;
}
.cookie {
  margin-bottom: 20px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 10px 0px;
}
.cookietitle {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-family:'Roboto Slab', sans-serif;
  color: #3cb1b1;
  font-weight: 700;
  text-transform: uppercase;
}
.cookie_wrapper {
  margin-bottom: 30px;
  text-align: center;
}
.cookie_wrapper.home {
  text-align: center;
}
.footer {
  display: block;
  width: 95%;
  max-width: 1100px;
  margin: 40px auto 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid #3cb1b1;
  font-family:'Roboto Slab', sans-serif;
  color: #3cb1b1;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.address {
  display: inline-block;
  width: 46%;
  font-weight: 400;
}
.clear {
  clear: both;
}
.map {
  margin-bottom: 20px;
}
.p {
  font-size: 12px;
}
.contact_p {
  margin-bottom: 10px;
  font-family:'Roboto Slab', sans-serif;
}
.highlighttxt {
  color: #3cb1b1;
  font-weight: 700;
  text-transform: uppercase;
}
.highlighttxt.title {
  line-height: 45px;
}
.bannersubpage {
  margin-bottom: 20px;
}
.galleryphoto {
  display: inline-block;
  width: 24.5%;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}
.testimonialcontainer {
  width: 50%;
  margin-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}
.center {
  text-align: center;
}
.coming {
  font-family:'Roboto Slab', sans-serif;
  text-transform: uppercase;
}
.links {
  color: #333131;
  text-decoration: none;
}
@media (max-width: 991px) {
  .logo {
    float: left;
  }
  .navlink {
    color: white;
  }
  .navlink:hover {
    background-color: white;
    color: #3cb1b1;
  }
  .navmenu {
    background-color: #3cb1b1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .fb {
    left: 0px;
    right: auto;
    margin-left: 15px;
    float: left;
  }
  .slider {
    height: 325px;
  }
  .slidecontent {
    width: 90%;
  }
  .cols1_slider {
    margin-top: 0px;
  }
  .cookie_container {
    width: 33.33%;
    float: left;
  }
  .mobile_menu_icon.w--open {
    background-color: transparent;
    color: #333;
  }
  .galleryphoto {
    padding: 7px;
  }
}
@media (max-width: 767px) {
  .slidetext {
    text-align: center;
  }
  .cols1_slider {
    text-align: center;
  }
  .cols2_slider {
    text-align: center;
  }
  .cookie_container {
    width: 50%;
    padding: 7px;
  }
  .address {
    width: 50%;
    text-align: center;
  }
  .galleryphoto {
    width: 33.33%;
    padding: 5px;
  }
  .testimonialcontainer {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  p {
    text-align: center;
  }
  .logo {
    margin-bottom: 20px;
    float: none;
  }
  .topinfo {
    position: static;
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }
  .cookie_container {
    width: 100%;
  }
  .address {
    width: 100%;
  }
  .contact_p {
    text-align: left;
  }
  .highlighttxt {
    display: block;
  }
  .galleryphoto {
    width: 50%;
    padding: 4px;
  }
}

