/* BEGIN of CSS RESET */
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;
}

/* END of CSS RESET */

/* 1 - END of Including files ("fonts.css", "reset.css" and others) ---------------------------------------------------------- */
/* 2 - BEGIN of Tags and General styles ---------------------------------------------------------- */

body {
	min-height: 500px;
	margin: 0 auto;
	font-family: 'NewsGothicMT', sans-serif;
	font-weight: normal;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	outline: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover {
	opacity: 0.7;
	text-decoration: none;
	color: inherit;
	outline: none;
}

a:active {
	opacity: 0.6;
	outline: none;
	color: inherit;
	text-decoration: none;
}

a:focus {
	outline: none;
	color: inherit;
	text-decoration: none;
}

button, input, textarea, select {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

button:hover, input:hover, select:hover {
	opacity: 0.8;
}

strong {
	font-weight: 700;
}

em {
	font-style:italic;
}

img {
	max-width: 100%;
}

h1 {
	padding: 0 0 0;
	font-size: 40px;
	line-height: 45px;
	font-weight: 700;
	letter-spacing: 0;
}

h2 {
	padding: 0 0 0;
	font-size: 35px;
	line-height: 35px;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: uppercase;
}

h3 {
	padding: 0 0 0;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: uppercase;
}

h4 {
	padding: 0 0 0;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: uppercase;
}

h5 {
	padding: 0 0 0;
	font-size: 20px;
	line-height: 35px;
	font-family: 'Arial';
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

h6 {
	padding: 0 0 0;
	font-size: 17px;
	line-height: 22px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

blockquote {
	display: block;
	margin: 0 30px 0;
	font-size: 120%;
}

.main-content ul {
	padding-left: 20px;
	padding-bottom: 20px;
	line-height: 25px;
	font-family: 'Arial';
}

.main-content ol {
	padding-left: 20px;
	padding-bottom: 20px;
	line-height: 25px;
	font-family: 'Arial';
}

.main-content .btn-1, .main-content .btn-2, .main-content .btn-3 {
	display: inline-block;
	width: auto;
	min-width: 268px;
}

.main-content .btn-1:after, .main-content .btn-2:after {
	margin: 9px 0 0 10px;
}

.clear:before, .clear:after {
	content: "";
	display: block;
	clear: both;
}

.hide, .hidden {
	display: none;
}

.content-wrapper {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.alignleft, img.alignleft {
	float: left;
	display: block;
	margin: 15px 25px 25px 0;
}

.alignright, img.alignright {
	float: right;
	display: block;
	margin: 15px 0 25px 25px;
}

.aligncenter, img.aligncenter {
	float: none;
	display: block;
	margin: 15px auto 25px;
}

.alignnone, img.alignnone {
	margin: 15px 0 25px;
	display: block;
}

.no-padding {
	padding: 0;
}

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

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

/* 2 - END of Tags styles and General styles ---------------------------------------------------------- */
/* 3 - BEGIN of header ---------------------------------------------------------- */

header {
	background: #FFFFFF;
	min-height: 80px;
	padding: 40px 0 0;
	border-bottom: 1px solid #dad9dc;
}

.header-subcribe {
	padding: 44px 0 5px 5px;
	margin: 0 -10px 0 0;
}

.header-subcribe p {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 4px;
}

.header-subcribe input[type="text"], .header-subcribe input[type="email"] {
	display: block;
	outline: none;
	float: left;
	padding: 0 45px 0 7px;
	margin: 0 -42px 0 0;
	width: 100%;
	font-size: 14px;
	/*line-height: 34px;*/
	height: 36px;
	line-height: 16px;
	background: #F4F4F5;
	border: 1px solid #F4F4F5;
}

.header-subcribe button, .header-subcribe input[type="submit"] {
	background: transparent;
	outline: none;
	border: none;
	border-left: 1px solid #9C9BA3;
	display: inline-block;
	float: right;
	margin: 7px 2px 0 0;
	padding: 0 0 1px 15px;
	text-align: left;
	width: 38px;
	color: #007168;
	font-size: 24px;
	line-height: 20px;
	height: 22px;
	position: relative;
	z-index: 2;
}

.header-subcribe button i, .header-subcribe input[type="submit"] i {
	margin: 0px 0 0 0;
	vertical-align: bottom;
	line-height: 18px;
	float: left;
	height: 18px;
}

.header-subcribe button i:before, .header-subcribe input[type="submit"] i:before {
	height: 16px;
	line-height: 16px;
	display: inline-block;
}

.header-subcribe button:hover, .header-subcribe input[type="submit"]:hover {
	/*padding-left: 22px;*/
}

.header-subcribe:after {
	content: "";
	display: block;
	clear: both;
}

.logo {
	display: inline-block;
	margin: 4px 0 0 3px;
}

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

.header-links a {
	display: inline-block;
	color: #444351;
	font-size: 21px;
	line-height: 20px;
	margin: 0 0 0 12px;
	padding: 0 1px 0;
	vertical-align: baseline;
}

.header-links a:hover {
	opacity: 1;
}

.header-links .search-btn, .search-btn {
	margin: 0 17px 0 0;
}

.header-links p {
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	padding: 0 0 0 5px;
	text-transform: uppercase;
	color: #007168;
}

.header-links p a {
	font-size: 14px;
	margin: 0 0 0;
	color: #007168;
}

.header-links p a:after {
	content: none;
}

.header-links p a:hover {
	opacity: .65;
}

.header-links .search-overlay + p {
	padding-top: 20px;
}

.header-tel {
	padding-top: 20px;
}

.header-social-links {
	display: inline;
	margin: 0 9px 0 0;
}

a [class*="fa-"] {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

a [class*="facebook"]:hover {
	color: #3B5898;
}

a [class*="twitter"]:hover {
	color: #42C8F4;
}

a [class*="envelope"]:hover {
	color: #F73E29;
}

a [class*="map-marker"]:hover {
	color: #FF0000;
}

a [class*="search"]:hover {
	color: #007168;
}
a [class*="google-plus"]:hover {
    color: #f73e29;
}

.search-btn.active {
	color: #007168;
}

.search-overlay {
	display: none;
	position: absolute;
	z-index: 5;
	right: 17px;
	top: 31px;
	background: #FFFFFF;
	padding: 19px 20px 17px;
	border: 1px solid #ECECED;
}

.search-overlay form {
	width: 265px;
}

.search-overlay input {
	margin: 0 -42px 0 0;
	padding: 0 45px 0 10px;
	color: #444351;
	font-size: 16px;
	line-height: 25px;
	height: 40px;
	font-family: 'Arial';
	font-weight: 700;
	background: #ececed;
	border: none;
	outline: none;
	border-radius: 0;
	display: block;
	float: left;
	width: 100%;
}

.search-overlay button {
	color: #FFFFFF;
	background: #444351;
	float: right;
	text-align: center;
	width: 40px;
	line-height: 18px;
	font-size: 20px;
	height: 40px;
	border: none;
	outline: none;
	border-radius: 0;
	position: relative;
	z-index: 2;
}

.search-overlay:after, .search-overlay:before {
	bottom: 100%;
	right: 17px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.search-overlay:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 8px;
	margin-left: -8px;
	right: 18px;
}

.search-overlay:before {
	border-color: rgba(236, 236, 237, 0);
	border-bottom-color: #ececed;
	border-width: 9px;
	margin-left: -9px;
}

.link-hovered {
	display: inline-block;
	position: relative;
}


.link-hovered:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	border-bottom: 1px solid;
	-webkit-transition: width .3s ease;
	-o-transition: width .3s ease;
	transition: width .3s ease;
}


.dir-optn li a, .call-optn li a {
    display: block;
    width: 100%;
}

.link-hovered:hover:after {
	width: 100%;
}

a img:hover {
	opacity: .9;
}

.link-hovered:active {
	opacity: .7;
}

.navbar {
	border-radius: 0;
	border: none;
	margin: 13px 0 0;
	padding: 0 0 0;
	clear: both;
	text-align: center;
	float: none;
}

.navbar-collapse {
	padding: 0;
	margin: 0;
}

.navbar-nav {
	float: none;
	margin: 0 0 0;
}

.navbar-nav > li > a {
	text-transform: uppercase;
	margin: 0 33px -2px 0;
	padding: 10px 15px 22px;
	font-family: 'NewsGothicMT';
	font-size: 15px;
	line-height: 22px;
	color: #555657;
	font-weight: 400;
	display: block;
	position: relative;
}

.navbar-nav > li > a .caret {
	display: none;
}

.navbar-nav > li:last-child > a {
	margin-right: -10px;
}

.nav > li > a:hover, .nav > li > a:focus {
	background: transparent;
	opacity: 1;
	color: #007168;
}

.navbar-nav > li > a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	border-bottom: 3px solid;
	-webkit-transition: width .3s ease;
	-o-transition: width .3s ease;
	transition: width .3s ease;
}

.navbar-nav .dropdown {
	position: static;
}

.nav > li > a:hover:after, .nav > li > a:active:after {
	width: 100%;
}

.nav > .current_page_item > a, .nav > .current-page-ancestor > a {
	color: #007168;
}

.nav > .current_page_item > a:after, .nav > .current-page-ancestor > a:after {
	width: 100%;
}

.navbar-nav > li > a.not-active {
	color: #555657;
}

.navbar-nav > li > a.not-active:after {
	width: 0;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background: transparent;
}

.navbar-nav > li > .dropdown-menu {
	width: 100%;
	margin: 0 0 0;
	padding: 35px 20px 40px;
	border-radius: 0;
	border: none;
	background: #444351;
	color: #FFFFFF;
}

.dropdown-menu h3 {
	letter-spacing: .02em;
	padding: 0 0 45px;
}

.dropdown-menu ul:after {
	content: "";
	display: block;
	clear: both;
}

.dropdown-menu li {
	width: 25%;
	float: left;
	list-style: none;
	padding: 0 0 0 5px;
}

.dropdown-menu li:before {
	content: "\f105";
	color: #007168;
	display: inline-block;
	margin: 0 6px 0 0;
	font-size: 20px;
	font-family: 'FontAwesome';
}

.nav > .open > a, .nav > .dropdown:hover > a, .nav > .dropdown > a:focus {
	background: #444351;
	color: #FFFFFF;
}

.navbar-nav > .dropdown > a:after {
	content: none;
}

body .dropdown-menu li a {
	display: inline-block;
	position: relative;
	font-size: 16px;
	line-height: 20px;
	margin: 2px 0 8px;
	padding: 0;
	letter-spacing: .02em;
	color: #FFFFFF;
	text-transform: uppercase;
}

.dropdown-menu a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	border-bottom: 1px solid;
	-webkit-transition: width .3s ease;
	-o-transition: width .3s ease;
	transition: width .3s ease;
}

.dropdown-menu a:hover:after {
	/*width: 100%;*/
	width: 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
}

*::-webkit-input-placeholder {
	color: #a6a6a6;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*:-moz-placeholder {
	color: #a6a6a6;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*::-moz-placeholder {
	color: #a6a6a6;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*:-ms-input-placeholder {
	color: #a6a6a6;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.search-form *::-webkit-input-placeholder {
	color: #A6A6A6;
}

.search-form *:-moz-placeholder {
	color: #A6A6A6;
}

.search-form *::-moz-placeholder {
	color: #A6A6A6;
}

.search-form *:-ms-input-placeholder {
	color: #A6A6A6;
}

/* 3 - END of header ---------------------------------------------------------- */
/* 4 - BEGIN of .content ---------------------------------------------------------- */

.content {
	min-height: 300px;
}


.mobile-sticky {
    display: none;
}
.mobile-sticky a {
    background: #444351 none repeat scroll 0 0;
    border-right: 1px solid #007168;
    color: #fff;
    display: table-cell;
    font-size: 14px;
    font-style: normal;
    padding: 10px 15px;
    text-align: center;
    width: 1%;
}
.mobile-sticky span {
    clear: both;
    display: block;
    margin-top: 5px;
}
#direction {
    border: medium none;
}
.mobile-sticky a:hover {
    background: #2a2937;
    opacity: 1;
}
.mobile-sticky {
    border-top:4px solid #2b2a38;
    bottom: 0;
    left: 0;
    max-height: 320px;
    overflow-y: auto;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 9999;
}
.mob-form .gform_wrapper {
    margin: 20px 0 0 !important;
    padding: 0 20px;
}
.mob-form {
    background: #444351;
    border-top: 1px solid #007168;
    display: none;
	padding-bottom: 20px;
}

.call-optn{
	display:none;
}
.call-optn {
    background: #444351 none repeat scroll 0 0;
    color: #fff;
}
.call-optn ul li{
	border-top:1px solid #2b2a38;
}
.dir-optn ul li{
	border-top:1px solid #2b2a38;
}
.last-li {
    border-bottom: 1px solid #2b2a38;
}
.dir-optn{
	display:none;
}
.dir-optn {
	background: #444351 none repeat scroll 0 0;
	color: #fff;
 }

 .mob-form .instruction.validation_message{
	 color:red;
 }

.mob-form .gform_anchor {
    display: none !important;
}
 #gform_2 .gfield_required {
    display: none;
}
.breadcrumbs {
	padding: 13px 6px 20px;
}

.breadcrumbs a {
	color: #555657;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}

.breadcrumbs span {
	color: #555657;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}

.breadcrumbs i {
	font-size: 17px;
}

.breadcrumbs a:not(:last-of-type):after {
	content: ">";
	display: inline-block;
	padding: 0 0px 0 6px;
	color: #010101;
}

.sidebar-right {
	margin: 0 0 0 -6px;
}

.sidebar-item {
	background: #ececed;
	padding: 16px 15px 20px;
	margin: 0 0 31px;
	color: #444351;
}

.inner-content-right .sidebar-item {
	margin: 0 0 26px;
}

.sidebar-item h4 {
	padding: 0 3px 16px;
	font-size: 23px;
	line-height: 25px;
}

.inner-content-right .sidebar-item:nth-child(2):not(.sidebar-offers) h4 {
	padding-right: 0;
	padding-left: 0;
}

.inner-content-right .sidebar-item:nth-child(2):not(.sidebar-offers) p {
	padding-bottom: 35px;
}

.inner-content-right .sidebar-item.sidebar-offers p {
	/*padding: 6px 0 6px;*/
}

.sidebar-item p {
	padding: 0 4px 25px 6px;
	font-family: 'Arial';
	font-size: 15px;
	line-height: 20px;
}

.sidebar-planner, .inner-content-right .sidebar-planner {
	padding: 17px 8px 0;
	background: #444351 url(img/b-sidebar-treatment.png) no-repeat center bottom;
	color: #FFFFFF;
	min-height: 247px;
	margin-bottom: 93px;
	padding-bottom: 123px;
	position: relative;
}

.inner-content-right .sidebar-planner {
	margin-bottom: 88px;
}

.sidebar-planner h4 {
	padding-right: 0;
	letter-spacing: -.01em;
	margin-right: -10px;
}

.sidebar-planner > div {
	background: #ececed;
	padding: 10px 15px 11px;
	margin: 0 0 0;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}

.sidebar-offers {
	color: #FFFFFF;
	background: #007168;
	padding: 16px 15px 18px;
	margin: 0 0 29px;
	 text-align: center;
}

.sidebar-item.sidebar-offers h6 {
    max-width: 100%;
}
.sidebar-offers a {
	color: #FFFFFF;
}

.sidebar-offers a:after {
	content: none;
}

.sidebar-offers ul {
	margin: 0 0 21px;
}

.sidebar-offers li {
	padding: 2px 0 9px 7px;
	margin: 0 0 10px;
	list-style: none;
	border-bottom: 1px solid #f680c6;
}

.sidebar-offers li:last-child {
	border: none;
}

.sidebar-offers li:first-child {
	border-bottom: 1px solid #f680c6;
}

.sidebar-offers h4 {
	font-size: 25px;
}

.sidebar-offers p {
	padding: 6px 0 6px;
}

.sidebar-offers > p {
	padding: 6px 8px 0;
}

.btn-1 {
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
	display: block;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	background: #444351;
	position: relative;
	border: none;
	outline: none;
}

.btn-1:hover:after {
	padding-left: 15px;
}

.btn-1:hover {
	color: #FFFFFF;
}

.btn-1:focus {
	color: #FFFFFF;
}

.bordered-left {
	position: relative;
}

.bordered-left:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	border: none;
	border-left: 5px solid #007168;
	border-bottom: 5px solid #007168;
}

.sidebar-banner {
	padding: 0;
}

.sidebar-banner img {
	display: block;
	margin: 0 auto;
}

.modal-dialog {
	max-width: 808px;
}

.modal-content {
	padding: 20px 25px 18px;
	text-align: center;
	background-color: #ececed;
	border: none;
	border-radius: 0;
}

.modal-content h2 {
	padding: 0 0 35px;
}

.btn-close, .modal-content .btn-close {
	color: #007168;
	float: right;
	position: absolute;
	z-index: 5;
	right: 15px;
	top: 9px;
	font-size: 25px;
	line-height: 25px;
}

.modal-content .btn-1 {
	margin: 11px auto 0;
	font-weight: 400;
	min-width: 182px;
	width: 182px;
	display: block;
	float: none;
}

.modal-content form {
	text-align: left;
	font-family: 'Arial';
}

.form-item {
	padding: 0 0 15px;
}

.popup-form {
	background-color: #ececed;
}

.popup-form label {
	padding: 0 0 6px;
	font-size: 13px;
	line-height: 15px;
	display: block;
}

.popup-form input, .popup-form textarea, .popup-form select {
	background: #FFFFFF;
	border: 1px solid transparent;
	padding: 0 5px;
	margin: 0 0 0;
	display: block;
	font-size: 13px;
	line-height: 25px;
	font-weight: 400;
	height: 34px;
	width: 100%;
	outline: none;
}

.popup-form input[type="date"], .date-input, .popup-form .date-input {
	background: #FFFFFF url(img/i-date.png) no-repeat 97.7% center;
}

.popup-form textarea {
	min-height: 154px;
}

.gform_body {
	background-color: #ececed;
}

.gform_body label {
	padding: 0 0 6px;
	font-size: 13px;
	line-height: 15px;
	display: block;
	text-transform: uppercase;
}

.gform_body input, .gform_body textarea, .gform_body select {
	background: #FFFFFF;
	border: 1px solid transparent;
	padding: 0 5px;
	margin: 0 0 0;
	display: block;
	font-size: 13px;
	line-height: 25px;
	font-weight: 400;
	height: 34px;
	width: 100%;
	outline: none;
}

.gform_body input[type="date"], .date-input, .gform_body .date-input {
	background: #FFFFFF url(img/i-date.png) no-repeat 97.7% center;
}

.gform_body textarea {
	min-height: 154px;
	resize: none;
	padding-bottom: 20px;
}

.gform_body select {
	text-overflow: '';
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 35px;
	background: #FFFFFF url(img/i-arr-down.png) no-repeat 97% center;
	background-position-x: 97%;
}

.ginput_container_select {
	overflow: hidden;
	background: #FFFFFF url(img/i-arr-down.png) no-repeat 98% center;
}

.ginput_container_select select {
	background: transparent;
	border: none;
	width: 119%;
	padding-right: 0;
}

.gform_body li {
	list-style: none;
	box-sizing: border-box;
	padding: 0 20px 15px;
	position: relative;
}

.gform_body li:after {
	content: "";
	display: block;
	clear: both;
}

.gform_body li:nth-child(-n+8) {
	float: left;
	width: 50%;
}

li#field_1_8 {
	float: left;
	width: 50%;
}

.gform_body #field_1_9 {
	float: none;
	clear: both;
	width: 100%;
}

