/* Import Font Awesome CSS */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@charset "utf-8";

/* GENERAL SETTINGS */
body {
 background-color: #fff;
 text-shadow: none;
 font-family: 'Open Sans', sans-serif;
 font-size: 16px;
 font-weight: 400;
 line-height: 1.9;
 word-wrap: break-word;
 font-style: normal;
 color: #444;
 text-rendering: optimizeLegibility;
}
label, input, button, select, textarea {
  font-weight: normal;
}
select {
  width: auto;
  background-color: #FFF;
  border: 1px solid #ccc;
  margin-top: 2px;
}
textarea {
  color: #333;
}
input, textarea, .uneditable-input {
  width: 100%;
}
ul, ol {
  padding: 0;
  margin: 0 0 10px 20px;
}
dl, dt, dd {
  line-height: 20px;
  text-align: left;
}
dl.article-info.muted dd {
  display: inline;
}
li {
  line-height: 24px;
}
.item-page {
  margin-top: 20px;
}
p {
  text-align: left;
  margin-bottom: 20px;
}
.pagination ul > li > a, .pagination ul > li > span {
  background-color: #fff;
}
table {
  width: 100%;
  margin-bottom: 20px;
}
tr {
  border-bottom: 1px solid #ddd;
}
td {
  padding: 15px;
}

/* TITLES */
h1,.page-header h1,.blog h2 {
  font-family: 'Playfair Display', serif;
  margin-top: 10px;
  font-weight: 700;
  color: #333;
}
h1, .page-header h1, .headline {
  font-size: 44px;
  line-height: 48px;
  border-bottom: 0px solid #eee;
  text-align: center;
  font-family: 'Playfair Display', serif;
  letter-spacing: -3px;
  font-weight: normal;
  margin-top: 10px;
  font-weight: 400;
  color: #DB7093;
}
h2,.page-header h2,.page-header {
 font-family: 'Open Sans', sans-serif;
  color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
 text-align: left;
 font-size: 22px;
 line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  margin-top: 20px;
  font-size: 20px;
  line-height: 24px;
}
h4 {
  font-size: 15px;
  line-height: 19px;
}

/* WIDTH */
#wrapper {
  width: 100%;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  clear: both;
}
.wrapblock {
  margin: 0 auto;
  max-width: 1920px;
}
.header {
  width: 100%;
  color: #fff;
  height: auto;
  padding-right: auto;
  padding-left: auto;
  margin: 0 auto;
  background-color: #0070b4;
}
.container-fluid,
.container,
.header .container,
.footer .container,
.pos0 {
  padding-right: auto;
  padding-left: auto;
  margin: 0 auto;
}
.container-content {
  margin: 0 auto;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  background-color: inherit;
}

/* PAGE SECTIONS */
.position-0,.position-1,.position-2,.position-3,.position-4,.position-5,.position-11,.position-12,.top-1,.top-2,.bottom-1,.bottom-2,.bottom-3,.bottom-4,.bottom-5,.bottom-6,.bottom-7,.bottom-8,.bottom-9,.bottom-10 {
   width: 100%;
   margin: 0 auto;
   margin-right: auto;
   margin-left: auto;
   clear: both;
}
.position-0 {
  text-align: center;
}
.position-4 {
  background-color: #fff;
  border-bottom: 1px dotted #ddd;
}
.position-5 {
  background-color: #fff;
  color: #444;
  padding-top: 10px;
}
.position-1 {
	background-color: #fff;
}
.top-1, .top.2 {
	width: 100%;
	padding: 30px 0px;
	margin: 0 auto;
}
.position-11 {
  background-color: #333;
  padding-bottom: 40px;
  color: #fff;
}
.position-12 {
  background-color: #333;
  border-color: #eee;
  color: #f5f5f5;
  font-size: 90%;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}


/* IMAGES */
.container-content img,.img {
  border: 0px;
}
a.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 0px solid #ddd;
  border-radius: 4px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.055);
  transition: none;
  padding:0 !important;
  border:none !important;
  -webkit-box-shadow:none !important;
  -moz-box-shadow:none !important;
  box-shadow:none !important;
}
div.item-page img {
  padding: 3px;
}
.position-0 img {
  margin: 0;
  padding: 0;
  width: auto;
}


