@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700");
#wpadminbar {
  display: none; }

.btn_ver:after, .ekko-lightbox {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

@media (max-width: 992px) {
  .logo_ img {
    width: 80%; } }

a:hover {
  text-decoration: none; }

p {
  margin: 0 0 26px; }

/******* FONT ********/
/******* COLORS **********/
/******* FONT COLOR *********/
.white {
  color: white; }

/********************************/
/******* BG COLOR *********/
.bg_gray {
  background-color: #3b3b3b; }

/********************************/
html {
  margin-top: 0 !important; }

html, body {
  text-rendering: optimizeLegibility;
  height: 100%;
  font-family: "Lora", serif;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.6rem;
  color: #3e342a; }
  html, body {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
      html, body {
        font-size: calc(14px + 2 * ((100vw - 320px) / 880)); } }
    @media screen and (min-width: 1200px) {
      html, body {
        font-size: 16px; } }
  @media (max-width: 992px) {
    html, body {
      font-size: 14px !important; } }

body {
  overflow-x: hidden;
  overflow-y: scroll;
  text-size-adjust: 100%; }

h1 {
  font-size: 2.0736rem;
  font-family: "Lora", serif;
  font-weight: normal;
  margin-bottom: 0; }
  h1 {
    font-size: 24.192px; }
    @media screen and (min-width: 320px) {
      h1 {
        font-size: calc(24.192px + 23.058 * ((100vw - 320px) / 880)); } }
    @media screen and (min-width: 1200px) {
      h1 {
        font-size: 47.25px; } }

h2 {
  font-size: 1.728rem;
  margin: 0 !important; }
  h2 {
    font-size: 24.192px; }
    @media screen and (min-width: 320px) {
      h2 {
        font-size: calc(24.192px + 23.058 * ((100vw - 320px) / 880)); } }
    @media screen and (min-width: 1200px) {
      h2 {
        font-size: 47.25px; } }

h3 {
  font-size: 14px; }
  @media screen and (min-width: 320px) {
    h3 {
      font-size: calc(14px + 2 * ((100vw - 320px) / 880)); } }
  @media screen and (min-width: 1200px) {
    h3 {
      font-size: 16px; } }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    background: #fff; } }

.banner_thumb {
  background-size: auto 110%;
  background-position: center;
  background-repeat: no-repeat;
  height: 800px; }
  @media (max-width: 992px) {
    .banner_thumb {
      height: 400px; } }
  .banner_thumb._about {
    height: 400px; }

/***** GERAL CONFIGURATION ******/
.navbar-brand > img {
  width: 240px; }

#banner-interno {
  height: 305px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
  display: flex;
  align-items: center; }

.menu {
  height: 130px;
  margin-bottom: 0;
  border-radius: 0; }
  @media (max-width: 992px) {
    .menu {
      height: 160px; } }
  .menu._interno {
    background: #505050;
    position: relative;
    padding-bottom: 30px; }

a {
  text-decoration: none; }

.container {
  width: 91.66667vw;
  padding: 0 4.16667vw; }
  @media (max-width: 992px) {
    .container {
      width: 100vw; } }
  .container.__fluid {
    width: 100vw;
    padding: 0; }
  .container.__space {
    padding: 0 2.33333vw; }
  .container .col {
    width: 50vw; }
    @media (max-width: 992px) {
      .container .col {
        width: 80vw; } }

.center {
  text-align: center;
  display: block; }

.responsive_img {
  width: 100%; }

.btn_ver {
  color: #3e342a;
  text-decoration: none;
  font-size: 20px;
  margin-top: 20px;
  display: inline-block;
  position: relative; }
  .btn_ver:after {
    content: '';
    border-bottom: 3px solid #b99e73;
    width: 20px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 88%); }
  .btn_ver:hover:after {
    width: 100px; }

.upper {
  text-transform: uppercase; }

.top__mP {
  margin: 60px 0; }
  @media (max-width: 992px) {
    .top__mP {
      margin: 30px 0; } }

.clear {
  clear: both; }

.b_l_b {
  border-left: 3px solid #b99e73;
  padding: 0 1.33333vw; }

/****************************/
#banner {
  position: relative;
  width: 100vw; }
  #banner img {
    width: 100%; }
  #banner .banner_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1500px;
    width: 90%;
    text-align: center; }
    @media (max-width: 992px) {
      #banner .banner_text {
        transform: translate(-50%, -18%); } }
    #banner .banner_text h1 {
      font-size: 2.0736rem;
      text-transform: uppercase;
      letter-spacing: 6px;
      font-weight: 400; }
      #banner .banner_text h1 {
        font-size: 24.192px; }
        @media screen and (min-width: 320px) {
          #banner .banner_text h1 {
            font-size: calc(24.192px + 23.058 * ((100vw - 320px) / 880)); } }
        @media screen and (min-width: 1200px) {
          #banner .banner_text h1 {
            font-size: 47.25px; } }
    #banner .banner_text h2 {
      font-size: 30px;
      font-weight: 400;
      letter-spacing: 4px; }
  #banner .contact_banner {
    position: absolute;
    bottom: 30px;
    right: 20px;
    width: 333px; }
    @media (max-width: 992px) {
      #banner .contact_banner {
        display: none; } }
    #banner .contact_banner .phone_banner {
      background: url(../img/whats_b.png) left no-repeat;
      display: inline-block;
      float: left;
      padding: 5px 0 5px 46px;
      margin-right: 2vw; }
    #banner .contact_banner .social_banner a {
      background-image: url(../img/social_banner.png);
      display: inline-block;
      text-indent: -999999px;
      width: 30px;
      height: 30px; }
      #banner .contact_banner .social_banner a:nth-child(2) {
        background-position: -43px 0; }
      #banner .contact_banner .social_banner a:nth-child(3) {
        background-position: -86px 0; }