.gform_body #input_1_3_3_container label, #field_1_10 .gfield_description {
	display: none;
}

.validation_error {
	text-align: center;
	color: #FF0000;
	padding: 0 25px 25px;
}

.gfield_description.validation_message {
	clear: both;
	color: #FF0000;
	font-size: 11px;
	position: absolute;
	bottom: 0;
	right: 19px;
}

.page-id-171 .gfield_description.validation_message {
	bottom: -7px;
	right: 4px;
}


.gform_body .datepicker {
	margin: 0 -35px 0 0;
	float: left;
	padding-right: 30px;
}

.gform_body .datepicker + img {
	float: right;
	margin: 9px 10px 0 0;
	position: relative;
	z-index: 2;
}

.ui-datepicker {
	background: #FFFFFF;
	border: 1px solid #cccccc;
	box-shadow: 0px 1px 5px 0px #cccccc;
	padding: 5px 11px;
	display: none;
}

.ui-datepicker-calendar td, .ui-datepicker-calendar th {
	padding: 0 11px 0;
	text-align: center;
}

.ui-datepicker-header {
	text-align: center;
	padding: 5px 0 10px;
}

.ui-datepicker-title {
	display: inline-block;
}

a.ui-datepicker-prev {
	float: left;
}

a.ui-datepicker-next {
	float: right;
}

a.ui-datepicker-prev span, a.ui-datepicker-next span {
	display: none;
}

a.ui-datepicker-prev:before, a.ui-datepicker-next:before {
	content: "<";
	font-family: 'HelveticaNeue';
	font-weight: 300;
	font-size: 25px;
	line-height: 20px;
	margin: 0 10px 0;
	color: #007168;
}

a.ui-datepicker-prev:before {
}

a.ui-datepicker-next:before {
	content: ">";
}

.ui-datepicker select {
	background: transparent;
	margin: 0 5px 0;
}

.modal-content input[type="submit"] {
	margin: 11px auto 0;
	font-weight: 400;
	font-family: 'NewsGothicMT';
	min-width: 182px;
}

.gform_wrapper input[type="submit"] {
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	padding: 0 0 0 20px;
	padding: 0 0 0 0;
	display: block;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	background: #444351;
	position: relative;
	border: none;
	outline: none;
}

