@charset "UTF-8";
@import url(animate.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #c8c8c8;
  font: 400 14px/23px "Arial", sans-serif;
  -webkit-text-size-adjust: none; }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; }

h1 {
  color: #fff;
  font-size: 76px;
  line-height: 96px; }

h2 {
  position: relative;
  color: #606469;
  font-size: 70px;
  line-height: 70px; }
  h2 span {
    display: block; }
  @media (max-width: 991px) {
    h2 {
      font-size: 46px;
      line-height: 50px; } }

h3 {
  color: #565a60;
  font-size: 50px;
  line-height: 50px; }
  h3 a:hover {
    color: rgb(231,109,55); }
  h3.mod {
    padding-left: 200px;
    position: relative; }
    h3.mod .fa {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      font-size: 113px;
      line-height: 100px;
      color: #565a60; }
    @media (max-width: 1199px) {
      h3.mod {
        padding-left: 0; }
        h3.mod .fa {
          position: relative;
          font-size: 100px;
          line-height: 80px;
          margin-bottom: 30px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    h3 {
      font-size: 34px;
      line-height: 34px; } }
  @media (max-width: 991px) {
    h3 {
      font-size: 30px;
      line-height: 34px; } }

h4 {
  color: rgb(231,109,55);
  font-size: 25px;
  line-height: 25px; }
  h4 a:hover {
    color: #565a60; }

h5 {
  font-weight: 700;
  color: rgb(231,109,55);
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase; }
  h5 a:hover {
    color: #565a60; }

h6 {
  font-size: 20px;
  line-height: 26px;
  color: #b3bcca; }
  h6 a:hover {
    color: rgb(231,109,55); }
  h6.mod {
    line-height: 20px; }
  @media (max-width: 767px) {
    h6 {
      font-size: 16px; } }

p a:hover, .marked-list a:hover, .list a:hover, .addr a:hover {
  text-decoration: underline; }
p .fa, .marked-list .fa, .list .fa, .addr .fa {
  text-decoration: none; }

time {
  display: block; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }

@media (max-width: 767px) {
  [class*='col-'] + [class*='col-'] {
    margin-top: 50px; } }
section {
  position: relative; }

/*=======================================================
                       Main Layout
=========================================================*/
h2 + * {
  margin-top: 45px; }

h3 + * {
  margin-top: 5px; }

h3 + h6 {
  margin-top: 20px; }

h3 + h6.mod {
  margin-top: 35px; }

* + h3 {
  margin-top: 35px; }

h4 + * {
  margin-top: 35px; }
  @media (max-width: 767px) {
    h4 + * {
      margin-top: 15px; } }

* + h4 {
  margin-top: 5px; }

h5 + * {
  margin-top: 17px; }

p + h5 {
  margin-top: 50px; }

h6 + * {
  margin-top: 20px; }

.row + .row {
  margin-top: 50px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  position: relative; }
  .brand_name {
    overflow: hidden;
    padding-left: 140px;
    padding-bottom: 15px;
    position: relative; }
    .brand_name:before {
      content: "\f1e3";
      font-family: "FontAwesome";
      font-size: 51px;
      line-height: 110px;
      color: #fff;
      text-align: center;
      display: block;
      border-radius: 50%;
      width: 110px;
      height: 110px;
      background: rgb(231,109,55);
      position: absolute;
      top: 0;
      left: 0; }
  .brand_slogan {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 8px;
    right: 0;
    white-space: nowrap; }
  @media (max-width: 479px) {
    .brand .brand_name {
      font-size: 60px;
      line-height: 60px;
      padding-left: 90px; }
      .brand .brand_name:before {
        font-size: 40px;
        line-height: 70px;
        width: 70px;
        height: 70px; }
    .brand .brand_slogan {
      bottom: 0;
      right: -7px; } }

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 34px;
  line-height: 120px;
  background: rgb(231,109,55); }
  .btn.pt-circle {
    background: no-repeat url(../images/pt-circle.png)!important;
    background-size: cover!important;
    background-position: center!important;
  }
  .btn.cs-circle {
    background: no-repeat url(../images/cs-circle.png)!important;
    background-size: cover!important;
    background-position: center!important;
  }
  .btn.sp-circle {
    background: no-repeat url(../images/ps-circle.png)!important;
    background-size: cover!important;
    background-position: center!important;
  }
  .btn.pilates-circle {
    background: no-repeat url(../images/pilates_logo.png)!important;
    background-size: cover!important;
    background-position: center!important;
  }
  .btn.fr-circle {
    background: no-repeat url(../images/fr-circle.png)!important;
    background-size: cover!important;
    background-position: center!important;
  }
  /*
  .btn:after {
    content: "\f0f6";
    font-family: "FontAwesome"; } */
  * + .btn {
    margin-top: 50px; }
    @media (max-width: 767px) {
      * + .btn {
        margin-top: 30px; } }
  @media (max-width: 479px) {
    .btn {
      width: 100px;
      height: 100px;
      line-height: 100px; } }
  .btn:hover {
    background: #92bb35; }
  .btn:active {
    background: #82a72f; }

.btn2 {
  display: inline-block;
  position: relative;
  border-radius: 40px;
  padding: 29px 45px;
  color: #fff;
  text-align: center;
  background: #565a60;
  font: 600 15px/20px 'Open Sans', sans-serif;
  text-transform: uppercase;
  min-width: 170px; }
  .btn2:hover {
    background: #4a4d53; }
  .btn2:active {
    background: #3e4145; }

h2 .btn2 {
  position: absolute;
  top: 13px;
  right: 0; }
  @media (max-width: 767px) {
    h2 .btn2 {
      position: relative;
      margin-top: 30px; } }

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left; }
.box_cnt__no-flow {
  overflow: hidden; }

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: rgb(231,109,55);
  color: #fff; }
  .bg-primary h2, .bg-primary h3, .bg-primary h6 {
    color: #fff; }

.bg1 .btn {
  background: #00bff3; }
  .bg1 .btn:hover {
    background: #0097c0; }
  .bg1 .btn:active {
    background: #0083a6; }
.bg1 h3, .bg1 h5 {
  color: #00bff3; }
.bg1 .date span {
  color: #00bff3; }

.bg2 .btn {
  background: #ff974f; }
  .bg2 .btn:hover {
    background: #ff791c; }
  .bg2 .btn:active {
    background: #ff6a02; }
.bg2 h3, .bg2 h5 {
  color: #ff974f; }
.bg2 .date span {
  color: #ff974f; }

.bg3 h5 {
  color: rgb(231,109,55); }

.bg1, .bg2, .bg3, .bg4 {
  color: #fff;
  padding-top: 168px;
  padding-bottom: 163px; }
  .bg1 h6, .bg2 h6, .bg3 h6, .bg4 h6 {
    color: #fff; }
  .bg1 h5 a:hover, .bg2 h5 a:hover, .bg3 h5 a:hover, .bg4 h5 a:hover {
    color: #fff; }
  .bg1 h2, .bg2 h2, .bg3 h2, .bg4 h2 {
    color: #fff; }
  @media (max-width: 767px) {
    .bg1, .bg2, .bg3, .bg4 {
      text-align: center; } }
  @media (max-width: 1199px) {
    .bg1, .bg2, .bg3, .bg4 {
      padding-bottom: 100px;
      padding-top: 100px; } }

.bg4 {
  padding-top: 158px; }
  .bg4 p {
    color: #a3aab4; }
  .bg4 h3 {
    color: rgb(231,109,55); }
    .bg4 h3 a:hover {
      color: #fff; }

/*==================      Table      ======================*/
.table {
  width: 100%;
  color: #b3bcca;
  font: 300 30px/40px 'Open Sans', sans-serif;
  text-align: left;
  border-radius: 30px;
  border: 3px solid #c8c8c8;
  border-collapse: separate; }
  .table td, .table th {
    padding: 10px 40px;
    border-right: 3px solid #c8c8c8; }
    .table td:last-child, .table th:last-child {
      border-right: 0; }
  .table th {
    border-bottom: 3px solid #c8c8c8;
    color: #565a60;
    font-size: 36px;
    padding: 16px 40px; }
  .table tr:nth-child(2) td {
    padding-top: 30px; }
  .table tr:last-child td {
    padding-bottom: 40px; }
  * + .table {
    margin-top: 50px; }
  .table .st-head-row {
    border-top: 3px solid #c8c8c8; }
  .table .st-head-row-main {
    border: 0; }
  @media (max-width: 991px) {
    .table {
      font-size: 20px;
      line-height: 28px; }
      .table td, .table th {
        padding: 10px 20px; }
      .table th {
        font-size: 26px; } }
  @media (min-width: 1200px) {
    .table th:first-child {
      width: 305px; }
    .table th:nth-child(2) {
      width: 350px; }
    .table th:nth-child(3) {
      width: 215px; } }

@media (max-width: 767px) {
  .large-only {
    display: none; } }

@media (min-width: 768px) {
  .small-only {
    display: none; } }
.small-only th:empty {
  display: none; }

/*==================      Address      ======================*/
.addr {
  padding-left: 70px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  position: relative; }
  .addr .fa {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 50px;
    line-height: 50px;
    color: rgb(231,109,55); }
  .addr a {
    white-space: nowrap; }
  * + .addr {
    margin-top: 70px; }
  .addr1 {
    line-height: 20px;
    padding-left: 60px; }

/*==================      Lists      ======================*/
.social-list li {
  display: inline-block; }
  .social-list li a {
    display: block;
    width: 78px;
    height: 78px;
    color: #fff;
    font-size: 25px;
    line-height: 78px;
    border-radius: 50%;
    background: #45494e;
    text-align: center; }
    .social-list li a:hover {
      background: rgb(231,109,55); }
    @media (min-width: 768px) and (max-width: 991px) {
      .social-list li a {
        width: 58px;
        height: 58px;
        line-height: 58px; } }
  .social-list li + li {
    margin-left: 17px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .social-list li + li {
        margin-left: 10px; } }
* + .social-list {
  margin-top: 55px; }

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block; }
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .sf-menu:after {
    clear: both; }
  .sf-menu > li {
    position: relative;
    float: left; }
    .sf-menu > li + li {
      margin-left: 36px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .sf-menu > li + li {
          margin-left: 20px; } }
  .sf-menu a {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.49), 0 5px 10px rgba(0,0,0,0.2);
    -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.49), 0 5px 10px rgba(0,0,0,0.2);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.49), 0 5px 10px rgba(0,0,0,0.2);
  }

.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.active > a {
  color: rgb(231,109,55); }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -117px;
  width: 235px;
  margin-top: 30px;
  padding: 35px 10px;
  background: rgb(231,109,55);
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3); }
  @media (max-width: 1199px) {
    .sf-menu ul {
      width: 180px;
      margin-left: -90px; } }
  .sf-menu ul:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px;
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: rgb(231,109,55); }

.sf-menu ul > li {
  position: relative; }
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    text-shadow: none!important;
    color: #565a60; }
  .sf-menu ul > li + li {
    margin-top: 8px; }

.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 30px;
  width: 235px;
  margin-top: -5px;
  padding: 30px 10px;
  z-index: 4;
  background: #565a60; }
  @media (max-width: 1199px) {
    .sf-menu ul ul {
      width: 180px; } }
  .sf-menu ul ul:before {
    top: 15px;
    left: -10px;
    margin-left: 0;
    border-bottom-color: transparent;
    border-right-color: #565a60; }

.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: rgb(231,109,55); }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 122%;
    margin-left: -3px;
    content: "";
    font: 400 12px/12px "FontAwesome"; }

@media (max-width: 767px) {
  .sf-menu {
    display: none; } }
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px; }
    .rd-mobilemenu_ul a.active {
      background: #f5f5f5;
      color: #2d2d2d; }
    .rd-mobilemenu_ul a:hover {
      background: rgb(231,109,55);
      color: #FFF; }
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991; }

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
  .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after {
      top: 8px; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
      width: 24px;
      height: 4px;
      background-color: #000;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center;
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center; }
  .rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      width: 15px; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate3d(0, 0, 1, -40deg);
      transform: rotate3d(0, 0, 1, -40deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate3d(0, 0, 1, 40deg);
      transform: rotate3d(0, 0, 1, 40deg); }

@media (max-width: 767px) {
  body {
    padding-top: 56px; }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block; } }
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px; } }
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #565a60;
  z-index: 999;

  min-height: 80px;
  border-bottom: 1px solid #333333; }
  .isStuck .container {
    padding-top: 3px; }
    .isStuck .container:before {
      display: none;
      margin-bottom: 0; }
  .isStuck .brand_name {
    font-size: 56px;
    line-height: 56px;
    padding-left: 90px; }
    .isStuck .brand_name:before {
      font-size: 40px;
      line-height: 66px;
      width: 66px;
      height: 66px; }
  .isStuck .brand_slogan {
    bottom: 0;
    right: -7px;
    font-size: 14px; }
  .isStuck .nav {
    padding-top: 28px; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #565a60;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: rgb(231,109,55);
    text-decoration: none; }

.mobile .toTop,
.tablet .toTop {
  display: none !important; }

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden; }
  .parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform; }
  .parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .parallax_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative; }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  padding-bottom: 236px;
  background: no-repeat url(../images/1.jpg);
  background-position: center; 
  background-size: cover; }
  @media (max-width: 767px) {
    header {
      padding-bottom: 70px; } }
  @media (min-width: 2200px) {
    header {
      padding-bottom: 70px; } }
  header .container {
    position: relative; }
    header .container:before {
      content: '';
      display: block;
      width: 100%;
      height: 15px;
      background: rgb(231,109,55);
      margin-bottom: 120px; }
      @media (max-width: 1199px) and (min-width: 992px) {
        header .container:before {
          margin-bottom: 50px; } }
      @media (max-width: 991px) {
        header .container:before {
          margin-bottom: 30px; } }
  header.abs {
    position: absolute;
    z-index: 5;
    width: 100%;
    padding-bottom: 0;
    background: none; }
  header .brand {
    float: left; }
  header .nav {
    float: right; }
    @media (min-width: 768px) {
      header .nav {
        padding-top: 45px; } }
  @media (max-width: 991px) {
    header {
      text-align: center; }
      header .brand, header .nav {
        float: none; } }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block; }

.tc {
  text-align: center; }

@media (max-width: 767px) {
  .tc1 {
    text-align: center; } }

.tr {
  text-align: right; }

.polygon-overlay {
  position: absolute;
  bottom: 100%;
  width: 100%;
  margin-bottom: -2px;
  height: 0;
  padding-top: 10.35%; }
  .polygon-overlay svg {
    fill: rgb(231,109,55);
    position: absolute;
    top: 0;
    left: 0; }
  @media (min-width: 2200px) {
    .polygon-overlay {
      display: none; } }

.polygon-header svg {
  fill: #fff; }

.circle {
  border-radius: 50%; }

.img-box {
  display: inline-block;
  position: relative;
  max-width: 370px; }
  .img-box .btn {
    position: absolute;
    bottom: 0;
    left: 0; }

.bg-right {
  text-align: right; }
  @media (max-width: 767px) {
    .bg-right {
      text-align: center; } }
  .bg-right .img-box .btn {
    left: auto;
    right: 0; }

.wellcome {
  padding-top: 150px;
  padding-bottom: 160px;
}

.image-footer {
  position: absolute;
  top: -115px;
  height: 117px;
  min-height: 117px;
  width: 100%;
  min-width: 100%;
}
@media (max-width: 830px) {
  .image-footer {
    top: -98px;
    height: 100px;
    min-height: 100px!important;
  } 
}
@media (max-width: 489px) {
  .image-footer {
    top: -78px;
    height: 80px;
    min-height: 80px!important;
  } 
}

  .wellcome h2 {
    font-size: 78px; }
    @media (max-width: 991px) {
      .wellcome h2 {
        font-size: 60px;
        line-height: 70px; } }
    .wellcome h2 + * {
      margin-top: 22px; }
  .wellcome h5 {
    font-size: 30px;
    line-height: 30px; }
    .wellcome h5 + * {
      margin-top: 45px; }

.mt1 {
  margin-top: 45px; }

.mt2 {
  margin-top: 55px; }

.row.mt2 {
  margin-top: 85px; }

.date {
  font: 300 50px/50px 'Open Sans', sans-serif; }
  .date span {
    display: block;
    color: rgb(231,109,55);
    font-size: 100px;
    line-height: 100px; }
  .date + * {
    margin-top: 65px; }
    @media (max-width: 767px) {
      .date + * {
        margin-top: 20px; } }
  @media (max-width: 991px) {
    .date {
      font-size: 40px;
      line-height: 40px; }
      .date span {
        font-size: 60px;
        line-height: 60px; } }

.award {
  font: 300 50px/50px 'Open Sans', sans-serif; }
  .award span {
    display: block;
    color: rgb(231,109,55);
    font-size: 100px;
    line-height: 100px; }
  .award + * {
    margin-top: 65px; }
    @media (max-width: 767px) {
      .award + * {
        margin-top: 20px; } }

.quote h5 {
  color: #565a60;
  margin-top: 15px; }
  .quote h5 + * {
    margin-top: 10px; }
.quote h6 {
  font-size: 18px;
  line-height: 25px; }

.schedule {
  position: relative;
  padding-left: 165px; }
  .schedule:before {
    content: '\f017';
    position: absolute;
    top: 0;
    left: 0;
    color: #565a60;
    font: 114px/100px "FontAwesome"; }
  .schedule p {
    font: 300 36px/50px 'Open Sans', sans-serif; }
  @media (max-width: 991px) {
    .schedule {
      padding-left: 120px; }
      .schedule p {
        font: 300 28px/40px 'Open Sans', sans-serif; } }
  @media (max-width: 479px) {
    .schedule {
      text-align: center;
      padding-left: 0; }
      .schedule:before {
        position: relative;
        display: block;
        margin-bottom: 30px; } }

* + .policy-link {
  margin-top: 25px;
  color: rgb(231,109,55); }

/*==================      Well     ======================*/
.well1 {
  padding-bottom: 360px; }
  @media (max-width: 1199px) {
    .well1 {
      padding-bottom: 170px; } }
  @media (min-width: 2200px) {
    .well1 {
      padding-bottom: 170px; } }

.well2 {
  padding-top: 168px;
  padding-bottom: 168px; }

.well3 {
  padding-top: 120px;
  padding-bottom: 165px; }

.well4 {
  padding-top: 110px;
  padding-bottom: 168px; }

.well5 {
  padding-top: 160px;
  padding-bottom: 220px; }

.well6 {
  padding-top: 155px;
  padding-bottom: 165px; }

@media (max-width: 1199px) {
  .well2, .well3, .well4 {
    padding-bottom: 100px;
    padding-top: 100px; } }

.other-activities-container h3 {
  font-size: 45px!important;
  line-height: 52px!important;
  min-height:108px;
}
.other-activities-container h4 {
  margin-top: 9px!important;
  min-height: 59px!important;
}
.other-activities-container h6 {
  margin-top: 15px!important;
}
h6 {
  line-height: 23px!important;
  min-height: 80px!important;
}
@media (max-width: 1200px) {
  .other-activities-container h3 {
    font-size: 36px!important;
    line-height: 48px!important;
    min-height: 98px!important;
  }
  .other-activities-container h4 {
    margin-top: 3px!important;
    min-height: 75px!important;
  }
  .other-activities-container h6 {
    line-height: 26px!important;
    min-height: 130px!important;
    font-size: 16px!important;
  }
}
@media (max-width: 992px) {
  .other-activities-container h3 {
    font-size: 25px!important;
    line-height: 32px!important;
    min-height: 80px!important;
  }
  .other-activities-container h4 {
    margin-top: 3px!important;
    min-height: 75px!important;
  }
  .other-activities-container h6 {
    line-height: 23px!important;
    min-height: 138px!important;
    font-size: 16px!important;
  }
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding-top: 130px;
  padding-bottom: 130px;
  background: no-repeat url(../images/bg-footer.jpg);
  background-size: cover;
  color: #fff; }
  @media (min-width: 768px) {
    footer .brand {
      margin-top: 90px; } }
  @media (max-width: 1199px) {
    footer .brand .brand_name {
      font-size: 48px;
      line-height: 60px;
      padding-left: 90px; }
      footer .brand .brand_name:before {
        font-size: 40px;
        line-height: 70px;
        width: 70px;
        height: 70px; }
    footer .brand .brand_slogan {
      bottom: 0;
      right: -7px; } }
  footer .copy {
    color: #97a0ad;
    font: 300 15px/24px 'Open Sans', sans-serif; }
    @media (min-width: 768px) {
      footer .copy {
        margin-top: 130px; } }


.margin-top55 {
  margin-top: 55px;
}

.text-center {
  text-align: center!important;
}

.post-parto-list h6 {
  margin-top: 30px!important;
}

  .post-parto-list h3 {
  font-size: 28px!important;
  line-height: 35px!important;
  min-height: 108px;
  margin-bottom: 70px;
}

.full-width {
  width: 100%!important;
  min-width: 100%!important;
}

.brand img {
  max-height: 50px;
  margin-top: 13px;
}

.shadow-on-text .parallax_cnt {
  background: radial-gradient(at center center, hsla(0, 0%, 0%, 0.32) 0%, rgba(0, 0, 0, 0.1) 58%) center center / cover;
}

nav.nav .sf-menu a {
  font-size: 18px!important;
}

.first-section-background {
  background-image: url("../images/locandina_apertura_2.png"); 
  height: 742px;
  min-height: 742px;
  max-height: 742px;
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: contain; 
}