/******* SOBRE *********/
#about {
  position: relative;
  padding: 0 1.33333vw; }
  #about h1 {
    margin-bottom: 35px; }
  @media (max-width: 992px) {
    #about {
      font-size: 14px;
      padding: 0 6vw; }
      #about h1 {
        font-size: 1.2rem;
        margin-bottom: 20px; } }
  #about:before {
    content: '';
    position: absolute;
    width: 3px;
    background-color: #b99e73;
    height: 300px;
    left: 0; }

/*************************/
/******* ESPECIALIDADE *******/
#esp {
  position: relative;
  padding: 0 1.33333vw; }
  #esp h1 {
    margin-bottom: 35px; }
  @media (max-width: 992px) {
    #esp {
      font-size: 14px;
      padding: 0 6vw; }
      #esp h1 {
        font-size: 1.2rem;
        margin-bottom: 20px; } }
  #esp:before {
    content: '';
    position: absolute;
    width: 3px;
    background-color: #b99e73;
    height: 161px;
    left: 0; }

.box_esp {
  background-size: cover;
  background-position: center;
  float: left;
  width: 50vw;
  text-align: center;
  position: relative;
  min-height: 330px;
  height: auto;
  display: flex;
  align-items: center; }
  .box_esp h1 {
    transition: all 800ms;
    font-size: 2.0736rem;
    font-family: "Lora", serif;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 5rem; }
    .box_esp h1 {
      font-size: 24.192px; }
      @media screen and (min-width: 320px) {
        .box_esp h1 {
          font-size: calc(24.192px + 0 * ((100vw - 320px) / 880)); } }
      @media screen and (min-width: 1200px) {
        .box_esp h1 {
          font-size: 24.192px; } }
  .box_esp a {
    color: white;
    display: block;
    width: 100%; }
    .box_esp a span {
      font-size: 60px;
      display: block;
      margin-top: 45px;
      transition: all 800ms; }
  @media (max-width: 992px) {
    .box_esp {
      width: 100vw;
      min-height: 295px; } }
  .box_esp:hover h1 {
    letter-spacing: 4px;
    transition: all 800ms; }
  .box_esp:hover span {
    transform: rotate(180deg);
    transition: all 800ms; }

/*********** ESPECIALIDADE INTERNA *********/
.content_geral {
  margin-top: 60px;
  margin-bottom: 60px;
  display: inline-block; }
  .content_geral .bar_l {
    float: left;
    width: 25vw;
    background-color: #b99e73;
    padding: 20px 30px; }
    .content_geral .bar_l a {
      color: #313131;
      margin-bottom: 30px;
      display: block; }
    @media (max-width: 992px) {
      .content_geral .bar_l {
        width: 100%;
        margin-bottom: 30px; } }
  .content_geral .content_esp {
    float: left;
    width: 50vw;
    margin-left: 4vw; }
    .content_geral .content_esp img {
      max-width: 100%;
      height: auto;
      margin: 20px 0; }
    @media (max-width: 992px) {
      .content_geral .content_esp {
        width: 90%; } }