.gform_wrapper input[type="submit"]:after {
	content: "\f105";
	font-family: 'FontAwesome';
	display: inline-block;
	float: right;
	border: none;
	border-left: 1px solid #9C9BA3;
	margin: 9px 0 0 0;
	padding: 0 0 0 11px;
	text-align: left;
	width: 33px;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 20px;
	height: 21px;
	position: relative;
	z-index: 2;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.gform_wrapper input[type="submit"]:hover:after {
	padding-left: 15px;
}

.gform_wrapper input[type="submit"]:hover {
	color: #FFFFFF;
}

.gform_wrapper input[type="submit"]:focus {
	color: #FFFFFF;
}

input:hover, textarea:hover, select:hover {
	box-shadow: inset 0px 0px 10px 0px #cccccc;
}

input:focus, textarea:focus, select:focus {
	box-shadow: inset 0px 0px 6px 0px #999999;
}

.search-overlay input {
	color: #a6a6a6;
}

.search-overlay input:hover {
	box-shadow: none;
}

.search-overlay input:focus {
	box-shadow: none;
	opacity: .8;
}

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

.book-form {
	padding: 47px 16px 34px;
	margin: 3px 0 20px;
}

.book-form .btn-1 {
	display: block;
	margin: 10px auto 0;
	min-width: 182px;
}

.main-content {
	padding: 0 2px 0 0;
}

.inner-banner {
	margin: 0 0 0;
	position: relative;
	overflow: hidden;
}

.inner-banner img {
	display: block;
	margin: 0 auto 0;
	width: 100%;
}

.inner-banner-overlay {
	position: absolute;
	z-index: 4;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: left;
}

.btn-play-video {
	font-size: 55px;
	border: 2px solid;
	padding: 26px 0 0 12px;
	border-radius: 100px;
	border-radius: 50%;
	line-height: 1;
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 110px;
	height: 110px;
	margin: auto;
	color: #FFFFFF;
	text-align: center;
}

.btn-play-video:hover {
	color: #FFFFFF;
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.btn-play-video:focus {
	color: #FFFFFF;
}

.video-wr {
	position: absolute;
	overflow: hidden;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.video-wr:first-child {
	position: static;
}

.video-wr:first-child iframe {
	min-height: 423px;
	display: block;
	opacity: 1;
}

.video-wr:first-child .btn-play-video {
	display: none;
}

.video-wr iframe {
	width: 100%;
	margin: 0 0 0;
	display: none;
	opacity: 0;
	height: 100%;
}

.video-wr.youtube-wr iframe, .video-wr.vimeo-wr iframe {
	margin: 0 0 0;
	width: 100%;
	min-height: 100%;
}

.video-wr.active iframe {
	display: block;
	opacity: 1;
}

.video-wr.active .btn-play-video {
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
}

.btn-pause-video {
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	bottom: auto;
	opacity: 1;
	background: #ececed;
	outline: none;
	text-indent: 0;
	display: none;
}

.btn-pause-video:before {
	content: "X";
	color: #007168;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	vertical-align: middle;
	text-align: center;
	font-family: 'NewsGothicMT';
	font-size: 28px;
	line-height: 48px;
}

.btn-pause-video .fa {
	display: none;
}

.video-wr.active .btn-pause-video {
	display: block;
}

.video-wr.vimeo-wr .btn-pause-video {
	display: none;
}

.video-wr.youtube-wr .btn-pause-video {
	display: none;
}

.tabs-wr {
	display: block;
}

.tabs-items {
	margin: 0 0 42px;
}

.tabs-nav a {
	padding: 0 20px 3px;
	border-right: 1px solid #ffffff;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	float: left;
	display: inline-block;
	width: 25%;
	color: #FFFFFF;
	background: #007168;
	text-align: center;
	height: 58px;
	overflow: hidden;
	position: relative;
}

.acc-btn {
	padding: 22px 10px 3px;
	border-right: none;
	border-top: 1px solid #FFFFFF;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	float: left;
	width: 100%;
	display: block;
	color: #FFFFFF;
	background: #007168;
	text-align: left;
	height: 59px;
	overflow: hidden;
	position: relative;
}

.acc-btn:focus, .acc-btn:hover {
	color: #FFFFFF;
}

.acc-btn:after {
	content: "\f107";
	display: inline-block;
	float: right;
	line-height: 1;
	font-size: 17px;
	margin: 1px 5px 0 0;
	font-family: 'FontAwesome';
}

.active-m .acc-btn:after {
	content: "\f106";
}

.tabs-nav a:last-child {
	border: none;
}

.tabs-nav a:after {
	content: "+";
	display: block;
	position: absolute;
	right: 4px;
	top: 0px;
	line-height: 1;
	font-family: 'Arial';
}

.tabs-nav a span {
	display: inline-block;
}

.tabs-nav a.active {
	color: #444351;
	background: #FFFFFF;
}

.tabs-nav a.active:first-child {
	border-left: 1px solid #DAD9DC;
}

.tabs-nav a.active:last-child {
	border-right: 1px solid #DAD9DC;
}

.tabs-nav a.active:after {
	color: #FFFFFF;
}

.tabs-nav:after {
	content: "";
	display: block;
	clear: both;
}

.tabs-item {
	display: none;
	border: 1px solid #DAD9DC;
	border-top: none;
	padding: 15px 0px 1px 28px;
	padding: 29px 15px 10px 15px;
}

.tabs-item h3 {
	color: #444351;
	padding: 0 0 18px;
	margin: -10px 0 10px 0;
}

.tabs-item:after {
	content: "";
	display: block;
	clear: both;
}

.tabs-item p {
	padding: 0 0 22px;
	font-size: 16px;
	line-height: 22px;
	color: #555657;
}

.tabs-item p:last-of-type {
	padding-bottom: 5px;
}

.tabs-item p a {
	color: #eb068c;
}

.press-box {
	display: block;
	border-bottom: 1px solid #DAD9DC;
	padding: 10px 0 20px 15px;
	margin: 0 0 31px;
}

.press-box h3 {
	color: #444351;
	padding: 0 0 18px;
	margin: -12px 0 12px 0;
}

.press-box:after {
	content: "";
	display: block;
	clear: both;
}

.press-box p {
	padding: 0 0 22px;
	font-size: 16px;
	line-height: 22px;
	color: #555657;
}

.press-box p a {
	color: #eb068c;
}

.tabs-item h2 {
	line-height: 50px;
	margin: -10px 0 15px;
}

.tabs-item.active {
	display: block;
}

.vcenter {
	height: 100%;
	white-space: nowrap;
}

.vcenter:before,
.vcenter >* {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	word-spacing: normal;
}

.vcenter:before {
	content: "";
	height: 100%;
}

.news-item-text {
	overflow: hidden;
}

.news-item {
	padding: 0 0 0;
}

.news-item img {
	float: none;
	display: block;
	margin: 0 0 0;
	height: auto;
}

.news-item h6 {
	padding: 6px 0 13px;
	font-size: 12px;
	line-height: 20px;
	color: #444351;
	font-weight: 400;
	text-transform: none;
}

.news-item a {
	color: #444351;
}

.news-item h4 {
	padding: 0 0 5px;
	font-size: 20px;
	line-height: 23px;
	color: #444351;
	font-weight: 700;
	text-transform: none;
}

.news-item p {
	padding: 0 35px 0 0;
	font-size: 15px;
	line-height: 20px;
	font-family: 'Arial';
	color: #555657;
}

.news-item p a {
	color: #007168;
}

.news-item p a:hover, .news-item-sm p a:hover {
	text-decoration: underline;
}

.news-item-sm {
	padding: 0 0 17px 0;
	margin: 0 8px 23px 6px;
	border-bottom: 1px solid #DAD9DC;
}

.news-item-sm:last-of-type {
	border: none;
	margin-bottom: 0;
}

.news-item-sm > a {
	float: left;
}

.news-item-sm img {
	float: left;
	margin: 0 17px 0 0;
	width: 98px;
}

.news-item-sm h6 {
	padding: 0 0 1px;
	font-size: 13px;
	line-height: 14px;
	color: #444351;
	font-weight: 400;
	text-transform: none;
}

.news-item-sm a {
	color: #444351;
}

.news-item-sm h4 {
	padding: 0 0 11px;
	font-size: 15px;
	line-height: 20px;
	color: #444351;
	font-weight: 700;
	text-transform: none;
}

.news-item-sm p {
	padding: 0 0 0;
	font-size: 15px;
	line-height: 20px;
	font-family: 'Arial';
	color: #555657;
}

.news-item-sm p a {
	color: #007168;
}

.news-item-sm p a:after {
	content: none;
}

.tabs-wr .link-hovered:after {
	bottom: 1px;
	width: 0;
}

.testimonials-wr {
	padding: 0 0 32px;
}

.testimonials-wr:after {
	content: "";
	display: block;
	clear: both;
}

.testimonials-wr h3 {
	padding: 0 13px 19px;
	letter-spacing: .02em;
}

.testimonials-slider:after {
	content: "";
	display: block;
	clear: both;
}

.testimonials-wr .testimonials-view-all {
	font-size: 15px;
	line-height: 20px;
	margin: 15px 0 0;
	color: #eb068c;
	display: block;
	text-align: center;
	float: right;
}

.testimonials-item {
	font-family: 'Arial';
	padding: 21px 7px 10px;
	float: left;
	width: 50%;
	margin: 0 auto 0;
}

.testimonials-item + .testimonials-item {
	padding-left: 30px;
}

.testimonials-item img {
	float: left;
	margin: 4px 10px 0 0;
	width: 75px;
	border-radius: 100px;
	border-radius: 50%;
}

.testimonials-item .testimonials-item-text {
	overflow: hidden;
}

.testimonials-item-text span {
	display: inline-block;
	min-width: 20px;
}

.testimonials-item-text span a {
	display: inline-block;
	min-width: 20px;
	color: #007168;
}

.testimonials-item blockquote {
	display: block;
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 23px;
	color: #555657;
}

.testimonials-item blockquote:before, .testimonials-item blockquote:after {
	content: "\f10d";
	font-family: 'FontAwesome';
	display: block;
	font-size: 15px;
	color: #007168;
	line-height: 1;
	margin: 0 0 0;
	padding: 0 1px 0;
}

.testimonials-item blockquote:after {
	content: "\f10e";
}

.testimonials-item p {
	font-size: 15px;
	line-height: 23px;
	color: #555657;
}

.testimonials-item h6 {
	background: #fff none repeat scroll 0 0 !important;
    color: #007168 !important;
    font-family: "Arial";
    font-size: 15px !important;
    font-weight: normal;
    line-height: 15px !important;
	padding: 3px 0 !important;
    text-align: left !important;
    text-transform: none;
}

.slick-slide {
	outline: none;
}

.partners-wr h3 {
	padding: 4px 0 1px;
	font-size: 20px;
	line-height: 30px;
}

.partners-slider {
	background: #ececed;
	padding: 30px 75px 25px;
	min-height: 100px;
}

.partners-slider .slick-slide {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.partners-slider a {
	display: block;
	text-align: center;
}

.partners-slider img {
	margin: 0 auto;
	width: auto !important;
}

.partners-slider .slick-prev, .partners-slider .slick-next {
	top: 59%;
	height: 31px;
}

.partners-slider .slick-prev {
	left: 5px;
}

.partners-slider .slick-next {
	right: 5px;
}

.partners-slider .slick-prev:before, .partners-slider .slick-next:before {
	content: "\f104";
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #007168;
	display: block;
	width: 100%;
	height: 100%;
	float: left;
}

.partners-slider .slick-next:before {
	content: "\f105";
}

/* back-to-top css start */

.back-to-top {
	position: fixed;
	bottom: 5px;
	right: 4px;
	z-index: 99;
	width: 44px;
	height: 44px;
	padding: 0 0 0;
	margin: 0 0 0;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	text-decoration: none;
	text-indent: -9999px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0;
}

.back-to-top.show {
	opacity: 1;
}

.back-to-top:not(.show):hover {
	opacity: 0;
	cursor: default;
}

.back-to-top:hover {
	-moz-animation: bounce 1.5s infinite;
	-webkit-animation: bounce 1.5s infinite;
	animation: bounce 1.5s infinite;
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-moz-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

/* back-to-top css end */

/* 4 - END of .content ---------------------------------------------------------- */
/* 5 - BEGIN of footer ---------------------------------------------------------- */

footer {
	min-height: 80px;
}

.social-media-wr {
	padding: 66px 0 10px;
}

.social-media-item {
	text-align: center;
	padding: 0 0 20px;
}

.social-media-item.network-facebook .social-media-inner {
	text-align: center;
}

.social-media-item.network-instagram .social-media-inner {
	text-align: center;
}

.social-media-item h3 {
	padding: 0 0 18px;
	font-size: 24px;
	line-height: 27px;
	letter-spacing: -.02em;
}

.social-media-inner {
	text-align: left;
	min-height: 215px;
	padding: 14px 0 0;
}

.social-media-inner > img {
	display: block;
	margin: 0 auto;
}

.social-media-btn {
	font-size: 16px;
	min-width: 118px;
	line-height: 30px;
	display: inline-block;
	margin: 30px auto 0;
	padding: 0 10px 0 10px;
	text-align: center;
	color: #FFFFFF;
	background: #007168;
}

.social-media-btn:hover, .social-media-btn:focus {
	color: #FFFFFF
}

.social-media-btn i {
	font-size: 21px;
	margin: 4px 9px 0 0;
	float: left;
}

.social-media-btn [class*="fa"]:hover {
	color: #FFFFFF;
}

.featured-treatments-wr {
	margin: 26px 0 0;
	padding: 25px 0 17px;
	color: #FFFFFF;
	background: #444351;
}

.featured-treatments-wr a {
	padding: 5px 5px 4px 10px;
	margin: 0 0 22px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 25px;
	display: inline-block;
}

.featured-treatments-wr h3 {
	padding: 2px 0 27px;
	font-size: 25px;
	letter-spacing: .02em;
}

.featured-treatments-wr .bordered-left:before {
	width: 31px;
	height: 31px;
	border-left: 2px solid;
	border-bottom: 2px solid;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.featured-treatments-wr .bordered-left:hover:before {
	width: 100%;
}

.featured-treatments-wr .row > div:nth-child(4n+1) .bordered-left:before {
	border-color: #bd76b2;
}

.featured-treatments-wr .row > div:nth-child(4n+2) .bordered-left:before {
	border-color: #5fb1ab;
}

.featured-treatments-wr .row > div:nth-child(4n+3) .bordered-left:before {
	border-color: #007168;
}

.featured-treatments-wr .row > div:nth-child(4n+4) .bordered-left:before {
	border-color: #edd4a3;
}

.tweeple-feed-shortcode {
	font-size: 14px;
	margin: -4px 0 0;
	padding: 0 0 0 15px;
	line-height: 20px;
	font-weight: 600;
	color: #4F4E5B;
}

.tweeple-feed-shortcode a {
	color: #007168;
}

.tweeple-feed-shortcode li {
	list-style: none;
	padding: 0 0 10px;
}

.tweeple-feed-shortcode li:last-child {
	padding-bottom: 0;
}

.footer-bottom {
	background: #ececed;
	padding: 15px 0 13px;
	color: #4C4A55;
}

.footer-bottom a {
	color: #4C4A55;
}

.footer-bottom ul {
	margin: 0 0 0 5px;
}

.footer-bottom ul:after {
	content: "";
	display: block;
	clear: both;
}

.footer-bottom li {
	list-style: none;
	float: left;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Arial';
}

.footer-bottom li:not(:last-child):after {
	content: "|";
	display: inline-block;
	margin: 0 17px 0 15px;
}

.footer-bottom .header-links {
	margin: 1px 20px 0 0;
}

.footer-bottom .header-links a {
	color: #007168;
}

.footer-bottom .header-social-links {
	margin: 1px 11px 0 0;
}

.footer-bottom .header-social-links a {
	color: #007168;
	display: inline-block;
	margin: 0 0 0 17px;
	font-size: 21px;
}

footer .search-overlay {
	top: auto;
	bottom: 30px;
	right: 35px;
}

footer .search-overlay:after, footer .search-overlay:before {
	bottom: auto;
	top: 100%;
	right: 17px;
}

footer .search-overlay:before {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ececed;
}

footer .search-overlay:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
}

footer .search-btn {
	font-size: 19px;
	margin: 0 36px 0 0;
	color: #007168;
	display: inline-block;
}

/* 5 - END of footer ---------------------------------------------------------- */
/* 6 - BEGIN of content for inner page B.About ---------------------------------------------------------- */

.inner-content-wr {
	color: #444351;
}

.inner-content-right .sidebar-right {
	margin: 0 0 0 0;
	margin-top: 66px;
}

.inner-content-right .sidebar-right.m-t-0 {
	margin-top: 0;
}

.m-t-0, .inner-content-wr > .col-sm-4.col-md-3 > .sidebar-right.m-t-0 {
	margin-top: 0;
}

.inner-content-wr > .col-sm-4.col-md-3 > .sidebar-right {
	margin-top: 63px;
}

.inner-content-wr .main-content h2 {
	padding: 8px 0 19px;
	letter-spacing: .02em;
}

.inner-content-wr .main-content p {
	padding-bottom: 25px;
	font-family: 'Arial';
	font-size: 16px;
	line-height: 25px;
	color: #555657;
}

.inner-content-wr .main-content .p-0 {
/*	margin: 0 0 0;
	line-height: 0;*/
	padding: 0 0 0;
}

.main-content ol + h2 {
	line-height: 45px;
}

address {
	padding: 0 0 22px;
}

.sidebar-left {
	margin: 0 32px 0 8px;
}

.sidebar-left-nav {
	border-top: 1px solid;
	color: #DAD9DC;
	margin: 10px 0 10px 0;
}

.sidebar-left-nav li {
	list-style: none;
}

.sidebar-left-nav a {
	font-size: 14px;
	line-height: 40px;
	text-transform: uppercase;
	color: #555657;
	display: block;
	border-bottom: 1px solid #DAD9DC;
}

.sidebar-left-nav li.active {
	color: #007168;
}

.sidebar-left-nav .current_page_item > a {
	color: #007168;
	border-color: #007168;
	border-bottom: 1px solid #007168;
}

.sidebar-left-nav li.active > a {
	color: #007168;
	border-color: #007168;
}

li.current_page_item a {
	color: #007168;
}

.sidebar-left-nav ul {
	display: none;
}

.sidebar-left-nav .active ul {
	display: block;
}

.sidebar-left-nav ul li a {
	padding-left: 8px;
}

.sidebar-left-nav ul a:before {
	content: "\f105";
	display: inline-block;
	margin: -1px 11px 0 0;
	font-family: 'FontAwesome';
	font-size: 22px;
	float: left;
	color: #007168;
}

.inner-content-right {
	margin-left: -35px;
}

.top-page-banner {
	display: block;
}

.top-page-banner img {
	display: block;
	margin: 0 auto 0;
	padding: 0 0 25px;
	width: 100%;
	height: auto;
}

.team-items {
	display: block;
}

.team-items .col-sm-6:nth-child(odd) {
	clear: left;
}

.team-item {
	padding: 4px 0 12px;
}

.team-item a {
	display: inline-block;
	color: #007168;
}

a.morelink {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	background: url(/wp-content/themes/medicetrics/css/img/i-dots.png) no-repeat left center;
	font-size: 0;
	min-width: 18px;
	min-height: 20px;
}

a.morelink.less {
	font-size: 14px;
	letter-spacing: -.1em;
	background: transparent;
}

.team-item img {
	display: block;
	margin: 0 auto 0;
	width: 100%;
}

.team-item h6 {
	padding: 18px 0 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	text-transform: none;
	color: #555657;
}

.team-item h5 {
	padding: 3px 0 10px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-transform: none;
	color: #007168;
}

.team-item p, .inner-content-wr .team-item p {
	font-size: 16px;
	line-height: 22px;
	text-transform: none;
	padding: 0 3px 0 0;
	padding: 0 3px 15px 0;
}

.inner-content-wr .team-item .shortcontent p {
	padding-bottom: 0;
}

.team-item span {
	display: inline-block;
}

.team-item p + a {
	line-height: 20px;
	position: relative;
	top: -6px;
	font-weight: 700;
}

.testimonials-items .testimonials-item {
	float: none;
	width: 100%;
	padding: 17px 5px 38px 5px;
}

.testimonials-items .testimonials-item blockquote:before, .testimonials-items .testimonials-item blockquote:after {
	content: none;
}

.testimonials-items .testimonials-item p {
	font-size: 15px;
	line-height: 19px;
	color: #555657;
	padding: 0 0 0;
}

.testimonials-items .testimonials-item blockquote {
	font-size: 15px;
	line-height: 23px;
	margin: 0 0 5px;
	color: #555657;
}

.testimonials-items .testimonials-item h6 {
	font-size: 15px;
	line-height: 18px;
	/* color: #007168; */
}

.testimonials-items .testimonials-item img {
	margin: 4px 15px 0 0;
}

.pagination-wr {
	margin: 13px auto 13px;
	display: inline-block;
	background: #ececed;
	font-size: 16px;
	line-height: 38px;
	color: #444351;
	font-family: 'Arial';
}

.pagination-wr a {
	display: inline-block;
	background: #007168;
	color: #FFFFFF;
	text-align: center;
	min-width: 38px;
	float: left;
}

.pagination-wr span {
	display: inline-block;
	font-weight: 700;
	padding: 0 20px 0 0;
	margin: 0 0 0 83px;
}

.pagination-wr a i {
}

.pagination-prev, .pagination-wr .pagination-prev {
	background: #444351;
	font-size: 26px;
}

.pagination-next, .pagination-wr .pagination-next {
	display: inline-block;
	font-size: 26px;
}

.accordion-wr {
	display: block;
	font-family: 'Arial';
	padding: 4px 0 10px;
}

.accordion-item {
	padding: 0 0 5px;
}

.accordion-item p, .inner-content-wr .accordion-item p {
	padding: 0 0 10px;
	font-size: 16px;
	line-height: 24px;
	color: #555657;
}

.accordion-header {
	background: #ececed;
}

.accordion-header a {
	padding: 6px 12px 6px 12px;
	display: block;
	font-size: 15px;
	line-height: 28px;
	font-weight: 700;
	color: #444351;
}

.accordion-header a:before {
	content: "+";
	display: inline-block;
	float: right;
	font-family: 'HelveticaNeue';
	font-weight: 300;
	font-size: 25px;
	line-height: 20px;
	margin-left: 10px;
	color: #007168;
}

.accordion-item.active .accordion-header a:before {
	content: "\2013";
	padding-right: 1px;
}

.accordion-item .accordion-body.active {
	display: block;
}

.accordion-body {
	display: none;
	padding: 14px 11px 7px;
}

/* 6 - END of content for inner page B.About ---------------------------------------------------------- */
/* 7 - BEGIN of C.Treatments ---------------------------------------------------------- */

.inner-content-left {
	padding: 0 0 0 6px;
}

.treatments-items-wr {
	display: block;
}

.treatments-item {
	background: #444351;
	color: #FFFFFF;
	padding: 27px 35px 30px 38px;
	margin: 0 0 25px;
	min-height: 248px;
	position: relative;
}

.treatments-item:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	color: #007168;
	width: 180px;
	height: 184px;
	border: 14px solid;
	border-top: none;
	border-right: none;
}

.treatments-item:nth-child(2):before {
	color: #5fb1ab;
}

.treatments-item:nth-child(3):before {
	color: #bd76b2;
}

.treatments-item:nth-child(4):before {
	color: #edd4a3;
}

.treatments-item h4 {
	letter-spacing: .02em;
	padding: 0 0 29px;
}

.treatments-item ul {
	display: block;
	padding: 0;
	line-height: 20px;
}

.treatments-item li {
	list-style: none;
	float: left;
	width: 33%;
}

.treatments-item ul:after, .treatments-item:after {
	content: "";
	display: block;
	clear: both;
}

.treatments-item a {
	display: inline-block;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 11px;
	padding: 0 10px 0 18px;
	position: relative;
	z-index: 2;
}

.treatments-item a:before {
	content: ">";
	display: inline-block;
	float: left;
	margin: -2px 6px 0 -18px;
	font-size: 19px;
	font-family: 'HelveticaNeue';
	font-weight: 300;
}

.map-wr {
	height: 462px;
	background: transparent;
	position: relative;
	padding: 0 0 0;
	margin: -5px 0 27px;
}

#map {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}

.contact-items-wr {
	padding: 24px 7px 10px;
}

.contact-item {
	background: #ececed;
	margin: 0 0 12px;
}

.contact-item img {
	float: left;
	width: 279px;
	margin: 0 30px 0 0;
}

.contact-item:after {
	content: "";
	display: block;
	clear: both;
}

.contact-item-text {
	float: left;
	width: 48.4%;
	padding: 7px 0 0;
}

.contact-item-text h5 {
	font-size: 18px;
	line-height: 25px;
	padding: 0 0 3px;
	font-weight: 700;
	color: #007168;
}

.contact-item-text p {
	padding: 0 0 0;
	font-family: 'Arial';
	font-size: 15px;
	line-height: 20px;
	color: #555657;
}

.contact-item-text p a {
	color: #007168;
}

.contact-item-btns {
	float: left;
	padding: 72px 15px 0 0;
}

.contact-item-btns .btn-1 {
	margin: 0 auto 9px;
	min-width: 255px;
}

.facials-content.main-content p {
	padding-bottom: 25px;
	font-size: 15px;
	line-height: 24px;
	color: #444351;
}

.accordion-wr-dark .accordion-header a {
	background: #444351;
	color: #FFFFFF;
	padding: 18px 12px 18px 20px;
	font-size: 16px;
	line-height: 22px;
	position: relative;
}

.accordion-wr-dark .accordion-item .accordion-header a:before {
	color: #FFFFFF;
	font-family: 'FontAwesome';
	content: "\f107";
	margin: 2px 7px 0 0;
}

.accordion-wr-dark .accordion-item.active .accordion-header a:before {
	content: "\f106";
	padding: 0;
}

.accordion-wr-dark .accordion-item .accordion-header a:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #edd4a3;
	width: 30px;
	height: 30px;
	border: 6px solid;
	border-right: none;
	border-top: none;
}

.accordion-wr-dark .accordion-body {
	display: none;
	padding: 20px 16px 10px;
	/*margin: 0 0 29px;*/
	background: #ececed;
}

.accordion-wr-dark {
	padding: 10px 0 10px;
}

.accordion-wr-dark .accordion-item {
	padding: 0 0 1px;
}

.accordion-wr-dark .accordion-item p {
	padding: 0 0 10px 15px;
}

.accordion-wr-dark .accordion-item p:first-child {
	padding-top: 20px;
}

.accordion-wr-dark .coolsculpting-box ul {
	padding: 23px 0 15px;
}

.accordion-wr-dark .testimonials-wr {
	padding: 0 0 5px;
}

.accordion-wr-dark .testimonials-item p {
	padding: 0 0 0 0;
}

body .accordion-wr-dark .testimonials-item {
	padding: 21px 10px 10px;
}

.accordion-wr-dark .testimonials-wr-2 h3 {
	padding: 40px 0 15px;
}

.accordion-wr-dark .accordion-body:after {
	content: "";
	display: block;
	clear: both;
}

.accordion-wr-dark .accordion-body > img {
	float: left;
	margin: 14px 17px 10px 0;
}

.accordion-wr-dark .accordion-body > img + p {
	padding-top: 9px;
}

.inner-content-left h3 {
	padding: 30px 0 20px;
}

.summary-box {
	margin: 19px 0 10px;
	padding: 25px 20px 10px;
	background: #f7f7f7;
	color: #444351;
	clear: both;
}

.summary-box ul {
	padding: 10px 0 0;
}

.summary-box ul:after {
	content: "";
	display: block;
	clear: both;
}

.summary-box li {
	list-style: none;
	float: left;
	width: 50%;
	font-size: 15px;
	min-height: 40px;
	padding: 0 0 10px;
}

.summary-box li:nth-child(odd) {
	clear: left;
}

.summary-box li img {
	display: inline-block;
	vertical-align: middle;
}

.summary-box i {
	display: inline-block;
	min-width: 34px;
	text-align: center;
	margin: 0 7px 0 -3px;
}

.summary-box h6 {
	text-transform: none;
	font-weight: 700;
	font-size: 16px;
	padding: 0 0 20px;
}

.summary-box li span:not(:last-child) {
	width: 155px;
	display: inline-block;
}

.summary-box li span:not(:first-of-type):last-child {
	float: right;
	width: 47%;
	line-height: 20px;
	padding: 3px 0 0;
}

.btn-2 {
	margin: 3px 0 10px;
}

.sidebar-item div:last-of-type .btn-2 {
	margin-bottom: 20px;
}

.btn-2:before {
	border-color: #edd4a3;
	border-color: #5fb1ab;
}

.sidebar-item-dark {
	padding-left: 25px;
	padding-bottom: 50px;
	background: #444351;
	color: #FFFFFF;
	position: relative;
}

.sidebar-item-dark:before {
	content: "";
	display: block;
	position: absolute;
	color: #edd4a3;
	color: #5fb1ab;
	left: 0;
	bottom: 0;
	width: 118px;
	height: 118px;
	border: 12px solid;
	border-top: none;
	border-right: none;
}

.sidebar-item-dark p {
	font-size: 16px;
	line-height: 23px;
}

.sidebar-item-dark .testimonials-item-text {
	font-family: 'Arial';
}

.sidebar-item-dark .testimonials-item-text blockquote {
	padding: 0 0 9px;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}

.sidebar-item-dark .testimonials-item-text p {
	padding: 0 0 1px;
	font-size: 15px;
	line-height: 15px;
}

.sidebar-item-dark .testimonials-item-text h6 {
	padding: 0 0 0;
	color: #edd4a3;
	color: #5fb1ab;
	font-size: 15px;
	line-height: 17px;
	font-weight: 400;
	text-transform: none;
}

.sidebar-categories ul, .widget_categories ul {
	font-family: 'Arial';
	padding: 0 0 6px;
}

.sidebar-categories li, .widget_categories ul li {
	font-size: 16px;
	line-height: 29px;
	margin: 0 0 0;
	padding: 0 0 0;
	list-style: none;
}

.sidebar-categories li a, .widget_categories li a {
	color: #444351;
}

.sidebar-categories li a:before, .widget_categories li a:before {
	content: ">";
	display: inline-block;
	color: #007168;
	margin: 0 5px 0 0;
}

.coolsculpting-content {
	display: block;
}

.coolsculpting-content .btn-play-video {
	color: #d1d1d2;
}

.coolsculpting-content .tabs-nav a {
	background: #5fb1ab;
}

.coolsculpting-content .tabs-nav a.active {
	background: #FFFFFF;
	background: #FFFFFF !important;
	border-top: 1px solid #DAD9DC;
}

.coolsculpting-content .tabs-items {
	margin: 0 0 0;
}

.testimonials-wr-2 .testimonials-item blockquote:before, .testimonials-wr-2 .testimonials-item blockquote:after {
	content: none;
}

.testimonials-wr-2 h3 {
	padding: 19px 0 19px;
}

.testimonials-wr-2 h6 {
	color: #5fb1ab;
}

.testimonials-wr-2 blockquote {
	font-size: 15px;
}

.coolsculpting-box ul {
	padding: 10px 0 15px;
}

.coolsculpting-box li {
	list-style: none;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Arial';
	color: #555657;
}

#will-it-work-for-me ul {
	padding: 0 0 0 20px;
}

#will-it-work-for-me li {
	list-style: initial;
	font-size: 15px;
	line-height: 24px;
}

.coolsculpting-box li a {
	color: #555657;
}

.coolsculpting-box li a:before {
	content: ">";
	display: inline-block;
	margin: 0 5px 0 3px;
}

.coolsculpting-box h3 {
	padding: 24px 0 20px;
}

.inner-content-wr .coolsculpting-box p {
	font-size: 15px;
	line-height: 24px;
}

.divider-line {
	display: block;
	margin: 20px auto 7px;
	color: #5fb1ab;
	border-bottom: 4px solid;
}

.divider-line + .partners-wr {
	padding: 19px 0 0;
}

.coolsculpting-box {
	display: block;
}

.coolsculpting-box img {
	margin: 32px 0 0;
}

.twentytwenty-container {
	margin: 32px 0 0;
}

.twentytwenty-container img {
	margin: 0;
	width: 100%;
}

.twentytwenty-handle {
	background: #00a2e6;
}

/* 7 - END of C.Treatments ---------------------------------------------------------- */
/* 8 - BEGIN of D.Press ---------------------------------------------------------- */

.press-items-wr {
	display: block;
}

.press-items-wr .col-md-6:nth-child(odd) {
	clear: left;
}

.press-item {
	margin: 0 0 24px;
	position: relative;
}

.press-item .img-wr {
	display: block;
	margin: 0 0 20px;
}

.press-item .img-wr img {
	display: block;
	margin: 0 auto 0;
	width: 100%;
	height: auto;
}

.press-item-text h5 {
	padding: 0 0 0;
	font-size: 15px;
	line-height: 16px;
	color: #007168;
	font-weight: normal;
	text-transform: none;
	font-family: 'Arial';
}

.press-item-text h4 {
	padding: 0 0 2px;
	font-size: 25px;
	line-height: 35px;
	color: #444351;
	font-weight: 700;
	text-transform: none;
}

.press-item-text a {
	color: #444351;
}

.press-item-text h6 {
	padding: 0 0 0;
	font-size: 15px;
	line-height: 30px;
	color: #555657;
	font-weight: normal;
	text-transform: none;
	font-family: 'Arial';
}

.press-item-featured {
	background: #f4f4f5;
	min-height: 246px;
	display: block;
	margin: 1px auto 30px;
}

.press-item-featured .img-wr img {
	float: right;
	width: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
}

.press-item-featured .img-wr {
	margin: 0;
}

.press-item-featured .press-featured-label {
	font-size: 12px;
	line-height: 16px;
	color: #007168;
	font-family: 'NewsGothicMT';
	display: inline-block;
	margin: 0 0 17px -52px;
}

.press-item-featured .press-read-btn {
	font-size: 12px;
	line-height: 16px;
	position: relative;
	z-index: 2;
	color: #007168;
	font-family: 'NewsGothicMT';
}

.press-item-featured h5 {
	padding: 0 0 20px;
	font-size: 12px;
	line-height: 16px;
	color: #444351;
}

.press-item-featured h4 {
	padding: 0 0 14px;
	font-size: 30px;
}

.press-item-featured p, .press-items-wr .press-item-featured p {
	padding: 0 0 7px;
	font-size: 18px;
	line-height: 25px;
	font-family: 'NewsGothicMT';
	max-width: 400px;
}

.press-item-featured .press-item-text {
	position: relative;
	z-index: 2;
	/* max-width: 65%; */
/* 	padding: 13px 0 30px 65px; */
}

/* .press-item-featured:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	color: #007168;
	left: 0;
	bottom: 0;
	width: 199px;
	height: 199px;
	border: 14px solid;
	border-top: none;
	border-right: none;
} */

.article-wr {
	color: #444351;
}

.article-wr p, .inner-content-wr .article-wr p {
	font-size: 16px;
	line-height: 24px;
	padding: 0 0 24px;
	font-weight: normal;
}

.article-wr h2, .inner-content-wr .article-wr h2 {
	font-size: 25px;
	line-height: 35px;
	padding: 23px 0 23px;
	text-transform: none;
	font-family: 'Arial';
	color: #007168;
	font-weight: 700;
	letter-spacing: 0;
}

.article-wr h5 {
	font-size: 20px;
	line-height: 30px;
	padding: 0 0 0;
	text-transform: none;
	color: #444351;
	clear: both;
}

.article-wr h6 {
	font-size: 16px;
	line-height: 24px;
	padding: 0 0 0;
	font-weight: normal;
	text-transform: none;
}

.press-article-banner {
	margin:20px  auto;
	background: transparent;
	position:left;
}

.press-article-banner .press-item-text {
    background:rgba(0,0,0,0.6);
  bottom: 0;
    display: block;
    left: 0;
     padding: 10px;
    position: absolute;
    right: 0;
}

.press-article-banner h5 {
	font-size: 15px;
	line-height: 16px;
	padding: 0 0 0;
	font-style: italic;
	letter-spacing: .02em;
	display:none;
}

.press-article-banner h1 {
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.02em;
}

.gallery-btn {
	display: inline-block;
	position: relative;
	border: 1px solid #686771;
}

.gallery-btn img {
	display: block;
}

.gallery-btn:after {
	content: "+";
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
	padding: 0 0 3px;
	font-family: 'HelveticaNeue';
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
	background: #007168;
	text-align: center;
}

.gallery-btn.alignright {
	margin: 0 0 6px 18px;
}

.share-box {
	padding: 23px 0 0;
}

.share-box strong, .share-box span {
	display: inline-block;
	margin: 0 10px 0 0;
}

.share-box a {
	font-size: 29px;
	margin: 0 12px 0 0;
	vertical-align: sub;
	color: #007168;
	display: inline-block;
}

.modal .ekko-lightbox-nav-overlay a {
	text-shadow: none;
	opacity: 1;
	width: 150px;
	top: 0;
	bottom: 0;
	position: absolute;
}

.glyphicon-chevron-left:before, .glyphicon-chevron-right:before {
	content: "";
	color: #007168;
	width: 34px;
	height: 78px;
	height: 100%;
	display: inline-block;
}

.glyphicon-chevron-left:before {
	background: url(img/i-arr-l.png) no-repeat center center;
	background-color: transparent;
	box-shadow: none;
	border: none;
}

.glyphicon-chevron-right:before {
	background: url(img/i-arr-r.png) no-repeat center center;
	background-color: transparent;
	box-shadow: none;
	border: none;
}

.ekko-lightbox .glyphicon-chevron-left {
	left: -100px;
}

.ekko-lightbox .glyphicon-chevron-right {
	right: -100px;
}

.modal-backdrop {
	background-color: #444351;
}

.modal-backdrop.in {
	filter: alpha(opacity=90);
	opacity: .9;
}

.ekko-lightbox .close {
	font-size: 25px;
	line-height: 25px;
	color: #007168;
	font-weight: 400;
	opacity: 1;
	text-shadow: none;
	outline: none;
	position: absolute;
	right: 15px;
	top: 10px;
	text-transform: uppercase;
}

.ekko-lightbox .close:hover {
	opacity: .7;
}

.ekko-lightbox .modal-header {
	min-height: 0;
	padding: 0;
	border-bottom: none;
}

.ekko-lightbox .modal-content {
	padding: 12px 25px 45px;
}

.ekko-lightbox .modal-dialog {
	margin: 30px auto;
}

/* 8 - END of D.Press ---------------------------------------------------------- */
/* 9 - BEGIN of Other inner pages ---------------------------------------------------------- */

.p-404 {
	text-align: center;
	color: #444351;
	padding: 0 15px;
}

.p-404 h1 {
	padding: 64px 0 37px;
	font-size: 70px;
	line-height: 70px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .02em;

}

.p-404 h1 span {
	display: block;
	font-size: 25px;
	line-height: 42px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .02em;
}

.p-404 p {
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	font-family: 'Arial';
}

.p-404 ul {
	padding: 73px 0 124px;
}

.p-404 li {
	list-style: none;
	display: inline-block;
	padding: 0 5px 25px;
}

.p-404 .btn-1 {
	width: 253px;
}

.clinic-item-wr {
	display: block;
}

.clinic-item-wr img {
	height: auto;
}

.clinic-item-wr .clinic-title {
	padding: 15px 0 0;
	font-family: 'Arial';
	font-size: 18px;
	line-height: 25px;
	color: #007168;
	font-weight: 700;
	text-transform: none;
}

.clinic-item-wr p {
	color: #555657;
}

.multiple-link .btn-1 {
	padding: 0 0 0;
	margin: 0 0 10px;
}

.sidebar-item + .sidebar-item .multiple-link .btn-1:after {
	content: none;
}

.multiple-link:last-child .btn-1 {
	margin-bottom: 6px;
}

.offer-wr {
	display: block;
}

.inner-content-wr .offer-wr p {
	color: #444351;
	font-size: 16px;
	line-height: 24px;
}

.offer-wr .press-item p {
	padding: 0 5px 13px 0;
	font-size: 16px;
	line-height: 20px;
	color: #444351;
	font-family: 'NewsGothicMT';
}

.offer-wr .press-item p:last-of-type:not(:first-child) {
	padding-bottom: 0;
	margin-bottom: 0;
}

.offer-wr .find-more {
	padding: 0 5px 3px;
	font-size: 12px;
	line-height: 10px;
	color: #007168;
	font-weight: 700;
	font-family: 'Arial';
	float: right;
	text-transform: uppercase;
}

.offer-wr .press-item:after {
	content: "";
	display: block;
	clear: both;
}

.offer-wr .col-md-6:nth-child(odd) {
	clear: left;
}

.offer-wr .press-item .img-wr {
	margin: 0 0 17px;
}

.offer-wr .press-item-text h4 {
	padding: 0 0 15px;
	line-height: 30px;
}

.offer-wr .press-item-text {
	min-height: 118px;
}

.offer-wr .press-item-featured .press-item-text {
	max-width: 100%;
	padding: 69px 55px 30px 65px;
}

.offer-wr .press-item-featured p {
	padding: 0 0 10px;
	font-size: 20px;
	line-height: 30px;
	color: #444351;
	font-family: 'NewsGothicMT';
	max-width: 100%;
}

.offer-wr .press-item-featured p strong {
	display: block;
}

.offer-wr .press-article-banner {
	margin: 1px auto 33px;
}

.offer-wr .press-item-featured .img-wr {
	margin: 0 0 0;
}

.offer-wr .press-article-banner .press-item-text {
	padding: 41px 55px 30px 45px;
}

.offer-wr .press-article-banner h4 {
	padding: 0 0 0;
	font-size: 25px;
	line-height: 35px;
	color: #007168;
	font-weight: 700;
	font-family: 'Arial';
	text-transform: none;
	max-width: 500px;
}

.btn-back {
	padding: 0 0 0;
}

.btn-back:after {
	content: none;
}

.sidebar-right:not(.m-t-0) .btn-back {
	margin: -65px auto 25px;
}

.gallery-wr {
	margin: 0;
}

.gallery-wr a {
	display: block;
}

.gallery-wr img {
	display: block;
	margin: 0 auto 0;
	width: 100%;
	height: auto;
}

.gallery-wr .col-sm-4 {
	/*padding: 0;*/
	padding: 0 10px 10px 0;
}

.gallery-wr .col-sm-4:nth-child(3n+1) {
	clear: left;
}

.gallery-styles-2 .modal .modal-content {
	padding: 0px 0px 0px;
	background-color: #f7f7f5;
}

.gallery-styles-2 .modal h4 {
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	color: #555657;
	font-weight: 400;
	font-family: 'NewsGothicMT';
	padding: 3px 50px 0 15px;
	letter-spacing: .02em;
}

.gallery-styles-2 .modal .modal-body {
	padding: 13px 13px 13px;
}

.gallery-styles-2 .modal .modal-header {
	padding: 0 0 10px;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #F7F7F5;
}

.gallery-styles-2 .modal .close {
	top: -1px;
}

.gallery-styles-3 .modal .modal-header {
	display: none;
}

.gallery-styles-3 .modal .modal-body {
	padding: 0;
}

.search-items-wr {
	max-width: 848px;
}

.search-items-wr .search-form {
	margin: 0 0 14px;
}

.search-items-wr .search-form:after {
	content: "";
	display: block;
	clear: both;
}

.search-items-wr .search-form input {
	padding: 0 68px 0 15px;
	margin: 0 -60px 0 0;
	height: 52px;
	display: block;
	box-sizing: border-box;
	width: 100%;
	outline: none;
	float: left;
	background: #ececed;
	font-size: 20px;
	line-height: 30px;
	color: #444351;
	font-family: 'Arial';
	border: none;
}

.search-items-wr .search-form button {
	font-size: 20px;
	margin: 12px 19px 0 -40px;
	position: relative;
	z-index: 2;
	float: right;
	border: none;
	outline: none;
	background: transparent;
}

.search-items-wr h4 {
	padding: 9px 0 35px;
	font-size: 27px;
	line-height: 30px;
	color: #444351;
	text-transform: none;
	font-weight: 700;
}

.search-items-wr h4 + ul {
	margin-top: -13px;
}

.search-items-wr h4 span {
	color: #007168;
}

.search-item {
	font-family: 'Arial';
	color: #444351;
	max-width: 824px;
}

.search-item a {
	color: #444351;
	text-decoration: underline;
}

.search-item h6 {
	padding: 0 0 2px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	text-transform: none;
}

.search-item p, .search-items-wr .search-item p {
	font-size: 16px;
	line-height: 25px;
	padding: 0 0 18px;
}

.search-items-wr .search-item p span {
	background-color: #007168 !important;
	color: #FFFFFF;
	padding: 2px 5px 2px;
}

.search-item + .text-right {
	margin-top: 25px;
}

.sitemap-wr {
	display: block;
}

.sitemap-wr ul {
	padding: 21px 0 21px 17px;
	margin: 0 0 0;
}

.sitemap-wr li {
	list-style: none;
	margin: 0 0 25px;
}

.sitemap-wr a {
	font-size: 16px;
	line-height: 25px;
	color: #444351;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Arial';
	display: inline-block;
}

.sitemap-wr ul ul a {
	font-weight: 400;
	text-transform: none;
}

.sitemap-wr ul ul {
	margin: 0 0 0;
	padding: 0 0 0 20px;
}

.sitemap-wr ul ul li {
	margin: 0 0 0;
	padding: 0 0 0;
}

.sitemap-wr ul ul li a:before {
	content: ">";
	font-family: 'HelveticaNeue';
	font-weight: 300;
	color: #007168;
	display: inline-block;
	font-size: 18px;
	line-height: 21px;
	float: left;
	min-width: 16px;
}

.main-content .gform_wrapper {
	margin: 3px -8px 0 0;
	padding: 46px 12px 34px;
	background: #ECECED;
}

.main-content .gform_body li {
	padding: 0 5px 15px;
}

.main-content .gform_wrapper ul {
	padding-left: 0;
	padding-bottom: 0;
}

.main-content .gform_wrapper .btn-1 {
	margin: 15px 0 0;
	min-width: 182px;
}

.main-content .gform_body textarea {
	line-height: 22px;
	padding-top: 3px;
}

.gm-style-iw h5 {
	line-height: 20px;
}

.gm-style-iw .left {
	float: left;
	margin: 0 15px 0 0;
}

.modal-body.gform_confirmation_message {
	padding: 183px 15px 190px;
}

.gform_confirmation_message p {
	font-size: 20px;
	max-width: 680px;
	display: block;
	margin: -12px auto 0;
}

.treatment-content-wr h2 {
	padding: 7px 9px 8px;
	letter-spacing: .02em;
}

.treatment-content-wr .sidebar-right {
	margin-top: 0;
}

.treatment-pl-header {
	padding: 0 0 10px;
	min-height: 66px;
}

.treatment-pl-header:after {
	content: "";
	display: block;
	clear: both;
}

.treatment-content-wr h5 {
	padding: 9px 5px 7px;
	background: #017478;
	color: #FFFFFF !important;
	text-align: center;
	font-size: 20px !important;
	line-height: 35px !important;
	font-weight: 500 !important;
}

.treatment-content-wr .sidebar-left {
	margin-right: -10px;
}

.treatment-content-wr .main-content {
	padding: 0 15px 0 12px;
}

.treatment-sidebar-left {
	font-family: 'Arial';
}

.checkboxes-wr {
	border: 1px solid #d5d5d5;
	margin: 0;
	padding: 0px 0 0;
}

.checkboxes-wr li {
	list-style: none;
	padding: 0 0 0 5px;
}

.checkboxes-wr > li {
	border-bottom: 1px solid #d5d5d5;
	padding: 7px 5px 7px 5px;
}

.checkboxes-wr > li:last-child {
	border-bottom: none;
}

.checkboxes-wr li li {
	margin: 0 0 0;
	padding: 0 0 0px;
}

.checkboxes-wr li ul {
	padding: 0 5px 0 24px;
}

.checkboxes-wr li ul ul {
	padding-top: 6px;
	padding-bottom: 9px;
}

.checkboxes-wr h6 {
	color: #007168;
	padding: 2px 5px 1px 23px;
	font-size: 14px;
	line-height: 25px;
	font-weight: 700;
	text-transform: uppercase;
}

.checkboxes-wr h6:before {
	display: inline-block;
	float: left;
	margin: 0px 0 0 -17px;
	width: 9px;
	height: 2px;
}

.checkboxes-wr h6.closed:before {content: "+";}
.checkboxes-wr h6.opened:before {content: "-";}

.checkboxes-wr h4 {
	color: #555657;
	padding: 2px 5px 3px 23px;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	text-transform: uppercase;
}

.checkboxes-wr h4 a {
	color: #555657;
}

.checkboxes-wr h4:before {
	content: "+";
	font-family: 'HelveticaNeue';
	font-weight: 300;
	color: #007168;
	display: inline-block;
	float: left;
	margin: -2px 0 0 -19px;
	font-size: 21px;
}

.checkboxes-wr > li > label {
	font-size: 14px;
}

.ch-wr {
	display: block;
	cursor: pointer;
	margin: 0 0 0;
	padding: 5px 0 3px 25px;
	font-size: 13px;
	line-height: 15px;
	color: #555657;
	clear: both;
}

.ch-wr input {
	display: none;
}

.ch-wr input + span {
	display: inline-block;
}

.ch-wr input + span:before {
	content: "";
	display: inline-block;
	float: left;
	margin: -3px 5px 0 -25px;
	width: 20px;
	height: 20px;
	border: 1px solid #d5d5d5;
}

.ch-wr input:checked + span:before {
	background: url(img/i-cho.png) no-repeat center;
}

.ch-wr input:checked + span {
	color: #bc9c22;
}

.treatment-img-wr {
	position: relative;
	width: 400px;
	margin: -7px auto 0;
}

.treatment-img-wr .img-wr {
	display: block;
	position: relative;
}

.treatment-img-wr .img-wr img {
	display: none;
	margin: 0 auto 0;
}

.treatment-img-wr .img-wr .treatment-man-img.active {
	display: block;
}

.treatment-img-wr .img-wr .treatment-woman-img.active {
	display: block;
}

.hotspots-wr {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.hotspots-item {
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50px;
	border-radius: 50%;
	border: 2px solid;
	background: #cccccc;
	border-color: #eeeeee;
	position: absolute;
}

.hotspots-item.active {
	display: inline-block;
	background: #bc9c22;
	border-color: #917611;
}

.treatment-man .hotspots-item.active {
	display: inline-block;
	background: #00c4dc;
	border-color: #c7f2f7;
}

.hotspots-item[data-target="frown-lines"] {
	left: 49%;
	top: 5.9%;
}

.hotspots-item[data-target="forehead-lines"] {
	left: 55%;
	top: 4.3%;
}

.hotspots-item[data-target="hollow-temples"] {
	left: 61.3%;
	top: 5.7%;
}

.hotspots-item[data-target="hollow-sockets"] {
	left: 59%;
	top: 6.5%;
}

.hotspots-item[data-target="tired-eyes"] {
	left: 41.9%;
	top: 7.5%;
}

.hotspots-item[data-target="non-surgical-facelift"] {
	left: 56.6%;
	top: 8.8%;
}

.hotspots-item[data-target="mouth-region"] {
	left: 13%;
	top: 11%;
}

.hotspots-item[data-target="lip-rejuvenation"] {
	left: 48%;
	top: 9.7%;
}

.hotspots-item[data-target="nosolabial-folds"] {
	left: 48.4%;
	top: 8.7%;
}

.hotspots-item[data-target="lip-and-bar-code"] {
	left: 52%;
	top: 9.7%;
}

.hotspots-item[data-target="marionette-lines"] {
	left: 44%;
	top: 9.9%;
}

.hotspots-item[data-target="lower-check-region"] {
	left: 59%;
	top: 10.5%;
}

.hotspots-item[data-target="lower-face-sculpting"] {
	left: 49%;
	top: 11.4%;
}

.hotspots-item[data-target="neck-region"] {
	left: 39%;
	top: 17.5%;
}

.hotspots-item[data-target="skin-and-pigmentation"] {
	left: 90.6%;
	top: 53.2%;
}

.hotspots-item[data-target="revolumisation"] {
	left: 96%;
	top: 46%;
}

.hotspots-item[data-target="non-surgical-facelift-surgery"] {
	left: 0%;
	top: 18%;
}

.hotspots-item[data-target="cyst-removal"] {
	left: 3%;
	top: 50%;
}

.hotspots-item[data-target="skin-tag-removal"] {
	left: 24%;
	top: 42.3%;
}

.hotspots-item[data-target="seborrhoeic-keratosis"] {
	left: 48%;
	top: 33%;
}

.hotspots-item[data-target="wart-removal"] {
	left: 5%;
	top: 56%;
}

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

.gender-nav a {
	display: inline-block;
	width: 56px;
	height: 58px;
	/*box-shadow: inset 0px 0px 13px 1px rgba(0,0,0,.25);*/
	margin: -7px 1px 0 5px;
	padding: 5px 0 0 0;
	font-size: 38px;
	text-align: center;
	vertical-align: middle;
	background-color: #d3d3d3;
	color: #FFFFFF;
	border-radius: 50px;
	border-radius: 50%;
	opacity: .25;
}

a.btn-gender-woman {
	background: url(img/i-gender-woman-active.png) no-repeat center;
}

a.btn-gender-man {
	background: url(img/i-gender-man-active.png) no-repeat center;
}

a.btn-gender-woman.active {
	background-color: #007168;
	background: url(img/i-gender-woman-active.png) no-repeat center;
	opacity: 1;
}

a.btn-gender-man.active {
	background-color: #5abee6;
	background: url(img/i-gender-man-active.png) no-repeat center;
	opacity: 1;
}

.gender-nav a i {
	display: none;
}

i.fa.fa-venus {
	width: 24px;
}

.gender-nav span {
	margin: 4px 9px 0 0;
	font-size: 15px;
	vertical-align: top;
	line-height: 35px;
	color: #444351;
	font-weight: 700;
	font-family: 'Arial';
	display: inline-block;
}

body .btn-3, .sidebar-right .btn-3 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: .02em;
	padding: 3px 0 10px;
	margin: 0 auto 0;
	color: #FFFFFF;
	background: #69788B;
	display: block;
	width: 100%;
	text-align: center;
	border: none;
	outline: none;
}

.treatment-sidebar-right {
	background: #f5f5f5;
}

.treatment-sidebar-right ul {
	padding: 10px 25px 32px 17px !important;
	margin: 0 0 0;
	font-family: 'Arial';
}

.treatment-sidebar-right li {
	list-style: none;
	color: #555657;
	font-size: 15px;
	line-height: 24px;
	padding: 0 0 0;
	margin: 0 0 0;
}

.treatment-sidebar-right li li:before {
	content: "";
	display: inline-block;
	float: left;
	margin: 10px 0 0 -14px;
	width: 5px;
	height: 5px;
	border-radius: 50px;
	border-radius: 50%;
	color: #bc9c22;
	background: #bc9c22;
}

.treatment-sidebar-right li ul {
	padding: 0 0 0 26px;
	margin: 0 0 0;
}

.treatment-sidebar-right a, .treatment-sidebar-right span {
	color: #555657;
	font-weight: 700;
}

.treatment-sidebar-right li li a {
	font-weight: 400;
}

._1drm._1ds3 ._1drq a {
	color: #3A5897;
	text-shadow: none;
}

a._42ft._4jy0._opc._4jy3._517h._51sy {
	color: #3A5897;
	text-shadow: none;
}





















/* 9 - END of Other inner pages ---------------------------------------------------------- */








.navbar ul.nav.navbar-nav li a {
	text-transform:uppercase;
}

li.current_page_item > a {
	color:#007168;
	border-color: #007168;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	text-decoration: underline;
	background-color: transparent;
}

.dropdown-menu>.active>a {
	text-decoration: none;
	background-color: transparent;
}

.breadcrumbs {
	text-transform: uppercase;
	font-size: 12px;
}

.sidebar-left-nav ul {
	display: none;
}

.sidebar-left-nav .current_page_item ul, .sidebar-left-nav .current_page_ancestor ul {
	display: block;
}

.sidebar-left-nav .current_page_item > .children {
	display: block;
}

.sidebar-left-nav li.current_page_item ul a {
	color:#000;
}

li.current_page_item ul a {
	/*color:#FFFFFF;*/
}

span.caret {
	display:none;
}

/*
li.cat-item.cat-item-1 {
	visibility: hidden;
	display: none;
}
*/



.contact-item-text h5 > a, .infoWindow h5 {
	color:rgb(236, 0, 140);
}

.infoWindow p.subtitle {
	padding: 0 0 0;
	font-family: 'Arial';
	font-size: 15px;
	line-height: 20px;
	color: #555657;
}

.infoWindow .left {
	float:left;
}

.infoWindow .right {
	text-align:left;
	padding-left:100px;
}

.infoWindow {
	width: 100%;
	min-width: 500px;
	display: block;
}

.search-no-results .search-items-wr .head {
	display:none;
}

.search-query {
	color:#007168;
}

.sidebar-item.sidebar-item-dark ul li > a {
	color: #FFF;
	position: relative;
	z-index: 5;
}

.sidebar-item.sidebar-item-dark ul {
	margin-left:20px;
}

.search .search-container {
	display: none;
}

.email-confirm input, .email-confirm textarea, .email-confirm select {
	background: #FFFFFF;
	border: 1px solid transparent;
	padding: 0 15px;
	margin: 0 10px 0 0;
	display: inline-block;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	height: 40px;
	width: 52%;
	outline: none;
}

.email-confirm button, .email-confirm .btn-1 {
	display: inline-block;
	width: auto;
	margin: 10px auto 0;
	position: relative;
	top: 1px;
}

.email-confirm-form {
	padding: 32px 0 15px;
}

.email-confirm .btn-1:after {
	margin: 9px 0 0 11px;
}

.treatment-content-wr .inner-content-right .sidebar-right.m-t-0,
.parent-pageid-22 .treatment-content-wr .inner-content-right .sidebar-right.m-t-0 {
	margin-top: 0;
}

#newsletter-subscribe .modal-dialog.modal-lg {
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
	bottom: 30px;
	height: 74%;
}