/* BREADCRUMBS */
.breadcrumb img {
  border: 0px;
  padding: 0px;
  margin: 0px;
}
.breadcrumb {
  list-style: outside none none;
  border-radius: 0px;
  background-color: inherit;
  font-size: 85%;
  clear: both;
}

/* MODULES */
.moduletable {
  margin: 0 auto;
}
div.search {
  padding-top: 25px;
  text-align: center;
}
input.search-query { width: 100%; }
.phrases, .only, .form-limit {
  display: none;
}
.inputbox.search-query {
  color: #494949;
}
#sidebarright .moduletable,#sidebarleft .moduletable {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
}
#sidebarright .moduletable h3,#sidebarleft .moduletable h3 {
  text-align: left;
  background-color: inherit;
  color: #333;
  margin: 5px;
  padding: 2px 0px;
  font-family: Exo, Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.moduletable_toptext p {
  text-align: right;
  font-size: 24px;
  line-height: 28px;
  color: #444;
}

/* HEADER IMAGE MODULE */
.moduletable_homepg {
  background-image: url(../images/header/header_bg.jpg);
  margin: 0 0 50px 0 !important;
  height: 750px;
  line-height: 770px;
  text-align: center;
}
.moduletable_about {
  background-image: url(../images/header/about_bg.jpg);
}
.moduletable_services {
  background-image: url(../images/header/services_bg.jpg);
}
.moduletable_faq {
  background-image: url(../images/header/faq_bg.jpg);
}
.moduletable_treatments {
  background-image: url(../images/header/treatments_bg.jpg);
}
.moduletable_pricelist {
  background-image: url(../images/header/pricelist_bg.jpg);
}
.moduletable_contact {
  background-image: url(../images/header/contact_bg.jpg);
}
.moduletable_about, .moduletable_services, .moduletable_faq, .moduletable_treatments, .moduletable_pricelist, .moduletable_about, .moduletable_services, .moduletable_faq, .moduletable_treatments, .moduletable_contact {
  background-size: cover !important;
  margin: 0 0 20px 0 !important;
  height: 560px;
  line-height: 560px;
  text-align: center;
}
.position-0 h1 {
    display: inline-block;
    font-size: 66px;
    font-weight: 400;
    line-height: 1.1;
    color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    margin: 0 160px;
    position: relative;
    text-align: center;
    text-transform: none;
    z-index: 2;
}
.position-0 .subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0 !important;
  margin: 4px 0 40px 0;
  text-align: center;
}

/* HOMEPAGE MODULES */
.bottom-1, .bottom-2, .bottom-3 {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0px;
  text-align: center;
}
.bottom-1 h2, .bottom-2 h2, .bottom-3 h2 {
  font-family: 'Playfair Display', serif;  
  font-size: 60px;
    font-weight: 400;
    line-height: 66px;
    color: #000;
    text-align: center;
    text-transform: none;
    margin-bottom: 5px;
}
.bottom-1 h2, .bottom-2 h2, .bottom-3 h2 a, .bottom-3 h2 a:visited, .bottom-3 h2 a:active {
  font-family: 'Playfair Display', serif;  
  font-size: 60px;
    font-weight: 400;
    line-height: 66px;
    color: #000;
    text-align: center;
    text-transform: none;
    margin-bottom: 5px;
}
.bottom-3 h2 a:hover {
  color: #DB7093;
}
.bottom-1 h3, .bottom-2 h3, .bottom-3 h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 40px;
  letter-spacing: 0 !important;
  text-align: center;
}


/* FOOTER MODULES */
.footer {
  width: 100%;
  background-color: #333;
  color: #f5f5f5;
  padding-right: auto;
  padding-left: auto;
  margin: 0 auto;
  margin-bottom: 0px;
  text-align: center;
}
.footer .moduletable {
	text-align: left;
}
.footer a:link, .footer a:active, .footer a:visited, .footer a:focus {
  color: #bfbfbf;
  background-color: inherit;
  font-weight: normal;
}
.footer a:hover {
  color: #DB7093;
  text-decoration: underline;
}