/*************************/
/******* EQUIPE *******/
#team {
  display: inline-block; }
  #team .team_box {
    width: 24.8vw;
    float: left; }
    #team .team_box a {
      display: inline-block;
      color: white; }
      #team .team_box a:hover h1 {
        transition: all 800ms;
        letter-spacing: 4px; }
    #team .team_box img {
      width: 100%; }
    #team .team_box .__box_team {
      padding: 20px 0;
      margin-top: -10px;
      border-left: 1px solid #959693; }
      #team .team_box .__box_team h1 {
        font-size: 20px;
        margin: 0;
        transition: all 800ms; }
      #team .team_box .__box_team span {
        display: block;
        font-size: 14px;
        margin-top: 8px; }
      @media (max-width: 992px) {
        #team .team_box .__box_team {
          min-height: 124px; } }
    @media (max-width: 992px) {
      #team .team_box {
        width: 50vw; } }
  #team .container__team_l {
    width: 58.33333vw;
    float: left;
    position: relative;
    padding: 0 1.33333vw;
    border-left: 3px solid #b99e73;
    margin-bottom: 60px; }
    @media (max-width: 992px) {
      #team .container__team_l {
        width: 100vw;
        font-size: 14px;
        padding: 0 6vw; }
        #team .container__team_l h1 {
          font-size: 1.2rem;
          margin-bottom: 20px; } }

#container_team .team_content {
  margin-bottom: 50px;
  display: inline-block; }
  #container_team .team_content:nth-child(1) .team_ph {
    width: 33.33333vw;
    float: right;
    margin-left: 5.33333vw;
    margin-right: 0; }
    #container_team .team_content:nth-child(1) .team_ph img {
      width: 100%; }
    @media (max-width: 992px) {
      #container_team .team_content:nth-child(1) .team_ph {
        float: left;
        width: 83.33333vw; } }
  #container_team .team_content:nth-child(1) .text_team {
    width: 44.66667vw;
    float: left;
    position: relative;
    padding-left: 2.33333vw; }
    @media (max-width: 992px) {
      #container_team .team_content:nth-child(1) .text_team {
        width: 83.33333vw;
        margin-top: 20px; } }
    #container_team .team_content:nth-child(1) .text_team:after {
      content: '';
      position: absolute;
      border-left: 3px solid #b99e73;
      left: 0;
      top: 0;
      height: 200px; }

#container_team .text_team {
  float: right;
  width: 44.66667vw; }
  #container_team .text_team h1 {
    margin-top: 0; }
  @media (max-width: 992px) {
    #container_team .text_team {
      float: left;
      width: 83.33333vw;
      margin-top: 20px; } }

#container_team .team_ph {
  width: 25vw;
  float: left;
  margin-right: 4.16667vw; }
  @media (max-width: 992px) {
    #container_team .team_ph {
      float: left;
      width: 83.33333vw; } }
  #container_team .team_ph img {
    width: 100%; }

/*************************/
/******* BLOG *******/
#blog {
  position: relative;
  padding: 0 1.33333vw; }
  @media (max-width: 992px) {
    #blog {
      font-size: 14px;
      padding: 0 6vw; }
      #blog h1 {
        font-size: 1.2rem;
        margin-bottom: 20px; } }
  #blog:before {
    content: '';
    position: absolute;
    width: 3px;
    background-color: #b99e73;
    height: 300px;
    left: 0; }
    @media (max-width: 992px) {
      #blog:before {
        height: 200px; } }
  #blog .box__blog {
    width: 27vw;
    float: left;
    margin-right: 2vw;
    margin-bottom: 30px; }
    @media (max-width: 992px) {
      #blog .box__blog {
        width: 78vw; } }
    #blog .box__blog:nth-child(3) {
      margin-right: 0; }
    #blog .box__blog img {
      width: 100%; }
    #blog .box__blog a h1 {
      font-size: 26px;
      line-height: 2rem; }
      @media (max-width: 992px) {
        #blog .box__blog a h1 {
          font-size: 1.2rem; } }
    #blog .box__blog a .box_infos_b {
      padding: 20px 40px;
      margin-top: -7px; }
  #blog .blog_img {
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: center; }
    @media (max-width: 992px) {
      #blog .blog_img {
        height: 220px; } }

