.about {
  height: 100%;
}
#white-background {
  background-color: #fafafa;
  padding: 10px 15px;
  margin-top: 25px;
}
#chesspic {
  padding-bottom: 5em;
}
#title_padding {
  margin-top: 80px;
}

* {
  font-family: 'PT Sans', sans-serif;
}
html,
body {
  height: 100%;
  margin: 0;
}
html > body .content {
  height: auto;
}
.content {
  height: 100%;
  min-height: 100%;
  /*for mozilla*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.content .cnt {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media (max-width: 992px) {
  .content {
    display: block !important;
    padding-bottom: 30px;
    padding-top: 30px;
    height: auto;
    min-height: auto;
  }
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
h2,
h3 {
  font-size: 33pt;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
.bar {
  width: 100px;
  height: 3px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -5px;
}
button.btn-default,
input[type="submit"].btn-default,
input.btn-default,
textarea.btn-default,
button.input-default,
input[type="submit"].input-default,
input.input-default,
textarea.input-default {
  background: none;
  border: 2px solid white;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0px;
  color: #f4a18e;
  padding: 20px 40px;
  outline: none;
}
textarea.input-default {
  width: 100%;
  resize: none;
}
#hero-cnt .hero {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background: none;
  border-radius: 0px;
}
#hero-cnt .hero .nav li {
  font-size: 16pt;
}
#hero-cnt .hero .nav li.active {
  font-size: 33pt;
}
#hero-cnt .hero .nav li.active,
#hero-cnt .hero .nav li:hover {
  background: none;
}
#hero-cnt .hero .nav li a {
  color: white;
  padding: 0;
}
#hero-cnt .hero .nav li a:hover {
  background: none;
  color: white;
}
#hero-cnt .hero .main-text {
  color: white;
}
#hero-cnt .hero .main-text .heading {
  font-size: 33pt;
}
#hero-cnt .hero .main-text .sub-heading {
  font-size: 12pt;
}
#hero-cnt .hero .main-text button {
  margin-top: 120px;
}
#hero-cnt .hero .social-cnt {
  display: inline-block;
  position: relative;
  transform: rotate(90deg);
  top: 135px;
}
#hero-cnt .hero .social-cnt .social {
  color: white;
}
#hero-cnt .hero .social-cnt .social a {
  color: white;
}
#one {
  background: #f2f1f1;
  padding-top: 20px;
  padding-bottom: 20px;
}
#one .row:not(:first-child) {
  margin-top: 50px;
}
#one .black-div {
  background: black;
  width: 100%;
  height: 250px;
}
#one button {
  border: 2px solid #252525;
}
#one .bar {
  background: #252525 ;
}
#one #carousel-one-block {
  margin-top: -20px;
  margin-bottom: -20px;
  margin-left: -15px;
}
@media (max-width: 992px) {
  #one #carousel-one-block {
    margin: 0;
  }
}
#one .one-text-cnt {
  display: -ms-flexbox;
  display: flex;
}
#one .one-text-cnt > .one-text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media (max-width: 992px) {
  #one .one-text-cnt {
    display: block;
  }
}
#carousel-cnt {
  padding-top: 5%;
  padding-bottom: 5%;
}
#carousel-cnt button {
  border: 2px solid #252525;
}
#carousel-cnt #carousel {
  height: 700px;
}
#carousel-cnt #carousel .carousel {
  width: 100%;
}
#carousel-cnt #carousel .carousel .item-content-cnt {
  display: -ms-flexbox;
  display: flex;
}
#carousel-cnt #carousel .carousel .img-cpt {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
#carousel-cnt #carousel .carousel .img-cnt {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#carousel-cnt #carousel .carousel .carousel-indicators {
  left: 30px;
}
#carousel-cnt #carousel .carousel .carousel-indicators li {
  border: 2px solid #000000;
  background: #000000;
  width: 8px;
  height: 8px;
  bottom: -1.5px;
  position: relative;
}
#carousel-cnt #carousel .carousel .carousel-indicators li.active {
  width: 12px;
  height: 12px;
  background: none;
  bottom: -3px;
}
@media (max-width: 992px) {
  #carousel-cnt {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #carousel-cnt #carousel {
    height: auto;
  }
  #carousel-cnt #carousel .item-content-cnt {
    display: block !important;
  }
  #carousel-cnt #carousel .carousel-indicators {
    bottom: -25px;
  }
}
#gallery {
  color: white;
  padding-top: 5%;
  padding-bottom: 5%;
}
@media (max-width: 992px) {
  #gallery {
    background-size: cover;
  }
}
#gallery > p {
  font-size: 16pt;
}
#gallery .gallery-row {
  margin-top: 50px;
  color: black;
}
#gallery .gallery-row .img-fake {
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.75);
  height: 100%;
  max-height: 300px;
  margin-bottom: 20px;
  overflow: hidden;
}
#gallery .gallery-row .img-fake img {
  widht: 100%;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
#gallery .gallery-row .img-fake img:hover {
  transform: scale(1.5);
  transition: 0.3s ease-in-out;
}
@media (max-width: 992px) {
  #gallery .gallery-row .img-fake {
    text-align: center;
    box-shadow: none;
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  #gallery .gallery-row {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}
#gallery .bar {
  background: white;
}
#map {
  width: 100%;
  height: 500px;
}
@media (max-width: 992px) {
  #map {
    height: 300px;
  }
}
.footer {
  padding: 20px 0 0 0;
}
.footer a {
  color: #353535;
}
.tiles {
  display: block;
}
.tiles:after {
  content: "";
  clear: both;
  display: table;
}
.tile {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  position: relative;
  float: left;
}
.tile-box {
  width: 50%;
}
.tile-box:after {
  content: "";
  padding-top: 100%;
  display: table;
}
.tile-rec {
  width: 100%;
}
.tile-rec:after {
  content: "";
  display: block;
  padding-top: 50%;
}
.tile-img {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  background: #888;
}
#box-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.contacts {
  height: 100%;
}

.family-service {
  height: 100%;
}
#white-background {
  background-color: #fafafa;
  padding: 10px 15px;
  margin-top: 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
#pink-background {
  background-color: #fafafa;
  padding: 10px 15px;
  margin-top: 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.main-page {
  height: 100%;
}
.xs-nav li > a {
  color: white;
}
.xs-nav li > a:hover {
  text-decoration: none;
}
.xs-nav li {
  font-size: 14pt;
}
.xs-nav li.active {
  font-size: 18pt;
  font-weight: bold;
}
h2 {
  font-size: 22pt;
}
h3 {
  font-size: 28pt;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 10pt;
}
h4 {
  font-family: "PT Serif";
  font-size: 12pt;
  letter-spacing: 2pt;
  margin-bottom: 4pt;
}
#hero-cnt .hero .nav li {
  font-size: 14pt;
  text-align: right;
}
#hero-cnt .hero .nav li.active {
  font-size: 18pt;
  text-align: right;
  font-weight: bold;
}
#hero-cnt .hero .main-text .heading {
  letter-spacing: 3pt;
  text-shadow: 1px 1px #006666;
}
#hero-cnt .hero .main-text .sub-heading {
  letter-spacing: 3pt;
  font-family: "PT Serif";
}
#one {
  padding-top: 80px;
  padding-bottom: 100px;
}
#one .row:not(:first-child) {
  margin-top: 40px;
}
#one .black-div {
  height: 200px;
}
#img {
  box-shadow: 15px 15px 15px black;
}
.mngmnt-info hr {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 2px solid black;
}
@media (max-width: 767px) {
  .mngmnt-info .text-right {
    text-align: left;
  }
}
#but {
  margin-top: 5%;
}
#row_text {
  padding-bottom: 90px;
}

.services {
  height: 100%;
}
.services #one {
  padding: 20px 0;
  margin-bottom: 80px;
}
.services #two {
  background-color: white;
  margin-bottom: 80px;
}
.services #services {
  padding-top: 200px;
  padding-bottom: 200px;
  background: radial-gradient(ellipse at center, #fcc4bf 0%, #ffdede 64%, #ffdede 100%);
}
@media (max-width: 992px) {
  .services #services {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.services #services .text-uppercase {
  text-transform: uppercase;
}
.services #services .text-right {
  text-align: right;
}
.services #services table {
  margin-top: 60px;
  margin-bottom: 60px;
}
.services #services table tr,
.services #services table td {
  border: none;
}
.services #services table td {
  padding: 20px 60px;
  border-right: 2px solid #000000;
}
.services #services table td:last-child {
  border-right: none;
}
.services #services .row {
  line-height: 20pt;
}
.services #services button {
  border-color: #000000;
}
