/* project : Esther Studio
 * author : mediamass (marcin kwiatkowski)
 */
/* placeholder for imputs
 * 	+placeholder() */
/* prefix for older browser
 * 	+prefix($property, $value, $prefixes)
 * 	+prefix(box-shadow, 0px 3px 3px 3px red, webkit moz) */
/* transition
 * 	+transition()
 * 	+transition(all, 500ms, $function)
 * 	+transition(all, 500ms, linear)
 * 	// [ease, linear, ease-in, ease-out, ease-in-out] */
/* borders style
 * 	+border()
 * 	+border(1px; #000)
 * 	+border(1px 1px 1px 1px; #000, solid) */
/* border-radius
 * 	+border-radius()
 * 	+border-radius($border-radius: 0) */
/* background opacity
 * 	+background-opacity()
 * 	+background-opacity(#000, 0.8) */
/* opacity
 * 	+opacity()
 * 	+opacity(1) */
/* box
 * 	+box()
 * 	+box(500px, 500px) */
/* background gradiend with deg
 * 	+background-gradient()
 * 	+background-gradient(#f2184e, #3e2d65, 135deg) */
*, *::before, *::after {
  box-sizing: border-box; }

html, body, div, h1, h2, h3, h4, h5, h6, p, span, a,
applet, object, iframe, blockquote, pre, 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; }

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; }

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

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

strong, b {
  font-weight: bold; }

input, textarea {
  outline: none;
  resize: none;
  overflow: auto;
  font-family: inherit; }

a, input, textarea, button, .button {
  text-decoration: none;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear; }

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

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

.container {
  margin: 0 auto; }