.tp-results .btn-1 {
	width: auto;
}
.wpupg-item {
    max-width: 32.3333% !important;
	border: none !important;
}
.wpupg-post-image {
   border: 2px solid #ededed !important;
    height: auto !important;
    max-width: 100%;
    padding: 10px !important;
    width: auto !important;
}
.wpupg-post-title {
    color: #000 !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    line-height: 30px !important;
}
.filter-blog {
    border-bottom: 2px solid #000 !important;
}
.wpupg-grid {
    margin-top: 20px !important;
}
.wpupg-filter-item {
    font-size: 13px !important;
}
.blog-hd {
    /****background: #000 none repeat scroll 0 0;***/
     color: #000;
    float: left;
    font-size: 32px;
    font-weight: bold;
    margin-top: -8px;
    padding: 1px 0;
}
.wpupg-pagination-term {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    color: #000 !important;
    padding: 5px !important;
}
.wpupg-pagination-term.wpupg-page-0.active {
    color: #007168 !important;
}
.wpupg-pagination-term:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #007168 !important;
}
.wpupg-pagination.wpupg-pagination-pages {
    border: 1px solid #000 !important;
    float: left !important;
}

.filter-blog {
    border-bottom: 2px solid #000 !important;
    margin-top: 9px;
    max-width: 820px;
    padding: 0;
    width: 100%;
}
.wpupg-filter.wpupg-filter-isotope {
    text-align: left !important;
}


