@import url(//fonts.googleapis.com/css?family=Allura);
@import url(//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
@import "animate.css";
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
* {
  outline: none;
}
body {
  background: #ffffff;
  color: #8b8b8b;
  font: 14px/22px Open Sans, Tahoma, Helvetica, Arial, Verdana;
  font-weight: 400;
}
header {
  background-color: #dbdbdb;
  padding-top: 8px;
}
img {
  max-width: 100%;
}
@media (max-width: 767px) {
  img {
    width: 100%;
  }
}
a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
ol,
ul {
  list-style: none;
}
.clear {
  clear: both;
}
.grey-bg {
  background-color: #f6f7f7;
  margin: 11px 0;
}
#content {
  overflow: hidden;
}
/*========================================================
                    titles
=========================================================*/
h1 {
  font-family: Allura;
  font-size: 100px;
  line-height: 13.09px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 92px;
  }
}
@media only screen and (max-width: 479px) {
  h1 {
    font-size: 55px;
  }
}
h3.white-3-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  padding-right: 122px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1400px) {
  h3.white-3-title {
    padding-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  h3.white-3-title {
    line-height: 30px;
  }
}
h2.dark-2-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #5c5c5c;
  padding-top: 51px;
  text-transform: uppercase;
  padding-bottom: 42px;
}
h2.white-2-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #ffffff;
  padding-top: 49px;
  text-transform: uppercase;
  padding-bottom: 33px;
}
h2.yellow-big {
  font-size: 120px;
  text-transform: uppercase;
  color: #ffc000;
  font-weight: 800;
  padding-top: 85px;
}
@media (max-width: 979px) {
  h2.yellow-big {
    line-height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  h2.yellow-big {
    font-size: 78px;
    line-height: 74px;
  }
}
@media only screen and (max-width: 479px) {
  h2.yellow-big {
    font-size: 56px;
    line-height: 56px;
  }
}
h2.white-big {
  font-size: 72px;
  line-height: 65px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 53px;
  padding-bottom: 28px;
}
@media only screen and (max-width: 979px) {
  h2.white-big {
    font-size: 43px;
    line-height: 43px;
  }
}
@media only screen and (max-width: 767px) {
  h2.white-big {
    font-size: 43px;
    line-height: 43px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 479px) {
  h2.white-big {
    font-size: 38px;
    line-height: 38px;
  }
}
h3.dark-3-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #3a3a3a;
}
h3.dark-3-title a {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #3a3a3a;
}
h3.dark-3-title a:hover {
  color: #ff7a7d;
}
h4.white-4-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}
/*========================================================
                    links
=========================================================*/
.circle-more {
  width: 74px;
  height: 74px;
  border-radius: 500px;
  background-color: #ff9c22;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 76px;
  text-align: center;
  font-weight: 600;
}
.circle-more:hover {
  background-color: #00c0ac;
}
.white-more {
  display: inline-block;
  font-size: 13px;
  line-height: 38px;
  color: #ff7a7d;
  background-color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0px 23px;
  border-radius: 2px;
}
.white-more:hover {
  background-color: #00c0ac;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .white-more {
    margin-bottom: 25px;
  }
}
.white-more-dark {
  display: inline-block;
  font-size: 13px;
  line-height: 38px;
  color: #362d22;
  background-color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0px 23px;
  border-radius: 2px;
}
.white-more-dark:hover {
  background-color: #00c0ac;
  color: #ffffff;
}
.dark-more-but {
  margin-top: 19px;
  display: inline-block;
  font-size: 13px;
  line-height: 38px;
  color: #ffffff;
  background-color: #5c5c5c;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0px 23px;
  border-radius: 2px;
}
.dark-more-but:hover {
  background-color: #00c0ac;
  color: #ffffff;
}
.dark-more {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #3a3a3a;
  text-transform: uppercase;
}
.dark-more:hover {
  color: #ff7a7d;
}
/*========================================================
                    header
=========================================================*/
.header-navigation {
  text-align: center;
  background-color: #ffffff;
  padding-bottom: 52px;
}
@media only screen and (max-width: 767px) {
  .header-navigation {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/*========================================================
                    menu
=========================================================*/
nav ul {
  display: inline-block;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 0px 0 0;
  padding: 0 18px;
  padding-top: 57px;
  background: url('../images/diagonal_border.png') 100% 0% no-repeat;
}
.sf-menu > li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 1199px) {
  .sf-menu > li {
    padding: 0 12px;
    padding-top: 57px;
  }
}
@media only screen and (max-width: 979px) {
  .sf-menu > li {
    background: none;
  }
}
.sf-menu > li > a {
  display: inline-block;
  padding: 4px 51px;
  color: #383838;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 12px;
  font-family: Open Sans, Tahoma, Helvetica, Arial, Verdana;
  font-weight: 600;
}
.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a {
  color: #47968a;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li.sfHover > a:after {
  visibility: visible;
  opacity: 100;
  top: 0;
  bottom: 0;
}
.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 {
  position: absolute;
  top: 131px;
  left: 33px;
  background: #ffffff;
  width: 200px;
  z-index: 2;
  display: none;
  padding-top: 9px;
  padding-bottom: 17px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  line-height: 30px;
  position: relative;
  border-bottom: 1px #c4c4c4 dashed;
}
.sf-menu ul li.sfHover > a {
  color: #383838;
}
.sf-menu ul li:last-child {
  border-bottom: none;
}
.sf-menu ul li a {
  font-size: 14px;
  line-height: 35px;
  color: #29323a;
  text-decoration: none;
  font-family: Open Sans, Tahoma, Helvetica, Arial, Verdana;
  font-weight: 400;
}
.sf-menu ul li a:hover {
  color: #47968a;
}
.sf-menu ul li a:hover {
  color: #47968a;
}
.sf-menu ul li.sfHover > a {
  text-decoration: none;
  color: #47968a;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -7px;
  left: 132px;
  background: #367874;
  width: 107px;
  z-index: 1;
  padding-top: 6px;
  padding-bottom: 5px;
}
.sf-menu ul ul li {
  line-height: 30px;
  text-align: center;
}
.sf-menu ul ul li a {
  font-size: 14px;
  line-height: 36px;
  color: #ffffff;
  text-decoration: none;
  font-family: Open Sans, Tahoma, Helvetica, Arial, Verdana;
  font-weight: 400;
}
.sf-menu ul ul li a:hover {
  color: #383838;
}
.current .sub-menu a {
  /* background-color: #383838;*/
}
.current {
  color: #47968a;
}
.current > a {
  color: #47968a !important;
}
@media only screen and (max-width: 1199px) {
  .sf-menu > li > a {
    padding: 4px 35px;
  }
}
@media only screen and (max-width: 979px) {
  .sf-menu > li > a {
    padding: 4px 14px;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .select-menu {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  padding: 0px 0;
  padding-bottom: 5px;
  z-index: 999;
  height: 37px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.isStuck .logo-link {
  line-height: 79px;
}
.isStuck .header_logo_slogan {
  top: 69px;
}
.isStuck .header-navigation {
  padding-bottom: 10px;
}
.isStuck .sf-menu > li {
  padding-top: 10px;
}
.isStuck .sf-menu ul {
  top: 44px;
}
.isStuck .sf-menu ul ul {
  top: 30px;
}
@media only screen and (max-width: 1199px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    header-logo
=========================================================*/
.header-logo {
  text-align: center;
  background-color: #00c0ac;
  padding-top: 87px;
  padding-bottom: 70px;
  position: relative;
}
.header-logo a {
  display: inline-block;
  position: relative;
}
.header-logo a img {
  position: absolute;
  top: -25px;
  left: -66px;
}
@media (max-width: 767px) {
  .header-logo a img {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .header-logo {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .header-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    padding-left: 55px;
  }
}
.title-head {
  text-align: center;
  border-bottom: 1px #949494 solid;
}
.title-head-white {
  text-align: center;
  border-bottom: 1px #ffffff solid;
}
/*========================================================
                    pink-back
=========================================================*/
.pink-back {
  background-color: #ff7a7d;
  padding-top: 92px;
  padding-bottom: 76px;
}
.pink-back p {
  color: white;
  padding-top: 19px;
  padding-right: 92px;
  padding-bottom: 20px;
}
.pink-back p .less-pad {
  padding-right: 7px !important;
}
@media only screen and (max-width: 1400px) {
  .pink-back p {
    padding-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .pink-back {
    padding-top: 50px;
  }
}
/*========================================================
                    pink-back2
=========================================================*/
.pink-back2 {
  background-color: #ff7a7d;
  padding-top: 92px;
  padding-bottom: 76px;
}
.pink-back2 p {
  color: white;
  padding-top: 19px;
  padding-right: 7px;
  padding-bottom: 20px;
}
.pink-back2 .white-4-title {
  padding-top: 23px;
}
@media only screen and (max-width: 767px) {
  .pink-back2 {
    padding-top: 50px;
  }
}
.align-vertical {
  margin-top: -11px;
}
/*========================================================
                   block wrapper2
=========================================================*/
.wrapper2 {
  padding-top: 78px;
}
.wrapper2 p {
  padding-top: 22px;
  padding-right: 88px;
  padding-bottom: 18px;
}
@media only screen and (max-width: 1400px) {
  .wrapper2 p {
    padding-right: 5px;
  }
}
.wrapper2 .wrap-info {
  padding-bottom: 110px;
}
@media only screen and (max-width: 767px) {
  .wrapper2 .wrap-info {
    padding-bottom: 50px;
  }
}
.wrapper2 .icon {
  text-align: center;
  padding-top: 11px;
  padding-bottom: 10px;
}
.wrapper2 .icon img {
  width: 100%;
}
/*========================================================
                   banner2
=========================================================*/
.banner2 {
  background: url('../images/banner2.jpg');
  padding-top: 85px;
  padding-bottom: 112px;
  margin-top: -26px;
  background-position: bottom;
}
/*========================================================
                   banner3
=========================================================*/
.banner3 {
  background: url('../images/banner3.jpg');
  padding-top: 85px;
  padding-bottom: 122px;
  background-position: bottom;
}
@media only screen and (max-width: 979px) {
  .banner3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.round-image {
  width: 330px;
  height: 330px;
  border-radius: 500px;
  border: 18px #ffffff solid;
  display: inline-block;
  float: right;
  overflow: hidden;
}
@media only screen and (max-width: 979px) {
  .round-image {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 479px) {
  .round-image {
    width: 240px;
    height: 240px;
  }
}
/*========================================================
                   block olive
=========================================================*/
.olive-back {
  background-color: #afa487;
  padding-bottom: 115px;
}
.olive-back p {
  color: #ffffff;
  padding-bottom: 21px;
}
.olive-back p .bold {
  font-weight: 700;
}
@media (max-width: 767px) {
  .olive-back {
    padding-bottom: 70px;
  }
}
.date {
  font-size: 32px;
  line-height: 48px;
  padding-top: 71px;
  padding-bottom: 37px;
  text-transform: uppercase;
  color: #ffffff;
}
.date .month {
  font-weight: 700;
  color: #ffffff;
}
.date .year {
  color: #f7e8bf;
  font-weight: 700;
  padding-left: 12px;
}
@media (max-width: 767px) {
  .date img {
    width: auto;
  }
}
@media (max-width: 767px) {
  .date {
    padding-top: 20px;
  }
}
.simple-more {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.simple-more img {
  position: absolute;
  right: -23px;
  top: 8px;
}
@media (max-width: 767px) {
  .simple-more img {
    width: auto;
  }
}
.simple-more:hover {
  color: #00c0ac;
}
/*========================================================
                    wrapper
=========================================================*/
.wrapper .post-img {
  float: left;
  padding-right: 29px;
}
@media (max-width: 767px) {
  .wrapper .post-img {
    padding-right: 0;
    padding-bottom: 10px;
    float: none;
  }
}
@media (max-width: 979px) {
  .wrapper .post-img {
    float: none;
    padding-right: 0px;
    padding-bottom: 15px;
  }
  .wrapper .post-img img {
    width: 100%;
  }
}
.wrapper .wrapper-inner {
  margin-top: -5px;
}
.wrapper .wrapper-inner p {
  padding-top: 23px;
  padding-right: 0px;
}
.width-post {
  padding-top: 83px;
  padding-bottom: 74px;
}
@media (max-width: 767px) {
  .width-post {
    padding-top: 20px;
  }
}
.width-post-second {
  padding-top: 50px;
  padding-bottom: 74px;
}
.half-post {
  padding-top: 26px;
}
.arrow-list {
  padding-top: 14px;
}
.arrow-list li {
  font-size: 14px;
  color: #ffffff;
  line-height: 28px;
}
.arrow-list li a:hover {
  text-decoration: underline;
}
.arrow-list li:before {
  color: #ffffff;
  content: '\f0a9';
  font-size: 14px;
  font-family: 'FontAwesome';
  padding-right: 18px;
}
/*========================================================
                    wrap 4
=========================================================*/
.wrap4 {
  padding-top: 73px;
  padding-bottom: 36px;
}
.wrap4 .post {
  padding-bottom: 34px;
}
.wrap4 .post-info {
  overflow: hidden;
  padding-top: 5px;
}
.wrap4 .post-info p {
  padding-top: 22px;
}
.icon {
  float: left;
  padding-right: 16px;
}
.icon .fa {
  font-size: 32px;
  color: #fd7a79;
  line-height: 48px;
}
.testi {
  padding-bottom: 131px;
}
.testi .post {
  padding-top: 82px;
}
.testi .post .post-info {
  overflow: hidden;
}
@media (max-width: 979px) {
  .testi .post .post-info {
    overflow: visible;
  }
}
.testi p {
  font-size: 14px;
  line-height: 21px;
  font-style: italic;
  padding-left: 14px;
}
.testi .man {
  padding-left: 14px;
}
@media (max-width: 767px) {
  .testi .man img {
    width: auto;
  }
}
.testi .name {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
}
.testi .status {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 600;
  color: #f7e8bf;
  white-space: nowrap;
}
.small-round {
  width: 164px;
  height: 164px;
  border-radius: 500px;
  border: 10px #ffffff solid;
  float: left;
  overflow: hidden;
}
@media (max-width: 979px) {
  .small-round {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .small-round {
    float: none;
    margin-bottom: 20px;
  }
}
.no-float {
  margin-top: -4px;
}
.no-float p {
  padding-top: 24px;
}
/*========================================================
                   block wrap
=========================================================*/
.wrap {
  border-bottom: 1px #949494 solid;
  padding-bottom: 22px;
}
.wrap:last-child {
  border-bottom: none;
}
.meta-img {
  background-color: #ff7a7d;
  text-align: center;
  color: white;
  padding-bottom: 12px;
}
.meta-img p {
  font-size: 22px;
  line-height: 41px;
  font-weight: 600;
}
.meta-img .social {
  text-align: center;
  width: 145px;
  padding-top: 23px;
  padding-bottom: 12px;
  margin: 0 auto;
}
.meta-img .social-links li {
  float: left;
  padding: 0 8px;
}
.meta-img .social-links li a .fa {
  font-size: 16px;
}
.meta-img .social-links li a:hover {
  color: #00c0ac;
}
@media (max-width: 767px) {
  .meta-img {
    margin-bottom: 15px;
  }
}
.meta {
  border-bottom: 1px #949494 solid;
  padding-bottom: 22px;
  padding-top: 25px;
  font-size: 14px;
}
.meta:first-child {
  padding-top: 0;
}
.meta:last-child {
  border-bottom: none;
}
span.bold {
  font-weight: 700;
}
span.pink {
  color: #ff7a7d;
}
/*========================================================
                   block wrap2=posts
=========================================================*/
.wrap2-posts {
  padding-top: 78px;
}
.wrap2-posts .wrap2-post {
  padding-top: 36px;
  padding-bottom: 46px;
}
.wrap2-posts .wrap2-post .post-info {
  margin-top: -6px;
}
.wrap2-posts .wrap2-post .post-info ul {
  padding-top: 6px;
}
.wrap2-posts .wrap2-post .post-info ul li {
  font-size: 14px;
  color: #8b8b8b;
  line-height: 28px;
}
.wrap2-posts .wrap2-post .post-info ul li a {
  color: #8b8b8b;
}
.wrap2-posts .wrap2-post .post-info ul li a:hover {
  text-decoration: underline;
}
.wrap2-posts .wrap2-post .post-info ul li:before {
  color: #8b8b8b;
  content: '\f0a9';
  font-size: 14px;
  font-family: 'FontAwesome';
  padding-right: 18px;
}
@media (max-width: 767px) {
  .wrap2-posts .post-image {
    margin-bottom: 15px;
  }
}
/*========================================================
                    map
=========================================================*/
.map {
  padding-top: 83px;
  padding-bottom: 64px;
}
.map img {
  max-width: inherit;
}
.map #map-canvas {
  width: 100%;
  height: 361px;
}
@media only screen and (max-width: 767px) {
  .map #map-canvas {
    height: 300px;
  }
}
.contacts {
  padding-top: 5px;
  padding-right: 75px;
}
.contacts a {
  text-decoration: underline;
}
.contacts a:hover {
  color: #00c0ac;
}
@media only screen and (max-width: 1199px) {
  span.contact-name {
    padding-right: 92px;
  }
}
.to-right {
  float: right;
}
@media only screen and (max-width: 1199px) {
  .to-right {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .to-right {
    float: right;
  }
}
/*========================================================
                    contact form
=========================================================*/
/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles 
========================================================*/
#contact-form {
  position: relative;
}
#contact-form label {
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 4px;
}
#contact-form fieldset {
  border: none;
}
/* Contact Form Placeholder Styles 
========================================================*/
#contact-form ._placeholder {
  width: 100% !important;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding: 13px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
}
#contact-form ._placeholder.focused {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#contact-form ._placeholder.hidden {
  display: none;
}
#contact-form .file ._placeholder {
  display: none;
}
/* Contact Form Input 
========================================================*/
#contact-form input[type='text'] {
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  padding: 10px 14px;
  outline: none;
  font-weight: 400;
  height: 41px;
  border: 1px solid #ee7473;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background-color: #fe8887;
}
/* Contact Form File Input 
========================================================*/
#contact-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form input.form-control[disabled] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
#contact-form input.form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 6px 12px;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contact-form .input-group-btn:first-child > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin: 0 -1px 0 0;
}
#contact-form .input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group-btn:last-child > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#contact-form input.form-control,
#contact-form .input-group-btn {
  display: table-cell;
  border-collapse: separate;
  float: none !important;
}
#contact-form .input-group-btn label {
  width: auto;
  margin-left: -1px;
}
#contact-form .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}
#contact-form .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
#contact-form .btn-default:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
#contact-form .btn-default:active,
#contact-form .btn-default:focus {
  outline-offset: -2px;
  outline: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* Contact Form Textarea 
