@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@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; }

/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap');*/
a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit;
    text-decoration: none; }

b, strong {
  font-weight: bold; }

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

p {
  margin: 0; }

body {
  font-family: 'Nunito', sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 300; }

/*@media (min-width: 1700px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    max-width: 1620px;
	}
}*/
@media only screen and (max-width: 767px) {
  .container {
    padding-left: 24px;
    padding-right: 24px; } }

.loading {
  background: #fff;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s; }
  .loading.active {
    opacity: 0;
    visibility: hidden; }

.popup {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: .4s; }
  .popup .box {
    background: #fff;
    padding: 80px 60px;
    margin: 0 auto;
    width: 700px;
    max-width: 90%;
    position: relative;
    margin-top: 60px;
    margin-bottom: 30px;
    display: none; }
    .popup .box img {
      width: 140px; }
    .popup .box .cls {
      position: absolute;
      color: #fff;
      right: 24px;
      top: 24px; }
      .popup .box .cls img {
        width: 24px; }
    .popup .box h2 {
      margin-bottom: 80px; }
    .popup .box .selected-options {
      border-bottom: 1px solid #303D4D;
      margin-bottom: 24px; }
      .popup .box .selected-options .list {
        margin-top: 8px;
        margin-bottom: 12px; }
        .popup .box .selected-options .list div {
          display: inline-block;
          padding: 0 12px;
          font-size: 12px;
          background: #eee;
          margin-right: 8px;
          margin-bottom: 8px;
          border-radius: 12px;
          line-height: 24px; }
    .popup .box form input, .popup .box form textarea, .popup .box form .select {
      height: 60px;
      width: 100%;
      background: none;
      border: 0;
      border-bottom: 1px solid #000;
      border-radius: 0; }
      .popup .box form input.error, .popup .box form textarea.error, .popup .box form .select.error {
        border-color: #F7D1D1;
        background-image: url(../img/error.svg);
        background-repeat: no-repeat;
        background-position: 95%; }
    .popup .box form label {
      display: none; }
    .popup .box form .select {
      background-image: url(../img/select.svg);
      background-repeat: no-repeat;
      background-position: 95%;
      position: relative; }
      .popup .box form .select .selected {
        line-height: 60px; }
      .popup .box form .select .options {
        display: none;
        position: absolute;
        left: 0;
        top: 50px;
        width: 100%;
        background: #fff;
        padding: 5px 10px 15px 10px;
        box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
        z-index: 2; }
        .popup .box form .select .options .option {
          padding: 5px 10px;
          cursor: pointer; }
          .popup .box form .select .options .option:hover {
            background: #000;
            color: #fff; }
      .popup .box form .select.active {
        /*box-shadow: 0 0 10px 0 rgba(0,0,0,.1);*/
        background-color: #fff; }
        .popup .box form .select.active .options {
          display: block; }
    .popup .box form #bolum-result, .popup .box form #islem-result {
      margin-top: 15px; }
    .popup .box form .option-boxes {
      background: #f7f7f7;
      padding: 20px 20px 5px 20px;
      margin-bottom: 15px; }
      .popup .box form .option-boxes label {
        margin-bottom: 15px;
        display: inline-block; }
      .popup .box form .option-boxes input {
        height: 16px;
        width: 16px;
        display: inline-block;
        padding: 0;
        margin: 0 5px 0 0;
        vertical-align: middle; }
    .popup .box form textarea {
      min-height: 150px;
      resize: vertical;
      padding-top: 15px; }
    .popup .box form label {
      font-weight: normal;
      margin: 0 0 10px 0; }
    .popup .box form button {
      margin-top: 25px;
      width: 100%;
      border: 0; }
    .popup .box form .info {
      margin-top: 15px; }
    .popup .box form .iti {
      display: block; }
    .popup .box form .iti--separate-dial-code .iti__selected-flag {
      background-color: transparent; }
    .popup .box.active {
      display: block; }
    @media only screen and (max-width: 767px) {
      .popup .box {
        padding: 90px 24px 30px 24px; }
        .popup .box h2 {
          margin: 0 0 30px 0; } }
  .popup.active {
    visibility: visible;
    opacity: 1; }

.cookies {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 8;
  transition: .4s; }
  .cookies .box {
    background: #fff;
    width: 400px;
    max-width: 100%;
    padding: 25px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
    .cookies .box .buttons {
      margin-top: 20px; }
  .cookies.active {
    opacity: 0;
    visibility: hidden; }
  @media only screen and (max-width: 767px) {
    .cookies {
      bottom: 15px;
      right: 15px;
      left: 15px; }
      .cookies .box {
        padding: 20px 15px; } }

header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9; }
  @media (min-width: 1700px) {
    header .container {
      max-width: 1620px; } }
  header .bar {
    position: relative;
    z-index: 1;
    line-height: 110px;
    transition: .7s;
    color: #fff; }
    header .bar .logo .mobile-logo {
      display: none; }
    header .bar .logo img {
      height: 70px;
      position: relative;
      transition: .7s; }
      @media (min-width: 992px) and (max-width: 1199px) {
        header .bar .logo img {
          height: 50px;
          top: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        header .bar .logo img {
          height: 40px;
          top: 0; } }
      @media (max-width: 1199px) {
        header .bar .logo img {
          height: 50px;
          top: -3px; } }
    @media (max-width: 1199px) {
      header .bar .logo {
        position: relative;
        z-index: 1; }
        header .bar .logo.active img {
          display: none; }
        header .bar .logo.active .mobile-logo {
          display: inline-block; } }
    header .bar .offset-3 {
      position: relative; }
      @media (max-width: 1199px) {
        header .bar .offset-3 {
          position: static; } }
    header .bar .branches {
      position: absolute;
      left: 0;
      top: 100%;
      line-height: 1.8;
      font-size: .8rem;
      white-space: nowrap;
      padding-top: 10px; }
      header .bar .branches a {
        display: block;
        position: relative;
        left: 0;
        font-weight: 500;
        text-transform: uppercase;
        transition: .7s; }
        header .bar .branches a img {
          margin-right: 8px;
          transform: rotate(180deg); }
        header .bar .branches a:hover {
          left: 12px;
          opacity: .5; }
      @media (max-width: 1199px) {
        header .bar .branches {
          padding-left: 12px;
          text-align: left; } }
    header .bar nav {
      text-align: right; }
      header .bar nav .mobile-nav {
        display: none; }
      header .bar nav .item {
        display: inline-block;
        padding: 0 12px;
        font-weight: 500;
        cursor: pointer;
        transition: color .4s; }
        header .bar nav .item.lang {
          padding-right: 0;
          vertical-align: middle;
          margin-left: 12px; }
          header .bar nav .item.lang .sub {
            height: auto;
            width: auto;
            position: absolute;
            padding: 16px;
            left: 30px; }
            header .bar nav .item.lang .sub a {
              font-size: 12px;
              display: block;
              margin-bottom: 10px; }
              header .bar nav .item.lang .sub a:last-child {
                margin-bottom: 0; }
          header .bar nav .item.lang span {
            border-left: 1px solid #fff;
            padding-left: 24px;
            line-height: 12px; }
            header .bar nav .item.lang span img {
              width: 8px;
              margin-left: 8px;
              position: relative;
              top: -1px; }
          header .bar nav .item.lang.open:after {
            right: auto;
            left: 38px; }
          @media (min-width: 992px) and (max-width: 1199px) {
            header .bar nav .item.lang {
              padding-left: 8px;
              margin-left: 0; } }
          @media (min-width: 768px) and (max-width: 991px) {
            header .bar nav .item.lang {
              padding-left: 5px;
              margin-left: 0; } }
          @media (max-width: 1199px) {
            header .bar nav .item.lang {
              display: none; } }
        header .bar nav .item .sub {
          position: fixed;
          top: 110px;
          left: 0;
          width: 100%;
          background: #fff;
          padding: 90px 0 0 0;
          height: 500px;
          line-height: normal;
          color: #000;
          text-align: left;
          text-transform: none;
          font-weight: 400;
          opacity: 0;
          visibility: hidden;
          transition: .2s;
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
          @media (min-width: 1200px) {
            header .bar nav .item .sub .left {
              width: auto; }
            header .bar nav .item .sub .offset-xl-1 {
              margin-left: 8%; } }
          header .bar nav .item .sub .container {
            position: relative; }
          header .bar nav .item .sub .sub-search {
            position: absolute;
            left: 12px;
            bottom: -120px;
            width: 350px; }
            header .bar nav .item .sub .sub-search input {
              width: 100%;
              height: 50px;
              border-radius: 25px;
              border: 0;
              padding-left: 30px;
              padding-right: 70px;
              box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
            header .bar nav .item .sub .sub-search button {
              position: absolute;
              right: 10px;
              top: 0;
              width: 50px;
              height: 50px;
              text-align: center;
              background: none;
              border: 0; }
              header .bar nav .item .sub .sub-search button img {
                width: 20px; }
          header .bar nav .item .sub .mobile-back {
            display: none; }
          header .bar nav .item .sub .img {
            position: absolute;
            top: 0;
            right: 0;
            width: 25%;
            height: 100%;
            background-size: cover;
            background-position: center;
            opacity: 0;
            transition: .7s; }
            @media (min-width: 768px) and (max-width: 991px) {
              header .bar nav .item .sub .img {
                display: none; } }
          header .bar nav .item .sub ul li {
            cursor: pointer;
            display: inline-block;
            list-style-type: none;
            padding: 10px 0;
            font-weight: 300;
            font-style: italic;
            position: relative;
            font-family: "ivypresto-display";
            font-size: 20px; }
            header .bar nav .item .sub ul li:after {
              content: '';
              position: absolute;
              width: 0;
              border-bottom: 2px solid #303D4D;
              bottom: 5px;
              left: 0;
              transition: .4s; }
            header .bar nav .item .sub ul li:hover, header .bar nav .item .sub ul li.active {
              /*background-image: url(../img/menu-arrow-bl.svg);
              background-position: right center;
              background-repeat: no-repeat;
              background-size: 6px;*/ }
              header .bar nav .item .sub ul li:hover:after, header .bar nav .item .sub ul li.active:after {
                width: 100%; }
          header .bar nav .item .sub .sub-menu {
            display: none;
            padding-top: 6px; }
            header .bar nav .item .sub .sub-menu a {
              display: block;
              line-height: 2;
              font-size: 15px; }
              header .bar nav .item .sub .sub-menu a:hover {
                opacity: .6; }
            header .bar nav .item .sub .sub-menu .mobile-back {
              display: none; }
            header .bar nav .item .sub .sub-menu.active {
              display: block; }
        header .bar nav .item:not(.open) {
          text-transform: uppercase;
          font-size: 13px;
          transition: opacity .4s; }
          header .bar nav .item:not(.open):hover {
            opacity: .5; }
        header .bar nav .item.open {
          transition: none;
          position: relative; }
          header .bar nav .item.open span {
            transition: opacity .4s;
            text-transform: uppercase;
            font-size: 13px; }
          header .bar nav .item.open:after {
            content: '';
            background-image: url(../img/menu-arrow-wh.svg);
            background-repeat: no-repeat;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 13px;
            height: 7px;
            opacity: 0;
            transition: .2s; }
          header .bar nav .item.open.active:after {
            opacity: 1;
            transition: .7s; }
          header .bar nav .item.open.active span {
            opacity: .5; }
          header .bar nav .item.open.active .sub {
            transition: .7s;
            opacity: 1;
            visibility: visible; }
            header .bar nav .item.open.active .sub .img {
              opacity: 1;
              transition-delay: .3s; }
        @media (max-width: 1399px) {
          header .bar nav .item:not(.open) {
            font-size: 11px; }
          header .bar nav .item.open span {
            font-size: 11px; } }
        @media (min-width: 1200px) {
          header .bar nav .item:nth-of-type(5) .sub {
            position: absolute;
            width: 400px;
            height: auto;
            padding: 40px 50px;
            left: -100px; }
            header .bar nav .item:nth-of-type(5) .sub .container {
              padding: 0; }
            header .bar nav .item:nth-of-type(5) .sub .left {
              width: 100%; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          header .bar nav .item {
            padding: 0 6px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          header .bar nav .item {
            padding: 0 5px; }
            header .bar nav .item:not(.open) {
              font-size: 9px; }
            header .bar nav .item.open span {
              font-size: 9px; } }
      @media (max-width: 1199px) {
        header .bar nav {
          display: none;
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          padding: 12px 24px;
          padding-top: 100px;
          left: 0;
          background: #fff;
          color: #000;
          bottom: 0;
          overflow: auto;
          line-height: normal;
          text-align: left; }
          header .bar nav .item {
            display: block;
            margin: 0;
            padding: 15px 0;
            border-bottom: 1px solid #ccc; }
            header .bar nav .item .sub {
              background: #fff;
              padding: 0;
              top: 98px !important;
              bottom: 0;
              overflow: auto;
              transition: 0s;
              height: 530px;
              z-index: 1;
              box-shadow: none;
              overflow: hidden;
              transition: .4s;
              transform: translateX(100%); }
              header .bar nav .item .sub ul br {
                display: none; }
              header .bar nav .item .sub ul li {
                display: block;
                border-bottom: 1px solid #ccc;
                font-size: 12px; }
                header .bar nav .item .sub ul li.has-sub {
                  font-size: 15px;
                  padding: 15px 0px; }
                header .bar nav .item .sub ul li.mobile-back {
                  padding: 16px 0; }
                header .bar nav .item .sub ul li:after {
                  display: none; }
              header .bar nav .item .sub .img {
                display: none; }
              header .bar nav .item .sub .mobile-back {
                display: block; }
              header .bar nav .item .sub .sub-menu {
                position: fixed;
                z-index: 2;
                padding: 0 24px;
                top: 0;
                left: 0;
                width: 100%;
                bottom: 0;
                overflow: auto;
                background: #fff;
                transform: translateX(100%);
                display: block;
                opacity: 0;
                transition: .4s; }
                header .bar nav .item .sub .sub-menu .mobile-back {
                  display: block; }
                header .bar nav .item .sub .sub-menu a {
                  line-height: normal;
                  padding: 16px 0;
                  border-bottom: 1px solid #ccc;
                  font-size: 14px; }
                  header .bar nav .item .sub .sub-menu a.mobile-back {
                    padding: 15.5px 0; }
                header .bar nav .item .sub .sub-menu.active {
                  opacity: 1;
                  transform: translateX(0); }
            header .bar nav .item.active .sub {
              transform: translateX(0);
              transition: .4s; }
          header .bar nav .mobile-nav {
            display: block;
            text-align: right; }
            header .bar nav .mobile-nav .contact {
              text-align: left;
              margin-bottom: 60px;
              padding: 15px 0;
              border-bottom: 1px solid #ccc;
              font-size: 12px;
              font-weight: 500; }
            header .bar nav .mobile-nav .mobile-lang a {
              display: inline-block;
              margin-left: 15px; }
            header .bar nav .mobile-nav .mobile-lang img {
              width: 25px; }
            header .bar nav .mobile-nav .mobile-social {
              margin-top: 30px; }
              header .bar nav .mobile-nav .mobile-social a {
                display: inline-block;
                margin-left: 10px; }
          header .bar nav.active {
            display: block; } }
    header .bar .menu {
      display: none; }
      header .bar .menu .cls {
        display: none;
        margin-right: 4px; }
      header .bar .menu.active img {
        display: none; }
      header .bar .menu.active .cls {
        display: inline-block; }
      @media (max-width: 1199px) {
        header .bar .menu {
          display: inline-block;
          position: relative;
          z-index: 1; } }
    header .bar .search {
      display: inline-block;
      position: relative; }
      header .bar .search input {
        width: 150px;
        height: 26px;
        border: 0;
        padding-left: 26px;
        background: none;
        color: #fff; }
        header .bar .search input::-ms-input-placeholder {
          /* Edge 12-18 */
          color: #fff; }
        header .bar .search input::placeholder {
          color: #fff; }
      header .bar .search button {
        background: none;
        border: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 16px;
        height: 20px; }
        header .bar .search button img {
          width: 16px;
          position: relative;
          top: -1px; }
      @media (max-width: 1199px) {
        header .bar .search {
          display: block;
          margin-top: 60px;
          margin-bottom: 30px; }
          header .bar .search input {
            font-size: 12px;
            width: 100%;
            height: 45px;
            padding-left: 30px;
            border-bottom: 1px solid #ccc;
            color: #000;
            border-radius: 0; }
            header .bar .search input::-ms-input-placeholder {
              /* Edge 12-18 */
              color: #ccc; }
            header .bar .search input::placeholder {
              color: #ccc; }
          header .bar .search button {
            height: 45px;
            width: 20px; }
            header .bar .search button img {
              width: 20px; } }
    @media (max-width: 1199px) {
      header .bar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        line-height: 80px; } }
  header .header-tint {
    position: fixed;
    top: 110px;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    background: #000;
    cursor: pointer;
    z-index: 1;
    display: none; }
    header .header-tint.active {
      transition: .7s;
      opacity: .9;
      visibility: visible; }
    @media (max-width: 1199px) {
      header .header-tint {
        display: none; } }
  header .bottom {
    position: fixed;
    top: 590px;
    left: 0;
    width: 100%;
    line-height: 130px;
    background: #E7EDF5;
    z-index: 1;
    transform: translateY(-50px);
    transition: .7s;
    opacity: 0;
    visibility: hidden; }
    header .bottom a {
      display: inline-block;
      margin-right: 35px; }
    header .bottom form {
      position: absolute;
      right: 0;
      top: 0;
      width: 25%;
      height: 100%;
      background: #FCFCFC;
      padding: 0 55px; }
      header .bottom form input {
        background: none;
        border: 0;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        width: 100%;
        padding-right: 30px; }
      header .bottom form button {
        position: absolute;
        right: 55px;
        top: 0;
        height: 100%;
        padding: 0;
        background: none;
        border: 0; }
        header .bottom form button img {
          width: 25px; }
    header .bottom.active {
      opacity: 1;
      visibility: visible;
      transform: translateY(0); }
    @media (max-width: 1199px) {
      header .bottom {
        display: none; } }
  header.scrolled .bar, header.page .bar {
    line-height: 80px;
    background: #000;
    color: #fff; }
    header.scrolled .bar .branches, header.page .bar .branches {
      display: none; }
    header.scrolled .bar .logo img, header.page .bar .logo img {
      height: 55px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        header.scrolled .bar .logo img, header.page .bar .logo img {
          height: 50px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        header.scrolled .bar .logo img, header.page .bar .logo img {
          height: 40px; } }
      @media (max-width: 1199px) {
        header.scrolled .bar .logo img, header.page .bar .logo img {
          height: 50px;
          top: -3px; } }
    header.scrolled .bar nav .item .sub, header.page .bar nav .item .sub {
      top: 80px; }

.mobile-header {
  display: none;
  height: 80px;
  line-height: 80px;
  background: #303D4D;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9; }
  .mobile-header .logo {
    display: inline-block;
    height: 38px;
    top: -6px;
    position: relative; }
    .mobile-header .logo img {
      height: 100%; }
  .mobile-header .lang {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 20px;
    color: #fff; }
    .mobile-header .lang span {
      position: relative;
      display: inline-block;
      vertical-align: middle; }
      .mobile-header .lang span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 68px;
        border-bottom: 1px solid #fff;
        opacity: 0; }
    .mobile-header .lang:after {
      content: '';
      width: 4px;
      height: 8px;
      background-image: url(../img/header/arrow-wh.svg);
      transform: rotate(180deg);
      background-repeat: no-repeat;
      position: absolute;
      right: -12px;
      top: 2px;
      bottom: 0;
      margin: auto; }
    .mobile-header .lang .select {
      display: inline-block;
      vertical-align: middle;
      white-space: nowrap;
      max-width: 0px;
      overflow: hidden;
      transition: max-width .4s; }
      .mobile-header .lang .select a {
        margin-left: 12px; }
    .mobile-header .lang.active span:after {
      opacity: 1; }
    .mobile-header .lang.active .select {
      max-width: 120px; }
    .mobile-header .lang.active:after {
      transform: rotate(0deg); }
  .mobile-header .menu {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    height: 80px;
    width: 40px;
    background-position: center right;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 25px;
    padding: 0;
    background-image: url(../img/mobile-menu.svg); }
    .mobile-header .menu.active {
      background-image: url(../img/mobile-close.svg);
      background-size: 20px; }
  @media (max-width: 1199px) {
    .mobile-header {
      display: block; } }

nav.main {
  display: none;
  width: 260px;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  height: 100%;
  background: #000;
  background-image: radial-gradient(circle at top left, #214994, #193872 200%);
  background-image: -webkit-radial-gradient(circle at top left, #214994, #193872 200%);
  background-image: -moz-radial-gradient(circle at top left, #214994, #193872 200%);
  background-image: -o-radial-gradient(circle at top left, #214994, #193872 200%);
  color: #fff;
  font-weight: 400;
  padding-bottom: 30px;
  overflow: auto; }
  nav.main .logo {
    display: block;
    text-align: center;
    margin: 45px 0; }
  nav.main .menu .item {
    line-height: 45px;
    padding-left: 35px;
    cursor: pointer;
    color: #fff;
    display: block;
    transition: background .4s; }
    nav.main .menu .item:hover {
      background: #bde1e6;
      color: #000; }
    nav.main .menu .item.active {
      background: #bde1e6;
      color: #000; }
  nav.main .menu .sub {
    display: none; }
    nav.main .menu .sub a {
      display: block;
      color: #000;
      padding-left: 40px;
      line-height: 30px;
      font-size: 13px; }
      nav.main .menu .sub a.sub-link {
        line-height: 45px;
        padding-left: 35px;
        font-size: 14px; }
    nav.main .menu .sub .sub {
      padding: 15px 0;
      background: #fff;
      border-bottom: 1px solid #EDEDED; }
      nav.main .menu .sub .sub a:hover {
        color: #000; }
    nav.main .menu .sub .item {
      background: #fff;
      border-bottom: 1px solid #EDEDED;
      color: #000; }
      nav.main .menu .sub .item:hover {
        background: #e6e3ec; }
      nav.main .menu .sub .item.active {
        background: #e6e3ec; }
    nav.main .menu .sub.active {
      display: block; }
  @media (max-width: 1199px) {
    nav.main {
      display: block;
      width: 80%;
      left: -80%;
      top: 80px;
      height: calc(100% - 80px);
      padding: 30px 0;
      transition: .4s; }
      nav.main .logo {
        display: none; }
      nav.main.active {
        left: 0; } }

footer {
  position: relative;
  z-index: 8;
  font-size: 14px; }
  @media (min-width: 1700px) {
    footer .container {
      max-width: 1620px; } }
  footer .top {
    background: #000;
    padding: 60px 0;
    color: #fff;
    font-weight: 300; }
    footer .top .logo {
      display: inline-block; }
      footer .top .logo img {
        width: 60%; }
      @media only screen and (max-width: 767px) {
        footer .top .logo {
          margin-bottom: 30px; }
          footer .top .logo img {
            width: 100px; } }
    footer .top .links b {
      font-style: italic;
      margin-bottom: 20px;
      display: block; }
      @media only screen and (max-width: 767px) {
        footer .top .links b {
          margin-top: 30px; } }
    footer .top .links a {
      color: #fff;
      display: block;
      margin-bottom: 8px; }
    footer .top .right {
      text-align: right; }
      footer .top .right .tel {
        margin-top: 20px;
        display: block;
        background: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 12px; }
        footer .top .right .tel img {
          margin-right: 10px; }
        footer .top .right .tel:hover {
          color: #000; }
      @media only screen and (max-width: 767px) {
        footer .top .right {
          text-align: left; }
          footer .top .right .tel {
            font-size: 15px; } }
    footer .top .line {
      margin: 20px 0;
      height: 1px;
      background: #fff;
      opacity: .15; }
    footer .top .social img {
      height: 14px; }
    footer .top .title {
      margin-bottom: 10px; }
    footer .top .form {
      text-align: right; }
    footer .top form {
      width: 100%;
      border: 1px solid #fff; }
      footer .top form input {
        width: calc(100% - 140px);
        float: left;
        color: #fff;
        background: transparent;
        border: 0;
        height: 44px;
        padding-left: 15px; }
        footer .top form input::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #fff; }
        footer .top form input::-moz-placeholder {
          /* Firefox 19+ */
          color: #fff; }
        footer .top form input:-ms-input-placeholder {
          /* IE 10+ */
          color: #fff; }
        footer .top form input:-moz-placeholder {
          /* Firefox 18- */
          color: #fff; }
      footer .top form button {
        width: 125px;
        float: left;
        background: transparent;
        text-align: center;
        color: #fff;
        border: 0;
        padding: 0;
        height: 44px;
        border-left: 1px solid #fff;
        margin-left: 15px;
        transition: .4s; }
        footer .top form button img {
          display: none; }
        footer .top form button:hover {
          opacity: .6; }
      @media only screen and (max-width: 767px) {
        footer .top form {
          margin: 30px 0 45px 0; } }
    footer .top .result {
      color: #e5ef15;
      margin-top: 15px;
      font-style: italic;
      display: none;
      font-size: 12px; }
    footer .top .social {
      text-align: right; }
      footer .top .social a {
        display: inline-block;
        margin-left: 15px; }
      @media only screen and (max-width: 767px) {
        footer .top .social {
          margin-top: 30px;
          margin-bottom: 10px; } }
    @media only screen and (max-width: 767px) {
      footer .top {
        padding: 30px 0 45px 0; } }
  footer .bottom {
    background: #fff;
    line-height: 60px; }
    footer .bottom .rawcut {
      float: right; }
      @media only screen and (max-width: 767px) {
        footer .bottom .rawcut {
          float: none;
          display: block; } }
    @media only screen and (max-width: 767px) {
      footer .bottom {
        line-height: 24px;
        padding: 15px 0; } }
  footer a {
    transition: .4s; }
    footer a:hover {
      color: inherit;
      opacity: .6; }
  @media (max-width: 991px) {
    footer {
      width: 100%;
      margin-left: 0;
      z-index: 8; } }

.question {
  display: flex;
  color: #fff;
  position: fixed;
  right: 0;
  bottom: 65px;
  z-index: 7;
  cursor: pointer;
  font-size: 13px; }
  .question .item {
    position: relative;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2; }
    .question .item img {
      width: 28px; }
    .question .item.whatsapp {
      background: #25D366; }
    .question .item.call {
      background: #258bd3;
      overflow: hidden; }
      .question .item.call #elevensight-widget-launcher-VAr2oDpluZK2q5nuBof32vznUFGY2SMA6irYURsmp5IP4Yu6Vx {
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0; }
      .question .item.call #elevensight-container-VAr2oDpluZK2q5nuBof32vznUFGY2SMA6irYURsmp5IP4Yu6Vx {
        position: fixed;
        right: 12px;
        bottom: 12px; }
    .question .item.open-popup {
      background: #000; }
  @media only screen and (max-width: 767px) {
    .question {
      bottom: 30px; } }

.button {
  line-height: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  padding: 0 30px;
  font-size: 12px;
  display: inline-block;
  font-weight: 400;
  transition: .4s; }
  .button:hover {
    color: #fff;
    background: #000; }

h2 {
  font-weight: 300;
  font-size: 42px;
  margin: 0 0 30px 0;
  font-family: "ivypresto-display";
  color: #000;
  font-style: italic; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 24px; } }

.content {
  white-space: pre-line; }
  .content img, .content video, .content iframe {
    max-width: 100%; }

.testimonials {
  background: #fff;
  padding: 60px 0;
  text-align: center; }
  .testimonials .slider {
    padding: 0 45px; }
    .testimonials .slider .author {
      font-family: "ivypresto-display";
      color: #000;
      font-weight: 300;
      font-style: italic;
      font-size: 18px;
      margin-top: 20px; }
  .testimonials .slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 0;
    background: none;
    border: 0;
    margin-top: -17px; }
    .testimonials .slick-arrow.slick-prev {
      left: 0; }
      .testimonials .slick-arrow.slick-prev:before {
        content: '<';
        font-size: 20px; }
    .testimonials .slick-arrow.slick-next {
      right: 0; }
      .testimonials .slick-arrow.slick-next:before {
        content: '>';
        font-size: 20px; }

.footer-sections {
  position: relative;
  z-index: 3;
  background: #fff; }

main.home {
  padding-top: 100vh; }
  @media (max-height: 600px) {
    main.home {
      padding-top: 0; } }
  @media only screen and (max-width: 767px) {
    main.home {
      padding-top: 100vh; } }
  main.home .fnc-slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; }
    @media (min-width: 1700px) {
      main.home .fnc-slider .container {
        max-width: 1620px; } }
    main.home .fnc-slider video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    main.home .fnc-slider .fnc-slide__inner {
      display: block; }
      main.home .fnc-slider .fnc-slide__inner:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); }
    main.home .fnc-slider .fnc-slide__mask {
      display: none; }
    main.home .fnc-slider .fnc-slide__content {
      width: 100%;
      left: 0;
      bottom: 135px;
      display: flex;
      align-items: end; }
      main.home .fnc-slider .fnc-slide__content .txt {
        width: 650px;
        max-width: 100%;
        color: #fff;
        opacity: 0;
        transition: 2s;
        position: relative;
        left: 60px; }
        main.home .fnc-slider .fnc-slide__content .txt h1 {
          font-weight: 300;
          font-style: italic;
          font-size: 76px;
          line-height: 1.1;
          margin: 0 0 25px 0;
          font-family: "ivypresto-display"; }
          @media only screen and (max-width: 767px) {
            main.home .fnc-slider .fnc-slide__content .txt h1 {
              font-size: 35px;
              line-height: 35px;
              margin: 0 0 15px 0; } }
        main.home .fnc-slider .fnc-slide__content .txt .desc {
          font-size: 20px;
          font-weight: 300; }
          @media only screen and (max-width: 767px) {
            main.home .fnc-slider .fnc-slide__content .txt .desc {
              font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        main.home .fnc-slider .fnc-slide__content {
          padding: 0 12px;
          bottom: 200px; } }
    main.home .fnc-slider .fnc-nav {
      left: 0;
      width: 100%;
      bottom: 86px; }
      main.home .fnc-slider .fnc-nav .fnc-nav__controls {
        width: 100%; }
        main.home .fnc-slider .fnc-nav .fnc-nav__controls .fnc-nav__control {
          display: inline-block;
          vertical-align: middle;
          width: 32px;
          height: 3px;
          text-align: center;
          background: #fff;
          font-size: 0;
          margin-right: 15px;
          position: relative;
          transition: height .4s; }
          main.home .fnc-slider .fnc-nav .fnc-nav__controls .fnc-nav__control span {
            display: none; }
          main.home .fnc-slider .fnc-nav .fnc-nav__controls .fnc-nav__control:hover, main.home .fnc-slider .fnc-nav .fnc-nav__controls .fnc-nav__control.m--active-control {
            height: 8px; }
      @media only screen and (max-width: 767px) {
        main.home .fnc-slider .fnc-nav {
          bottom: 20px; }
          main.home .fnc-slider .fnc-nav .fnc-nav__controls {
            text-align: center; } }
    main.home .fnc-slider .fnc-nav__bgs {
      opacity: 0; }
    main.home .fnc-slider .m--active-slide .txt {
      transition-delay: 1.5s;
      left: 0;
      opacity: 1; }
    @media (max-height: 600px) {
      main.home .fnc-slider {
        height: 600px;
        position: static; } }
    @media only screen and (max-width: 767px) {
      main.home .fnc-slider {
        position: fixed;
        height: 100vh; } }
  main.home section.slider .item {
    height: 650px;
    color: #fff;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center; }
    main.home section.slider .item h1 {
      margin: 0;
      font-weight: 300;
      font-size: 65px;
      margin: 0 0 10px 0;
      font-family: "ivypresto-display";
      color: #000;
      position: relative;
      top: -30px;
      opacity: 0;
      transition: 1s; }
    main.home section.slider .item .desc {
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 30px;
      position: relative;
      top: -30px;
      opacity: 0;
      transition: 1s; }
    main.home section.slider .item .button {
      position: relative;
      top: -30px;
      opacity: 0;
      transition: 1s; }
    main.home section.slider .item.slick-current h1, main.home section.slider .item.slick-current .desc, main.home section.slider .item.slick-current .button {
      top: 0;
      opacity: 1; }
    main.home section.slider .item.slick-current .img {
      left: -100%; }
    main.home section.slider .item.slick-current h1 {
      transition-delay: .5s; }
    main.home section.slider .item.slick-current .desc {
      transition-delay: .7s; }
    main.home section.slider .item.slick-current .button {
      transition-delay: .9s; }
    @media (max-width: 1500px) {
      main.home section.slider .item {
        height: 550px; } }
    @media (max-width: 1400px) {
      main.home section.slider .item {
        height: 450px; } }
    @media only screen and (max-width: 767px) {
      main.home section.slider .item {
        height: 350px; } }
  main.home section.slider .slick-dots {
    position: absolute;
    right: 35px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
    main.home section.slider .slick-dots li {
      display: block;
      margin: 5px 0;
      padding: 0; }
      main.home section.slider .slick-dots li button {
        padding: 0;
        width: 18px;
        height: 18px;
        text-align: center;
        background: transparent;
        border-radius: 50%;
        font-size: 0;
        border: 0; }
        main.home section.slider .slick-dots li button:after {
          content: '';
          display: inline-block;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background: #fff; }
      main.home section.slider .slick-dots li.slick-active button {
        background: #000; }
  main.home .mouse-container {
    position: fixed;
    bottom: 55px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2; }
    main.home .mouse-container #scroll-down-animation {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    main.home .mouse-container .mouse {
      margin: 0 auto;
      display: block;
      border-radius: 50px;
      border: 2px solid #fff;
      height: 32px;
      width: 20px;
      position: relative; }
    main.home .mouse-container .move {
      position: absolute;
      background-color: #fff;
      height: 4px;
      width: 4px;
      border-radius: 50%;
      left: 50%;
      transform: translateX(-50%);
      animation: move 1.5s linear infinite; }
@keyframes move {
  0% {
    transform: translate(-50%, 5px);
    opacity: 0; }
  50% {
    transform: translate(-50%, 10px);
    opacity: 1; }
  100% {
    transform: translate(-50%, 15px);
    opacity: 0; } }
    @media (max-height: 600px) {
      main.home .mouse-container {
        display: none; } }
    @media only screen and (max-width: 767px) {
      main.home .mouse-container {
        display: none; } }
  main.home .sections {
    position: relative;
    padding-top: 230px;
    padding-bottom: 180px;
    z-index: 3;
    background: #fff; }
    @media only screen and (max-width: 767px) {
      main.home .sections {
        padding: 60px 0; } }
  main.home .welcome {
    margin-bottom: 200px; }
    main.home .welcome .row {
      margin-bottom: 100px; }
    main.home .welcome .col-xl-10 .row {
      margin-bottom: 200px; }
    main.home .welcome .container {
      position: relative; }
    main.home .welcome .img {
      padding-bottom: 123%;
      background-position: center;
      background-size: cover; }
    main.home .welcome .txt {
      position: relative;
      height: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      main.home .welcome .txt .button {
        margin-top: 30px;
        width: 130px;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          main.home .welcome .txt .button {
            margin: 30px auto 0 auto; } }
      main.home .welcome .txt .more {
        margin-top: 30px;
        display: inline-block;
        align-self: baseline; }
        main.home .welcome .txt .more:after {
          content: '';
          width: 40%;
          display: block;
          height: 1px;
          margin-top: 14px;
          background: #000;
          transition: .4s; }
        main.home .welcome .txt .more:hover:after {
          width: 100%; }
    @media only screen and (max-width: 767px) {
      main.home .welcome {
        margin-bottom: 60px; }
        main.home .welcome .row {
          margin-bottom: 60px; }
        main.home .welcome .img {
          padding-bottom: 100%;
          margin-bottom: 30px; }
        main.home .welcome .col-xl-10 .row {
          margin-bottom: 60px; } }
  main.home .treatments .title h2 {
    margin: 0 0 95px 0; }
    @media only screen and (max-width: 767px) {
      main.home .treatments .title h2 {
        margin: 0 0 30px 0; } }
  main.home .treatments .boxes {
    margin-left: -30px;
    margin-right: -30px; }
    main.home .treatments .boxes .col-md-4 {
      padding-left: 30px;
      padding-right: 30px; }
    main.home .treatments .boxes .box {
      display: block;
      background-position: center;
      background-size: cover;
      position: relative;
      overflow: hidden;
      transition: 1s;
      padding-bottom: 126%; }
      main.home .treatments .boxes .box .txt {
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-bottom: 30px;
        transition: 1s; }
        main.home .treatments .boxes .box .txt h3 {
          color: #fff;
          font-weight: 400;
          font-size: 21px;
          margin: 0;
          text-align: center;
          transition: 1s; }
        main.home .treatments .boxes .box .txt .desc {
          opacity: 0;
          visibility: hidden;
          height: 0;
          overflow: hidden;
          color: #fff;
          text-align: center;
          padding: 0 60px;
          width: 600px;
          margin: 0 auto;
          transition: 1s; }
          main.home .treatments .boxes .box .txt .desc .button {
            margin-top: 30px; }
          @media (max-width: 1500px) {
            main.home .treatments .boxes .box .txt .desc {
              width: 500px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            main.home .treatments .boxes .box .txt .desc {
              width: 400px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            main.home .treatments .boxes .box .txt .desc {
              width: 400px; } }
      main.home .treatments .boxes .box:after {
        content: '';
        background: rgba(0, 0, 0, 0.2);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        transition: 1s; }
        @media only screen and (max-width: 767px) {
          main.home .treatments .boxes .box:after {
            opacity: .3; } }
  @media (min-width: 768px) and (max-width: 991px) {
    main.home .treatments .boxes {
      margin-left: -12px;
      margin-right: -12px; }
      main.home .treatments .boxes .col-md-4 {
        padding-left: 12px;
        padding-right: 12px; } }
  @media only screen and (max-width: 767px) {
    main.home .treatments .boxes {
      margin-left: -12px;
      margin-right: -12px; }
      main.home .treatments .boxes .col-md-4 {
        padding-left: 12px;
        padding-right: 12px; }
      main.home .treatments .boxes .box {
        padding-bottom: 100%;
        margin-bottom: 30px; } }

section.faq {
  position: relative;
  margin-bottom: 160px;
  padding: 110px 0;
  background: #F8F8F8; }
  @media (min-width: 768px) and (max-width: 991px) {
    section.faq .container {
      padding: 0 12px; } }
  @media only screen and (max-width: 767px) {
    section.faq .container {
      padding: 0 24px; } }
  section.faq h2 {
    margin: 0 0 100px 0; }
    @media only screen and (max-width: 767px) {
      section.faq h2 {
        margin: 0 0 30px 0; } }
  @media only screen and (max-width: 767px) {
    section.faq h2.text-center {
      text-align: left; } }
  section.faq .img {
    padding-bottom: 110%;
    background-position: center;
    background-size: cover; }
  section.faq .all {
    float: right;
    margin-top: -54px;
    font-weight: 400;
    color: #000; }
    @media only screen and (max-width: 767px) {
      section.faq .all {
        margin-top: -50px;
        font-size: 10px; } }
  section.faq .item {
    padding: 0 12px; }
  section.faq .box .title {
    margin-top: 45px;
    text-align: center;
    padding: 0 12px; }
  section.faq .slick-dots {
    margin-top: 45px;
    text-align: center; }
    section.faq .slick-dots li {
      margin: 0 5px;
      padding: 0;
      display: inline-block;
      vertical-align: middle; }
      section.faq .slick-dots li button {
        background: #000;
        font-size: 0;
        border-radius: 50%;
        border: 0;
        width: 8px;
        height: 8px;
        padding: 0;
        opacity: .6; }
      section.faq .slick-dots li.slick-active button {
        opacity: 1; }
    @media only screen and (max-width: 767px) {
      section.faq .slick-dots {
        margin-top: 30px; } }
  section.faq .slick-arrow {
    position: absolute;
    top: 126px;
    width: 23px;
    height: 46px;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    border: 0;
    background-color: transparent;
    transition: background .4s;
    /*&:hover{
    	&.slick-prev{
    		background-image: url(../img/slider-prev-or.svg);
    	}
    	&.slick-next{
    		background-image: url(../img/slider-next-or.svg);
    	}
    }*/ }
    @media (max-width: 1399px) {
      section.faq .slick-arrow {
        top: 106px; } }
    @media (max-width: 1199px) {
      section.faq .slick-arrow {
        top: 50%; } }
    section.faq .slick-arrow.slick-prev {
      background-image: url(../img/slider-prev.svg);
      left: -55px; }
    section.faq .slick-arrow.slick-next {
      background-image: url(../img/slider-next.svg);
      right: -55px; }
    @media (min-width: 768px) and (max-width: 991px) {
      section.faq .slick-arrow {
        display: none !important; } }
    @media only screen and (max-width: 767px) {
      section.faq .slick-arrow {
        display: none !important; } }
  section.faq .txt {
    position: absolute;
    left: 0;
    top: 10%;
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    height: 80%;
    background: #fff;
    text-align: left; }
    section.faq .txt h2 {
      width: 100%; }
    section.faq .txt ul {
      width: 100%; }
      section.faq .txt ul li {
        list-style-type: none;
        cursor: pointer;
        font-weight: 400;
        margin-bottom: 5px;
        position: relative;
        padding-left: 18px; }
        section.faq .txt ul li:before {
          content: '';
          background: #000;
          width: 8px;
          height: 1px;
          display: inline-block;
          margin-right: 10px;
          vertical-align: middle;
          position: absolute;
          left: 0;
          top: 10px; }
        section.faq .txt ul li:hover {
          color: #000; }
    @media (min-width: 992px) and (max-width: 1199px) {
      section.faq .txt {
        width: 70%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      section.faq .txt {
        width: 70%; } }
    @media only screen and (max-width: 767px) {
      section.faq .txt {
        width: 100%;
        padding: 60px 15px;
        position: static; } }
  section.faq.reverse {
    background: #EFEDF8; }
    section.faq.reverse .box {
      background: #fff; }
  @media only screen and (max-width: 767px) {
    section.faq {
      margin: 0 0 60px 0;
      padding: 35px 0; } }

section.form {
  position: relative;
  margin-bottom: 150px; }
  section.form h2 {
    margin: 0 0 120px 0;
    text-align: center; }
  section.form .input {
    position: relative; }
  section.form input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #000;
    height: 70px;
    padding-left: 15px;
    border-radius: 0; }
  section.form button {
    position: absolute;
    right: 15px;
    border: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: none;
    width: 46px;
    height: 46px;
    background-image: url(../img/send-circle.svg);
    background-repeat: no-repeat;
    transition: .4s; }
    section.form button:hover {
      /*background-image: url(../img/send-circle-or.svg);*/
      opacity: .5; }
  section.form .result {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff; }
  @media only screen and (max-width: 767px) {
    section.form {
      margin: 0 0 60px 0; }
      section.form h2 {
        margin: 0 0 60px 0; } }

.locations {
  padding: 70px 0 110px 0;
  background: #F7F7F7; }
  .locations h2 {
    text-align: center;
    width: 650px;
    max-width: 100%;
    margin: 0 auto 48px auto; }
  .locations .row {
    margin-left: -8px;
    margin-right: -8px; }
  .locations .item {
    padding: 0 8px; }
  .locations .box {
    padding: 50px 30px;
    background: #fff;
    font-size: 14px; }
    .locations .box a[title="pin"] {
      padding-left: 20px;
      background-image: url(../img/pin.svg);
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 12px; }
    .locations .box img {
      max-width: 80%;
      display: none; }
    @media only screen and (max-width: 767px) {
      .locations .box {
        padding: 32px 24px; }
        .locations .box img {
          margin-bottom: 16px; } }
  .locations .slick-arrow {
    position: absolute;
    top: 50%;
    width: 13px;
    height: 26px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px;
    margin-top: -12px;
    font-size: 0;
    border: 0;
    background-color: transparent; }
    .locations .slick-arrow.slick-prev {
      background-image: url(../img/slider-prev.svg);
      left: -55px; }
    .locations .slick-arrow.slick-next {
      background-image: url(../img/slider-next.svg);
      right: -55px; }
    @media only screen and (max-width: 767px) {
      .locations .slick-arrow {
        display: none !important; } }

.contact-box {
  padding: 60px 0;
  position: relative; }
  .contact-box .bg {
    background: #EFEDF8;
    padding: 45px; }
  .contact-box .chat {
    position: absolute;
    top: -25px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #000;
    line-height: 50px;
    border-radius: 50%;
    text-align: center; }
  @media only screen and (max-width: 767px) {
    .contact-box {
      padding: 30px 0;
      text-align: center; }
      .contact-box .text-right {
        text-align: center !important; } }

.main-banner {
  height: 450px;
  background-size: cover;
  background-position: center; }
  @media (max-width: 1500px) {
    .main-banner {
      height: 350px; } }
  @media (max-width: 1400px) {
    .main-banner {
      height: 300px; } }

.bcrumb {
  line-height: 60px;
  color: #aaa;
  font-size: 13px;
  background: #fff;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 8;
  border-bottom: 1px solid #ddd; }
  @media (min-width: 1700px) {
    .bcrumb .container {
      max-width: 1620px; } }
  .bcrumb a {
    color: #aaa !important;
    transition: .4s; }
    .bcrumb a:hover {
      opacity: .6; }
  .bcrumb .arrow {
    margin: 0 8px;
    width: 6px; }
    .bcrumb .arrow:last-of-type {
      display: none; }
  .bcrumb .sub-search {
    width: 100%;
    position: relative;
    font-size: 13px; }
    .bcrumb .sub-search input {
      width: 100%;
      height: 50px;
      border-radius: 0;
      border: 0;
      padding-right: 50px;
      border: 0;
      color: #000; }
      .bcrumb .sub-search input::placeholder {
        color: #aaa; }
    .bcrumb .sub-search button {
      position: absolute;
      right: 0;
      top: 0;
      width: 50px;
      height: 50px;
      background: none;
      border: 0;
      padding: 0;
      text-align: right; }
      .bcrumb .sub-search button img {
        width: 20px; }
    @media (max-width: 1399px) {
      .bcrumb .sub-search {
        font-size: 11px; } }
    @media (max-width: 1199px) {
      .bcrumb .sub-search {
        font-size: 13px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .bcrumb {
      top: 80px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .bcrumb {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .bcrumb {
      display: none; } }

main.page {
  padding-top: 180px;
  margin-bottom: 200px;
  min-height: 100vh; }
  main.page .page-title {
    font-family: "ivypresto-display";
    color: #000;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 45px; }
    @media only screen and (max-width: 767px) {
      main.page .page-title {
        display: none; } }
  @media only screen and (max-width: 767px) {
    main.page .row.m-t-60 {
      margin-top: 30px; } }
  main.page .banner {
    width: 100%;
    display: block; }
  main.page h1 {
    font-weight: 300;
    font-size: 44px;
    margin: 0 0 42px 0;
    font-family: "ivypresto-display";
    color: #000;
    font-style: italic; }
  main.page h2 {
    font-size: 32px; }
  main.page h3 {
    font-weight: 300;
    font-size: 24px;
    margin: 0 0 30px 0;
    font-family: "ivypresto-display";
    color: #000;
    font-style: italic; }
  main.page .left .fixed-left {
    position: fixed;
    max-height: calc(100% - 200px);
    overflow: auto;
    width: 306px; }
    @media (max-width: 1399px) {
      main.page .left .fixed-left {
        width: 261px; } }
    @media (max-width: 1199px) {
      main.page .left .fixed-left {
        width: auto;
        position: static; } }
  main.page .left ul {
    			/*position: fixed;
        		width: 232px;
        		@media(max-width: 1400px){
        			width: 100%;
        			position: static;
        		}*/ }
  main.page .left li {
    list-style-type: none; }
    main.page .left li a {
      position: relative;
      /*padding: 10px 0;*/
      margin-bottom: 16px;
      display: block;
      transition: color .4s;
      font-size: .9rem;
      font-weight: 500;
      color: #aaa;
      /*&:before{
      	content :'';
      	position: absolute;
      	left: 0;
      	bottom: 0;
      	height: 1px;
      	background: #DEDEDE;
      	width: 100%;
      	transition: .4s;
      }
      &:after{
      	content :'';
      	position: absolute;
      	left: 0;
      	bottom: 0;
      	height: 1px;
      	background: $color;
      	width: 0;
      	transition: .4s;
      }
      &.active, &:hover{
      	color: $color;
      	&:after{
      		width: 100%;
      	}
      }*/ }
      main.page .left li a.active {
        color: #000; }
    main.page .left li .sub {
      padding: 20px 20px 10px 20px; }
      main.page .left li .sub a {
        display: block;
        color: #5C5C5C;
        font-size: 13px;
        transition: color .4s; }
        main.page .left li .sub a:hover {
          color: #000; }
  main.page .right {
    padding-left: 60px;
    /*@media(min-width: 768px){
    	width: 66.66%;
    }
    @media (min-width: 992px){
        margin-left: 5%;
        width: 70%;
    }*/ }
    @media only screen and (max-width: 767px) {
      main.page .right {
        padding-left: 12px; } }
  main.page .content {
    margin-bottom: 60px; }
    main.page .content img {
      width: 100% !important;
      height: auto !important;
      display: block;
      margin-bottom: 30px; }
    main.page .content h1, main.page .content h2 {
      margin: 0 0 10px 0; }
    main.page .content ul {
      padding-left: 20px;
      white-space: normal; }
      main.page .content ul li {
        margin-bottom: 5px; }
    @media only screen and (max-width: 767px) {
      main.page .content {
        margin-bottom: 30px; } }
  main.page .icons {
    margin-top: -30px;
    /*margin-bottom: 60px;*/
    text-align: center; }
    main.page .icons .col-md-2 {
      width: 25%;
      padding: 6.5% 15px;
      background: #F8F8F8;
      border: 1px solid #fff; }
      main.page .icons .col-md-2 img {
        max-height: 40px; }
      @media only screen and (max-width: 767px) {
        main.page .icons .col-md-2 div {
          display: inline-block;
          vertical-align: middle; } }
      @media only screen and (max-width: 767px) {
        main.page .icons .col-md-2 {
          padding: 25px;
          width: 100%; }
          main.page .icons .col-md-2:nth-of-type(even) {
            background: #fff; } }
    main.page .icons .img {
      height: 55px; }
      @media only screen and (max-width: 767px) {
        main.page .icons .img {
          margin-right: 15px;
          height: auto;
          width: 55px;
          text-align: center; } }
    main.page .icons b {
      display: block;
      color: #000; }
    @media only screen and (max-width: 767px) {
      main.page .icons {
        text-align: left;
        margin: 0 0 30px 0;
        padding: 0 15px; } }
  main.page .chat {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 55px;
    height: 55px;
    background: #000;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    z-index: 2; }
  main.page .links {
    padding: 60px 0; }
    main.page .links h1 {
      margin: 0 0 40px 0; }
    main.page .links a {
      display: block;
      margin-bottom: 5px; }
      main.page .links a:hover {
        text-decoration: underline;
        color: #000; }
  @media (min-width: 768px) and (max-width: 991px) {
    main.page {
      padding-top: 110px; } }
  @media only screen and (max-width: 767px) {
    main.page {
      padding-top: 110px;
      min-height: 0;
      margin-bottom: 60px; } }

main.about .main-banner {
  height: 650px; }
  @media (max-width: 1500px) {
    main.about .main-banner {
      height: 550px; } }
  @media (max-width: 1400px) {
    main.about .main-banner {
      height: 450px; } }
  @media (max-width: 1200px) {
    main.about .main-banner {
      height: 300px; } }
main.about .pull-up {
  position: relative;
  background: #fff;
  padding-top: 60px;
  top: -90px;
  margin-bottom: -90px; }
  main.about .pull-up .content {
    padding: 0 60px; }
main.about .press .list .item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee; }
  main.about .press .list .item .top {
    font-size: 12px; }
  main.about .press .list .item a {
    color: #3e6bc3; }
main.about .people {
  margin-bottom: 90px; }
  main.about .people .box {
    float: left;
    position: relative;
    width: 33.333%;
    padding-bottom: 33.333%;
    background-position: center;
    background-size: cover; }
    main.about .people .box span {
      position: absolute;
      z-index: 1;
      display: flex;
      align-items: center;
      text-align: center;
      justify-content: center;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      opacity: 0;
      transition: .7s;
      font-size: 14px;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        main.about .people .box span {
          top: auto;
          bottom: 0;
          height: 40px;
          opacity: 1; } }
    main.about .people .box:hover span {
      opacity: 1; }
    @media only screen and (max-width: 767px) {
      main.about .people .box {
        display: block;
        float: none;
        width: 100%;
        padding-bottom: 100%;
        margin-bottom: 15px; } }
  @media only screen and (max-width: 767px) {
    main.about .people {
      margin-bottom: 30px; } }
main.about .person {
  padding-top: 60px; }
  main.about .person .button {
    margin-top: 30px; }
  main.about .person .social {
    text-align: center;
    padding-top: 30px; }
    main.about .person .social a {
      display: inline-block;
      margin: 0 3px;
      transition: .4s; }
      main.about .person .social a img {
        width: 26px; }
      main.about .person .social a:hover {
        opacity: .6; }
  main.about .person .bg {
    background: #fff; }
    main.about .person .bg .col-sm-8 {
      padding: 60px; }
  main.about .person .row .content {
    margin: 0; }
@media only screen and (max-width: 767px) {
  main.about .banner {
    margin-top: 30px; } }

main.contact {
  /*h1{
  	text-align: center;
  }*/ }
  main.contact #map {
    height: 550px; }
    @media (max-width: 1500px) {
      main.contact #map {
        height: 450px; } }
    @media (max-width: 1400px) {
      main.contact #map {
        height: 350px; } }
    @media only screen and (max-width: 767px) {
      main.contact #map {
        height: 300px; } }
  main.contact .content {
    margin: 0; }
  main.contact .info {
    background: #E6F3F4; }
    main.contact .info b {
      color: #000; }
    @media only screen and (max-width: 767px) {
      main.contact .info .col-sm-4 {
        margin-bottom: 30px; } }
  main.contact .pull-up {
    background: #fff;
    padding: 60px;
    top: -90px;
    position: relative; }
  main.contact .title {
    font-size: 16px;
    font-weight: 400;
    color: #000; }
  main.contact .map {
    margin-top: 15px;
    display: block; }
    main.contact .map img {
      margin-right: 8px;
      position: relative;
      top: -2px;
      width: 22px !important;
      display: inline-block; }
    main.contact .map:hover {
      text-decoration: underline; }
  main.contact .social {
    margin-top: 60px; }
    main.contact .social span {
      margin-right: 15px; }
    main.contact .social a {
      display: inline-block;
      margin-left: 5px;
      transition: .4s; }
      main.contact .social a:hover {
        opacity: .6; }
    @media only screen and (max-width: 767px) {
      main.contact .social {
        text-align: left;
        margin-top: 30px; } }
  main.contact .locations {
    background: none;
    padding: 0; }
    main.contact .locations .item {
      padding: 0;
      margin-bottom: 24px; }
    main.contact .locations .box {
      background: #F7F7F7; }
  @media only screen and (max-width: 767px) {
    main.contact {
      margin-bottom: 100px; } }

main.search .content {
  margin-top: 60px; }
  @media only screen and (max-width: 767px) {
    main.search .content {
      margin-top: 30px; } }
main.search ul li {
  list-style-type: none;
  padding: 30px 0;
  border-bottom: 1px solid #F5F5F5; }

.faq-list .title {
  color: #000;
  font-size: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  position: relative;
  cursor: pointer;
  font-weight: 400; }
  .faq-list .title:after {
    content: '';
    background-image: url(../img/arrow-right.svg);
    background-size: 12px;
    position: absolute;
    right: 30px;
    top: 17px;
    width: 12px;
    height: 24px;
    transition: .7s; }
.faq-list .desc {
  display: none;
  padding: 20px 0;
  font-style: italic;
  color: #777; }
  .faq-list .desc .content {
    white-space: normal;
    margin-bottom: 0; }
    .faq-list .desc .content img {
      display: none; }
.faq-list .item.active .title:after {
  transform: rotate(90deg); }

section.book input, section.book textarea, section.book select {
  height: 50px;
  width: 100%;
  margin-bottom: 15px;
  background-color: #e6e3ec;
  border: 0;
  padding: 0 20px; }
  section.book input.error, section.book textarea.error, section.book select.error {
    background-color: #F7D1D1;
    background-image: url(../img/error.svg);
    background-repeat: no-repeat;
    background-position: 95%; }
section.book textarea {
  min-height: 150px;
  resize: vertical;
  padding-top: 15px; }
section.book label {
  font-weight: normal;
  margin: 0 0 10px 0; }
section.book button {
  margin-top: 25px;
  width: 100%;
  border: 0; }
section.book .card {
  margin-top: 30px; }
section.book .title {
  color: #193872;
  font-weight: 600;
  margin: 20px 0; }
section.book .check-box input {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  margin-right: 10px;
  margin-top: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle; }

/*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;
  position: relative;
  top: 60px; }
  .anim.play {
    top: 0;
    opacity: 1;
    transition: 1s; }
    .anim.play.anim-del {
      transition-delay: .2s; }
    .anim.play.anim-del2 {
      transition-delay: .4s; }
    .anim.play.anim-del2 {
      transition-delay: .6s; }

.anim-boxes .anim.play:nth-of-type(2) {
  transition-delay: .2s !important; }
.anim-boxes .anim.play:nth-of-type(3) {
  transition-delay: .4s !important; }
.anim-boxes .anim.play:nth-of-type(4) {
  transition-delay: .6s !important; }
.anim-boxes .anim.play:nth-of-type(5) {
  transition-delay: .8s !important; }
.anim-boxes .anim.play:nth-of-type(6) {
  transition-delay: 1s !important; }
.anim-boxes .anim.play:nth-of-type(7) {
  transition-delay: 1.2s !important; }
.anim-boxes .anim.play:nth-of-type(8) {
  transition-delay: 1.4s !important; }
.anim-boxes .anim.play:nth-of-type(9) {
  transition-delay: 1.6s !important; }
.anim-boxes .anim.play:nth-of-type(10) {
  transition-delay: 1.8s !important; }
.anim-boxes .anim.play:nth-of-type(11) {
  transition-delay: 2s !important; }
.anim-boxes .anim.play:nth-of-type(12) {
  transition-delay: 2.2s !important; }
.anim-boxes .anim.play:nth-of-type(13) {
  transition-delay: 2.4s !important; }

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
  height: 100%; }

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important; }

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scroll-element {
  display: none; }

.scroll-element, .scroll-element div {
  box-sizing: content-box; }

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block; }

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default; }

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999; }

.scroll-textarea > .scroll-content {
  overflow: hidden !important; }

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important; }

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0; }

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none; }

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%; }

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

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