/* 30-07-2016 */


.post-navigation .screen-reader-text{
	display:none;
}

.nav-previous a, .nav-next a {
    background: #007168 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 3px 15px;
}
.nav-previous {
    margin-right: 15px;
}
.nav-previous, .nav-next {
    float: left;
}
.navigation.post-navigation::after, .navigation.post-navigation::before {
    clear: both;
    content: "";
    display: table;
}
.content h6 {
    background: #bc9c22 none repeat scroll 0 0;
    color: #ffffff !important;
    padding: 3px;
    text-align: left;
    padding-left: 25px;
	margin-bottom: 7px;
}

.widget.sidebar-item.widget_recent_entries > ul {
    border-top: 1px solid #007168;
    list-style: outside none none;
    padding: 12px;
}
.widget.sidebar-item.widget_recent_entries li {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 12px;
}
.widget.sidebar-item.widget_recent_entries a {
    color: #555657;
    font-size: 14px;
}

.template-a-tabs-nav.tabs-nav.hidden-xs {
    display: block !important;
}

/* * - BEGIN of @media ---------------------------------------------------------- */

@media (min-width: 1250px) {
	.container {
		width: 1224px;
	}
}

/* ----------------------------------------------------------------------------------- */

@media (min-width: 1200px) {
input[type="text"], .header-subcribe input[type="email"] {
	padding: 10px 45px 10px 7px;
}
.page-template-clinic .inner-content-right .sidebar-right.m-t-0 {
	margin-top: 62px;
}
.parent-pageid-17:not(.page-id-57) .inner-content-right .sidebar-right.m-t-0 {
	margin-top: 66px;
}
.parent-pageid-57 .inner-content-right .sidebar-right.m-t-0 {
	margin-top: 66px;
}
.parent-pageid-22 .inner-content-right .sidebar-right.m-t-0 {
	margin-top: 66px;
}


}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 1249px) {
.header-links p {
	font-size: 13px;
	padding: 0 0 0 0;
}
.navbar-nav > li > a {
	margin: 0 25px -2px 0;
}
.btn-2 {
	font-size: 16px;
}
.press-article-banner .press-item-text {
	max-width: 74%;
	/* padding: 7px 0 20px 46px; */
}
.press-item-featured {
	min-height: 236px;
}






}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 1199px) {
	.press-article-banner h1 {
    font-size: 20px;
}

	.wpupg-item {
   max-width: 31.3333% !important;
}
.navbar-nav > li > a {
	margin: 0 0 -2px 0;
}
.header-links p {
	font-size: 10px;
	text-align: right;
}
.header-links p a {
	font-size: 11px;
}
.header-subcribe {
	padding: 20px 0 5px 5px;
	margin: 0 -10px 0 0;
}
.btn-1 {
	font-size: 14px;
}
.treatments-item li {
	width: 50%;
}
.treatments-item {
	padding: 27px 20px 30px 38px;
}
.contact-item-text {
	width: 38%;
}
.contact-item img {
	margin: 0 10px 0 0;
}
.contact-item-btns .btn-1 {
	min-width: 230px;
}
.contact-item-btns {
	float: right;
}
.btn-2 {
	font-size: 11px;
}
.summary-box li span {
	min-width: 150px;
}
.press-item-featured .press-item-text {
	max-width: 60%;
/* 	padding: 13px 0 30px 30px; */
}
.press-item-featured .press-featured-label {
	margin: 0 0 17px 0;
}
.press-item-featured .img-wr img {
	float: none;
	width: 100%;
	position: static;
}
.press-item-featured .press-item-text {
	max-width: 100%;
	/* padding: 13px 0 35px 35px; */
}
.offer-wr .press-item-featured .press-item-text {
	padding: 40px 55px 30px 65px;
}
.gallery-styles-2 .ekko-lightbox .glyphicon-chevron-right {
	right: -65px;
}
.gallery-styles-2 .ekko-lightbox .glyphicon-chevron-left {
	left: -65px;
}
.summary-box li {
	float: none;
	width: 100%;
	font-size: 14px;
	clear: both;
}
.summary-box li span:not(:last-child) {
	width: 150px;
}
.video-wr:first-child iframe {
	min-height: 332px;
}



}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 991px) {
.header-subcribe p {
	font-size: 11px;
}
.search-overlay form {
	width: 190px;
}
.navbar-nav > li > a {
	margin: 0 0 -2px 0;
	padding: 10px 8px 21px;
	font-size: 13px;
	line-height: 22px;
}
header {
	padding: 20px 0 0;
}
.dropdown-menu li {
	width: 33%;
}
.dropdown-menu h3 {
	padding: 0 0 20px;
	font-size: 27px;
	display: none;
}
.navbar-nav > li > .dropdown-menu {
	padding: 30px 15px 30px;
}
.dropdown-menu a {
	font-size: 13px;
}
.dropdown-menu li:before {
	font-size: 16px;
}
.btn-1 {
	font-size: 14px;
}
.sidebar-item, .inner-content-right .sidebar-item {
	padding: 10px 10px 10px;
	margin: 0 0 20px;
}
body .sidebar-planner, .inner-content-right .sidebar-planner {
	margin-bottom: 80px;
}
.sidebar-planner > div {
	padding: 10px 10px 10px;
}
.sidebar-item h4 {
	padding: 0 0 10px;
}
.sidebar-item p {
	padding-left: 0;
	padding-right: 0;
}
.sidebar-banner {
	padding: 0;
}
.footer-bottom li {
	font-size: 13px;
	line-height: 25px;
}
.news-item {
	padding: 0 0 30px;
}
.tabs-item .no-padding {
	padding-right: 15px;
	padding-left: 15px;
}
.news-item-sm {
	margin: 0 0 23px 0;
}
.tabs-nav a {
	padding: 0 5px 3px;
	font-size: 12px;
	line-height: 14px;
}
.modal-content {
	padding: 15px 0 10px;
}
.testimonials-item, .testimonials-item + .testimonials-item {
	padding: 21px 0 25px;
	float: none;
	width: 100%;
}
.press-box {
	padding: 10px 0 20px 0;
	margin: 0 0 31px;
}
.press-box .col-sm-12.col-md-6 {
	padding: 0;
}
.sidebar-left {
	margin: 0 0 10px;
}
.inner-content-right {
	margin-left: -15px;
}
.inner-content-right .main-content {
	margin: 0;
}
.contact-item-btns {
	float: none;
	clear: both;
	padding: 15px 15px 6px;
}
.contact-item-text {
	width: auto;
}
.sidebar-item-dark {
	padding-left: 25px;
	padding-bottom: 50px;
}
.summary-box li {
	float: none;
	width: 100%;
	font-size: 14px;
}
.coolsculpting-box img {
	margin: 10px auto 0;
	float: none;
	width: 100%;
    height: auto;
}
.twentytwenty-container {
	margin: 0;
}
.twentytwenty-container img {
	margin: 0;
}
.press-item-featured .img-wr img {
	float: none;
	width: 100%;
	position: static;
}
.press-item-featured:before {
	border-width: 7px;
}
.press-item-featured .press-item-text {
	max-width: 100%;
	/* padding: 20px 15px 30px 30px; */
}
.tabs-item-body img {
	margin: 0 auto 25px;
}
.tweeple-feed-shortcode {
	margin: 0;
	padding: 0;
}
.social-media-item {
	padding: 0 0 30px;
}
.social-media-inner {
	min-height: 120px;
	padding: 5px 0 15px;
}
.offer-wr .press-item-text {
	min-height: 90px;
}
.offer-wr .press-item-featured .press-item-text {
	padding: 30px 30px 20px;
}
.offer-wr .find-more {
	line-height: 20px;
}
.testimonials-wr .testimonials-view-all {
	float: none;
}
.news-item img {
	margin: 0 auto 0;
}
.main-content .gform_wrapper {
	margin: 3px 0 0 0;
}
.treatment-content-wr h2 {
	padding: 7px 0 8px;
	font-size: 30px;
}
.treatment-img-wr {
	margin: 0 auto 40px;
}
.search-overlay button i {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.video-wr:first-child iframe {
	min-height: 224px;
}
.accordion-wr-dark .accordion-body > img {
	float: none;
}
.container .container {
	padding-left: 0;
	padding-right: 0;
}







}

.mob-sec-only{display:none;}
.mobile-display{display:none;}
/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
.wpupg-item {
    max-width: 48% !important;
}
.tabs-item {
	display: block;
}
.tabs-item .tabs-item-body {
	display: none;
}
.tabs-item-body img {
	margin: 0 auto;
	display: block;
}
.pull-right {
	float: none !important;
}
.tabs-item.active-m .tabs-item-body {
	/*display: block;*/
	clear: both;
	padding-bottom: 20px;
}
header {
	padding: 0 0 11px;
	min-height: 50px;
	border: none;
}
.logo {
	margin: 14px 0 0 -1px;
	float: left;
	max-width: 169px;
	position: relative;
	z-index: 5;
}
.navbar-toggle {
	background-color: #007168;
	margin: 0 0 0 0;
	padding: 17px 17px 14px;
	border-radius: 0;
	border: none;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
	height: 55px;
}
.navbar-toggle .icon-bar {
	display: block;
	margin: 0 0 6px;
	width: 27px;
	height: 2px;
	background: #FFFFFF;
	border-radius: 1px;
}
.navbar {
	width: 100%;
	position: absolute;
	z-index: 7;
	min-height: 0;
	right: 0;
	top: 0;
	margin: 0 0 0;
	padding: 0 0 0;
}
.navbar-collapse {
	padding: 0;
	margin: 0;
	float: none;
	clear: both;
	border: none;
	width: 100%;
	box-shadow: none;
	background: #444351 url(img/logo-white.png) no-repeat 14px 13px;
	padding: 54px 0 0;
}
.navbar-nav > li > a:after {
	bottom: -1px;
}
.navbar-nav > li > .dropdown-menu {
	box-shadow: none;
	position: static;
	width: auto;
	margin: 0 0 0;
	top: 96%;
	padding: 15px 5px 15px !important;
	height: auto !important;
	clear: both;
	float: none;
}
.navbar-nav > li > a {
	margin: 0 0 0;
	padding: 9px 0 8px;
	border-bottom: 1px solid #555461;
	font-size: 14px;
	letter-spacing: .02em;
	text-align: left;
	color: #FFFFFF;
}
.navbar-nav > li:last-child > a {
	margin: 0 0 0;
	padding: 9px 0 8px;
}
.navbar-nav > li > a:before {
	content: "\f105";
	color: #706F7A;
	display: inline-block;
	float: right;
	margin: 0 4px 0 0;
	font-size: 29px;
	font-family: 'FontAwesome';
}
.navbar-nav > li:last-child > a {
	border: none;
}
.dropdown-menu li {
	width: 100%;
	float: none;
	clear: both;
}
.navbar-nav {
	padding: 2px 0 20px;
}
.nav > li {
	margin: 0 16px 0;
}
.dropdown-menu h3 {
	padding: 0 3px 10px;
	font-size: 21px;
}
.header-links .search-btn, .search-btn {
	margin: 0 61px 0 0;
	border: none;
	border-right: 1px solid #EF2EA1;
	font-size: 25px;
	padding: 13px 0 0;
	width: 59px;
	height: 55px;
	background: #007168;
	color: #FFFFFF;
	display: block;
	float: right;
	position: absolute;
	right: 0;
	top: -1px;
	text-align: center;
}
.search-btn [class*="search"]:hover {
	color: #FFFFFF;
}
.header-social-links {
	display: none;
}
.header-tel {
	clear: both;
	text-align: center;
	padding: 17px 0 0;
}
.header-tel p {
	text-align: center;
	font-size: 14px;
}
.header-tel p a {
	font-size: 14px;
}
.search-overlay {
	position: absolute;
	z-index: 5;
	right: 0px;
	left: 0;
	top: 54px;
	background: #ececed;
	padding: 14px 20px 16px;
	border: none;
}
.search-overlay:after, .search-overlay:before {
	content: none;
}
.search-overlay form {
	width: 100%;
}
.search-overlay input {
	background: #FFFFFF;
	font-weight: normal;
}
.header-links .search-btn.active, .search-btn.active {
	background: #ECECED;
	color: #444351;
}
.navbar-toggle.active {
	background: transparent;
	color: #FFFFFF;
	font-size: 20px;
	padding: 9px 18px 0;
	height: auto;
}
.navbar-toggle.active:after {
	content: "X";
}
.navbar-toggle.active .icon-bar {
	display: none;
}
.breadcrumbs {
	display: none;
}
.main-content {
	padding: 0 0 0;
	margin: 0 -15px 0;
}
.btn-play-video {
	font-size: 38px;
	border: 2px solid;
	padding: 16px 0 0 8px;
	width: 72px;
	height: 72px;
}
.tabs-item {
	padding: 0 0 0;
	border: none;
}
.testimonials-wr {
	padding: 14px 8px 0;
}
.testimonials-item, .testimonials-item + .testimonials-item {
	float: none;
	width: auto;
	padding: 0 21px 24px;
}
.testimonials-item img {
	float: none;
	margin: 0 auto 11px;
	display: block;
}
.tabs-items {
	margin: 0 0 10px;
}
.sidebar-right {
	margin: 17px 0 0;
}
.sidebar-item, .inner-content-right .sidebar-item {
	padding: 16px 15px 20px;
	margin: 0 0 11px;
}
.sidebar-item h4 {
	padding: 0 0 16px;
}
.sidebar-planner > div {
	padding: 10px 15px 10px;
}
body .sidebar-planner, .inner-content-right .sidebar-planner  {
	margin-bottom: 71px;
}
.btn-1 {
	font-size: 18px;
}
.sidebar-banner {
	padding: 0;
	display: none;
}
.partners-wr h3 {
	padding: 10px 29px 8px 29px;
	text-align: center;
}
.partners-wr {
	margin: 0 -15px;
}
.social-media-wr {
	padding: 20px 0 10px;
}
.social-media-item h3 {
	padding: 0 0 6px;
}
.social-media-inner {
	min-height: 135px;
	padding: 0 0 6px;
}
.featured-treatments-wr {
	margin: 2px 0 0;
	padding: 14px 0 9px;
}
.featured-treatments-wr h3 {
	padding: 2px 0 17px;
	font-size: 25px;
	line-height: 35px;
}
.featured-treatments-wr a {
	padding: 5px 5px 4px 8px;
	margin: 0 0 15px;
	font-size: 14px;
	line-height: 21px;
}
.featured-treatments-wr .bordered-left:before {
	width: 25px;
	height: 25px;
}
.footer-bottom .search-btn {
	display: none;
}
.footer-bottom li:not(:last-child):after {
	content: none;
}
.footer-bottom li {
	line-height: 25px;
	margin: 0 0 5px;
	float: none;
	display: block;
}
.footer-bottom ul {
	margin: 0;
}
.footer-bottom .header-links a {
	margin: 0 0 0 9px;
}
.footer-bottom .header-links {
	margin: 0 0 0;
}
.tabs-item h2 {
	margin: 0 0 15px;
	clear: both;
	padding: 10px 0 0;
}
.tabs-item h3 {
	padding: 15px 15px 18px;
	margin: 0 0 10px 0;
}
.news-item-sm:last-of-type {
	margin-bottom: 20px;
}
.news-item-sm:after {
	content: "";
	display: block;
	clear: both;
}
.news-item-sm img {
	float: left;
	margin: 0 17px 0 0;
}
.news-item-sm {
	margin: 0 0 18px 0;
}
.navbar .header-social-links {
	display: block;
	background: #ececed;
	text-align: left;
	padding: 20px 20px 8px;
	margin: 0;
}
.navbar .header-social-links a {
	display: inline-block;
	color: #444351;
	font-size: 21px;
	line-height: 20px;
	margin: 0 14px 0 0;
	padding: 0 1px 0;
	vertical-align: baseline;
}
.navbar .header-subcribe {
	padding: 20px 20px 28px;
	margin: 0 0 0 0;
	background: #ececed;
}
.navbar-nav > li > a.not-active {
	color: #FFFFFF;
}
.header-subcribe p {
	font-size: 14px;
	text-align: left;
}
.header-subcribe input[type="text"], .header-subcribe input[type="email"] {
	height: 42px;
	background: #E2E2E4;
	border: 1px solid #E2E2E4;
}
.header-subcribe button, .header-subcribe input[type="submit"] {
	margin: 10px 0 0 0;
}
.testimonials-item blockquote:after {
	margin: 2px 0 0;
}
a, a:after, .navbar-nav > li > a:after, .link-hovered:after {
	-webkit-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.dropdown-menu:after {
	content: "";
	display: block;
	clear: both;
}
.dropdown-menu ul:after {
	content: none;
}
.press-box {
	padding: 30px 15px 0;
	margin: 0 0 20px;
	display: none;
}
.team-item a {
	display: block;
}
.testimonials-items .testimonials-item img {
	margin: 0 auto 11px;
}
.testimonials-items .testimonials-item, .testimonials-items .testimonials-item + .testimonials-item {
	margin: 0;
	padding: 17px 5px 20px 5px;
}
.accordion-header a {
	font-size: 13px;
}
.main-content.inner-content-left {
	margin: 0;
}
.treatments-item {
	padding: 27px 20px 30px 38px;
	min-height: 100px;
}
.treatments-item:before {
	width: 90px;
	height: 90px;
	border: 8px solid;
	border-top: none;
	border-right: none;
}
.map-wr {
	height: 300px;
}
.contact-item img {
	float: none;
	display: block;
	margin: 0 auto 0;
}
.contact-item-text {
	width: auto;
	float: none;
	padding: 15px 0 0;
}
.contact-item {
	padding: 15px 15px 0;
}
.contact-item-btns {
	padding: 15px 0 6px;
}
.sidebar-item-dark {
	padding-left: 25px;
	padding-bottom: 50px;
}
.accordion-wr-dark .accordion-header a {
	padding: 18px 12px 18px 15px;
	font-size: 14px;
}
.accordion-wr-dark .accordion-item .accordion-header a:before {
	margin: 2px 0 0 0;
}
.summary-box {
	margin: 19px 10px 0;
	padding: 25px 8px 5px;
}
.accordion-wr-dark {
	padding: 0 0 0;
}
.accordion-wr-dark .accordion-body > img {
	float: none;
	margin: 0 auto 10px;
	display: block;
}
h1 {
	font-size: 35px;
}
.tabs-item-body img {
	margin: 0 auto 10px;
	padding: 15px 0 0;
}
.testimonials-wr .testimonials-view-all {
	margin: 0 0 25px;
	float: none;
}
.footer-bottom .header-social-links {
	display: block;
}
.gform_body li:nth-child(-n+8) {
	float: none;
	width: 100%;
}
.p-404 ul {
	padding: 50px 0 50px;
}
.ekko-lightbox.modal {
	padding-left: 15px;
}
.ekko-lightbox .glyphicon-chevron-right {
	right: -53px;
}
.ekko-lightbox .glyphicon-chevron-left {
	left: -53px;
}
.ekko-lightbox a {
	opacity: 1;
}
.sidebar-right:not(.m-t-0) .btn-back {
	margin: 0 auto 25px;
}
.offer-wr .press-article-banner h4 {
	font-size: 19px;
	line-height: 30px;
}
.gallery-wr .col-sm-4:nth-child(3n+1) {
	clear: none;
}
.gallery-wr .col-sm-4:nth-child(2n+1) {
	clear: left;
}
.gallery-styles-2 .ekko-lightbox .glyphicon-chevron-right {
	right: -15px;
}
.gallery-styles-2 .ekko-lightbox .glyphicon-chevron-left {
	left: -15px;
}
.fb_iframe_widget {
	max-width: 100%;
}
.fb_iframe_widget iframe {
	max-width: 100%;
}
.fb_iframe_widget span {
	max-width: 100%;
}
.ui-datepicker {
	padding: 5px 2px;
}
.ui-datepicker-calendar td, .ui-datepicker-calendar th {
	padding: 0 4px 0;
}
.treatment-content-wr h2 {
	text-align: center;
}
.gender-nav {
	text-align: center;
	padding: 10px 0 4px;
}
.treatment-content-wr .sidebar-left {
	margin-right: 0;
}
.treatment-img-wr {
	margin: 20px auto 30px; display:none;
}
.treatment-sidebar-right {
	margin: 0 0 15px;
}
body .infoWindow p, body .infoWindow p.subtitle {
	font-size: 13px;
	line-height: 13px;
	letter-spacing: -.015em;
	font-weight: 400;
	padding: 0 0 0;
	margin: 0 0 0;
}
body .infoWindow p.subtitle {
	font-weight: 600;
}
.infoWindow .left img {
	max-height: 120px;
}
.search-overlay button {
	background: transparent;
	outline: none;
	border: none;
	border-left: 1px solid #9C9BA3;
	display: inline-block;
	float: right;
	margin: 9px 0px 0 0;
	padding: 0 0 1px 15px;
	text-align: left;
	width: 38px;
	color: #007168;
	font-size: 24px;
	line-height: 20px;
	height: 22px;
	position: relative;
	z-index: 2;
}
.search-overlay button i {
	margin: 0px 0 0 0;
	vertical-align: bottom;
	line-height: 18px;
	float: left;
	height: 18px;
}
.search-overlay button .fa:before {
	content: "\f105";
}
.visible-xs .testimonials-wr {
	margin: 0 -15px 0;
}
.main-content .testimonials-wr {
	display: none;
}
li#field_1_8 {
	float: none;
	width: 100%;
}
.mobile-sticky {
        display: block;
    }

	.mob-form .gform_title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}