/* LINKS */
a, a:link, a:active, a:visited {
  color: #336699;
}
a:hover {
  color: #DB7093;
  text-decoration: none;
}
.position-4 a,
.position-4 a:visited,
.position-4 a:active,
.position-4 a:focus {
  color: #444;
}
.position-4 a:hover, .position-5 a:hover, .position-5 a:visited {
  color: #DB7093;
  text-decoration: none;
}
.blog h2 a,.blog h2 a:link,.blog h2 a:active,.blog h2 a:visited {
  color: #DB7093;
  font-family: 'Playfair Display', serif;
}
.blog h2 a:hover,.blog h2 a:focus {
  color: #494949;
  text-decoration: underline;
}

/* PAGE NAVIGATION */
.pagenav {
    padding: 16px 8px;
    margin: 0 4px;
    border: 0px solid #aaa;
    background-color: #fff;
    color: #444;
}
.pagenav a {
  color: #444;
}
.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 0px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

/* READMORE BUTTON */
 p.readmore .btn {
  text-align: center;
  color: #494949;
  background-color: #eee;
  border-color: #eee;
 }
p.readmore .btn:hover,
p.readmore .btn:active,
p.readmore .btn.active {
  text-decoration: underline;
  text-shadow: none;
  background-color: #eee;
  color: #000;
  border: solid #ddd 1px;
 }
p.readmore a .icon-chevron-right {
  background-image: none;
}

/* BUTTON GENERAL */
.btn,.btn-primary,.button {
  display: inline-block;
  padding: 3px 12px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  border-radius: 4px;
  box-shadow: none;
  background-color: #eee;
  color: #494949;
  border-color: #eee;
}
.btn:focus,.btn-primary:focus {
 background-color: #eee;
 color: #000;
 background-image: none;
 border: 1px solid #eee;
}
.btn:hover,.btn-primary:hover,.moduletable .search .button:hover {
 background-image: none;
 background-color: #eee;
 color: #000;
 border: solid #ddd 1px;
}
.btn-contact {
  display: inline-block;
  padding: 10px 18px;
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  border-radius: 4px;
  box-shadow: none;
  background-color: #eee;
  color: #494949;
  border-color: #eee;
}
.btn-contact:focus,.btn-contact:hover {
 background-image: none;
 background-color: #eee;
 color: #000;
 border: solid #ddd 1px;
 text-decoration: underline;
}
.moduletable .search .button {
  margin-top: -8px;
  margin-bottom: 2px;
  margin-left: 5px;
}

/* SPECIAL STYLES */
.alert, .alert h4 {
  color: #000;
}
div.alert, div.alert-message {
  background-color: #fff;
  color: #333;
}
.small {
   font-size: 13px;
}

/* BLOG STYLE */
.blog .items-row {
  clear: both;
  margin: 0 auto;
}
.blog .page-header {
    border-bottom: 0px solid #eee;
}
.blog h2 {
  text-align: center;
  border: 0px;
}
.cat-children h3 {
  font-size: 14px;
  line-height: 16px;
  display: inline;
  text-transform: none;
}

/* LINE SEPARATOR HR */
hr { overflow: visible; /* For IE */ padding: 0; border: none; border-top: 1px solid #d5d5d5;
    clear: both;
    display: block;
    margin: 50px auto;
    position: relative;
    top: 20px;
    width: 200px;
    text-align: center;}
hr:after {
    background: #d5d5d5;
    content: "";
    height: 9px;
    left: 50%;
    margin: -4px 0 0 -4px;
    position: absolute;
    top: -1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 9px;
}

/* SEARCH RESULTS */
dt.result-title {
  font-size: 18px;
  margin-top: 20px;
}
.position-4 form {
  margin: 0 0 5px;
}

/* ITP SOCIAL BUTTONSA */
.itp-social-buttons-box {
    width: 100%;
    display: block;
  margin-top: 20px;
}
.itp-sbb-tl {
    border-top: thin solid #eee;
    border-bottom: none;
    padding-top: 5px;
}

/* GDPR MODULE */
.button_cookie {font-weight: normal;}