.content_blog {
  width: 50vw;
  float: left;
  display: inline-block;
  margin-top: 30px; }
  .content_blog a {
    color: #313131; }
    .content_blog a h1 {
      margin: 46px 0 30px; }
      @media (max-width: 992px) {
        .content_blog a h1 {
          margin: 20px 0 10px;
          font-size: 18px; } }
    .content_blog a .text_blog {
      margin: 0 30px 60px; }
  @media (max-width: 992px) {
    .content_blog {
      width: 91.66667vw; } }
  .content_blog img {
    width: 100%;
    height: auto; }

.lateral_blog {
  width: 21.66667vw;
  float: left;
  margin-left: 11vw;
  margin-bottom: 60px;
  margin-top: 30px; }
  @media (max-width: 992px) {
    .lateral_blog {
      width: 83.33333vw;
      margin-left: 0; } }
  .lateral_blog .box-lateral {
    background-color: #b99e73;
    text-align: center;
    padding: 80px 0; }
  .lateral_blog .social {
    margin: 30px 0; }
    .lateral_blog .social a {
      background-image: url(../img/social_cont.png);
      display: inline-block;
      width: 28px;
      height: 40px; }
      .lateral_blog .social a:nth-child(2) {
        background-position: -44px; }
      .lateral_blog .social a:nth-child(3) {
        background-position: -90px; }
  .lateral_blog input[type=text] {
    border: 1px solid #313131;
    width: 100%;
    padding: 18px 20px; }

.boxX {
  border: 1px solid #313131;
  padding: 30px 0;
  margin-top: 30px; }
  .boxX ul {
    padding: 0;
    text-align: center;
    font-size: 22px; }
    .boxX ul li {
      list-style: none;
      text-transform: uppercase; }
    .boxX ul ul {
      margin: 20px 0 0;
      padding: 0;
      text-align: center; }
      .boxX ul ul li a {
        color: #313131;
        text-transform: capitalize;
        font-size: 18px; }

/*************************/
/******* SOCIAL *******/
#social {
  background: url(../img/social_bg.jpg) center no-repeat;
  background-size: cover;
  display: inline-block;
  padding: 3.33333vw 0;
  width: 100vw;
  margin-top: 60px; }
  #social .line {
    position: relative;
    padding: 0 1.33333vw; }
    @media (max-width: 992px) {
      #social .line {
        padding: 0 0 0 4vw; } }
    #social .line:before {
      content: '';
      position: absolute;
      width: 3px;
      background-color: #b99e73;
      height: 300px;
      left: 0; }
  #social .fotoBoxInsta {
    width: calc(33.33% - 20px);
    margin: 0 10px 20px 10px;
    padding: calc(33.33% - 20px) 0 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left; }
  #social .inst {
    width: 37.66667vw;
    padding: 0 2.33333vw;
    margin-right: 3.33333vw;
    margin-left: 6.33333vw;
    float: left; }
    @media (max-width: 992px) {
      #social .inst {
        width: 83.33333vw; } }

/*************************/
#list {
  background-color: #b99e73;
  padding: 2.33333vw 16.66667vw;
  display: flex;
  align-items: center;
  width: 100%; }
  @media (max-width: 992px) {
    #list {
      padding: 10px;
      display: block;
      text-align: center; } }
  #list h1 {
    margin: 0 3.33333vw 0 0;
    float: left; }
    @media (max-width: 992px) {
      #list h1 {
        margin-bottom: 20px;
        float: initial; } }
  #list .form__news {
    float: left; }
    #list .form__news ::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: white;
      opacity: 1;
      /* Firefox */ }
    #list .form__news :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: white; }
    #list .form__news ::-ms-input-placeholder {
      /* Microsoft Edge */
      color: white; }
    #list .form__news input {
      border: 0;
      border-bottom: 2px solid white !important;
      background-color: transparent;
      color: white;
      font-size: 22px;
      text-align: center;
      padding-bottom: 14px; }
      #list .form__news input[type="text"] {
        width: 33.33333vw;
        float: left;
        box-sizing: border-box;
        margin-top: 10px; }
        @media (max-width: 992px) {
          #list .form__news input[type="text"] {
            width: 100%;
            margin-bottom: 10px; } }
      #list .form__news input[type="submit"] {
        margin-left: 20px;
        border: 2px solid white;
        margin-top: 3px;
        padding: 10px; }
      @media (max-width: 992px) {
        #list .form__news input {
          font-size: 16px; } }
    @media (max-width: 992px) {
      #list .form__news {
        float: initial; } }