.mob-form .gform_body {
    background: transparent;
}
.mob-form .gfield_label {
    color: #fff;
}
.mob-form .gform_hidden {
    display: none;
}
.summary-box {
	margin: 15px 0 0;
	padding: 20px 8px 5px 20px;
}
.summary-box i {
	min-width: 12px;
	vertical-align: top;
	width: 14px;
	margin: 0 7px 0 0px;
}
.summary-box li span:not(:last-child) {
	width: auto;
	max-width: 40%;
	font-weight: 700;
}
.summary-box li {
	float: none;
	width: 100%;
	font-size: 10px;
	line-height: 10px;
}
.summary-box li span:not(:first-of-type):last-child {
	float: right;
	width: 47%;
	line-height: 10px;
	padding: 0 0 0;
}
.tabs-item[class*="template_c"] .tabs-item-body {
	padding: 20px 10px 20px;
}
.tabs-item[class*="template_c"] h3 {
	padding: 0 0 10px;
	margin: 0 0 10px 0;
}
.summary-box li img {
	margin: 0 auto 0px;
	padding: 0px 0 0;
}
.summary-box h6 {
	padding: 0 0 10px;
}
.summary-box li {
	min-height: 30px;
}
body .coolsculpting-content .tabs-nav a {
    display: block;
    float: none;
    width: 100%;
    border: none;
    border-top: 1px solid #FFFFFF;
}
.aoi{
	position: relative;
}
.mob-sec-only{
	width: 150px;
    position: absolute;
    top: 20px;
    right: 5px;
}
li.closedli .treatment-img-wr, li.closedli ul, .checkboxes-wr li .treatment-img-wr, .checkboxes-wr li ul{
	display:none;
}
li.openedli .treatment-img-wr, li.openedli ul {
	display:block;
}

