/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  text-shadow: 1px 1px 1px #848484;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}


* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
#dark {color:#333;}
.site_wrapper {
  width: 100%;
}
.top {
  background:url(../img/background/rec_stretch.png) no-repeat center center fixed; 
  background-size: cover;
  height: 100vh;
}
.navigation {
  width: 100%;
  background: rgba(21, 21, 21, 0.64);
  height: 80px;
}
.logo {
  width: 25%;
  float: left;
  padding-left: 10%;
  margin-right: 5%;
}
.logo img {
  width: 100%;
  padding: 10% 0px;
}
nav {
  width: 70%;
  float: left;
}
nav ul {
  list-style: none;
  float: right;
  padding-right: 10%;
  padding-top: 32px;
}
nav ul li{
  display: inline;
  padding-left:20px;
  color: #fff;
}
nav ul li a{
  color: #fff;
  text-decoration: none;
}
nav ul li a:hover{
  color: #fff;
  text-decoration: underline;
}
nav ul li a:active{
  color: #fff !important;
  text-decoration: underline;
}
.top_container  {
  width: 100%;
  max-width: 1024px;
  margin: auto;
}
.main_logo {
  margin-top: 15%;
  padding: 0% 28%;
  margin-bottom: 5%;
}
.main_logo img {
  width: 100%;
}
.main_title {
  width: 100%;
  color: #fff;
  margin-bottom: 20px;
}
.m_t {
  width: 100%;
  font-size: 4em;
  font-weight: bold;
  text-align: center;
}
.s_t {
  width: 100%;
  font-size: 2em;
  text-align: center;
}
.society_logo {
  width: 100%;
  text-align: center;
}
section {
  width: 100%;
}
section#about {
  background: #b1dfdf;
  display: flex;
}
.container {
  width: 100%;
}
.aboutleft {
  width: 42%;
  float: left;
}
.aboutleft img {
  width: 100%;
  height: auto;
  display: block;
}
.aboutright {
  width: 58%;
  float: left;
}
.title {
  width: 100%;
  padding: 2%;
  text-align: center;
  font-size: 4em;
  color: #fff;
  margin-bottom: 5%;
  text-transform: uppercase;
}
.aboutright article {
  width: 100%;
  padding: 0% 2%;
}
.aboutright article p {
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  padding-bottom: 5%;
}
section#services {
  background:url(../img/background/massage1.png) no-repeat center center fixed; 
  background-size: cover;
  display: -webkit-box;
}
.servicesleft {
  width: 50%;
  float: left;
}
.servicesleft article {
  color: #fff;
  text-align: center;
  font-size: 2vw;
  padding: 5%;
}
.servicesleft article p {
  color: #fff;
  text-align: center;
  font-size: 2vw;
  padding-bottom: 5%;
  }
.servicesright {
  width: 50%;
  float: left;
}
.servicesright article {
  width: 100%;
  padding: 5%;
  text-align: center;
  color: #fff;
  font-size: 2vw;
  margin-top: 10%;
}
section#testimonials {
  background:url(../img/background/rec_kick1.png) no-repeat center center fixed; 
  background-size: cover;
  display: -webkit-box;
}
.quote {
    width: 90%;
    margin: auto;
    font-style: italic;
    text-align: left;
    line-height: 27px;
    background: rgba(255, 255, 255, 0.3 );
    padding: 4px 10px;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 5%;
  }
  section#contact {
  width: 100%;
}
.contactleft {
  width: 50%;
  float: left;
}
.contactleft article {
  color: #333;
  text-align: center;
  font-size: 4em;
  padding: 5%;
}
.contactleft  p {
  color: #333;
  text-align: center;
  font-size: 2vw;
  padding-bottom: 5%;
  }
.contactright {
  width: 50%;
  float: left;
}
.social_title {
  width: 100%;
  text-align: center;
  padding: 2%;
  font-size: 4em;
}
.contactright .social {
  width: 50%;
  float: left;
  text-align: center;
  margin-top: 6%;
}
.contactright .social a img {
  width: 50%;
}
section#find {
  background:url(../img/background/grass.png) no-repeat center center fixed; 
  background-size: cover;
  display: -webkit-box;
  padding-bottom: 10px;
}
.findleft {
  width: 50%;
  float: left;
}
.findright {
  width: 50%;
  float: left;
}
.google_title {
  width: 96%;
  height:100px;
  padding: 2%;
  text-align: center;
  color: #fff;
  font-size: 1.5vw;
  margin-bottom: 10px;
}
.google {
  width: 100%;
  text-align: center;
}
footer {
  width: 100%;
  background: #191919;
  padding: 3%;
}
.footer_logo {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
.footer_logo img {
  width: 15%;
}
.footer_text {
text-align: center;
color: #fff;
}
@media (max-width: 1110px) {
  .google {
    display: none;
  }
  }

@media (max-width: 920px) {
  .aboutleft {
    display: none;
  }

  .aboutright {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .top_container {
    padding-top: 15%;
  }

  .logo img {
  width: 100%;
  padding: 25% 0px;
  }
  .main_logo {
    margin-top: 5%;
  }
  .main_logo img {
    width: 100%;
    margin-top: 0%;
  }

  .aboutright .title {
    font-size: 3em;
  }

  .aboutright p {
      font-size: 1.2em !important;
  }

  section#services {
    height: auto;
    display: -webkit-box;
  }

  section#services .title {
    font-size: 3em;
  }

  section#testimonials .title {
    font-size: 3em;
  }

  section#contact .title {
    font-size: 3em;
  }

  .social_title {
    font-size: 3em;
  }

  section#find .title {
    font-size: 3em;
  }

  .findleft {
  width: 100%;
}
.findright {
  width: 100%;
}
.google_title {
  font-size: 2em;
  margin-bottom: 5px;
  height: auto;
}
.google {
    display: none;
  }
}

@media (max-width: 420px) {
  .navigation {
    display: none;
  }
  .top_container {
    padding-top: 30%;
  }
  .main_logo {
    margin-top: 0%;
    padding-top: 16%;
  }
  .main_logo img {
    width: 100%;
  }
  .title {
    font-size: 20px;
  }
  .aboutleft {
    display: none;
  }
  .aboutright {
    width: 100%;
  }
  .aboutright .title {
  font-size: 20px;
}
.aboutright article p {
  color: #fff;
  text-align: center;
  font-size: 16px;
}
section#services {
    height: auto;
    display: -webkit-box;
  }
  .servicesleft {
  width: 100%;
  float: left;
}
.servicesleft article {
  margin-top: 0%;
}
.servicesleft article p {
  font-size: 4vw;
}
.servicesright {
  width: 100%;
  float: left;
}
.servicesright article {
      margin-top: 0%;
}
.servicesright article {
  font-size: 4vw;
}
.contactleft {
  width: 100%;
  float: left;
}
.contactleft p {
  font-size: 5vw;
}
.contactright {
 display: none;
}
.findleft {
  width: 100%;
}
.findright {
  width: 100%;
}
.google_title {
  font-size: 4.5vw;
  margin-bottom: 5px;
}
.google {
    display: none;
  }
  .footer_logo img {
  width: 30%;
}
}

@media (max-width: 320px) {
  .m_t {
    font-size: 3em;
  }
}