========================================================*/
#contact-form textarea {
  width: 100%;
  padding: 17px 16px;
  font-weight: 400;
  padding: 13px 15px;
  outline: none;
  border: 1px solid #ee7473;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  resize: none;
  height: 160px;
  background-color: #fe8887;
  font-family: Open Sans;
}
/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
#contact-form .error-message {
  position: absolute;
  right: 3px;
  top: 2px;
  color: #ffffff;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
}
/* Contact Form Processing Box
========================================================*/
#contact-form .contact-form-loader {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  background-image: url('../images/form-loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
}
#contact-form.processing .contact-form-loader {
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* Contact Form Modal 
========================================================*/
.modal-open {
  overflow: hidden;
}
#contact-form .modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-family: Arial, "Times New Roman", sans-serif;
  font-size: 13px;
}
#contact-form .modal h4 {
  font-weight: bold !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #000 !important;
  font-size: 15px;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
  color: #525151 !important;
}
.modal-dialog {
  width: 600px;
  margin: 10px auto;
}
@media only screen and (max-width: 768px) {
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
}
label.message {
  padding-top: 5px;
}
label.name,
label.email {
  width: 33% !important;
}
label.name:last-child,
label.email:last-child {
  padding-right: 3px;
}
label.phone {
  padding-right: 0px;
}
/* Contact Form Close icon 
========================================================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000 !important;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000 !important;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.contact-form-body {
  padding-top: 30px;
  padding-bottom: 13px;
}
.send-button {
  float: right;
  padding: 0px 25px !important;
}
.form-buttons {
  padding-top: 19px;
}
@media only screen and (max-width: 1199px) {
  label.name,
  label.email {
    width: 100% !important;
  }
}
/*========================================================
                    block text-page
=========================================================*/
.page-text {
  padding-top: 78px;
  padding-bottom: 46px;
}
.page-text p {
  padding-top: 25px;
  padding-bottom: 39px;
}
.page-text p:last-child {
  padding-bottom: 30px;
}
.page-text a {
  color: #ff7a7d;
  display: inline-block;
  margin-top: -17px;
  text-decoration: underline;
}
.page-text a:hover {
  color: #00c0ac;
}
/*========================================================
                    footer
=========================================================*/
footer {
  background-color: #ffffff;
}
.footer-top {
  border-bottom: 1px #d3d3d3 solid;
  padding-top: 101px;
  padding-bottom: 82px;
}
@media only screen and (max-width: 767px) {
  .footer-top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.address {
  color: #505050;
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .address {
    padding-bottom: 20px;
  }
}
.people-list {
  margin-top: -14px;
}
.people-list li {
  color: #747474;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.people-list li a {
  color: #747474;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.people-list li a:hover {
  color: #00c0ac;
}
@media only screen and (max-width: 767px) {
  .people-list {
    padding-bottom: 10px;
  }
}
.footer-bottom {
  color: #3f3f3f;
  font-size: 16px;
  line-height: 36px;
  padding-top: 51px;
  padding-bottom: 80px;
}
.footer-bottom img {
  padding-left: 4px;
  padding-right: 11px;
}
@media only screen and (max-width: 1199px) {
  .footer-bottom img {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .footer-bottom img {
    width: auto;
    padding-right: 10px;
  }
}
.footer-bottom a {
  color: #3f3f3f;
  white-space: nowrap;
}
.footer-bottom a:hover {
  color: #00c0ac;
}
.footer-bottom .social-links {
  padding-top: 14px;
}
.footer-bottom .social-links li {
  float: left;
  padding-right: 15px;
}
.footer-bottom .social-links li a {
  font-size: 16px;
  color: #b1a687;
}
.footer-bottom .social-links li a:hover {
  color: #00c0ac;
}
@media only screen and (max-width: 767px) {
  .footer-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/*========================================================
                    totop
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 165px;
  right: 100px !important;
  border-radius: 500px;
  width: 26px;
  height: 26px;
}
#toTop:before {
  content: '\f01b';
  color: #b1a687;
  background-color: #ffffff;
  border-radius: 500px;
  font-size: 30px;
  line-height: 27px;
  width: 26px;
  height: 26px;
  right: 150px;
  bottom: 164.5px;
  position: fixed;
}
#toTop:hover:before {
  color: #00c0ac;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #toTop {
    display: none !important;
  }
}
@media only screen and (max-width: 320px) {
  #toTop {
    display: none !important;
  }
}
@media only screen and (max-width: 1400px) {
  br {
    display: none;
  }
  .contacts br {
    display: block;
  }
}