.openedli#body{min-height: 460px;}

.mobile-display{display:initial;}
.desktop-display{display:none;}

}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 550px) {
.press-article-banner .press-item-text{
	position:static;
	}

.press-article-banner h1 {
    font-size: 12px;
    text-align: center;
}
.treatments-item li {
	width: 100%;
	float: none;
	display: block;
}
.summary-box li span {
	min-width: 40px;
}
.gallery-btn.alignright {
	margin: 0 0 0 0;
	float: none;
}
.footer-bottom .header-social-links {
	margin: 90px 0 0 -20px;
	text-align: left;
}
.footer-bottom .header-social-links a {
	margin: 0 0 0 13px;
}
.modal-content h2 {
	font-size: 26px;
}
.treatment-content-wr h2 {
	padding: 7px 0 17px;
	font-size: 24px;
}
.gender-nav span {
	margin: 4px 0 0 0;
}
.treatment-content-wr .main-content {
	padding: 0 0 0;
}
.gform_body li {
	padding: 0 0 15px;
}
.m-t-0, .inner-content-wr>.col-sm-4.col-md-3>.sidebar-right.m-t-0 {
	margin-top: 12px;
}
.multiple-link .btn-1 {
	font-size: 16px;
	width: 100%;
}
.map-wr {
	height: 190px;
}
.back-to-top {
	right: 2px;
}
.infoWindow img {
	display: none;
}
body .infoWindow {
	width: 100%;
	min-width: 204px;
	min-height: 53px;
	/* min-width: 0; */
	padding: 4px 4px 4px;
	display: block;
}
body .infoWindow .right {
	text-align: left;
	padding-left: 0;
}
body .gm-style .gm-style-iw {
	top: 0px !important;
	position: relative !important;
	height: 100px !important;
	left: 0 !important;
	width: 100% !important;
}
body .gm-style .gm-style-iw > div {
	max-height: 300px !important;
	max-width: 300px !important;
}
body .infoWindow .right {
	text-align: left;
	padding-left: 0;
}
body .infoWindow p, body .infoWindow p.subtitle {
	/*display: none;*/
	font-size: 8px;
	line-height: 8px;
	letter-spacing: -.015em;
	font-weight: 400;
	padding: 0 0 0;
	margin: 0 0 0;
}
body .infoWindow p.subtitle {
	font-weight: 600;
}
body .infoWindow p br {
	display: none;
}
body .gm-style-iw + div {
	right: 3px !important;
	top: 3px !important;
}
body .gm-style-iw h5 {
	font-size: 10px;
	line-height: 9px;
}
.video-wr:first-child iframe {
	min-height: 160px;
}



}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 319px) {
.sidebar-item h4 {
	padding: 0 0 10px;
	font-size: 20px;
}
.btn-1 {
	padding: 0 0 0 8px;
}



}

