/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
/* Slider */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  /* HTML5 display-role reset for older browsers */ }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

p {
  margin:1em 0 1em 0;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

html {
  background: #fff; }

body {
  font-family: serif;
  color: #444;
  min-height: 800px;
  font-size: 14px;
  line-height: 22px; }

a {
  color: #fc5458; }

strong {
  font-weight: bold; }

h1 {
  font-size: 26px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 18px; }

h1, h2, h3 {
  margin: 10px 0;
  font-weight: bold; }

.container {
  margin: auto;
  width: 1200px;
  max-width: 90%; }

@media (max-width:640px) {
    .head-container {
      max-width: 100%;
      background-color: #fff; } }

.fb-page {
  position: fixed !important;
  top: 10%;
  right: -380px;
  width: 340px;
  max-width: 90%;
  padding: 20px;
  background: #3b5998;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -ms-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s; }
  .fb-page:hover {
    right: 0; }
  .fb-page:before {
    cursor: pointer;
    content: '';
    position: absolute;
    left: -40px;
    top: 0px;
    width: 40px;
    height: 40px;
    background: url('../images/fb.png') no-repeat center; }

.head .menu-toggle {
  display: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 101;
  border: 1px solid #eee; }
  @media (max-width:640px) {
    .head .menu-toggle {
      display: block; } }
  .head .menu-toggle i {
    border-top: 3px solid #494949;
    border-bottom: 3px solid #494949;
    display: block;
    height: 50%;
    width: 50%;
    margin: 25%;
    box-sizing: border-box;
    background: #fff; }
    .head .menu-toggle i:before {
      content: '';
      display: block;
      height: 3px;
      background: #494949;
      margin-top: 8px; }
  .head .menu {
    padding: 2px 0;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: table;
    width: 100%;
    height: 65px;
    position: relative;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3); }
  @media (max-width:640px) {
    .head .menu {
      border-radius: 0;
      position: fixed;
      z-index: 100;
      display: block;
      top: 0;
      right: -100%;
      height: auto; }
      .head .menu.active {
        right: 0; } }
  .head .menu a {
    display: table-cell;
    text-decoration: none;
    height: 100%;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    color: #494949;
    border-left: 1px dotted #ddd; }
    @media (max-width:640px) {
    .head .menu a {
      height: 65px;
      line-height: 65px;
      display: block;
      border: 0;
      border-top: 1px dotted #eee; } }
    .head .menu a.active, .head .menu a:hover {
      color: #fc5458; }
    .head .menu a:first-child {
      border: 0; }
  .head .image img {
    width: 100%;
    display: block; }

.top, .foot {
  background: #f0e9e5 url('../images/pattern.png') repeat;
  border-bottom: 4px solid #eee; }

.foot {
  border: 0;
  padding: 20px 0;
  margin-top: 50px;
  overflow: hidden; }

.qdental {
  width: 215px;
  height: 87px;
  float: right;
  background: url('../images/qdental.png') no-repeat; }

hr {
  height: 5px;
  padding: 0;
  background: #eee;
  border: 0;
  border-radius: 5px;
  margin: 50px 0; }

.logo {
  background: url('../images/logo.png') no-repeat center;
  background-size: contain;
  width: 267px;
  max-width: 70%;
  height: 100px;
  display: block;
  padding: 20px 0;
  margin: 0 auto; }

.more {
  background: #fc5458;
  color: #fff;
  border-radius: 3px;
  padding: 2px 7px; }

.offer-list {
  margin: 20px 0;
  overflow: hidden; }
  .offer-list .slick-arrow {
    z-index: 2;
    background: #fc5458;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    padding: 0;
    text-align: center;
    color: #eee;
    border-radius: 40px;
    position: absolute;
    cursor: pointer;
    font-size: 24px;
    top: 50%;
    -webkit-transform: translate(0%, -100%);
    -ms-transform: translate(0%, -100%);
    -moz-transform: translate(0%, -100%);
    -o-transform: translate(0%, -100%);
    transform: translate(0%, -100%); }
  .offer-list .slick-prev {
    left: 0; }
  .offer-list .slick-next {
    right: 0; }
  .offer-list.offer-list-vertical .item {
    position: relative;
    clear: left;
    float: none;
    width: auto;
    text-align: left;
    border-top: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer; }
    .offer-list.offer-list-vertical .item:first-child {
      border: 0; }
    .offer-list.offer-list-vertical .item.active:after {
      color: #fc5458;
      -webkit-transform: rotate(90deg) translate(0, -50%);
      -ms-transform: rotate(90deg) translate(0, -50%);
      -moz-transform: rotate(90deg) translate(0, -50%);
      -o-transform: rotate(90deg) translate(0, -50%);
      transform: rotate(90deg) translate(0, -50%); }
    .offer-list.offer-list-vertical .item:after {
      content: '‹';
      position: absolute;
      right: 20px;
      top: 40px;
      font-size: 50px;
      color: #494949;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .offer-list.offer-list-vertical .item .short_body {
      font-weight: bold;
      min-height: 0; }
    .offer-list.offer-list-vertical .item .body {
      margin-left: 178px;
      display: none; }
      @media (max-width:640px) {
    .offer-list.offer-list-vertical .item .body {
      margin: auto; } }
    .offer-list.offer-list-vertical .item .image {
      margin-right: 20px;
      width: 150px;
      height: 150px;
      float: left; }
      @media (max-width:640px) {
    .offer-list.offer-list-vertical .item .image {
      float: none;
      margin: 10px auto; } }
  .offer-list .item {
    outline: none;
    margin: 0 10px;
    width: 220px;
    float: left;
    text-decoration: none;
    color: #494949;
    text-align: center; }
  .offer-list .item .body h3{
    font-size: 16px;
    color: #fc5458;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
  .offer-list .item h2 {
    min-height: 44px;
    font-size: 18px;
    color: #fc5458;
    margin-bottom: 5px;
    padding: 0 10px;
    text-transform: uppercase; }
    @media (max-width:640px) {
    .offer-list .item h2 {
      padding: 0; } }
  .offer-list .item .short_body {
    min-height: 50px;
    margin: 10px 0; }
  .offer-list .item .image {
    margin: auto;
    width: 220px;
    height: 220px;
    border-radius: 110px;
    border: 4px solid #eee;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 120% 120%;
    -webkit-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    -ms-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s; }
  .offer-list .item:hover:after {
    color: #fc5458; }
    .offer-list .item:hover .image {
      border-color: #fc5458;
      background-size: 100% 100%; }

h1 {
  padding: 30px 10px;
  margin: 0;
  font-size: 32px;
  color: #fc5458;
  text-align: center; }
  h1:after, h1:before {
    content: '';
    display: inline-block;
    width: 20%;
    border-top: 1px solid #fc5458;
    margin: 0 20px;
    vertical-align: middle; }
  @media (max-width:640px) {
    h1:after, h1:before {
      width: 10%; } }

.prices .price {
  text-align: right;
  float: right;
  max-width: 40%;
  padding: 20px 0; }
  .prices .name {
    display: block;
    padding: 20px 40px 20px 10px; }
  .prices .subtitle {
    padding: 0px 0 20px 10px; }
  .prices li {
    position: relative;
    border-top: 1px solid #eee; }
  .prices > li {
    border-top: 1px solid #eee; }
  .prices > li > .name {
    font-size: 18px;
    padding-bottom: 0px;
    font-weight: bold; }
  .prices > li:first-child {
    border-top: 0; }
  .prices > li > ul > li > .name {
    padding-left: 30px; }
  .prices > li > ul > li > ul > li > .name {
    padding-left: 50px; }

.row {
  margin-left: -20px;
  margin-right: -20px; }
  .row:after {
    content: '';
    display: table;
    clear: both; }

.col-1-2 {
  padding: 0 20px;
  box-sizing: border-box;
  min-height: 1px;
  float: left;
  width: 50%; }
  @media (max-width:640px) {
  .col-1-2 {
    float: none;
    width: auto; } }

.gallery a {
  display: inline-block;
  border: 3px solid #eee;
  border-radius: 10px;
  margin: 20px; }
  .gallery a img {
    border-radius: 8px;
    display: block; }