#contact .container__contact_l {
  width: 41.66667vw;
  float: left;
  position: relative;
  padding: 0 1.33333vw;
  border-left: 3px solid #b99e73; }
  #contact .container__contact_l h1 {
    margin-top: 0; }
  #contact .container__contact_l a {
    color: #3e342a; }
  #contact .container__contact_l .phone {
    display: block;
    margin-top: 100px;
    margin-bottom: 20px;
    background: url(../img/whats_cont.png) left no-repeat;
    padding: 5px 0 0 43px; }
    @media (max-width: 992px) {
      #contact .container__contact_l .phone {
        margin-top: 24px; } }
  @media (max-width: 992px) {
    #contact .container__contact_l {
      width: 83.33333vw; } }

#contact .social_cont a {
  text-indent: -99999px;
  background-image: url(../img/social_cont.png);
  display: inline-block;
  width: 30px;
  height: 40px; }
  #contact .social_cont a:nth-child(2) {
    background-position: -44px; }
  #contact .social_cont a:nth-child(3) {
    background-position: -88px; }

/******** INTERNAS *********/
.banner_inter {
  min-height: 495px;
  width: 100%;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px; }
  @media (max-width: 992px) {
    .banner_inter {
      min-height: 300px; } }

.content_f h1 {
  text-transform: uppercase;
  margin-bottom: 30px; }

.gal {
  padding: 0 2.33333vw;
  width: 100vw; }
  .gal a {
    width: 31.33333vw;
    display: inline-block;
    margin-bottom: 20px; }
    @media (max-width: 992px) {
      .gal a {
        width: 100%; } }
    .gal a img {
      width: 100%; }

footer {
  background: url(../img/fundo_footer.jpg) center no-repeat; }
  footer .contact_footer {
    width: 41.66667vw;
    float: left;
    position: relative;
    padding: 5vw;
    margin-top: 74px; }
    footer .contact_footer input {
      font-family: "Lora", serif;
      width: 100%;
      margin-bottom: 20px; }
      footer .contact_footer input[type=text] {
        border: 0;
        border-bottom: 3px solid #b99e73;
        font-size: 20px;
        padding-bottom: 10px; }
      footer .contact_footer input[type=email] {
        border: 0;
        border-bottom: 3px solid #b99e73;
        font-size: 20px;
        padding-bottom: 10px; }
      footer .contact_footer input[type=tel] {
        border: 0;
        border-bottom: 3px solid #b99e73;
        font-size: 20px;
        padding-bottom: 10px; }
      footer .contact_footer input[type=submit] {
        border: 0;
        background: #b99e73;
        border-bottom: 3px solid #b99e73;
        font-size: 20px;
        padding: 10px;
        color: white;
        width: 100px;
        float: right; }
    footer .contact_footer textarea {
      font-family: "Lora", serif;
      border: 0;
      border-bottom: 3px solid #b99e73;
      font-size: 20px;
      padding-bottom: 10px;
      width: 100%;
      height: 40px; }
    footer .contact_footer .tel {
      float: left;
      width: 15.66667vw;
      display: inline-block;
      margin-right: 20px; }
    footer .contact_footer .email {
      float: left;
      width: 14.66667vw;
      display: inline-block; }
    footer .contact_footer ::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #3e342a;
      opacity: 1;
      /* Firefox */ }
    footer .contact_footer :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #3e342a; }
    footer .contact_footer ::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #3e342a; }
    @media (max-width: 992px) {
      footer .contact_footer {
        width: 83.33333vw; }
        footer .contact_footer .tel {
          width: 100%; }
        footer .contact_footer .email {
          width: 100%; } }

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%; }
  .navbar .icon-bar {
    background: white;
    height: 6px;
    width: 28px;
    border-radius: 0; }

.navbar-brand {
  position: absolute;
  top: 0;
  left: 80px; }

@media (max-width: 2000px) {
  #navbar .navbar-nav {
    width: calc(100% - 25px);
    max-width: 0px;
    height: 40vh;
    border: 3px solid rgba(255, 255, 255, 0);
    top: 109px;
    left: 10px;
    position: absolute;
    transition: all .15s ease; } }
  @media (max-width: 2000px) and (max-width: 992px) {
    #navbar .navbar-nav {
      top: 130px; } }

