@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Work+Sans:300,400,700&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700&display=swap&subset=latin-ext");
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
a {
  cursor: pointer; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  margin: 0;
  padding: 0; }

*:focus {
  outline: 0; }

.relative {
  position: relative; }

.hidden {
  display: none; }

.fullWidth {
  width: 100%; }

.negativeIndent {
  text-indent: -999999px; }

.reverseFloat {
  float: right; }

.makeDiv {
  display: inline-block; }

.centeredImage {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.italic {
  font-style: italic; }

.noMargin {
  margin: 0; }

.noMarginTop {
  margin-top: 0; }

.noMarginBottom {
  margin-bottom: 0; }

.noMarginLeft {
  margin-left: 0; }

.noMarginRight {
  margin-right: 0; }

.noPadding {
  padding: 0; }

.noPaddingTop {
  padding-top: 0; }

.noPaddingBottom {
  padding-bottom: 0; }

.noPaddingLeft {
  padding-left: 0; }

.noPaddingRight {
  padding-right: 0; }

.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none; }

.invertscale {
  filter: invert(50%);
  -webkit-filter: invert(50%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.invertscale:hover {
  filter: invert(0%);
  -webkit-filter: invert(0%);
  filter: none; }

/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px; }

.row-xs-height {
  display: table-row; }

.col-xs-height {
  display: table-cell;
  float: none; }

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-sm-height {
    display: table-row; }

  .col-sm-height {
    display: table-cell;
    float: none; } }
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-md-height {
    display: table-row; }

  .col-md-height {
    display: table-cell;
    float: none; } }
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-lg-height {
    display: table-row; }

  .col-lg-height {
    display: table-cell;
    float: none; } }
/* vertical alignment styles */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.rowNo, .contNo, .colNo {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0; }