/* ----------------------------------------------------------------------------------- */


.checkboxes-wr h6:hover {
	cursor: pointer;
}

.checkboxes-wr h6.closed {
	color: #fff;
	padding: 6px 5px 3px 23px;
	font-size: 15px;
	line-height: 25px;
	font-weight: 700;
	text-transform: uppercase;
}

.checkboxes-wr h6.closed a {
	color: #555657;
	padding: 2px 5px 3px 23px;
	font-size: 15px;
	line-height: 25px;
	font-weight: 700;
	text-transform: uppercase;
	color: #555657;
}

.checkboxes-wr h6.closed a {
	color: #555657;
	padding: 2px 5px 3px 23px;
	font-size: 14px;
	line-height: 25px;
	font-weight: 700;
	text-transform: uppercase;
	color: #555657;
}

li.closedli ul{
	display:none;
}
li.openedli ul {
	display:block;
}

.checkboxes h6.closed:before {
	content: "+" !important;
	font-family: 'HelveticaNeue';
	font-weight: 300;
	color: #007168;
	display: inline-block;
	float: left;
	margin: -2px 0 0 -19px;
	font-size: 14px;
}

.checkboxes-wr h6.opened {
	padding: 6px 5px 3px 23px;
}

.checkboxes h6.opened:before {
	content: "-" !important;
	font-family: 'HelveticaNeue';
	font-weight: 300;
	color: #007168;
	display: inline-block;
	float: left;
	margin: -2px 0 0 -19px;
	font-size: 14px;
}

.ref-string input[disabled] {
	color: #A3A09C;
	background-image: none;
}

.ref-string {
	display: none;
}

/* issue fix */

.dropdown-menu .menu-item:nth-of-type(4n+5) {
	clear: left;
}

@media screen and (max-width: 991px) {
	.dropdown-menu .menu-item:nth-of-type(4n+5) {
		clear: none;
	}

	.dropdown-menu .menu-item:nth-of-type(3n+4) {
		clear: left;
	}

	.dropdown-menu .menu-item a {
		font-size: 13px;
	}
}

@media screen and (max-width: 767px) {
	.dropdown-menu .menu-item a {
		font-size: 16px;
	}
	.marketing-page-bg .primary-bg .col-md-4.col-sm-4.col-xs-12{ padding-right:0px;}
}



.dropdown-menu li:before {
vertical-align: top;
}

.dropdown-menu > li > a {
white-space: normal;
width: 94%;
}


#sb_instagram.sbi_fixed_height {
	overflow-y: hidden !important;
	overflow-x: hidden !important;
	overflow: hidden !important;
}

.sidebar-item.sidebar-item-dark ul {
	z-index: 100000;
}



#btn-treatment-planner .modal-dialog.modal-lg {
	margin-top: 25px;
}

/*
.row.gallery-wr.video-gallery .col-xs-6.col-sm-4{
	padding: 0 5px 10px;
}
*/

.main-content.inner-content-left.facials-content h3 {
	text-transform:none
}

/** Custom CSS **/
.inner-section {
    padding: 20px 0;
}

.inner-section h5 {
    padding: 10px 0;
	color: #007168;
}
.inner-section img{ max-height: 700px;}
.inner-section h6 {
    font-size: 14px;
    background: transparent;
    color: #007168;
    font-weight: 700;
    padding: 14px 0;
	max-width:100%;
	text-align: left;
}
.d_left{ text-align:left;}
.d_right{ text-align:right;}
.inner-section .accordion-wr-dark .accordion-item p {
    padding: 0 0 10px 2px;
}
.main-section h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #007168;
}
.press-releases img {
    padding: 12px 0;
}
.press-releases p strong {
    font-size: 15px;
    color: #007168;
}
.inner-section .accordion-wr-dark .accordion-item .accordion-header a:after {
    color: #af306d !important;
}
.press-releases {
    border: 1px solid #dbdbdb;
    width: 100%;
    float: left;
    padding: 10px 16px;
	margin-bottom: 10px;
}
.press-releases:nth-child(even) {
    background-color: #FAFAFA;
    border: 1px solid #ccc;
}
.inner-content-wr .main-content .press-releases p {
    padding-bottom: 15px;
}
.press-image {
    text-align: center;
}
.press-releases hr {
    border-top: 1PX solid #af306d;
}
.inner-section ul li {
	list-style: none;
}
.inner-section ul li:before {
  list-style: none;
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
.inner-content-wr .main-content.marketing-page-bg .primary-bg p {
    color: #fff;
}
/*****marketing-page-bg****/
.marketing-page-bg .primary-bg {
    background-color: #007168;
    float: left;
    width: 100%;
    color: #fff;
	margin-bottom: 20px;
}
.marketing-page-bg .primary-bg .col-md-8.col-sm-8.col-xs-12 {
    padding: 20px 11px;
}

.marketing-page-bg .primary-bg .col-md-4.col-sm-4.col-xs-12 {
    background-size: cover;
    background-position: center center;
    padding-left: 0;
}
.aesthetician-image {
    text-align: center;
}
.aestheticians-section .inner-column .box {
    border: 1px solid #ccc;
    padding: 10px 30px;
	min-height: 786px;
	margin-bottom: 10px;
}
.aesthetician-content h6 {
    text-align: center;
}


.marketing-page-bg h1{
	text-transform: uppercase;
}
.dr-block{
	background-color:#f2f2f2;
	padding-left: 20px;
	padding-bottom:0; border: #dbdbdb solid 1px;
	clear: both;
}
.dr-block .c_image.d_right img{ vertical-align: bottom;}
.m-t-20 { margin-top: 20px; }

.we_are_open{ padding: 20px; margin: 0px 0px 40px 0px; background-color: #444351; color:#ffffff; font-size: 1.2em; line-height: 1.2em;}
.we_are_open a{ color:#007168;}
.treatment-sidebar-left.only-for-man [data-area="breasts"]{display:none;}
.treatment-sidebar-right.only-for-man [data-area="breasts"],
.treatment-sidebar-right.only-for-man [data-treatment="mommy-makeover"],
.treatment-sidebar-right.only-for-man [data-treatment="labiaplasty"],
.treatment-sidebar-right.only-for-man [data-treatment="female-rejuvenation"]{display:none !important;}
.treatment-sidebar-right.only-for-man [data-area="breasts"] li{display:none !important;}
.treatment-sidebar-left.only-for-man .changes-after-pregnancy,
.treatment-sidebar-left.only-for-man .sagging-skin-on-arms,
.treatment-sidebar-left.only-for-man .sexual-satisfaction,
.treatment-sidebar-left.only-for-man .stress-urinary-incontinence{display:none !important;}
.treatment-man [data-interest="changes-after-pregnancy"],
.treatment-man [data-interest="sagging-skin-on-arms"],
.treatment-man [data-interest="sexual-satisfaction"],
.treatment-man [data-interest="menopausal-symptoms"],
.treatment-man [data-interest="painful-intercourse"],
.treatment-man [data-interest="cellulite"],
.treatment-man [data-interest="vaginal-dryness-laxity"],
.treatment-man [data-interest="stress-urinary-incontinence"],
.treatment-woman [data-interest="unwanted-hair"],{display:none !important;}

.treatment-sidebar-left .unwanted-hair{display:none;}
.treatment-sidebar-left.only-for-man .unwanted-hair{display:block !important;}