@media (max-width: 2000px) {
    #navbar .navbar-nav a {
      text-indent: -99999px;
      color: #313131; }
    #navbar .navbar-nav li {
      margin-bottom: 20px; }
  #navbar.in .navbar-nav {
    max-width: 380px !important;
    height: 90vh !important;
    background-color: #FFF;
    border: 3px solid #DBA866 !important;
    padding: 72px 60px; }
    #navbar.in .navbar-nav a {
      text-indent: inherit;
      text-transform: uppercase; }
  .navbar-header {
    float: none; }
  .navbar-left, .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block;
    float: left;
    margin-top: 42px; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .collapse.in {
    display: block !important; } }

.icon_b {
  position: absolute;
  right: 226px;
  z-index: 99;
  top: 43px; }
  @media (max-width: 992px) {
    .icon_b {
      top: 98px; } }

#buscador_top {
  display: none;
  position: absolute;
  left: 27%;
  background: white;
  padding: 30px;
  z-index: 9999999;
  width: 50vw;
  top: 44px;
  border: 3px solid #DBA866 !important; }
  @media (max-width: 992px) {
    #buscador_top {
      left: 3%;
      width: 95%; } }
  #buscador_top input[type="text"] {
    width: 100%;
    padding: 20px;
    background-color: #eee;
    border: 0; }
  #buscador_top a {
    position: absolute;
    right: -3px;
    top: -44px;
    font-size: 21px;
    color: #333;
    background: white;
    padding: 8px 11px;
    border: 3px solid #DBA866;
    border-bottom: 0; }

.consult {
  position: absolute;
  right: 30px;
  top: 41px;
  z-index: 99; }
  @media (max-width: 992px) {
    .consult {
      top: 90px; } }
  .consult img {
    width: 180px; }

.modal-body input {
  font-family: "Lora", serif;
  width: 100%;
  border: 0;
  border-bottom: 3px solid #b99e73;
  padding-bottom: 10px;
  color: #333;
  margin-bottom: 20px; }
  .modal-body input[type=submit] {
    border: 0;
    background: #b99e73;
    border-bottom: 3px solid #b99e73;
    font-size: 16px;
    padding: 6px;
    color: white;
    width: 100px;
    float: right; }

.modal-body textarea {
  width: 100%;
  border: 3px solid #b99e73;
  padding: 10px; }

.bar_footer {
  background: #505050;
  color: white;
  padding: 20px 0;
  font-size: 9px;
  text-align: center; }

@media (max-width: 992px) {
  .logo {
    width: 100%; } }

.ekko-lightbox {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 0 !important; }

.ekko-lightbox-container {
  position: relative; }

.ekko-lightbox-container > div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%; }

.ekko-lightbox iframe {
  width: 100%;
  height: 100%; }

.ekko-lightbox-nav-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex; }

.ekko-lightbox-nav-overlay a {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  transition: opacity .5s;
  color: #fff;
  font-size: 30px;
  z-index: 1; }

.ekko-lightbox-nav-overlay a > * {
  -ms-flex-positive: 1;
  flex-grow: 1; }

.ekko-lightbox-nav-overlay a > :focus {
  outline: none; }

.ekko-lightbox-nav-overlay a span {
  padding: 0 30px; }

.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right; }

.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none; }

.ekko-lightbox-nav-overlay a:focus {
  outline: none; }

.ekko-lightbox-nav-overlay a.disabled {
  cursor: default;
  visibility: hidden; }

.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none; }

.ekko-lightbox .modal-dialog {
  display: none; }

.ekko-lightbox .modal-footer {
  text-align: left; }

.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.ekko-lightbox-loader > div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center; }

.ekko-lightbox-loader > div > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  animation: a 2s infinite ease-in-out; }

.ekko-lightbox-loader > div > div:last-child {
  animation-delay: -1s; }

.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333; }