@media (max-width: 786px) {
  .container {
    min-width: 320px; }

  .row {
    margin-left: 0;
    margin-right: 0; }

  .row .row .row > div {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
@media (min-width: 768px) {
  .container {
    width: 750px; }

  .row {
    margin-left: -15px;
    margin-right: -15px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.grid-no-padding > [class^="col-"] {
  padding-left: 0px !important;
  padding-right: 0px !important; }
  .grid-no-padding > [class^="col-"]:first-child {
    padding-left: 15px !important; }
  .grid-no-padding > [class^="col-"]:last-child, .grid-no-padding > [class^="col-"].col-xs-12 {
    padding-right: 15px !important; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

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

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.affix {
  position: fixed; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
@media (max-width: 767px) {
  .row .row .col-xs-12 {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .container [class^="col-"], .container-fluid [class^="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
.col-xs-1x5,
.col-sm-1x5,
.col-md-1x5,
.col-lg-1x5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1x5 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-1x5 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-1x5 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-1x5 {
    width: 20%;
    float: left; } }
.no-padding [class^="col-"] {
  padding-left: 0px !important;
  padding-right: 0px !important; }

/* project : default class
 * start date : 09.09.2014
 * modification date : 14.10.2015
 * author : marcin kwiatkowski
 * author url: kwiatkowski.co
 * version: 1.1 */
.text-primary {
  font-family: "Open Sans", sans-serif; }

.text-secondary {
  font-family: "Open Sans", sans-serif; }

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

.text-left {
  text-align: left; }

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-regular {
  font-weight: normal; }

.text-bold {
  font-weight: bold; }

.text-italic {
  font-style: italic; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-firstupper:first-letter {
  text-transform: uppercase; }

.text-under {
  text-decoration: underline; }

.text-line {
  text-decoration: line-through; }

.text-none {
  text-decoration: none; }

.text-muted {
  color: #000; }

.text-info {
  color: #000; }

.text-warning {
  color: #000; }

.text-success, .notice .wpcf7-mail-sent-ok {
  color: #6f9a37; }

.text-error, .notice .wpcf7-validation-errors {
  color: #B76059; }

.text-xs {
  font-size: 11px; }

.text-s {
  font-size: 13px; }

.text-m {
  font-size: 12px; }

.text-l {
  font-size: 14px; }

.text-xl {
  font-size: 18px; }

.clear {
  clear: both;
  display: block;
  content: " ";
  height: 0;
  overflow: hidden; }

.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.hide {
  display: none; }

.flex {
  display: flex; }

.overflow {
  overflow: hidden; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.static {
  position: static; }

.left, .first, .alignleft {
  float: left; }

.right, .last, .alignright {
  float: right; }

.alignnone {
  float: none;
  clear: both; }

.width-full {
  width: 100%; }

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

.height-full {
  height: 100%; }

.height-min-full {
  min-height: 100%; }

.button, .clickable, .wpcf7-submit {
  cursor: pointer; }

.link {
  display: inline-block; }

.link-left {
  padding-left: 0; }

.link-right {
  padding-right: 0; }

.button,
.wpcf7-submit {
  display: inline-block;
  width: 100%;
  font-family: inherit;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear; }

.button-left, .link-left {
  float: left;
  margin-left: 0 !important; }

.button-right, .link-right {
  float: right;
  margin-right: 0 !important; }

.border {
  border: 1px solid #f2f2f2; }

.border-top {
  border-top: 1px solid #f2f2f2; }

.border-bottom {
  border-bottom: 1px solid #f2f2f2; }

.border-right {
  border-right: 1px solid #f2f2f2; }

.border-left {
  border-left: 1px solid #f2f2f2; }

.border-none {
  border: 0 none; }

.form-field {
  font-family: inherit;
  font-size: inherit;
  resize: none; }

ul.list-default li {
  list-style-type: disc; }

ol.list-default li {
  list-style-type: upper; }

ol.list-alfa li {
  list-style-type: lower-alpha; }

ol.list-alfa-upper li {
  list-style-type: upper-alpha; }

ol.list-roman li {
  list-style-type: upper-roman; }

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

.tooltip {
  background: #746958;
  padding: 5px 10px;
  margin: 0 0 5px;
  position: relative;
  display: block;
  cursor: pointer;
  opacity: 1;
  font-size: 14px; }
  .tooltip:after {
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(183, 96, 89, 0);
    border-top-color: #746958;
    border-width: 6px; }

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

html, body {
  background-color: transparent;
  background-image: url("../images/bg.png");
  background-repeat: repeat;
  background-position: 0 0;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #392929;
  height: 100%; }

html, body, p, a, h1, h2, h3, h4, h5, h6 {
  line-height: 150%; }

p {
  margin: 10px 0; }

h1, h2, h3, h4, h5, h6 {
  color: #392929;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400; }

.text-xl {
  font-size: 18px !important; }

a {
  font-style: normal;
  font-weight: normal;
  color: #c30505; }

.container {
  max-width: 980px; }

/* header */
.header .header-right {
  text-align: right; }
.header .logo {
  display: block;
  width: 389px;
  height: 75px;
  text-indent: -999999px;
  margin: 45px 0 70px; }
  .header .logo img {
    display: block; }
.header .facebook {
  display: inline-block;
  width: 100px;
  height: 27px;
  background-color: transparent;
  background-image: url("../images/facebook.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -999999px;
  margin: 10px 0 0; }
.header .box-phone {
  text-transform: uppercase;
  font-size: 10px;
  margin: 10px 0 0;
  text-align: right;
  overflow: hidden;
  clear: both; }
  .header .box-phone .text {
    letter-spacing: 1px;
    font-size: 12px; }
  .header .box-phone .phone {
    height: 32px;
    overflow: hidden;
    margin: 0 0 18px; }
    .header .box-phone .phone span {
      font-size: 27px;
      line-height: 32px;
      background-color: transparent;
      background-image: url("../images/icon-phone.png");
      background-repeat: no-repeat;
      background-position: 0 0;
      display: inline-block;
      padding-left: 30px; }
.header .menu-primary-sub {
  clear: both;
  display: block;
  overflow: hidden;
  float: right;
  margin: 8px 0 15px; }
  .header .menu-primary-sub li {
    display: block;
    float: left;
    width: auto;
    margin: 0 0 0 10px; }
    .header .menu-primary-sub li a {
      display: inline-block;
      padding: 2px 9px;
      font-size: 14px;
      text-transform: uppercase;
      color: #fff;
      background-color: #9c1310;
      letter-spacing: 1px; }
      .header .menu-primary-sub li a:hover {
        background-color: #dbb96c; }
  .header .menu-primary-sub li.current_page_item a,
  .header .menu-primary-sub li.current-menu-item a {
    background-color: #dbb96c; }

/* footer */
.footer-top {
  padding: 25px 0;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  postion: relative; }
  .footer-top .scrolltotop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: #9c1310;
    background-image: url("../images/bg-scroll-top.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 43px;
    height: 43px;
    display: none; }
    .footer-top .scrolltotop:hover {
      background-color: #dbb96c; }
  .footer-top .box-brand-header {
    text-transform: uppercase;
    color: #9c1310;
    letter-spacing: 1px;
    padding: 0 25px;
    margin: 5px 0 0 0;
    position: relative;
    display: inline-block; }
    .footer-top .box-brand-header:after {
      content: "";
      background-color: transparent;
      background-image: url("../images/arrow-red.png");
      background-repeat: no-repeat;
      background-position: right center;
      width: 32px;
      height: 32px;
      display: inline-block;
      position: absolute;
      top: 3px;
      right: -25px;
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .footer-top .box-brand-header strong {
      display: block;
      font-weight: bold; }

.footer-bottom {
  padding: 25px 0;
  background-color: #9c1310;
  color: #fff;
  font-size: 14px;
  text-align: center; }
  .footer-bottom p {
    margin: 0; }

/* menu */
.menu-primary {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #9c1310;
  float: right;
  margin: -8px 0 0; }
  .menu-primary li {
    display: block;
    float: left;
    width: auto;
    padding: 8px 13px; }
    .menu-primary li a {
      font-size: 14px;
      text-transform: uppercase;
      color: #000;
      letter-spacing: 1px; }
      .menu-primary li a:hover {
        color: #9c1310; }
  .menu-primary li.current_page_item a {
    color: #9c1310; }

/* banner */
.banner {
  margin: 0 0 30px; }
  .banner img {
    width: 100%;
    height: auto; }

/* home offer */
.box-home-offer {
  margin: 0; }
  .box-home-offer .item {
    border: 1px solid #9c1310;
    margin-bottom: 30px;
    min-height: 198px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    display: block; }
    .box-home-offer .item img {
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      height: 100%; }
    .box-home-offer .item .content {
      position: absolute;
      z-index: 2;
      bottom: 40px;
      right: 20px; }
      .box-home-offer .item .content hr {
        border: 0 none;
        height: 1px;
        min-width: 120px;
        max-width: 120px;
        background-color: #9c1310; }
      .box-home-offer .item .content .title {
        text-transform: uppercase;
        color: #9c1310;
        letter-spacing: 2px;
        min-width: 120px;
        line-height: 120%;
        border-bottom: 1px solid #9c1310;
        padding-bottom: 5px;
        margin-bottom: 10px; }
        .box-home-offer .item .content .title strong {
          display: block; }
      .box-home-offer .item .content .read-more {
        color: #000;
        text-transform: uppercase; }
    .box-home-offer .item:hover .read-more {
      color: #9c1310; }

.page-wrap {
  margin: 0 0 30px; }

.page-content {
  margin: 0 0 30px; }
  .page-content img.aligncenter {
    display: block;
    margin: 0 auto; }
  .page-content .post-title {
    font-size: 25px;
    font-weight: normal;
    text-transform: none;
    text-align: center;
    margin: 0; }
  .page-content .post-subtitle {
    font-size: 17px;
    font-weight: normal;
    text-transform: none;
    text-align: center; }
  .page-content .post-image {
    margin: 30px auto;
    text-align: center; }
    .page-content .post-image img {
      border: 1px solid #9c1310;
      display: inline-block; }
  .page-content .price {
    font-size: 18px;
    text-transform: uppercase;
    color: #9c1310;
    margin: 0 0 5px; }
  .page-content .price-promo {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #9c1310;
    margin: 0 0 20px; }
  .page-content .time {
    color: #9c1310;
    margin: 30px 0 13px 10px;
    text-transform: uppercase; }
    .page-content .time span {
      text-transform: none; }
  .page-content .box-indications {
    color: #9c1310;
    border-left: 3px solid #9c1310;
    padding-left: 10px; }
    .page-content .box-indications span {
      font-weight: bold;
      display: block;
      line-height: 100%;
      text-transform: uppercase; }
  .page-content .thumbnail {
    margin: 0 0 20px;
    text-align: center; }
    .page-content .thumbnail img {
      display: inline-block; }
  .page-content p {
    font-size: 12px;
    margin: 0 0 10px; }
  .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px; }
  .page-content h1 {
    font-size: 22px; }
    .page-content h1.title {
      margin: 0 0 10px;
      color: #9c1310; }
  .page-content h2 {
    font-size: 20px; }
  .page-content h3 {
    font-size: 18px; }
  .page-content h4 {
    font-size: 16px; }
  .page-content h5 {
    font-size: 14px; }
  .page-content h6 {
    font-size: 12px; }

/* price-list */
.price-list {
  margin-top: -5px;
  margin-bottom: 20px; }

.page-price-list {
  font-size: 12px; }
  .page-price-list hr {
    border: 0px none;
    height: 1px;
    background-color: #9C1310;
    margin: 20px 0; }
  .page-price-list .price-category {
    color: #9c1310;
    font-weight: bold;
    text-transform: uppercase; }
  .page-price-list .price-row {
    margin: 0 0 10px;
    overflow: hidden; }
    .page-price-list .price-row .price-name {
      float: left;
      max-width: 500px;
      font-size: 12px; }
      .page-price-list .price-row .price-name a {
        color: #000; }
        .page-price-list .price-row .price-name a:hover {
          color: #9c1310; }
    .page-price-list .price-row .price {
      color: #9c1310;
      font-weight: bold;
      float: right;
      width: 100px;
      text-align: right;
      font-size: 12px;
      text-transform: none !important; }
      .page-price-list .price-row .price .tt-normal {
        text-transform: none; }
      .page-price-list .price-row .price .old {
        color: #000;
        font-weight: normal;
        text-decoration: line-through;
        display: inline-block;
        padding-right: 8px; }

/* sidebar */
.sidebar {
  margin-top: 50px; }
  .sidebar .box-sidebar {
    margin: 30px 0 0; }
    .sidebar .box-sidebar img {
      border: 1px solid #9c1310;
      width: 100%;
      height: auto; }

.treatments-list .item {
  min-height: 240px;
  margin: 0 0 20px;
  text-align: center; }
  .treatments-list .item img {
    width: 100%;
    height: auto;
    border: 1px solid #9c1310;
    margin-bottom: 10px; }
  .treatments-list .item .title {
    text-transform: uppercase;
    color: #9C1310;
    letter-spacing: 2px;
    line-height: 120%;
    min-width: 120px;
    min-height: 35px;
    display: block; }
    .treatments-list .item .title strong {
      display: block;
      font-weight: bold; }
  .treatments-list .item .read-more {
    color: #000;
    text-transform: uppercase; }
  .treatments-list .item a:hover .read-more {
    color: #9c1310; }
  .treatments-list .item hr {
    border: 0px none;
    height: 1px;
    min-width: 120px;
    max-width: 120px;
    background-color: #9C1310; }

.page-price-list .sidebar,
.page-treatment .sidebar {
  margin-top: 0; }

.page-price-list .page-content .page-content-text p:last-child {
  margin-bottom: 30px; }

.page .page-content .post-title {
  margin-bottom: 25px; }

.box-text {
  margin: 30px 0; }

#box-google-maps {
  height: 310px;
  border: 1px solid #9c1310;
  margin: 30px 0; }

.box-data p {
  font-size: 14px;
  margin: 0 0 10px; }
.box-data a {
  color: #000; }
  .box-data a:hover {
    color: #9c1310; }

.text-red {
  color: #9c1310; }

.box-brands {
  padding: 0; }
  .box-brands .item {
    margin: 3px; }
    .box-brands .item img {
      display: block;
      width: 100%;
      height: auto; }

.treatments-list-category .item {
  text-align: center; }
  .treatments-list-category .item .title {
    height: 115px;
    border: 1px solid #9c1310;
    background-color: #fff;
    padding: 0 30px;
    text-transform: uppercase;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear; }
    .treatments-list-category .item .title .title-inner {
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
  .treatments-list-category .item .read-more {
    color: #000;
    text-transform: uppercase;
    display: block;
    margin: 10px 0 30px; }
  .treatments-list-category .item:hover .title {
    background-color: #9c1310;
    color: #DBB96C; }
  .treatments-list-category .item:hover .read-more {
    color: #9c1310; }

.page-content .box-mt10 {
  margin-top: 10px !important; }
.page-content .box-mt20 {
  margin-top: 20px !important; }
.page-content .box-mt30 {
  margin-top: 30px !important; }

.ps-list li {
  background-color: #D4C385;
  margin-bottom: 0 !important; }
  .ps-list li span {
    display: none; }
  .ps-list li .title {
    display: block; }
  .ps-list li .subtitle {
    display: block; }
.ps-list img {
  display: none !important; }

.page-content ul,
.page-content ol {
  font-size: 12px;
  margin: 0 0 10px; }
.page-content ul > li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: transparent;
  background-image: url("../images/bullets.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0 10px 3px 0; }
.page-content ol > li {
  counter-increment: step-counter; }
  .page-content ol > li::before {
    content: counter(step-counter) ". ";
    color: #9c1310; }

.accordion-price .accordion-item .accordion-header {
  background-color: #dbb96c;
  cursor: pointer;
  margin: 5px 0 0;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear; }
  .accordion-price .accordion-item .accordion-header .accordion-header-icon {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    background-color: transparent;
    background-image: url("../images/arrow-red-down-xs.png");
    background-repeat: no-repeat;
    background-position: right center;
    width: 49px;
    height: 50px;
    margin: 0;
    float: right;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  .accordion-price .accordion-item .accordion-header:hover {
    background-color: #efd08b; }
  .accordion-price .accordion-item .accordion-header h2 {
    font-size: 14px;
    font-weight: normal !important;
    text-transform: uppercase;
    margin: 14px 20px 13px;
    color: #fff;
    display: inline-block; }
.accordion-price .accordion-item.accordion-item-active .accordion-header {
  background-color: #efd08b; }
.accordion-price .accordion-item.accordion-item-active .accordion-header-icon {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
.accordion-price .accordion-item.accordion-item-active h2 {
  color: #9c1310; }
.accordion-price .accordion-content {
  padding: 0; }
  .accordion-price .accordion-content .price-row {
    border-bottom: 1px dashed #F3E2B6;
    margin: 0;
    padding: 10px 20px;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear; }
    .accordion-price .accordion-content .price-row .price-row-inner {
      padding: 5px 0;
      overflow: hidden; }
    .accordion-price .accordion-content .price-row .price-name {
      width: 70%; }
    .accordion-price .accordion-content .price-row .price {
      width: 30%;
      margin: 0;
      font-size: 12px; }
    .accordion-price .accordion-content .price-row:hover {
      background-color: #fbebea; }
  .accordion-price .accordion-content .price-row:last-child {
    border-bottom: 0 none; }
.accordion-price .accordion-content {
  display: none;
  color: #212121;
  background: #FFF;
  font-size: 15px; }

html[data-useragent*='MSIE 10.0'] .jssort11 > div {
  width: 310px !important;
  left: 0 !important; }
  html[data-useragent*='MSIE 10.0'] .jssort11 > div > div {
    width: 310px !important; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .jssort11 > div {
    width: 310px !important;
    left: 0 !important; }
    .jssort11 > div > div {
      width: 310px !important; } }
.accordion .accordion-item {
  margin-bottom: 2px; }
  .accordion .accordion-item .accordion-header {
    background-color: #9c1310;
    background: #a71e19;
    background: -moz-linear-gradient(top, #a71e19 0%, #b2211c 51%, #aa0907 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #a71e19), color-stop(51%, #b2211c), color-stop(100%, #aa0907));
    background: -webkit-linear-gradient(top, #a71e19 0%, #b2211c 51%, #aa0907 100%);
    background: -o-linear-gradient(top, #a71e19 0%, #b2211c 51%, #aa0907 100%);
    background: -ms-linear-gradient(top, #a71e19 0%, #b2211c 51%, #aa0907 100%);
    background: linear-gradient(to bottom, #a71e19 0%, #b2211c 51%, #aa0907 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a71e19', endColorstr='#aa0907', GradientType=0 );
    padding: 0;
    cursor: pointer;
    min-height: 20px;
    transition: 0.25s;
    overflow: hidden; }
    .accordion .accordion-item .accordion-header h2 {
      float: left;
      font-size: 14px;
      font-weight: normal !important;
      text-transform: uppercase;
      margin: 14px 10px 14px 20px;
      color: #fff;
      display: inline-block;
      max-width: 245px; }
  .accordion .accordion-item .accordion-content {
    display: none;
    color: #212121;
    background: #FFF;
    font-size: 15px; }
    .accordion .accordion-item .accordion-content h3 {
      display: block;
      padding: 7px 20px;
      font-size: 12px;
      color: #000;
      text-transform: uppercase;
      cursor: pointer;
      border-bottom: 1px solid #9c1310;
      position: relative;
      -webkit-transition: all 500ms linear;
      transition: all 500ms linear; }
      .accordion .accordion-item .accordion-content h3 span {
        display: block;
        background-color: transparent;
        background-image: url("../images/arrow-yellow.png");
        background-repeat: no-repeat;
        background-position: right center;
        width: 14px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 10px;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: all 500ms linear;
        transition: all 500ms linear; }
      .accordion .accordion-item .accordion-content h3.active span {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    .accordion .accordion-item .accordion-content ul li {
      border-bottom: 1px solid #9c1310; }
      .accordion .accordion-item .accordion-content ul li a {
        display: block;
        padding: 7px 20px;
        font-size: 12px;
        color: #000; }
        .accordion .accordion-item .accordion-content ul li a:hover {
          color: #9c1310; }
        .accordion .accordion-item .accordion-content ul li a.active {
          color: #9c1310; }
    .accordion .accordion-item .accordion-content h3 + ul {
      height: 0;
      overflow: hidden;
      -webkit-transition: all 500ms linear;
      transition: all 500ms linear; }
    .accordion .accordion-item .accordion-content h3.active + ul {
      height: auto; }
    .accordion .accordion-item .accordion-content h3.active {
      color: #B0201B; }

.accordion-item-active .accordion-header h2 {
  color: #dbb96c; }

.accordion-header {
  position: relative; }

.accordion-header-icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  background-color: transparent;
  background-image: url("../images/arrow-yellow.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 49px;
  height: 49px;
  margin: 0;
  float: right;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }
  .accordion-header-icon.accordion-header-icon-active {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

.accordion-item .accordion-content ul.sub li a {
  padding: 7px 30px; }

.jssort11 {
  position: absolute;
  left: 0 !important;
  top: -1px !important;
  width: 310px;
  height: 281px; }
  .jssort11 .p {
    position: relative;
    width: 100%;
    height: 70px;
    cursor: pointer;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background: #eeddaf;
    background: -moz-linear-gradient(top, #eeddaf 0%, #dfc17b 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #eeddaf), color-stop(100%, #dfc17b));
    background: -webkit-linear-gradient(top, #eeddaf 0%, #dfc17b 100%);
    background: -o-linear-gradient(top, #eeddaf 0%, #dfc17b 100%);
    background: -ms-linear-gradient(top, #eeddaf 0%, #dfc17b 100%);
    background: linear-gradient(to bottom, #eeddaf 0%, #dfc17b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeddaf', endColorstr='#dfc17b', GradientType=0 ); }
    .jssort11 .p.pav {
      background-color: #9c1310;
      background: #a71e19;
      background: -moz-linear-gradient(top, #a71e19 0%, #b2211c 51%, #aa0907 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, #a71e19), color-stop(51%, #b2211c), color-stop(100%, #aa0907));
      background: -webkit-linear-gradient(top, #a71e19 0%, #b2211c 51%, #aa0907 100%);
      background: -o-linear-gradient(top, #a71e19 0%, #b2211c 51%, #aa0907 100%);
      background: -ms-linear-gradient(top, #a71e19 0%, #b2211c 51%, #aa0907 100%);
      background: linear-gradient(to bottom, #a71e19 0%, #b2211c 51%, #aa0907 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a71e19', endColorstr='#aa0907', GradientType=0 ); }
      .jssort11 .p.pav .tp {
        color: #fff; }
  .jssort11 .tp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: none;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 30px;
    color: #9c1310; }
    .jssort11 .tp .t {
      font-size: 14px; }
    .jssort11 .tp .c {
      font-size: 12px; }

.slider {
  position: relative;
  margin: 0 auto;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 280px;
  overflow: hidden;
  visibility: hidden; }

.slides {
  cursor: default;
  position: relative;
  top: 0px;
  right: 0px;
  width: 670px;
  height: 278px !important;
  overflow: hidden;
  border: 1px solid #9c1310; }

.slider * {
  outline: 1px solid transparent; }

@media (max-width: 1199px) and (min-width: 992px) {
  .slider {
    width: 100% !important; }

  #jssor_1 .slider {
    left: -10px !important; } }
@media (max-width: 991px) {
  .box-brands {
    margin: 20px 0; }

  .page .sidebar {
    margin-top: 0; }

  .page .page-content .post-title {
    margin-bottom: 5px;
    margin-top: 10px; }

  .sidebar .box-sidebar {
    margin: 30px 0; }

  .header .logo {
    max-width: 100%;
    width: 100%;
    height: auto; }

  .jssort11 {
    position: static !important; }

  .jssort11 > div {
    display: none !important; }

  .slides {
    position: static !important;
    width: 100% !important; }
    .slides .item {
      border: 1px solid #9c1310; }

  .box-sidebar a {
    display: block;
    width: 49%;
    margin: 0 1% 20px;
    float: left; }
    .box-sidebar a:nth-child(odd) {
      margin-left: 0; }
    .box-sidebar a:nth-child(even) {
      margin-right: 0; }

  .slider {
    width: 747px !important;
    height: 313px !important;
    margin: 10px auto 0; }

  #jssor_1 > div {
    width: 100% !important;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 313px;
    transform-origin: 0px 0px 0px;
    transform: scale(1); }
    #jssor_1 > div .slider {
      position: relative;
      margin: 0px auto;
      top: 0px;
      left: 0px;
      height: 295px;
      overflow: visible;
      visibility: visible;
      display: block; }
    #jssor_1 > div .item {
      width: 100% !important;
      height: 313px !important; } }
@media (max-width: 767px) {
  .footer-top .scrolltotop {
    right: 1px; }

  .footer .container [class^="col-"],
  .row .row [class^="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .page-wrap,
  .page-content {
    margin: 0; }

  .page-price-list .price-row .price-name,
  .page-price-list .price-row .price {
    float: left;
    width: 50%; }

  .page-content .post-title {
    font-size: 25px; }

  .page-content .post-subtitle {
    font-size: 20px; }

  .header .logo {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 40px;
    margin: 10px 0px;
    position: relative; }
    .header .logo img {
      display: block;
      float: none;
      margin: auto;
      width: 200px !important; }
  .header .box-phone {
    position: absolute;
    top: 0;
    right: 15px;
    margin: 0; }
  .header .menu-primary {
    margin: 90px 0px 0px;
    border-bottom: 0;
    float: none; }
    .header .menu-primary li {
      display: block;
      float: none;
      width: 100%;
      border-bottom: 2px solid #9c1310; }
      .header .menu-primary li a {
        display: block;
        text-align: center;
        color: #000 !important; }
  .header .menu-primary-sub {
    margin-bottom: 0;
    float: none; }
    .header .menu-primary-sub li {
      width: 100%;
      margin: 5px 0;
      float: none; }
      .header .menu-primary-sub li:last-child {
        margin-left: 0; }
      .header .menu-primary-sub li a {
        display: block;
        text-align: center; }
  .header .facebook {
    position: absolute;
    top: 65px;
    right: 0;
    left: 0;
    margin: 0 auto; }

  .page-price-list .sidebar,
  .page-treatment .sidebar,
  #box-google-maps,
  .box-home-offer,
  .treatments-list,
  .treatments-list-category,
  .postpage {
    margin: 10px 0; }

  .page .page-content .post-title {
    margin-bottom: 0;
    margin-top: 0; }

  .banner {
    overflow: hidden; }

  .slider {
    width: 450px !important;
    height: 199px !important;
    margin: 10px auto 0 !important; }

  #jssor_1 > div {
    width: 100% !important;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 189px;
    transform-origin: 0px 0px 0px;
    transform: scale(1); }
    #jssor_1 > div .slider {
      position: relative;
      margin: 0px auto;
      top: 0px;
      left: 0px;
      height: 189px;
      overflow: visible;
      visibility: visible;
      display: block; }
    #jssor_1 > div .item {
      width: 100% !important;
      height: 189px !important; }
    #jssor_1 > div img {
      display: block; } }
@media (max-width: 480px) {
  .slider {
    width: 360px !important;
    height: 162px !important;
    margin: 10px auto 0; }

  #jssor_1 > div {
    width: 100% !important;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 152px;
    transform-origin: 0px 0px 0px;
    transform: scale(1); }
    #jssor_1 > div .slider {
      position: relative;
      margin: 0px auto;
      top: 0px;
      left: 0px;
      height: 122px;
      overflow: visible;
      visibility: visible;
      display: block; }
      #jssor_1 > div .slider .item {
        width: 100% !important;
        height: 152px !important; }

  .box-sidebar a {
    display: block;
    width: 100%;
    margin: 10px 0;
    float: left; }
    .box-sidebar a:nth-child(odd), .box-sidebar a:nth-child(even) {
      margin: 10px 0; }

  .slides {
    border: 0 none !important; }
    .slides .item {
      height: 122px !important; }

  .accordion-item .accordion-header h2 {
    font-size: 12px; }

  .header .logo img {
    width: 100% !important; }
  .header .box-phone {
    position: absolute;
    top: 25px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center; }
  .header .facebook {
    position: absolute;
    top: 90px; }
  .header .menu-primary {
    margin: 115px 0px 0px; } }
@media (max-width: 360px) {
  .slider[style] {
    width: 330px !important;
    height: 152px !important;
    margin: 10px auto 0; }

  #jssor_1 > div .slider .item {
    width: 100% !important;
    height: 139px !important; } }
@media (max-width: 359px) {
  .slider[style] {
    width: 290px !important;
    height: 132px !important;
    margin: 10px auto 0; }

  #jssor_1 {
    overflow: hidden; }

  #jssor_1 > div .slider .item[style] {
    width: 100% !important;
    height: 122px !important; } }
@media only screen and (max-device-width: 320px) {
  .slider {
    width: 290px !important;
    height: 132px !important;
    margin: 10px auto 0; }

  #jssor_1 {
    overflow: hidden; }

  #jssor_1 > div .slider .item {
    width: 100% !important;
    height: 122px !important; } }

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