a {
  color: #000; }

.slick-slider *:focus {
  outline: 0; }

p {
  margin: 0; }

ul {
  padding-left: 20px; }

body {
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6;

  text-rendering: geometricPrecision;
  transition: padding .4s;
  font-weight: 300;
  color: #000; }
  @media (max-width: 1200px) {
    body {
      padding-top: 80px; } }

.container {
  width: calc(100% - 100px);
  max-width: 1820px; }
  @media (max-width: 1200px) {
    .container {
      width: calc(100% - 30px) !important; } }
  @media (max-width: 768px) {
    .container {
      width: 100% !important; } }

.loading {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #373A41;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 200px;
  background-image: url(../img/logo.svg);
  transition: .5s; }
  .loading:after {
    content: '';
    width: 0;
    height: 5px;
    background: #000;
    display: block;
    transition: 1.5s; }
  .loading.play:after {
    width: 100%; }
  .loading.loaded {
    opacity: 0;
    visibility: hidden; }

header {
  padding-top: 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9;
  font-size: 13.5px;
  transition: .4s;
  /*box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);*/ }
  header .logo {
    height: 60px;
    margin-top: 10px;
    transition: .4s; }
  header nav.main {
    text-align: right;
    margin-top: 0;
    transition: .4s; }
    header nav.main .item {
      color: #000;
      display: inline-block;
      margin-left: 30px;
      padding-bottom: 15px;
      cursor: pointer;
      font-size: 16px;
      font-family: 'Playfair Display', serif;
      transition: .4s; }
      @media (max-width: 1500px) {
        header nav.main .item {
          margin-left: 20px; } }
      @media (max-width: 1300px) {
        header nav.main .item {
          margin-left: 15px; } }
      @media (max-width: 1250px) {
        header nav.main .item {
          margin-left: 10px; } }
      header nav.main .item .sub {
        position: fixed;
        width: 100%;
        left: 0;

        text-align: left;
        font-family: 'Work Sans', sans-serif;
        opacity: 0;
        visibility: hidden;
        transition: .4s;
        font-size: 14px;
        z-index: 1; }
        header nav.main .item .sub .title {
          font-weight: 700 !important;
          font-size: 14px;
          color: #000;
          margin: 0 0 20px 0; }
        header nav.main .item .sub a {
          color: #000;
          display: block;
          margin-top: 5px;
          transition: .4s; }
          header nav.main .item .sub a:hover {
            opacity: .6; }
        header nav.main .item .sub .container {
          width: calc(100% - 130px);
          padding: 60px;
          background: #fff; }
      header nav.main .item .tint {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.7);
        z-index: 0;
        opacity: 0;
        visibility: hidden; }
      header nav.main .item.blog {
        margin-left: 50px; }
      header nav.main .item.open {
        position: relative; }
        header nav.main .item.open:before {
          content: '';
          width: 0;
          height: 0;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-bottom: 5px solid #fff;
          z-index: 1;
          position: absolute;
          margin: auto;
          left: 0;
          right: 0;
          top: 46px;
          visibility: hidden;
          opacity: 0;
          transition: .4s; }
      header nav.main .item:hover {
        color: #aaa; }
        header nav.main .item:hover:before {
          opacity: 1;
          visibility: visible; }
        header nav.main .item:hover .sub, header nav.main .item:hover .tint {
          opacity: 1;
          visibility: visible; }
      header nav.main .item.active:before {
        opacity: 0;
        visibility: hidden; }
      header nav.main .item.active .sub, header nav.main .item.active .tint {
        opacity: 0;
        visibility: hidden; }
      @media (min-width: 768px) and (max-width: 991px) {
        header nav.main .item {
          text-align: left; } }
      @media only screen and (max-width: 767px) {
        header nav.main .item {
          text-align: left; } }
  header .top {
    color: #4B4B4B;
    text-align: right;
    height: 55px;
    transition: .4s; }
    @media (min-width: 768px) and (max-width: 991px) {
      header .top {
        height: auto;
        margin-top: 60px;
        margin-bottom: 0;
        text-align: left; } }
    @media only screen and (max-width: 767px) {
      header .top {
        height: auto;
        margin-top: 0;
        margin-bottom: 0;
        text-align: left; } }
  header .live {
    padding: 0 15px;
    line-height: 30px;
    background: #C6A34D;
    color: #fff;
    font-size: 13px;
    margin-right: 20px;
    border-radius: 15px;
    display: inline-block;
    transition: .4s; }
    header .live img {
      width: 18px;
      margin-right: 10px;
      position: relative;
      top: -1px; }
    header .live:hover {
      background: #000; }
  header .social {
    display: inline-block; }
    header .social a {
      background: #D5D5D5;
      color: #fff;
      line-height: 25px;
      width: 25px;
      text-align: center;
      display: inline-block;
      border-radius: 50%;
      margin-left: 5px;
      transition: .4s; }
      header .social a i {
        font-size: 12px; }
      header .social a:hover {
        background: #000; }
      @media (min-width: 768px) and (max-width: 991px) {
        header .social a {
          margin-left: 0;
          margin-right: 5px; } }
      @media only screen and (max-width: 767px) {
        header .social a {
          margin-left: 0;
          margin-right: 5px; } }
    @media only screen and (max-width: 767px) {
      header .social {
        display: block;
        text-align: left; }
        header .social .whatsapp {
          background: none;
          color: #DEC589;
          width: auto;
          margin: 0;
          margin-right: 0 !important;
          margin-left: 15px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      header .social {
        display: block;
        text-align: left; }
        header .social .whatsapp {
          background: none;
          color: #DEC589;
          width: auto;
          margin: 0;
          margin-right: 0 !important;
          margin-left: 15px; } }
  header .instag {
    margin-left: 30px;
    font-size: 13px;
    color: #4B4B4B; }
    @media only screen and (max-width: 767px) {
      header .instag {
        margin-left: 0;
        text-align: left; } }
    @media (min-width: 768px) and (max-width: 991px) {
      header .instag {
        margin-left: 0;
        text-align: left; } }
  header .whatsapp {
    display: inline-block;
    margin: 0 30px;
    font-size: 13px;
    color: #4B4B4B; }
    header .whatsapp a {
      color: #4B4B4B; }
    header .whatsapp .icon {
      background: #DEC589;
      color: #373A41;
      line-height: 25px;
      width: 25px;
      text-align: center;
      display: inline-block;
      border-radius: 50%;
      margin-left: 10px;
      transition: .4s; }
      header .whatsapp .icon i {
        font-size: 12px; }
      header .whatsapp .icon:hover {
        opacity: .6; }
  header .lang {
    display: inline-block; }
    header .lang a {
      color: #4B4B4B;
      display: inline-block;
      margin-left: 10px;
      font-size: 13px;
      transition: .4s; }
      header .lang a:hover {
        opacity: .6; }
      @media (min-width: 768px) and (max-width: 991px) {
        header .lang a {
          margin-left: 0;
          margin-right: 10px; } }
      @media only screen and (max-width: 767px) {
        header .lang a {
          margin-left: 0;
          margin-right: 10px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      header .lang {
        display: block;
        margin-top: 30px;
        text-align: left; } }
    @media only screen and (max-width: 767px) {
      header .lang {
        display: block;
        margin-top: 30px;
        text-align: left; } }
  header .mobile {
    display: none; }
  @media (max-width: 1200px) {
    header .col-sm-3 {
      width: 100%; } }
  @media (max-width: 1200px) {
    header .col-sm-9 {
      display: none;
      position: fixed;
      top: 91px;
      left: 0;
      width: 100%;
      bottom: 0;
      padding: 50px;
      overflow: auto;
      background: #f7f7f7;
      border-top: 1px solid #ccc; }
      header .col-sm-9 .top {
        text-align: center; }
      header .col-sm-9 nav.main {
        text-align: center; }
        header .col-sm-9 nav.main .item {
          margin: 0;
          padding: 0;
          font-size: 20px;
          display: block;
          line-height: 50px;
          text-align: left; }
      header .col-sm-9 .top {
        margin-bottom: 45px; }
      header .col-sm-9 .instag {
        text-align: left;
        display: block;
        margin-bottom: 15px; }
        header .col-sm-9 .instag:after {
          content: '';
          display: block; }
      header .col-sm-9 .whatsapp {
        margin: 0;
        display: block;
        text-align: left;
        margin-top: 30px; }
      header .col-sm-9 nav .item .sub {
        display: none;
        position: static;
        text-align: center;
        font-size: 16px;
        line-height: 40px;
        margin: 15px 0;
        opacity: 1;
        visibility: visible; }
        header .col-sm-9 nav .item .sub .container {
          padding: 30px;
          padding-top: 0px;
          position: relative;
          left: -15px;
          width: calc(100% + 30px) !important; }
        header .col-sm-9 nav .item .sub .title {
          margin-bottom: 10px;
          margin-top: 30px; }
      header .col-sm-9 nav .item.open {
        position: relative; }
        header .col-sm-9 nav .item.open:after {
          content: "\f107";
          font-weight: 900;
          font-family: "Font Awesome 5 Free";
          position: absolute;
          right: 0;
          top: 0; }
        header .col-sm-9 nav .item.open.active .sub {
          display: block;
          opacity: 1;
          visibility: visible; }
        header .col-sm-9 nav .item.open.active:after {
          content: "\f106"; } }
  header .col-sm-9.active {
    display: block; }
  @media (max-width: 1200px) {
    header {
      padding: 15px 0; }
      header .logo {
        height: 50px; }
      header .mobile {
        float: right;
        display: block;
        font-size: 28px;
        margin-top: 18px;
        color: #000;
        cursor: pointer; } }

@media (min-width: 1201px) {
  body.scrolled {
    padding-top: 91px; }
    body.scrolled header {
      padding-top: 10px;
      padding-bottom: 0; }
      body.scrolled header .top {
        height: 0;
        overflow: hidden;
        opacity: 0; }
      body.scrolled header .logo {
        margin-top: -3px; }
      body.scrolled header nav.main {
        margin-top: 25px; }
        body.scrolled header nav.main .item {
          padding-bottom: 35px; }
          body.scrolled header nav.main .item .sub {
            top: 101px; }
          body.scrolled header nav.main .item:hover .sub {
            top: 91px; }
    body.scrolled button.scroll_down {
      bottom: 80px; } }

footer {
  position: relative;
  z-index: 1;
  background: #000;
  padding: 90px;
  padding-bottom: 60px; }
  footer .links a {
    display: block;
    color: #fff;
    transition: .4s; }
    footer .links a:hover {
      opacity: .6; }
  @media only screen and (max-width: 767px) {
    footer .links {
      margin-bottom: 30px; } }
  footer .right {
    text-align: right; }
  footer .social {
    display: inline-block; }
    footer .social a {
      background: #fff;
      color: #000;
      line-height: 25px;
      width: 25px;
      text-align: center;
      display: inline-block;
      border-radius: 50%;
      margin-left: 5px;
      transition: .4s; }
      footer .social a i {
        font-size: 12px; }
      footer .social a:hover {
        opacity: .6; }
    @media only screen and (max-width: 767px) {
      footer .social {
        margin-bottom: 30px; } }
  footer .insta {
    display: inline-block;
    margin-left: 20px; }
    footer .insta a {
      color: #fff; }
  footer .lang a {
    color: #DEC589;
    font-size: 15px;
    display: inline-block;
    margin-right: 5px;
    transition: .4s; }
    footer .lang a:hover {
      opacity: .6; }
  @media only screen and (max-width: 767px) {
    footer .lang {
      display: inline-block; } }
  footer .whatsapp {
    color: #DEC589;
    font-size: 12px;
    margin-top: 30px; }
    footer .whatsapp .icon {
      background: #DEC589;
      color: #373A41;
      line-height: 25px;
      width: 25px;
      text-align: center;
      display: inline-block;
      border-radius: 50%;
      margin-left: 5px;
      transition: .4s; }
      footer .whatsapp .icon i {
        font-size: 12px; }
      footer .whatsapp .icon:hover {
        opacity: .6; }
    @media only screen and (max-width: 767px) {
      footer .whatsapp {
        float: right;
        margin: 0; } }
  footer .rawcut {
    margin-top: 120px;
    color: #fff;
    font-size: 12px;
    transition: .4s;
    display: block; }
    footer .rawcut:hover {
      opacity: .6; }
    @media only screen and (max-width: 767px) {
      footer .rawcut {
        margin-top: 60px; } }
  @media (max-width: 1200px) {
    footer {
      padding: 0 15px; }
      footer .container {
        padding: 60px 30px; } }

h2.insta {
  background: #fff;
  margin: 0;
  padding: 30px;
  font-size: 24px;
  text-align: center;
  font-family: 'Playfair', serif;
  position: relative;
  z-index: 1;
  background:   #fff; }
  @media only screen and (max-width: 767px) {
    h2.insta {
      font-size: 20px; } }

#instagram a {
  display: block;
  background-position: center;
  background-size: cover; }

main h1 {
  margin: 0 0 60px 0;
  font-size: 28px;
  font-family: 'Playfair Display', serif;
  font-weight: 400 !important; }
  @media only screen and (max-width: 767px) {
    main h1 {
      margin: 0 0 30px 0;
      font-size: 20px; } }
main h2 {
  margin: 100px 0 30px 0;
  font-size: 28px;
  font-family: 'Playfair Display', serif;
  font-weight: 400 !important; }
  @media only screen and (max-width: 767px) {
    main h2 {
      margin: 0 0 45px 0;
      font-size: 20px; } }
main .video {
  background: #DEC589;
  padding: 60px 12%;
  text-align: center; }
  main .video h2 {
    margin: 0 0 60px 0; }
    @media only screen and (max-width: 767px) {
      main .video h2 {
        margin: 0 0 45px 0; } }
  main .video video, main .video iframe {
    width: 100%;
    border: 0;
    display: block; }
  main .video iframe {
    height: 500px; }
    @media (min-width: 768px) and (max-width: 991px) {
      main .video iframe {
        height: 350px; } }
    @media only screen and (max-width: 767px) {
      main .video iframe {
        height: 250px; } }
  main .video.grey {
    background: #FBFBFD; }
  @media only screen and (max-width: 767px) {
    main .video {
      padding: 45px 30px; } }
main .newsletter {
  background: #fff;
  padding: 60px 12%; }
  main .newsletter form input, main .newsletter form textarea {
    background: none;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #171717;
    height: 50px;
    font-size: 14px; }
  main .newsletter form textarea {
    height: 100px;
    resize: vertical; }
  main .newsletter form button {
    float: right;
    background: #fff;
    border: 0;
    border-radius: 0;
    height: 40px;
    color: #000;
    margin-top: -7px;
    transition: .4s; }
  main .newsletter form i {
    color: #000;
    margin-top: 20px;
    display: block; }
  @media only screen and (max-width: 767px) {
    main .newsletter form {
      margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    main .newsletter {
      padding: 60px 30px; } }
main .button {
  color: #000;
  margin-top: 60px;
  display: inline-block;
  border: 1px solid #000;
  padding: 0 30px;
  line-height: 50px;
  position: relative;
  overflow: hidden;
  transition: .5s; }
  main .button div {
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      main .button div {
        text-align: center; } }
  main .button span {
    position: absolute;
    z-index: 0;
    width: 150%;
    height: 300%;
    left: -100%;
    top: 70%;
    background: #000;
    transition: .5s;
    transform: rotate(15deg); }
  @media only screen and (max-width: 767px) {
    main .button {
      padding: 0;
      font-size: 12px;
      display: block; } }
  main .button:hover {
    color: #fff; }
    main .button:hover span {
      left: -22%;
      top: -95%; }
main .banner {
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-weight: 400 !important;
  font-size: 32px;
  position: relative;
  background-size: cover;
  background-position: center; }
  main .banner.txt {
    /*&:before{
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    	z-index: 0;
    	background: rgba(0,0,0,.7);
    }*/ }
    main .banner.txt span {
      position: relative;
      z-index: 1;
      display: none; }
  @media only screen and (max-width: 767px) {
    main .banner {
      height: 250px; } }
main .comments {
  background: #fff;
  padding-bottom: 60px; }
  main .comments h2 {
    background: #FBFBFD;
    text-align: center;
    color: #000;
    padding: 60px 0 150px 0;
    margin: 0; }
  main .comments .slider-con {
    padding: 0 60px; }
    @media only screen and (max-width: 767px) {
      main .comments .slider-con {
        padding: 0; } }
  main .comments .slider {
    margin: 0 auto;
    position: relative;
    top: -90px;
    margin-bottom: -90px; }
    main .comments .slider .box {
      border: 2px solid #EAEAEA;
      padding: 30px;
      background: #fff;
      margin: 0 15px;
      text-align: center;
      min-height: 420px; }
      main .comments .slider .box b {
        display: block;
        margin-bottom: 30px;
        font-size: 20px;
        font-family: 'Playfair Display', serif;
        font-weight: 400 !important; }
        @media only screen and (max-width: 767px) {
          main .comments .slider .box b {
            font-size: 17px; } }
      main .comments .slider .box .img {
        border-radius: 50%;
        width: 130px;
        height: 130px;
        padding: 0 !important;
        margin: 0 auto;
        margin-bottom: 15px;
        background-size: cover;
        background-position: center; }
        main .comments .slider .box .img:after {
          display: none !important; }
      main .comments .slider .box a {
        margin-top: 30px;
        display: block;
        color: #000;
        font-size: 12px;
        transition: opacity .4s; }
        main .comments .slider .box a i {
          font-size: 16px;
          margin-right: 10px;
          position: relative;
          top: 2px; }
        main .comments .slider .box a:hover {
          opacity: .6; }
      @media (max-width: 1500px) {
        main .comments .slider .box {
          min-height: 460px; } }
      @media (max-width: 1300px) {
        main .comments .slider .box {
          min-height: 480px; } }
      @media (max-width: 1025px) {
        main .comments .slider .box {
          min-height: 500px; } }
      @media (max-width: 767px) {
        main .comments .slider .box {
          padding: 30px;
          min-height: 0; } }
  main .comments .slider-arrows {
    margin-top: 50px;
    text-align: center;
    line-height: 24px; }
    main .comments .slider-arrows span {
      display: inline-block;
      vertical-align: middle; }
    main .comments .slider-arrows .cur {
      margin-right: 5px; }
    main .comments .slider-arrows .tot {
      margin-left: 5px; }
    @media only screen and (max-width: 767px) {
      main .comments .slider-arrows {
        margin-top: 25px; } }
  main .comments .slick-arrow {
    width: 12px;
    height: 24px;
    display: inline-block;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/arrow-left.png);
    background-color: #fff;
    font-size: 0;
    border: 0;
    margin-right: 10px;
    position: relative;
    top: -3px; }
    main .comments .slick-arrow.slick-next {
      margin-left: 10px;
      margin-right: 0;
      background-image: url(../img/arrow-right.png); }
  @media only screen and (max-width: 767px) {
    main .comments {
      padding-bottom: 45px; } }
main .boxes .comments {
  margin-top: 60px;
  padding-bottom: 0; }
  @media (max-width: 767px) {
    main .boxes .comments {
      margin-top: 30px; } }
main.home .container {
  position: relative;
  z-index: 2; }
main.home .boxes {
  background: #fff;
  padding: 60px 60px 90px 60px;
  text-align: center; }
  main.home .boxes .box {
    color: #000;
    display: block; }
    main.home .boxes .box .img {
      padding-bottom: 100%;
      background-position: center;
      background-size: cover;
      margin-bottom: 30px;
      position: relative; }
      main.home .boxes .box .img img {
        width: 100%; }
      main.home .boxes .box .img:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        opacity: 0;
        transition: .7s; }
    main.home .boxes .box:hover .img:after {
      opacity: 1; }
    main.home .boxes .box span {
      font-size: 15px; }
    @media only screen and (max-width: 767px) {
      main.home .boxes .box {
        margin-bottom: 30px; } }
  main.home .boxes .txt {
    padding: 0 10%; }
  @media (max-width: 767px) {
    main.home .boxes {
      padding: 30px; } }
main.home .home-banner {
  position: relative;
  z-index: 1;
  height: calc(100vh - 106px);
  transition: .4s; }
  main.home .home-banner .slick-dots {
    position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: center;
    padding-left: 0; }
    @media only screen and (max-width: 767px) {
      main.home .home-banner .slick-dots {
        position: static; } }
  main.home .home-banner .slick-dots li {
    display: inline-block;
    margin: 0 8px; }
  main.home .home-banner .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    font-size: 0;
    border: 0;
    border-radius: 50%;
    background: #f7f7f7; }
  main.home .home-banner .slick-dots li.slick-active button {
    background: #aaa; }
  main.home .home-banner .img {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    height: calc(100vh - 135px);
    background-size: cover;
    background-position: top center;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 400 !important;
    overflow: hidden; }
    main.home .home-banner .img .play {
      position: absolute;
      z-index: 1;
      top: 38%;
      left: 0;
      right: 0;
      margin: auto;
      width: 60px;
      font-size: 60px;
      opacity: .6;
      cursor: pointer;
      transition: .4s; }
      main.home .home-banner .img .play:hover {
        opacity: 1; }
    main.home .home-banner .img span {
      position: absolute;
      z-index: 2;
      left: 0;
      right: 0;
      text-align: center;
      top: 38%;
      font-size: 32px;
      text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15); }
      main.home .home-banner .img span div {
        font-size: 20px;
        font-family: 'Work Sans', sans-serif; }
        @media only screen and (max-width: 767px) {
          main.home .home-banner .img span div {
            font-size: 16px; } }
      main.home .home-banner .img span .button {
        background: #C6A34D;
        color: #fff;
        font-size: 16px;
        line-height: 60px;
        border: 0;
        margin-top: 45px; }
        main.home .home-banner .img span .button:hover {
          background: #fff;
          color: #000; }
      @media only screen and (max-width: 767px) {
        main.home .home-banner .img span {
          top: 43%;
          padding: 0 30px;
          font-size: 20px; } }
    main.home .home-banner .img:before {
      display: none;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: rgba(0, 0, 0, 0.7); }
    main.home .home-banner .img video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: 0;
      -ms-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
      @media (max-width: 767px) {
        main.home .home-banner .img video {
          position: static;
          display: block;
          transform: none;
          width: 100%; } }
  main.home .home-banner .slick-arrow {
    display: none !important; }
  @media (max-width: 767px) {
    main.home .home-banner {
      position: static;
      height: auto;
      padding: 0 15px; } }
main.home .videos {
  margin-bottom: 90px; }
  main.home .videos h2 {
    margin: 0 0 30px 0 !important; }
  main.home .videos .bg {
    background: #f7f7f7;
    margin: 0 15px; }
  main.home .videos .left {
    padding: 60px; }
    main.home .videos .left .item {
      margin-bottom: 5px;
      cursor: pointer;
      transition: .7s; }
      main.home .videos .left .item.active {
        color: #e0cf9f; }
      main.home .videos .left .item:hover {
        color: #e0cf9f; }
  main.home .videos .col-sm-6 {
    padding: 0; }
  main.home .videos iframe {
    width: 100%;
    height: 500px !important;
    margin-bottom: 0 !important; }
    @media only screen and (max-width: 767px) {
      main.home .videos iframe {
        height: 250px !important; } }
main.clinic .people {
  background: #fff;
  padding: 90px; }
  main.clinic .people .row {
    margin-bottom: 90px; }
    main.clinic .people .row:last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      main.clinic .people .row {
        margin-bottom: 30px; } }
  main.clinic .people h2 {
    margin-top: 0; }
  main.clinic .people .img {
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 50%; }
    main.clinic .people .img img {
      width: 100%; }
    @media only screen and (max-width: 767px) {
      main.clinic .people .img {
        margin-bottom: 30px; } }
  main.clinic .people .right {
    padding-left: 45px; }
    @media only screen and (max-width: 767px) {
      main.clinic .people .right {
        padding-left: 15px; } }
  main.clinic .people .button {
    margin-top: 30px; }
    main.clinic .people .button span {
      left: -80%;
      top: 100%; }
    main.clinic .people .button:hover span {
      left: -22%;
      top: -95%; }
  @media only screen and (max-width: 767px) {
    main.clinic .people {
      padding: 30px; } }
main.clinic .pre-txt {
  background: #fff;
  padding: 60px 90px;
  text-align: center; }
  main.clinic .pre-txt h2 {
    margin: 0 0 15px 0; }
  main.clinic .pre-txt .sep {
    margin: 40px auto;
    display: block; }
  @media (min-width: 768px) and (max-width: 991px) {
    main.clinic .pre-txt {
      padding: 60px; } }
  @media only screen and (max-width: 767px) {
    main.clinic .pre-txt {
      padding: 30px 15px; } }
  main.clinic .pre-txt .row h2 {
    margin-top: 0; }
    @media only screen and (max-width: 767px) {
      main.clinic .pre-txt .row h2 {
        margin-bottom: 30px; } }
  main.clinic .pre-txt .row .col-sm-6 {
    display: inline-block;
    vertical-align: middle;
    float: none;
    width: 49%; }
    @media only screen and (max-width: 767px) {
      main.clinic .pre-txt .row .col-sm-6 {
        display: block;
        width: 100%; } }
  main.clinic .pre-txt .row img {
    width: 100%;
    display: block; }
    @media only screen and (max-width: 767px) {
      main.clinic .pre-txt .row img {
        margin-bottom: 30px; } }
main .after-before {
  text-align: center;
  background: #f7f7f7;
  padding: 60px 0; }
  main .after-before h2 {
    margin-top: 0; }
  @media only screen and (max-width: 767px) {
    main .after-before {
      padding: 60px 30px; } }
main.contact #map {
  height: 450px; }
  @media only screen and (max-width: 767px) {
    main.contact #map {
      height: 250px; } }
main.contact .txt {
  background: #fff;
  padding: 90px; }
  main.contact .txt a {
    color: #000;
    text-decoration: none; }
  main.contact .txt h2 {
    margin: 0 0 30px 0; }
  @media only screen and (max-width: 767px) {
    main.contact .txt {
      padding: 60px 30px; } }
main.contact .whatsapp i {
  margin-right: 10px;
  font-size: 18px; }
main.contact .directions {
  margin-top: 20px;
  color: #000;
  display: block; }
  main.contact .directions i {
    margin-right: 10px;
    font-size: 18px; }
  @media only screen and (max-width: 767px) {
    main.contact .directions {
      margin-bottom: 20px; } }
main .home-banner.blog-slider .slick-arrow {
  display: block !important;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -25px;
  background: none;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/blog-arrow-left.png);
  font-size: 0;
  border: 0;
  z-index: 1; }
  main .home-banner.blog-slider .slick-arrow.slick-next {
    left: auto;
    right: 30px;
    background-image: url(../img/blog-arrow-right.png); }
main .blog-intro {
  text-align: center;
  padding: 60px 0; }
  main .blog-intro h2 {
    margin: 0 0 30px 0; }
  main .blog-intro img {
    margin: 10px auto;
    display: block; }
  main .blog-intro .cat {
    color: #B67F27; }
main .blog-boxes .box {
  text-align: center;
  margin-bottom: 50px;
  font-size: 14px; }
  main .blog-boxes .box:nth-of-type(3n+1) {
    clear: left; }
  main .blog-boxes .box a {
    color: #000; }
  main .blog-boxes .box .img {
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
    position: relative; }
    main .blog-boxes .box .img:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      opacity: 0;
      transition: .7s; }
  main .blog-boxes .box h3 {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    font-weight: 400 !important; }
  main .blog-boxes .box .author {
    font-size: 12px;
    margin-bottom: 15px; }
  main .blog-boxes .box img {
    margin: 10px auto;
    display: block; }
  main .blog-boxes .box .cat {
    color: #B67F27; }
  main .blog-boxes .box:hover .img:after {
    opacity: 1; }
@media only screen and (max-width: 767px) {
  main .blog-boxes {
    padding: 30px !important; } }
main .blog-video {
  background: #F7F3EA;
  padding: 60px;
  margin-top: 15px;
  margin-bottom: 75px; }
  main .blog-video video {
    width: 100%; }
  main .blog-video .author {
    margin-top: 30px;
    font-size: 14px;
    text-align: center; }
  main .blog-video h2 {
    margin: 5px 0 0 0;
    text-align: center; }
  main .blog-video .title {
    margin-bottom: 60px; }
  main .blog-video .all {
    display: block;
    color: #000;
    margin-bottom: 60px;
    text-align: right; }
    @media only screen and (max-width: 767px) {
      main .blog-video .all {
        text-align: center;
        margin: 30px 0; } }
  main .blog-video .videos {
    height: 600px;
    overflow: auto; }
    main .blog-video .videos .item {
      padding-bottom: 60%;
      margin-bottom: 30px;
      background-position: center;
      background-size: cover;
      display: block; }
  @media only screen and (max-width: 767px) {
    main .blog-video {
      padding: 60px 30px; } }
main.blog-detail .blog-intro {
  background: #FCFCFC;
  padding: 90px 0 90px 8.3%;
  margin-bottom: 90px;
  text-align: left; }
  main.blog-detail .blog-intro h1 {
    color: #B67F27;
    margin-bottom: 15px;
    font-size: 40px; }
    @media only screen and (max-width: 767px) {
      main.blog-detail .blog-intro h1 {
        font-size: 30px; } }
  main.blog-detail .blog-intro .txt {
    font-family: 'Playfair Display', serif;
    font-weight: 400 !important; }
  main.blog-detail .blog-intro.img {
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 90px 0;
    text-align: center; }
    main.blog-detail .blog-intro.img h1 {
      color: #fff;
      margin: 0;
      position: relative;
      z-index: 1; }
    main.blog-detail .blog-intro.img:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5); }
  @media (max-width: 1200px) {
    main.blog-detail .blog-intro {
      padding: 60px; } }
  @media only screen and (max-width: 767px) {
    main.blog-detail .blog-intro {
      padding: 60px 30px;
      margin-bottom: 60px; } }
main.blog-detail .container {
  margin-bottom: 90px; }
  @media only screen and (max-width: 767px) {
    main.blog-detail .container {
      margin-bottom: 60px; } }
main.blog-detail .left {
  padding-right: 45px; }
  main.blog-detail .left img {
    width: 100%;
    margin: 30px 0;
    display: block; }
  @media only screen and (max-width: 767px) {
    main.blog-detail .left {
      padding: 0 45px;
      margin-bottom: 30px; } }
main.blog-detail .right img {
  width: 100%;
  margin-bottom: 30px;
  display: block; }
main.blog-list {
  padding-top: 0; }
main.blog-authors .authors .box {
  padding: 0 45px;
  color: #000; }
main.blog-authors .authors .img {
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center; }
main.blog-authors .authors span {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 45px;
  display: block;
  font-family: 'Playfair Display', serif;
  font-weight: 400 !important;
  font-size: 18px; }
main.blog-authors .author-intro {
  background: #e4cf9d;
  height: 126px;
  margin-bottom: 100px; }
  main.blog-authors .author-intro .img {
    width: 150px;
    height: 150px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    top: 45px; }
main.blog-authors .detail h1 {
  text-align: center;
  margin: 0 0 30px 0;
  color: #000; }
main.blog-authors .detail h2 {
  font-size: 18px;
  text-align: center;
  margin: 70px 0 40px 0; }
main.blog-authors .detail .desc {
  text-align: center;
  display: block; }
main.blog-authors .detail .articles .item {
  color: #000;
  display: block;
  background: #fbfbfd;
  padding: 17px 45px;
  transition: .4s; }
  @media only screen and (max-width: 767px) {
    main.blog-authors .detail .articles .item .left {
      padding: 0 15px;
      margin-bottom: 20px; } }
  main.blog-authors .detail .articles .item .right {
    text-align: right;
    opacity: .4; }
  main.blog-authors .detail .articles .item:hover {
    background: #e4cf9d; }
  @media only screen and (max-width: 767px) {
    main.blog-authors .detail .articles .item {
      padding: 20px 30px;
      margin-bottom: 15px; } }
main.blog-authors .detail .articles .pagi {
  text-align: center;
  margin-top: 60px; }
  main.blog-authors .detail .articles .pagi a {
    display: inline-block;
    padding: 0 10px;
    color: #000;
    line-height: 40px;
    transition: .4s; }
    main.blog-authors .detail .articles .pagi a:hover {
      color: #000; }
    main.blog-authors .detail .articles .pagi a.active {
      background: #fbfbfd;
      color: #000; }

hr {
  margin: 40px auto;
  display: block;
  background-image: url(https://cms.rawcut.com.tr/mienclinic/assets/img/seperator.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 15px;
  width: 85px;
  border: 0; }

button.scroll_down {
  opacity: .5;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  height: 30px;
  width: 18px;
  bottom: 25px;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 20px;
  cursor: pointer;
  outline: none;
  z-index: 2;
  transition: .4s; }
  button.scroll_down.hid {
    opacity: 0; }

button.scroll_down:before {
  position: absolute;
  top: 5px;
  left: 50%;
  content: '';
  width: 4px;
  height: 4px;
  margin-left: -2px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: scroll_down_btn-animation 2s infinite;
  animation: scroll_down_btn-animation 2s infinite;
  box-sizing: border-box; }

@keyframes scroll_down_btn-animation {
  0% {
    transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    transform: translate(0, 15px);
    opacity: 0; }
  100% {
    opacity: 0; } }
@-webkit-keyframes scroll_down_btn-animation {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }
.banner.bg {
  height: 450px;
  position: fixed;
  top: 135px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 100px);
  max-width: 1790px;
  background-position: center;
  background-size: cover;
  transition: .4s; }

main.page {
  position: relative;
  z-index: 1;
  background: #fff; }
  main.page .banner {
    display: block;
    width: 100%;
    height: auto; }
    main.page .banner.txt {
      background-position: center;
      background-size: cover;
      padding: 12% 60px;
      color: #fff;
      text-align: center; }
      main.page .banner.txt h1 {
        margin: 0 0 30px 0;
        color: #fff; }
      main.page .banner.txt span {
        display: block;
        font-size: 16px;
        line-height: 26px;
        color: #fff;
        font-family: 'Work Sans', sans-serif; }
  main.page .pre-txt h2 {
    margin: 0 0 45px 0; }
  main.page .circle-photos {
    margin: 60px 0;
    padding: 0 60px; }
    main.page .circle-photos img {
      padding: 0 25px; }
      @media only screen and (max-width: 767px) {
        main.page .circle-photos img {
          padding: 0; } }
    main.page .circle-photos .slick-arrow {
      width: 12px;
      height: 24px;
      display: inline-block;
      background-size: auto 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(../img/arrow-left.png);
      background-color: transparent;
      font-size: 0;
      border: 0;
      left: 0;
      position: absolute;
      top: 50%;
      margin-top: -12px; }
      main.page .circle-photos .slick-arrow.slick-next {
        left: auto;
        right: 0;
        background-image: url(../img/arrow-right.png); }
  main.page.clinic {
    margin-top: 450px; }
  main.page.rhino .pre-txt {
    background: #F8F8F8;
    padding: 100px;
    padding-bottom: 80px;
    white-space: pre-line; }
    main.page.rhino .pre-txt h2 {
      margin: 0; }
    @media only screen and (max-width: 767px) {
      main.page.rhino .pre-txt {
        padding: 30px 15px; } }
  main.page.patients .pre-txt {
    text-align: center; }
  main.page.patients iframe {
    width: 100%;
    display: block;
    height: 600px;
    margin-bottom: 30px; }
    @media (max-width: 1400px) {
      main.page.patients iframe {
        height: 500px; } }
    @media (max-width: 1200px) {
      main.page.patients iframe {
        height: 400px; } }
    @media only screen and (max-width: 767px) {
      main.page.patients iframe {
        height: 250px; } }
  main.page.patients h2 {
    margin: 60px 0 30px 0; }
  main.page.patients .map {
    margin: 60px 0;
    position: relative; }
    main.page.patients .map .img {
      width: 100%;
      display: block;
      position: relative; }
    main.page.patients .map .avatar {
      position: absolute;
      width: 2%;
      height: 2%;
      z-index: 1;
      background-position: center;
      background-size: cover;
      transition: .4s; }
      main.page.patients .map .avatar img {
        border-radius: 50%;
        width: 100%; }
      main.page.patients .map .avatar:hover {
        transform: scale(1.2); }
    main.page.patients .map.add .avatar img {
      filter: saturate(0); }
    main.page.patients .map.add .avatar.active img {
      filter: saturate(1) !important; }
  main.page.press .list {
    padding: 90px 60px 30px 60px; }
    main.page.press .list .row {
      margin-bottom: 60px; }
    main.page.press .list .logo {
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
      text-align: center;
      padding: 30px 0; }
      main.page.press .list .logo img {
        width: 70%; }
    main.page.press .list .right b {
      font-size: 20px;
      margin-bottom: 10px;
      display: block;
      font-family: 'Playfair Display', serif; }
      @media only screen and (max-width: 767px) {
        main.page.press .list .right b {
          margin-top: 10px; } }
    @media only screen and (max-width: 767px) {
      main.page.press .list {
        padding: 60px 0; } }

body.scrolled .banner.bg {
  top: 95px; }

.popup {
  background: rgba(0, 0, 0, 0.7);
  padding: 10%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: .4s;
  opacity: 0;
  visibility: hidden; }
  .popup .slick-arrow {
    width: 12px;
    height: 24px;
    display: inline-block;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/arrow-left.png);
    background-color: #fff;
    font-size: 0;
    border: 0;
    position: absolute;
    top: 50%; }
    .popup .slick-arrow.slick-next {
      right: -15px;
      background-image: url(../img/arrow-right.png); }
    .popup .slick-arrow.slick-prev {
      left: -15px; }
  .popup .box {
    background: #fff;
    text-align: center;
    padding: 30px 50px;
    position: relative; }
    .popup .box .cls {
      position: absolute;
      top: 30px;
      right: 30px;
      transition: .4s; }
      .popup .box .cls span {
        font-family: 'Playfair Display', serif;
        margin-left: 10px;
        font-size: 18px;
        display: inline-block;
        vertical-align: middle; }
      .popup .box .cls:hover {
        color: #000;
        opacity: .4; }
    .popup .box img {
      width: 130px;
      display: block;
      margin: 30px auto;
      margin-top: 0;
      border-radius: 50%; }
    .popup .box b {
      font-size: 20px;
      margin-bottom: 20px;
      display: block;
      font-family: 'Playfair Display', serif; }
    .popup .box .instagram {
      margin-top: 30px;
      display: block;
      transition: .4s; }
      .popup .box .instagram i {
        margin-right: 10px; }
      .popup .box .instagram:hover {
        color: #000;
        opacity: .4; }
  .popup.active {
    opacity: 1;
    visibility: visible; }

main.reservation {
  background: #F4F4F4; }
  main.reservation .book .left {
    width: 500px;
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    overflow: auto; }
    main.reservation .book .left .top {
      padding: 30px; }
      main.reservation .book .left .top span {
        display: inline-block;
        font-size: 22px;
        font-weight: 400; }
      main.reservation .book .left .top a {
        float: right;
        margin-top: 5px; }
    main.reservation .book .left .list .item {
      padding: 20px 30px;
      background: #fff;
      font-size: 14px;
      cursor: pointer;
      border-bottom: 1px solid #eee;
      opacity: .3;
      cursor: not-allowed;
      transition: .4s; }
      main.reservation .book .left .list .item img {
        width: 32px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 30px; }
        main.reservation .book .left .list .item img.wh {
          display: none; }
      main.reservation .book .left .list .item .txt {
        display: inline-block;
        vertical-align: middle;
        margin-right: 45px; }
        main.reservation .book .left .list .item .txt span {
          display: block;
          font-size: 18px;
          font-weight: 400; }
      main.reservation .book .left .list .item .price {
        display: inline-block;
        vertical-align: middle;
        opacity: 0;
        font-weight: 400;
        font-size: 18px; }
      main.reservation .book .left .list .item .check {
        float: right;
        width: 22px;
        height: 22px;
        border: 1px solid;
        margin-top: 15px; }
        main.reservation .book .left .list .item .check input {
          display: none; }
      main.reservation .book .left .list .item:hover {
        background: #eee; }
      main.reservation .book .left .list .item.available {
        opacity: 1;
        cursor: pointer; }
      main.reservation .book .left .list .item.active {
        background: #C6A34D;
        color: #fff; }
        main.reservation .book .left .list .item.active img {
          display: none; }
          main.reservation .book .left .list .item.active img.wh {
            display: inline-block; }
        main.reservation .book .left .list .item.active .price {
          opacity: 1; }
        main.reservation .book .left .list .item.active .check {
          background-image: url(../img/reservation/check.png);
          background-size: 22px;
          border: 0;
          background-position: top; }
  main.reservation .book .right {
    width: calc(100% - 500px);
    margin-left: 500px; }
    main.reservation .book .right h2 {
      margin: 0 0 30px 0;
      font-size: 22px;
      font-family: 'Playfair Display', serif;
      font-weight: 400 !important; }
      @media only screen and (max-width: 767px) {
        main.reservation .book .right h2 {
          margin: 0 0 45px 0;
          font-size: 20px; } }
    main.reservation .book .right .desc img {
      width: 100%; }
    main.reservation .book .right .desc .txt {
      padding: 60px; }
    main.reservation .book .right .methods {
      margin-bottom: 45px; }
      main.reservation .book .right .methods a {
        display: inline-block;
        height: 32px;
        margin-right: 20px; }
        main.reservation .book .right .methods a img {
          height: 100%;
          width: auto; }
    main.reservation .book .right .form {
      display: none;
      padding: 60px; }
      main.reservation .book .right .form .title {
        font-size: 16px;
        margin: 45px 0 15px 0; }
      main.reservation .book .right .form input::-webkit-input-placeholder {
        /* Edge */
        color: #000; }
      main.reservation .book .right .form input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #000; }
      main.reservation .book .right .form input::placeholder {
        color: #000; }
      main.reservation .book .right .form input, main.reservation .book .right .form select {
        height: 48px;
        border: 0;
        border-left: 2px solid #C6A34D;
        width: 100%;
        padding-left: 15px;
        margin-bottom: 20px; }
      main.reservation .book .right .form select {
        background-image: url(../img/reservation/arrow.png);
        background-size: auto 6px;
        background-position: right;
        background-repeat: no-repeat;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        -o-appearance: none; }
      main.reservation .book .right .form .input-group {
        width: 100%;
        margin-bottom: 14px; }
        main.reservation .book .right .form .input-group .intl-tel-input {
          width: 100%; }
          main.reservation .book .right .form .input-group .intl-tel-input input {
            padding-left: 52px;
            border-radius: 0; }
      main.reservation .book .right .form .card {
        margin-top: 30px;
        padding: 45px;
        background: #fff; }
        main.reservation .book .right .form .card input {
          background: #F4F4F4; }
        main.reservation .book .right .form .card .bottom {
          margin-top: 60px; }
          main.reservation .book .right .form .card .bottom a {
            text-decoration: underline; }
          main.reservation .book .right .form .card .bottom .check-box div {
            width: 22px;
            height: 22px;
            border: 1px solid;
            display: inline-block;
            vertical-align: middle;
            margin-right: 15px; }
            main.reservation .book .right .form .card .bottom .check-box div input {
              display: none; }
          main.reservation .book .right .form .card .bottom .check-box.active div {
            background-image: url(../img/reservation/check-bl.png);
            background-size: 23px;
            border: 0;
            background-position: top; }
        main.reservation .book .right .form .card .check-box {
          display: inline-block; }
    main.reservation .book .right .button {
      margin: 0;
      float: right;
      line-height: 44px;
      background: #C6A34D;
      color: #fff;
      border-radius: 22px;
      border: 0; }
      main.reservation .book .right .button:hover {
        background: #000; }
    main.reservation .book .right.full {
      margin: 0 auto;
      width: 1000px; }
    main.reservation .book .right.result {
      padding: 120px 90px;
      text-align: center; }
      main.reservation .book .right.result .button {
        display: inline-block;
        float: none;
        margin-top: 60px; }

/*default*/
.a-left {
  text-align: left; }

.a-right {
  text-align: right; }

.a-center {
  text-align: center; }

.m-0 {
  margin: 0; }

.m-r-0 {
  margin-right: 0; }

.m-l-0 {
  margin-left: 0; }

.m-b-10 {
  margin-bottom: 10px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-b-30 {
  margin-bottom: 30px; }

.m-b-40 {
  margin-bottom: 40px; }

.m-b-50 {
  margin-bottom: 50px; }

.m-b-60 {
  margin-bottom: 60px; }

.m-b-70 {
  margin-bottom: 70px; }

.m-b-80 {
  margin-bottom: 80px; }

.m-b-90 {
  margin-bottom: 90px; }

.m-t-10 {
  margin-top: 10px; }

.m-t-20 {
  margin-top: 20px; }

.m-t-30 {
  margin-top: 30px; }

.m-t-40 {
  margin-top: 40px; }

.m-t-50 {
  margin-top: 50px; }

.m-t-60 {
  margin-top: 60px; }

.m-t-90 {
  margin-top: 90px; }

.m-r-10 {
  margin-right: 10px; }

.m-r-20 {
  margin-right: 20px; }

.m-r-30 {
  margin-right: 30px; }

.m-l-10 {
  margin-left: 10px; }

.m-l-20 {
  margin-left: 20px; }

.m-l-30 {
  margin-left: 30px; }

.p-0 {
  padding: 0; }

.p-r-0 {
  padding-right: 0; }

.p-l-0 {
  padding-left: 0; }

.p-10 {
  padding: 10px; }

.p-15 {
  padding: 15px; }

.p-20 {
  padding: 20px; }

.p-30 {
  padding: 30px; }

.p-40 {
  padding: 40px; }

.p-50 {
  padding: 50px; }

.p-60 {
  padding: 60px; }

.p-120 {
  padding: 120px; }

.p-b-10 {
  padding-bottom: 10px; }

.p-b-20 {
  padding-bottom: 20px; }

.p-b-30 {
  padding-bottom: 30px; }

.p-b-40 {
  padding-bottom: 40px; }

.p-b-50 {
  padding-bottom: 50px; }

.p-b-60 {
  padding-bottom: 60px; }

.p-t-10 {
  padding-top: 10px; }

.p-t-15 {
  padding-top: 15px; }

.p-t-20 {
  padding-top: 20px; }

.p-t-30 {
  padding-top: 30px; }

.p-t-40 {
  padding-top: 40px; }

.p-t-50 {
  padding-top: 50px; }

.p-t-60 {
  padding-top: 60px; }

.p-l-30 {
  padding-left: 30px; }

.p-r-30 {
  padding-right: 30px; }

.float-none {
  float: none !important; }

.u-line {
  text-decoration: underline; }

.anim {
  opacity: 0;
  transition: 1s; }
  .anim.anim-del {
    transition-delay: .2s; }
  .anim.anim-del2 {
    transition-delay: .4s; }
  .anim.anim-del2 {
    transition-delay: .6s; }
  .anim.play {
    top: 0;
    opacity: 1; }

/*# sourceMappingURL=style.css.map */