@keyframes a {
  0%, to {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImVra28tbGlnaHRib3guY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGVBQ0UsOEJBQXlCLEFBQXpCLHVCQUF5QixBQUN6QixzQkFBb0IsQUFBcEIsbUJBQW9CLEFBQ3BCLHFCQUF3QixBQUF4Qix1QkFBd0IsQUFDeEIseUJBQTZCLENBQzlCLEFBQ0QseUJBQ0UsaUJBQW1CLENBQ3BCLEFBQ0QsZ0RBQ0Usa0JBQW1CLEFBQ25CLE1BQU8sQUFDUCxPQUFRLEFBQ1IsU0FBVSxBQUNWLFFBQVMsQUFDVCxVQUFZLENBQ2IsQUFDRCxzQkFDRSxXQUFZLEFBQ1osV0FBYSxDQUNkLEFBQ0QsMkJBQ0UsVUFBYSxBQUNiLGtCQUFtQixBQUNuQixNQUFPLEFBQ1AsT0FBUSxBQUNSLFdBQVksQUFDWixZQUFhLEFBQ2Isb0JBQWMsQUFBZCxZQUFjLENBQ2YsQUFDRCw2QkFDRSxXQUFRLEFBQVIsT0FBUSxBQUNSLG9CQUFjLEFBQWQsYUFBYyxBQUNkLHNCQUFvQixBQUFwQixtQkFBb0IsQUFDcEIsVUFBVyxBQUNYLHVCQUF5QixBQUN6QixXQUFZLEFBQ1osZUFBZ0IsQUFDaEIsU0FBYSxDQUNkLEFBQ0QsK0JBQ0Usb0JBQWEsQUFBYixXQUFhLENBQ2QsQUFDRCxvQ0FDRSxZQUFjLENBQ2YsQUFDRCxrQ0FDRSxjQUFnQixDQUNqQixBQUNELDZDQUNFLGdCQUFrQixDQUNuQixBQUNELG1DQUNFLG9CQUFzQixDQUN2QixBQUNELG1DQUNFLFlBQWMsQ0FDZixBQUNELHNDQUNFLGVBQWdCLEFBQ2hCLGlCQUFtQixDQUNwQixBQUNELHVCQUNFLFVBQVcsQUFDWCxvQkFBc0IsQ0FDdkIsQUFDRCw2QkFDRSxZQUFjLENBQ2YsQUFDRCw2QkFDRSxlQUFpQixDQUNsQixBQUNELHNCQUNFLGtCQUFtQixBQUNuQixNQUFPLEFBQ1AsT0FBUSxBQUNSLFNBQVUsQUFDVixRQUFTLEFBQ1QsV0FBWSxBQUNaLG9CQUFjLEFBQWQsYUFBYyxBQUVkLDBCQUF1QixBQUF2QixzQkFBdUIsQUFFdkIscUJBQXdCLEFBQXhCLHVCQUF3QixBQUV4QixzQkFBb0IsQUFBcEIsa0JBQW9CLENBQ3JCLEFBQ0QsMEJBQ0UsV0FBWSxBQUNaLFlBQWEsQUFDYixrQkFBbUIsQUFDbkIsaUJBQW1CLENBQ3BCLEFBQ0QsOEJBQ0UsV0FBWSxBQUNaLFlBQWEsQUFDYixrQkFBbUIsQUFDbkIsc0JBQXVCLEFBQ3ZCLFdBQWEsQUFDYixrQkFBbUIsQUFDbkIsTUFBTyxBQUNQLE9BQVEsQUFDUixtQ0FBNkMsQ0FDOUMsQUFDRCx5Q0FDRSxtQkFBcUIsQ0FDdEIsQUFDRCw0Q0FDRSxxQkFBdUIsQ0FDeEIsQUFVRCxhQUNFLE1BRUUsbUJBQW9CLEFBQ3BCLDBCQUE0QixDQUM3QixBQUNELElBQ0UsbUJBQW9CLEFBQ3BCLDBCQUE0QixDQUM3QixDQUNGIiwiZmlsZSI6ImVra28tbGlnaHRib3guY3NzIiwic291cmNlc0NvbnRlbnQiOlsiLmVra28tbGlnaHRib3gge1xuICBkaXNwbGF5OiBmbGV4ICFpbXBvcnRhbnQ7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBwYWRkaW5nLXJpZ2h0OiAwcHghaW1wb3J0YW50O1xufVxuLmVra28tbGlnaHRib3gtY29udGFpbmVyIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuLmVra28tbGlnaHRib3gtY29udGFpbmVyID4gZGl2LmVra28tbGlnaHRib3gtaXRlbSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwO1xuICBsZWZ0OiAwO1xuICBib3R0b206IDA7XG4gIHJpZ2h0OiAwO1xuICB3aWR0aDogMTAwJTtcbn1cbi5la2tvLWxpZ2h0Ym94IGlmcmFtZSB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSB7XG4gIHotaW5kZXg6IDEwMDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDA7XG4gIGxlZnQ6IDA7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhIHtcbiAgZmxleDogMTtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgb3BhY2l0eTogMDtcbiAgdHJhbnNpdGlvbjogb3BhY2l0eSAwLjVzO1xuICBjb2xvcjogI2ZmZjtcbiAgZm9udC1zaXplOiAzMHB4O1xuICB6LWluZGV4OiAxMDA7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhID4gKiB7XG4gIGZsZXgtZ3JvdzogMTtcbn1cbi5la2tvLWxpZ2h0Ym94LW5hdi1vdmVybGF5IGEgPiAqOmZvY3VzIHtcbiAgb3V0bGluZTogbm9uZTtcbn1cbi5la2tvLWxpZ2h0Ym94LW5hdi1vdmVybGF5IGEgc3BhbiB7XG4gIHBhZGRpbmc6IDAgMzBweDtcbn1cbi5la2tvLWxpZ2h0Ym94LW5hdi1vdmVybGF5IGE6bGFzdC1jaGlsZCBzcGFuIHtcbiAgdGV4dC1hbGlnbjogcmlnaHQ7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhOmhvdmVyIHtcbiAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xufVxuLmVra28tbGlnaHRib3gtbmF2LW92ZXJsYXkgYTpmb2N1cyB7XG4gIG91dGxpbmU6IG5vbmU7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhLmRpc2FibGVkIHtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICB2aXNpYmlsaXR5OiBoaWRkZW47XG59XG4uZWtrby1saWdodGJveCBhOmhvdmVyIHtcbiAgb3BhY2l0eTogMTtcbiAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xufVxuLmVra28tbGlnaHRib3ggLm1vZGFsLWRpYWxvZyB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uZWtrby1saWdodGJveCAubW9kYWwtZm9vdGVyIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cbi5la2tvLWxpZ2h0Ym94LWxvYWRlciB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwO1xuICBsZWZ0OiAwO1xuICBib3R0b206IDA7XG4gIHJpZ2h0OiAwO1xuICB3aWR0aDogMTAwJTtcbiAgZGlzcGxheTogZmxleDtcbiAgLyogZXN0YWJsaXNoIGZsZXggY29udGFpbmVyICovXG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIC8qIG1ha2UgbWFpbiBheGlzIHZlcnRpY2FsICovXG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAvKiBjZW50ZXIgaXRlbXMgdmVydGljYWxseSwgaW4gdGhpcyBjYXNlICovXG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uZWtrby1saWdodGJveC1sb2FkZXIgPiBkaXYge1xuICB3aWR0aDogNDBweDtcbiAgaGVpZ2h0OiA0MHB4O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbi5la2tvLWxpZ2h0Ym94LWxvYWRlciA+IGRpdiA+IGRpdiB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgb3BhY2l0eTogMC42O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMDtcbiAgbGVmdDogMDtcbiAgYW5pbWF0aW9uOiBzay1ib3VuY2UgMnMgaW5maW5pdGUgZWFzZS1pbi1vdXQ7XG59XG4uZWtrby1saWdodGJveC1sb2FkZXIgPiBkaXYgPiBkaXY6bGFzdC1jaGlsZCB7XG4gIGFuaW1hdGlvbi1kZWxheTogLTFzO1xufVxuLm1vZGFsLWRpYWxvZyAuZWtrby1saWdodGJveC1sb2FkZXIgPiBkaXYgPiBkaXYge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMzMzO1xufVxuQC13ZWJraXQta2V5ZnJhbWVzIHNrLWJvdW5jZSB7XG4gIDAlLFxuICAxMDAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUoMCk7XG4gIH1cbiAgNTAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUoMSk7XG4gIH1cbn1cbkBrZXlmcmFtZXMgc2stYm91bmNlIHtcbiAgMCUsXG4gIDEwMCUge1xuICAgIHRyYW5zZm9ybTogc2NhbGUoMCk7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlKDApO1xuICB9XG4gIDUwJSB7XG4gICAgdHJhbnNmb3JtOiBzY2FsZSgxKTtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUoMSk7XG4gIH1cbn1cbiJdfQ== */
.ekko-lightbox {
  background: rgba(0, 0, 0, 0.85);
  z-index: 999999; }

.btn_ver:after, .ekko-lightbox {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

button, hr, input {
  overflow: visible; }

audio, canvas, progress, video {
  display: inline-block; }

progress, sub, sup {
  vertical-align: baseline; }

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0; }

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, select {
  text-transform: none; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

textarea {
  overflow: auto; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

summary {
  display: list-item; }

[hidden], template {
  display: none; }

.btn_ver:after, .ekko-lightbox {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

/* Typography */
