@font-face {
  font-family: 'Mistral';
  src: url('fonts/Mistral.eot?#iefix') format('embedded-opentype'),  
  url('fonts/Mistral.woff') format('woff'), 
  url('fonts/Mistral.ttf')  format('truetype'), 
  url('fonts/Mistral.svg#Mistral') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
	padding:0;
	margin:0;
	background:#fff;
	font-family: Helvetica, Arial,sans-serif;
	font-size:16px;
	line-height:20px;
	color:#777;
}
.lazy-background {
  background-image: url("../images/placeholder.webp");
}
#respond label:before,
#respond label:after {
	display: none;
}
.contactbanner {
    padding: 20px 0 8px 0;
    overflow: hidden;
    margin: 20px 0 0 0;
    display: block;
    border-top: 1px #000 dotted;
}
.commentlist p{
	overflow-wrap: break-word;
}
#wrapper {
	width:100%;
	min-width:960px;
}
#wrapper .how {
	position:fixed;
	right:0;
	top:50%;
	margin-top:-73px;	
	z-index:180;
}

#cal-mob-index {display:none;}

#top-fixed-content {

	position: fixed;
	width:100%;
	min-width:960px;

}
.mysliderimg img{
	width:100%;
}

#top-fixed-content-below-menue{
	margin: 0 auto;
	position: relative;
	max-width: 1600px;
	top:105px;
}

.flexslider {
}
#top-fixed {
	position:fixed;
	width:100%;
	min-width:960px;
	z-index:100;
}


#wrapper .flexslider .calendar {
	position:absolute;
	bottom:3%;
	z-index:15;
	right:10%;

}
#wrapper .flexslider .calendar h2 {
	display:none;
}
.shadown-slider {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:36px;
	background:url(/images/shadown-slider1.png);
	background-repeat:repeat-x;
	z-index:15;
}
header.header-top {
	height:75px;
	background:url(/images/header.png);
	background-repeat:repeat;
	position:absolute;
	width:100%;
	z-index:120;
}
header .container-header {
	margin:0 auto;
	max-width:960px;
	position:relative;
	max-height:75px;
	min-width:960px;
}
header .logo {
	display:block;
	float:left;
	margin:4px 0 0 0;
}
header .logo-mobile{ display:none;}
header hgroup {
	float:right;
	width:720px;
}
header nav {
	float:left;
	margin-top:10px;
	width:508px;
}

header nav ul {
	display:block;
	width:100%;
	list-style:none;
	line-height:18px;
}
header nav ul li {
	display:block;
	margin:0 5px;
	float:left;
	text-align:left;
}
header nav ul li:first-child {
	display:block;
}
header nav ul li span {
	display:block;
}
header nav ul li a {
	font-size:15px;
	height:30px;
	color:#70140d;
	display:block;
	padding:5px 10px 10px 10px;
	text-decoration:none;
}
header nav ul li a.link-top {
	border-bottom: 1px solid Transparent;
	-moz-box-shadow: 0 5px 8px -5px #fff;
	-webkit-box-shadow: 0 5px 8px -5px #fff;
	-o-box-shadow: 0 5px 8px -5px #fff;
	box-shadow: 0 0 0 0 #fff;
	-moz-transition: border-color 0.2s ease-out 0.1s,box-shadow 0.4s ease-out 0.3s;
	-webkit-transition: border-color 0.2s ease-out 0.1s,box-shadow 0.4s ease-out 0.3s;
	-o-transition: border-color 0.2s ease-out 0.1s,box-shadow 0.4s ease-out 0.3s;
	transition: border-color 0.2s ease-out 0.1s,box-shadow 0.4s ease-out 0.3s;
}
header nav ul li img {
	display:none;
}
header nav ul li a.link-top:hover, header hgroup nav ul li a.current {
	background:url(/images/hover.png);
	background-repeat:repeat-x;
	text-decoration:none;
	background-position:bottom;
	text-shadow: #fbdfad 2px 2px 3px;
	behavior: url(/ie-css3.htc);
	border-bottom: 1px solid #d1520c;
-moz-box-shadow: 0 5px 8px -5px #d1520c;
-webkit-box-shadow: 0 5px 8px -5px #d1520c;
-o-box-shadow: 0 5px 8px -5px #d1520c;
box-shadow: 0 5px 8px -5px #d1520c;
}
header nav ul li:hover > a.link-top {
	background:url(/images/hover.png);
	background-repeat:repeat-x;
	background-position:bottom;
	text-shadow: #fbdfad 2px 2px 3px;
	behavior: url(/ie-css3.htc);
	border-bottom: 1px solid #d1520c;
-moz-box-shadow: 0 5px 8px -5px #d1520c;
-webkit-box-shadow: 0 5px 8px -5px #d1520c;
-o-box-shadow: 0 5px 8px -5px #d1520c;
box-shadow: 0 5px 8px -5px #d1520c;
}
header nav .submenu {
	position:absolute;
	background:url(/images/triangle.png);
	padding:12px 0 0 0;
	background-position:15px top;
	background-repeat:no-repeat;
	margin-left:18px;
	margin-top:-8px;
	max-width:570px;
	display:none;
	z-index:1000;
}
header nav ul li:hover > .submenu {
	display:block;
}
header nav ul li:hover > a {
}
header nav .submenu .content-submenu {
	background:url(/images/submenu.png);
	background-repeat:repeat;
	padding:20px 10px 12px 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 0 0 5px #e8dfb6;
	-webkit-box-shadow: 0 0 5px#e8dfb6;
	box-shadow: 0 0 5px #e8dfb6;
}
header nav .submenu h2 {
	padding:0;
	margin:0;
	
	color:#f19411;
}

#box-patients .before-links {
	background:none;
	width:560px;
	margin:0px 0px 5px 5px;
}

header nav .submenu .second-parrafo {
	margin:12px 0 0 0;
	border-top: none;
    padding: 0;
}
header nav .medicalderm .second-parrafo {
	margin:0 !important;
}
header nav .submenu table {
	border:0;
	border-spacing:0;
	border-collapse:0;
	width:100%;
	text-align:left;
}
header nav .submenu table td {
	width:32%;
	padding:0;
	line-height:18px;
}
header nav .submenu table td:nth-child(2) {
	width:35%;
	padding:0;
	line-height:18px;
}

header nav .submenu a {
	background:none !important;
	text-shadow:none !important;
	padding:0;
	margin:0 4px;
	display:inline;
}
header nav .submenu a.link-all {
	font-weight:bold;
	color:#f19411;
}

header #titletop{
	text-align:right;
	float:right;
	position:relative;
	color:#70140d;
	font-size:16px;
}
header .header-right {
	padding:12px 0 0 0;
	text-align:right;
	float:right;
	position:relative;
}

.header-right .phone {
	font-size:20px;
	letter-spacing:3px;
	color:#70140d;
	
}
header .header-right a {
	color:#70140d;
	text-decoration:none;
	display:block;
	margin:0;
}
header .header-right input[type="text"] {
	width:200px;
	height:18px;
	line-height:18px;
	border:1px solid #cda895;
	padding:0 16px 0 10px;
	background-color:#FFF;
	font-size:13px;
	color:#929191;
	background-image:url(/images/search.png);
	background-repeat:no-repeat;
	background-position:right;
}
header .header-right input[type="submit"] {
	width:15px;
	height:15px;
	border:0;
	background:url(/images/search.png);
	background-repeat:no-repeat;
	cursor:pointer;
	position:absolute;
	margin-left:-20px;
	margin-top:3px;
}
header .slogan {
	position:absolute;
	bottom:-21px;
	left:-50px;
}
#container {
	max-width:960px;
	margin: 0 auto 40px;
	padding: 0;
	min-width:960px;
}
#container-layer {
	z-index:95;
	width:100%;
	min-width:960px;
	background:#fff;
	position:relative;
	padding:0;
	float: left;   
}

/*
.container-layer-interno999 {
	-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
#container .box-person-dermatology {
	padding:0 0 5px 0;
}
#container .box-person-dermatology table {
	background:none;
}



#container .box-person-dermatology h2 {
	text-align:center;
	padding:0 0 10px 0;
	font-family: "Century Gothic",Helvetica, Arial, sans-serif;
	font-weight:normal;
}
#container .box-person-dermatology .item2 {
	float:left;
	margin:0 0 0 88px;
}
#container .box-person-dermatology .item2 .image {

	background:url(/images/medica.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
#container .box-person-dermatology .item .image:hover {
	background-position:-220px 0;
}
#container .box-person-dermatology .text-flechas {
	text-align:center;
	padding:30px 0 0 0;
	font-size:18px;
	font-family: "Century Gothic",Helvetica, Arial, sans-serif;
	font-weight:normal;
}



#box-dermatology {
	padding:40px 0 0px 0;
	font-size:15px;
}
#box-dermatology .left {
	width:620px;
	float:left;
}
#box-dermatology .right {
	float:right;
	width:304px;
	text-align:right;
}
#box-dermatology a:link{
	text-decoration: none;
}
*/

#googleplusdrringpfeil{
	float:right;
	margin-top:10px;
}
#googleplusdrringpfeil a:link {
	color:#464646;
	text-decoration: none;
}
#googleplusdrringpfeil a:visited {
	color:#464646;
	text-decoration: none;
}


#menu-top-fixed {
	width:100%;
	position:fixed;
	z-index:150;
	height:70px;
	background:url(/images/menu-top-fixed.png);
	background-repeat:repeat-x;
	display:none;
}
#menu-top-fixed .container-header {
	width:960px;
	margin:0 auto;
	min-width:960px;
}
#menu-top-fixed .container-header .logo {
	float:left;
	display:block;
	margin:4px 5px 0 10px;
}

#menu-top-fixed .container-header .sqwash  a {
	float:left;
	display:block;
	background:url(/images/logo-top1.png);
	margin:10px 35px 0 125px ;
width:56px;
	height:40px;

}



#menu-top-fixed .container-header ul {
	display:block;
	float:left;
	list-style:none;
	margin:17px 0 0 0;
}
#menu-top-fixed .container-header ul li {
	float:left;
}
#menu-top-fixed .container-header ul li a {
	display:block;
	padding:0 22px;
	height:43px;
	font-size:15px;
	color:#70140d;
	text-decoration:none;
}
#menu-top-fixed .container-header ul li a:hover, #menu-top-fixed .container-header ul li a.current {
	background:url(/images/hover.png);
	background-position:bottom;
	background-repeat:repeat-x;
	text-decoration:none;
}
#menu-top-fixed .container-header .top-right {
	float:right;
	text-align:right;
	padding:10px 0 0 0 ;
}
#menu-top-fixed .container-header .top-right span {
	display:block;
	font-size:22px;
	letter-spacing:3px;
}
#menu-top-fixed .container-header .top-right a {
	color:#70140d;
	text-decoration:none;
}



#nav-mobile-new {
	display:none;
	float:right;
	margin:10px 48px 0 0;
	background-color:#FFF;
	list-style:none;
	border:1px solid #e5e5e5;
	
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-moz-box-shadow: 0 2px 3px #ab5a0f;
		-webkit-box-shadow: 0 2px 3px #ab5a0f;
		box-shadow: 0 2px 3px #ab5a0f;
	}


.container-header ul{padding:0;}

#nav-mobile-new li {
	float:left;
	padding:0px 22px;
	border-left:1px solid #e4e4e4;
	height:35px;
}
#nav-mobile-new li:first-child {
	border:0;
}


/*
#cosmetic-menue.button-links {
	width:100%;
	text-align:left;
	float:left;
}
*/
		

/*#cosmetic-menue.button-links a {
	height:15px;
	line-height:15px;
	background:url(/images/normal-plus10.png);
	background-position:right center;
  background-repeat:no-repeat;
	border-bottom:1px solid #e4e4e4;
	border-left:none;
	width:277px;
	font-family: "Century Gothic",Arial, Helvetica, sans-serif;
	font-weight:normal;
}
*/
input{
	border:1px solid #999;
	padding:1px;
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
}
select{
		border:1px solid #999;
	padding:1px;
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
}

			


.button-links {
	background:#FFF;
	border:1px solid #e4e4e4;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 0 2px 5px #dbddde;
	-webkit-box-shadow: 0 2px 5px #dbddde;
	box-shadow: 0 2px 5px #dbddde;
	float:left;
	
}

.button-links a {
	float:left;
	display:block;
	height:30px;
	width:155px;
	border-left:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	padding:12px 10px 12px 14px;
	font-size:18px;
	color:#f19411;
	text-decoration:none;
	line-height:30px;
}
#submenue-buttons.button-links,
#submenue-buttons2.button-links{
	width:100%;
	margin-top:0px;
	margin-left:0px;
	background-color:#fff;
	
}


#submenue-buttons.button-links a,
#submenue-buttons2.button-links a {
	height:5px;
	line-height:5px;
	background:url(/images/normal-plus10.png);
	background-position:right center;
  background-repeat:no-repeat;
	border-bottom:1px solid #e4e4e4;


	font-family: "Century Gothic",Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#submenue-buttons.button-links a span,
#submenue-buttons2.button-links a span {
	float:right;
	margin-top:6px;
	margin-right:0px;
	
}


#cosmetic-treatment-conditions.right h2{text-align:left;}

#cosmetic-menue.button-links a span {
	float:right;
	margin-top:6px;
	margin-right:0px;
	
}

.button-links a.active-boton {
	background:url(/images/patient-btn-act.jpg);
	background-position:top;
	background-repeat:repeat-x;

}
.button-links a span {
	display:block;
	font-size:14px;
}
.button-links a:first-child {
	line-height:16px;
	line-height:30px;

}


.button-links  img {
	float:left;
	margin:0 15px 0 0;
}

.lipoba img{
	display: block;
	margin:10px 0 20px;
	width: 100%;
}

footer {
	height:auto;
	margin:30px 0 0 0;
	background:url(/images/bg-black.jpg);
	background-repeat:repeat;
	background-position:top;
}
footer .container-footer {
	max-width:960px;
	margin:0 auto;
	padding:0 10px 5px 10px ;
	color:#979898;
	font-size:14px;
	min-width:960px;
}

footer .container-footer h2 {
	color: orange;
}
footer .container-footer .brand {
	float:left;
	width:400px;
	margin:10px 0 0 0;
	text-align:left;
	
}

footer .container-footer .address {
	float:left;
	margin-top:10px;
}
footer .container-footer .socialshare {
	float:right;
	width:400px;
	margin:10px 0px 0px 0px;
}
footer .container-footer .social {
	float:right;
	margin:10px 10px 0px 0px;
}

footer .container-footer .share {
	float:right;
	margin:10px 0px 0px 0px;
}
footer .container-footer .copy {
	padding:16px 0 0 0;
	color:#5e5e5f;
	font-size:12px;
}
.vcard {
    max-width: 255px;
    margin: 15px auto 0;
	font-size:17px;
	line-height:24px;
	color: #d0d0d0;
}
.vcard img{
	float: left;
	margin: 0px 15px 15px 0px;
}
.vcard a, .vcard a:link, .vcard a:visited{
	color: #d0d0d0;
	font-weight:700;
	text-decoration:underline;
}
.vcard span{
	font-size:15px;
}


.container-header ul{padding:0;}

.radgreyboxnoshade{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:none;
	padding:0px 0px 0px 0px;
	box-shadow: 0 1px 2px #ab5a0f;
}


.radwhitebox{
	border:1px solid #d8d9db;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#fcfcfc;
	-moz-box-shadow: 0 2px 5px #dbddde;
	-webkit-box-shadow: 0 2px 5px #dbddde;
	box-shadow: 0 2px 5px #dbddde;
	padding:5px 5px 5px 5px;
	
}
.radwhitebox h2 {margin-top:10px;}



.calendar-home{
		width:210px;
		margin: -220px 0 0 760px;
		z-index:400;
}
.calendar-frame {
	width:210px;
	float:left;
	
}
.calendar-home .calendar-rad-plug-here{
	box-shadow: 0 1px 2px #ab5a0f;
}

.dashes {	border-bottom:1px dotted #70140d;}
.vmargines{margin:10px 0;}



#menu-mobile .logo {
	display:block;
	width:378px;
	margin:20px auto 12px auto;
	float:none;
}

#nav-mobile { 
  display: none;
  list-style:none;
  padding:0;
  width:422px;
  margin:0 auto 10px auto;
  background-color:#ffffff;
  -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#nav-mobile li {  }
#nav-mobile li:first-child {border:0;}

#nav-mobile > li > a { 
  display: block; 
  background:url(/images/nav-mobile.jpg);
  background-position:right center;
  background-repeat:no-repeat;
  padding: 8px 20px;
  font-size: 18px;
  color: #f19413;
  text-decoration: none;
  border-bottom:1px solid #f2f2f2;
}
#nav-mobile li  a.open {
	background:url(/images/nav-mobile-des.jpg);
	background-position:right center;
	background-repeat:no-repeat;
}
#nav-mobile > li > a:hover, #nav-mobile > li > a.open { 
  color: #f19413;
}

#nav-mobile li ul { display: none; list-style:none; padding:0; margin:0; border-bottom:1px solid #f2f2f2; }

#nav-mobile li ul li a { 
  display: block; 
  background: none;
  margin:0 0 0 50px;
  padding: 5px 0px;
  text-decoration: none;
  color: #691c1a;
}
#nav-mobile li ul li a:hover {
	font-weight:bold;
}
#nav-mobile li ul .cal-mob {
	width:100%;
	height:auto;
}
#nav-mobile li ul .cal-mob-wrinkle {
	width:100%;
	height:auto;
}
#btn-facebook-mobile {
	display:none;
	text-align:center;
	padding:20px 0 0 0;
}


.clear-mobile {display:none; clear:both;}
#mobile-slogan {
	display:none;
	padding:4px 0 0 0;
	text-align:center;
}

.memberships{
	float:left;
	height:64px;
}
.aoa{
	 background:url(/images/memberships.jpg)0 0;
	 width:115px;
}
.dermatology_foundation{
	background:url(/images/memberships.jpg)-116px 0;
	width:165px;
	margin-left:10px;
}
.pediatric_dermatology{
	background:url(/images/memberships.jpg)-281px 0;
	width:71px;
	margin-left:30px;
}

.annenberg_circle{
	background:url(/images/memberships.jpg)-352px 0;
	width:64px;
	margin-left:30px;
}
.aad{
	background:url(/images/memberships.jpg)-416px 0;
	width:63px;
	margin-left:30px;
}


h1 {
	font-family: "Century Gothic",Helvetica, Arial, sans-serif;
	font-size:24px;
	padding:0;
	text-align:left;
	font-weight:normal;
	margin:10px 0 5px 0;
	margin-bottom:5px;
	color:orange;
}

h2 {
	text-align:left;
	font-size:22px;

	font-family: "Century Gothic",Helvetica, Arial, sans-serif;
	font-weight:normal;
	margin:10px 0 5px 0;
	color:#f19411;
	
}



h3, h4, h5, h6{
	font-family: "Century Gothic",Helvetica, Arial, sans-serif;
	font-size:20px;
	font-weight:normal;
	padding:0;
	margin:0;
	color:#f19411;
}

h4 {
		font-size:18px;
}

h5 {
		font-size:16px;
}
h6 {
		font-size:14px;
}

.red {color:#800000;}
.orange {color:#f19411;}
p { margin-top:10px;}

a  {text-decoration:none;}

.third-width{
	
} 

.first-of-three{
	width:290px;
	margin-left:0px;
	float:left;
}

.first_half{
	width:80%;
	float:left;

}
.second_half{
	width:50%;
	float:left;

}	

.second-of-three{
	width:290px;
	margin-left:27px;
	float:left;

}
.third-of-three{
	width:290px;
	float:left;
	margin-left:27px;
}



.titleUnderLine{
	  border-bottom-color:#ABABAB;
  border-bottom-style:solid;
  border-bottom-width:1px;
  padding:6px 0 3px;
  text-shadow:#BABABA 0 1px 1px;
  width:100%
 }

.mymainimg img {
	width: 100%;
	display: block;
	box-sizing: border-box;
	max-width: 100%;
	height:auto;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #acacac;
	-moz-box-shadow: 0 0 3px 3px #e2e3e3;
	-webkit-box-shadow: 0 0 3px 3px#e2e3e3;
	box-shadow: 0 0 3px 3px #e2e3e3;
}



#usquare-button.radbutton a {
	border:0px solid #fff;
	color: #888;
	background-color:#fff;
	-moz-box-shadow: 0 0px 0px #333;
	-webkit-box-shadow: 0 0px 0px #333;
	box-shadow: 0 0px 0px #333;

}

.usquare_about p {
	color:#fff;
	margin-bottom:10px;
}

#usquare-button.button a,
.usquare-button a {
	font-size:20px;
	color: #fff !important;

}
#usquare-button,
.usquare-button{
	width:220px;
	margin:10px 0 0 20px;
	
}

.insurance-home{margin-left:52px;width:300px;}

.small {
  font-size:14px;
}
.small > .title {
  font-size:15px;
}


.button a{
	color:#800000;
	
}
a:visited { color:#70140d;text-decoration:none;}
a:link    {color:#70140d;text-decoration:none;}

.button a:link {color:#70140d;text-decoration:none;}

a:hover   {color:orange;text-decoration:none;}
a:active  {color:black;text-decoration:none;}


.radbutton a {
	display:block;
	text-align:center;
	height:26px;
	line-height:26px;
	font-size: 16px;
	color: #fff;
	text-decoration:none;
	border:1px solid #f19411;
	
	background-color:#f19411;
	-moz-box-shadow: 0 0px 0px #dbddde;
	-webkit-box-shadow: 0 0px 0px #dbddde;
	box-shadow: 0 2px 5px #dbddde;
	padding:5px 0;
	font-family: "Century Gothic",Helvetica, Arial, sans-serif;
	font-weight:normal;
	 border-top: 1px solid #fff ;
		border-right: 1px solid #999 ;
		border-bottom: 1px solid #999 ;
		border-left: 1px solid #fff ;
}
.radbutton a:hover{color:#800000;}

.clear {clear:both;}

	a.btn.plus, a.btn2.plus					{background: url(/images/assets/social-buttons.png) -33px 1px; width:35px;			background-color: #d84937;} /* Google Plus */
	a.btn.twitter, a.btn2.twitter			{background: url(/images/assets/social-buttons.png) -68px 0; widht:35px;		background-color: #3ebef2;} /* Twitter */
	a.btn.facebook, a.btn2.facebook			{background: url(/images/assets/social-buttons.png) 0 0; width:35px;		background-color: #4979bb;} /* Facebook */
	a.btn.pinterest, a.btn2.pinterest		{background: url(/images/assets/social-buttons.png) -139px 0; width:35px;		background-color: #ce1d25;} /* Pinterest */
	a.btn.linkedin, a.btn2.linkedin 		{background: url(/images/assets/social-buttons.png) -104px 2px; width:35px;		background-color: #408bb5;} /* LinkedIn */
	a.btn.youtubebtn, a.btn2.youtubebtn			{background: url(/images/assets/social-buttons.png) -174px 0; width:35px;		background-color: #e2e2e2;} /* Youtube */
.usquare_block:hover {cursor: pointer;}
.usquare_module_shade:hover{cursor:pointer;}
a:hover{cursor: pointer;}

.youtube{
	margin:15px 0 0 0;
	height:400px;
}

.youtubefullscreen{
		height:495px;
}
.mainvideo {width:510px;float:left;	margin:62px 0 0 35px;height:290px;}
.secondbend{margin-top:10px;}
.secondbend .medicaltreatments{float:left;width:180px;}
.my-accordion { 
  display: block;
  list-style:none;
  padding:0;
  width:100%;
  margin:10px auto 10px auto;
  background-color:#ffffff;
  -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	float:right;
}

.my-accordion li {  }
.my-accordion li:first-child {}

.my-accordion > li > a { 
  display: block; 
  background:url(/images/normal-plus10.png);
  background-position:5px center;
  background-repeat:no-repeat;
  padding: 8px 30px;
  font-size: 14px;
  color: #f19413;
  text-decoration: none;
  border-bottom:1px solid #f2f2f2;
}
.my-accordion li  a.open {
	background:url(/images/nav-mobile-des.jpg);
	background-position:5px center;
	background-repeat:no-repeat;
}
.my-accordion > li > a:hover, .my-accordion > li > a.open { 
  color: #f19413;
  font-weight:bold;
}

.my-accordion li ul { display: none;background:#ddd; list-style:none; padding:10px;  margin:0; border-bottom:1px solid #f2f2f2; }

.my-accordion li ul p {margin:0px;}

.my-accordion li ul li { 
	 border-bottom:1px solid #f2f2f2;
	}
.my-accordion li ul li a { 
  display: block; 
  background: none;
  margin:0 0 0 50px;
  padding: 3px 0px;
  text-decoration: none;
  color: #691c1a;
 
}
.my-accordion li ul li a:hover {
	font-weight:bold;
}
.my-accordion > li.infocus{
	background:#94493c;
}


.my-accordion > li.infocus a{
	color:#fff;
	font-weight: bold;
		background:url(/images/open-arrow.png) left center no-repeat;

}
.my-accordion >  li.infocus ul li{
	background:#fff;

}
.my-accordion > li.infocus ul li a{
	
	  color: #691c1a;
	  font-weight: normal;
	  background:none;
}

.my-accordion > li.infocus ul li.infocus2 a{
	font-weight: bold;
	
}
.my-accordion > li.infocus ul li.infocus2{
	background: #fdf8ef;
	
}
.item h2{text-align:center;margin:0px;padding:0px;}
.container-header #titletop {color:orange;font-size:14px;margin-bottom:1px;font-family: "Century Gothic",Helvetica, Arial, sans-serif;}

#less, #more{color:orange;}
.welcome{width:220px;color:orange;float:left;font-size:20px;}	
#showonmore{display:none;}
.drsay{float:left;width:500px;}
.onconsultbox{margin-left:40px;float:right;width:178px;height:178px;}
.olsteps {margin-top:5px; height:83px; background:url(/images/assets/stepssmall.png);}
.olstepsmobile{display:none;}
.toph1{margin-top:30px;}
.picture-between-treatments{width:350px;float:left;margin-top:10px;margin-left:40px;padding:0 60px;}
.reviews .revstars{color:#F90}
.revstars-star:before{content:"\f005"}
.revstars-empty:before{content:"\f006"}
.revstars-star-half:before{content:"\f123"}
.revstars{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

/*mobile*/
.mobile-nav {
	background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999999;
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.5);
	display: none;
}
.home-link {
	background: url(../images/logo-mobile.png) center center no-repeat;
    text-indent: -9999px;
    color: #fff !important;
    font-size: 16px;
    padding: 0;
    height: 53px;
    border-right: 1px #680C0D solid;
    width: 40%;
    display: block;
    float: left;
    background-size: contain;
    box-sizing: border-box;
	
}
.email-link2, .email-link {
	overflow: hidden;
    width: 15%;
    float: left;
    text-indent: -9999px;
    background: url(../images/icons.png) center 4px no-repeat;
    display: block;
    padding: 18px 0;
    border-right: 1px #680C0D solid;
    box-sizing: border-box;
}
.email-link2 {
	background-position: center 2px;	
}
.email-link {
	background-position: center -102px;	
}
.calendar-link {
	background: none;
    text-indent: inherit;
    color: #680C0D !important;
    font-size: 16px;
    padding: 7px 2px 8px;
    line-height: 19px;
    text-align: center;
    display: block;
    float: left;
    border-right: 1px #680C0D solid;
    box-sizing: border-box;
    width: 15%;
}
.menu-link {
	    width: 15%;
    text-indent: -9999px;
    display: block;
    float: left;
    padding: 18px 0;
}
.menu-link:after {
	display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' ';
}
.button-menu-box {
	width: 28px;
    padding: 0;
    margin: auto;
}
.menu-link .button-menu-box .icon-bar {
	height: 3px;
	display: block;
	width: 28px;
	border-radius: 1px;
	border: none;
	background-color: #680C0D;
}
.menu-link .icon-bar+.icon-bar {
	margin-top: 4px;
}
/*new home page*/
.head-address, 
.header-home-slider, 
.home-doctor,
.home-treatments,
.home-locations,
.home-quote {
	width: 100%;
    height: auto;
    float: left;
}
.container {
    width: 96%;
    max-width: 1560px;
    margin: 0 auto;
    overflow: hidden;	
}
#head-cont {
	width: 100%;
	top: 0;
    position: relative;
    z-index: 999999999;
    padding: 0;	
}
.head-address {
	background: #f7f7f7;
    min-height: 53px;	
}
#head-cont .head-address span a {
    color: #858585;
	text-decoration: none;
}
#head-cont .head-address span a:hover{
	color: #e78014; 
	transition: all 0.5s ease-in-out;	
}
#head-cont .head-address .head-mail {
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
	float: left;
    font-size: 16px;
    line-height: 22px;	
	background: url(../images/header-contact-addres.png) left no-repeat;
    padding: 0 0 0 35px;
}

#head-cont .head-address .head-phone {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	float: right;
    font-size: 16px;
    line-height: 22px;	
	background: url(../images/header-contact-phone.png) 0 2px no-repeat;
    padding: 0 0 0 30px;	
}
#wrapper #head-cont .head-address .container {
	margin: 15px auto;
} 
#wrapper #head-cont .header-top {
    background: #fff;
    position: relative;
    float: left;
	height: 100%;
	min-height: 130px;	
}
#head-cont .header-top-cont {
    width: 96%;
    max-width: 1560px;
    margin: 0 auto;
}
#head-cont .header-top-cont-left {
	width: 222px;
    float: left;	
}
#head-cont .header-top-cont-right {
    float: right;
	width: 860px;	
}
#head-cont .header-top-cont .logo {
	margin: 10px 0 10px 5px;
}
#head-cont .header-top-cont .slogan-uncompromised {
	width: 221px;
    height: 27px;
    background-color: #e67d14;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 3px 0;	
	float: left;
}
#head-cont .header-top-cont .slogan-uncompromised:hover {
	background: #680c0d;
	transition: all 0.7s ease-in-out;	
}
#head-cont .header-top-cont #titletop {
    color: #666666;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding: 40px 0 35px;	
}
#wrapper #head-cont nav {
	float: right;
    margin-top: 0;
    width: 100%;
	max-width: 850px;	
	height: 30px;
}
#wrapper #head-cont nav .submenu {
	margin-top: -2px;	
}
#wrapper #head-cont nav ul { 
	list-style: none; 
	margin: 0; 
	text-align: justify; 
	padding: 0;
}
#wrapper #head-cont nav ul:after { 
	width: 100%; 
	height: 0; 
	content: ""; 
	display: inline-block; 
}
#wrapper #head-cont nav ul li {
	display: inline-block;
    padding: 0;
    position: relative;
	float: none;
	margin: 0;
}
#wrapper #head-cont nav ul li a {
	font-family: 'Open Sans', sans-serif;
	height: 100%;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #666666;
    text-decoration: none;
    display: block;
	padding: 0 0 5px;
    text-align: left;
    text-transform: uppercase;	
}
#wrapper #head-cont nav .submenu a {
	display: inline;
    text-transform: none;	
}
#wrapper #head-cont nav .submenu .content-submenu {
	width: 520px;
    left: -14%;
    position: relative;	
}
#wrapper #head-cont nav ul li:hover > a.link-top {
	background: none;
    background-repeat: repeat-x;
    background-position: bottom;
    text-shadow: none;
    behavior: url(/ie-css3.htc);
    border-bottom: 2px solid #e38017;
    -moz-box-shadow: 0 5px 8px -5px #d1520c;
    -webkit-box-shadow: 0 5px 8px -5px #d1520c;
    -o-box-shadow: 0 5px 8px -5px #d1520c;
    box-shadow: 0 5px 8px -5px #d1520c;	
}
.header-home-slider {
	margin: 0;
	position: relative;	
	height: 670px;
	overflow: hidden;
}
.header-home-slider .flexslider-home .anythingSlider {
	width: 100% !important; 
}
.header-home-slider .flexslider-home #slider {
	width: 100% !important;
	max-width: 100%;
    min-width: 100%;
	height: 470px;	
}
#wrapper .header-home-slider .calendar-home {
	width: 100%;
    max-width: 1560px;
    margin: 0 auto;	
}
#wrapper .header-home-slider .calendar-home-cont {
	position: absolute;
    top: 70px;
    right: 20px;
    z-index: 999999;
    width: 100%;
    max-width: 390px;
}
.home-doctor-franziska-mobile {
	margin: 0 auto 30px;
    box-shadow: 0 0 3px #000;
	display: none;
	width: 98%;
}
.home-doctor {
	min-height: 500px;
	background-size: cover;
	background-position: left top;
}
.home-doctor.loaded-background {
	background-image: url("../images/home-doctor-section-bg.jpg");
}
.home-doctor-section-right {
	float: right;
	max-width: 780px;
    margin-top: 60px;
}
.home-doctor-section-right h2 {
	font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 29px;
    font-weight: 400;
    margin: 10px 0 30px 0;
}
.home-doctor-section-right p {
	font-family: 'Open Sans', sans-serif;
	color: #f8f8f8;
	font-size: 16px;
    line-height: 26px;	
    font-weight: 300;
	padding: 0 0 25px;
    margin: 0;
	text-align: justify;
}
.home-doctor-section-right p strong {
    font-weight: 600;
}
.home-doctor-section-right p.home-doctor-welcome {
	font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 26px;
    line-height: 28px;	
    font-weight: 300;
    margin: 0;
	padding: 0;
}
.home-readmore{
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 50px;
    width: 148px;
    height: 50px;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    display: block;
    background-color: #e78014;
    padding: 0;
    margin: 25px 0 0 0;
    float: left;
} 
.learnmore,
.footer-registration-box a {
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 50px;
    width: 148px;
    height: 50px;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    display: block;
    background-color: #e78014;
    padding: 0;
    margin: 25px 0 0 0;
    float: right;	
}
.home-readmore:hover, 
.learnmore:hover,
.footer-registration-box a:hover {
	background: #680c0d;
	transition: all 0.7s ease-in-out;	
}
.home-treatments {
	/*/background: url(../images/home-treatments-bg.jpg) top center no-repeat;*/
	min-height: 760px;
	background-size: cover;		
}
.home-treatments-left-box {
	width: 50%;
    float: left;
    border-right: 4px solid #fff;
    box-sizing: border-box;	
}
.home-treatments-right-box {
	width: 50%;
    float: left;
    border-left: 4px solid #fff;
    box-sizing: border-box;	
}
.home-treatments ul li {
	float: left;
    position: relative;
    width: 46%;
    margin: 0 2% 30px;	
	list-style: none;
}
.home-treatments ul li img, 
.home-treatments-box img {
	width: 100%;
	vertical-align: bottom;
	aspect-ratio: 13/10;
}
.home-treatments ul li span {
	position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    color: #fff;
    background-color: #424242;
    height: 55px;
    z-index: 3;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    padding: 15px;
    font-weight: bold;
    box-sizing: border-box;
	text-transform: uppercase;
}
.home-popular-treatments-content {
	display: none;
	position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #e38017;
}
.home-treatments .container {
	margin: 30px auto;	
}
.home-treatments-box {
	float: left;
    position: relative;
    width: 96%;
	margin: 0 2% 30px;	
}
.home-treatments-box img {
    border: 4px solid #ededed;
    box-sizing: border-box;
	opacity: 0.3;
}
.home-treatments-box-txt {
	position: absolute;
    bottom: 0;
    padding: 0 45px 50px;	
}
.home-treatments-box-txt ol {
	font-family: 'Open Sans', sans-serif;
    color: #3e3e3e;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding: 0 35px 15px;	
}
.home-treatments-box-txt h3 {
	font-family: 'Raleway', sans-serif;
    color: #3e3e3e;
    font-size: 26px;
    font-weight: 600;	
    padding: 0 0 15px;
}
.home-treatments-box-txt p {
	font-family: 'Open Sans', sans-serif;
    color: #3e3e3e;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding: 0 0 25px;
    margin: 0;	
}
.home-treatments-box-txt .learnmore {
	margin: 0;
	float: left;	
}
.home-treatments-right-box .home-treatments-box .home-treatments-box-txt h3,
.home-treatments-right-box .home-treatments-box .home-treatments-box-txt p {
	color: #3e3e3e;	
}
.home-popular-treatments-content .home-popular-treatments-more {
	position: absolute;
    width: 100%;
    height: auto;
    top: 45%;
    left: 0%;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #f8f8f8;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;	
}
.home-popular-treatments-content .home-popular-treatments-url {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 111;	
}
.home-treatments .container .home-popular-treatments .home-popular-treatments-more {
	position: absolute;
    width: 100%;
    height: auto;
    top: 45%;
    left: 0%;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    background: none;
}
.home-treatments ul li:hover span {
	background: #e67d14;
	transition: all 0.7s ease-in-out;	
}
.home-locations {
	position: relative;
	padding: 6px 0 0;	
}
.home-locations h3 {
	position: absolute;
    background-color: rgb(253, 253, 253);
    opacity: 0.702;
    color: #000;
    width: 310px;
    height: 32px;
    text-align: center;
    padding: 13px 0;
    left: 50%;
    margin-left: -155px;
    top: 50%;
    margin-top: -16px;
    z-index: 11;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 30px;
}
.home-locations-content-box {
    float: left;
    width: 32.3%;
    min-height: 665px;
    position: relative;
    box-sizing: border-box;
    margin: 0 .5%;
}
.home-locations-content-box a {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.home-locations-content-box-philly {
	background-position: 50% 0;
	background-repeat: no-repeat;
	border-right: 3px solid #fff;	
}
.home-locations-content-box-philly.loaded-background {
	background-image: url(../images/home-locations-philly.jpg);
}
.home-locations-content-box-main {
	background-position: center;
	background-repeat: no-repeat;
	border-left: 3px solid #fff;
}
.home-locations-content-box-main.loaded-background {
	background-image: url(../images/home-locations-main.jpg);
}
.home-locations-content-box-new {
	background-position: center;
	background-repeat: no-repeat;
	border-left: 3px solid #fff;
}
.home-locations-content-box-new.loaded-background {
	background-image: url(../images/home-locations-new.jpg);
}
/*footer*/
#footer {
	width: 100%;
    min-height: 90px;
    float: left;
    background: #454545;
	margin: 0;	
}
#footer .footer-content {
	width: 96%;
    height: auto;
    max-width: 1560px;
    margin: 60px auto 40px;
    overflow: hidden;	
}
#footer .footer-info-box {
	width: 18%;
    float: left;	
}
#footer p {
	color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;	
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0 0 15px;
}
#footer .footer-info-box p {
	text-align: left;
    font-size: 17px;
    line-height: 22px;	
}
#footer .footer-info-box .footer-info-box-title {
	font-weight: 600;
    font-size: 17px;
    padding: 0 0 10px;
	margin: 0;	
}
#footer .footer-info-box p span {
	color: #eb8913;
    font-size: 13px;	
}
#footer .footer-info-box p span a{
	color: #eb8913;
}
.footer-accepted-content {
	width: 22%;
    height: auto;
    float: left;
    margin: 0;
    background: linear-gradient(to left, #eaeaea 20%, #cacaca 80%);
    border: solid 2px #fffbfb;
    border-radius: 2px;
    padding: 18px 0px 18px 10px;
    font-family: 'Open Sans', sans-serif;
    color: #272323;	
}
.footer-accepted-left {
	width: 23%;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    float: left;
    padding: 8px 0 0;	
}
.footer-accepted-right {
	width: 73%;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    float: left;
    padding: 0 0 0 3%;
    border-left: 1px solid #4d4d4d;	
}
.lgbtq{
	width: 16%;
	float: left;
}
.lgbtq img{
	display: block;
	margin: 0 auto;
	width: 96%;
}
#footer .scroll-pane2 {
	width: 100%;
    height: 72px;
    overflow: auto;	
}
#footer .footer-accepted-right p {
	font-size: 11px;	
}
#footer .scroll-pane2 p {
	color: #272323;
    text-align: left;
    padding: 0;
    line-height: 18px;	
}
.footer-social-content {
	width: 24%;
    float: left;	
}
.footer-social-box {
	width: 100%;
    max-width: 255px;
    margin: auto;	
}
#footer .footer-social-box p {
	color: #d0d0d0;
    font-weight: 300;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
	padding: 0 0 15px;
	margin: 0;
}
.footer-social-box a, .header-mobile-social-box a { width: 34px; height: 34px; display: inline-block; margin: 0 2px; }
.footer-social-box a:hover, .header-mobile-social-box a:hover { background-position: 0 -34px; }
.footer-social-box .footer-facebook, .header-mobile-social-box .header-mobile-facebook { background: url(../images/footer-facebook.png) no-repeat; }
.footer-social-box .footer-twitter, .header-mobile-social-box .header-mobile-twitter { background: url(../images/footer-twitter.png) no-repeat; }
.footer-social-box .footer-linkedin, .header-mobile-social-box .header-mobile-linkedin { background: url(../images/footer-linkedin.png) no-repeat; }
.footer-social-box .footer-pinterest, .header-mobile-social-box .header-mobile-pinterest { background: url(../images/footer-pinterest.png) no-repeat; }
.footer-social-box .footer-google, .header-mobile-social-box .header-mobile-google { background: url(../images/footer-google.png) no-repeat; }
.footer-social-box .footer-youtube, .header-mobile-social-box .header-mobile-youtube { background: url(../images/footer-youtube.png) no-repeat; }
.footer-social-box .footer-insta, .header-mobile-social-box .header-mobile-youtube { background: url(../images/footer-insta.png) no-repeat; }
.footer-social-box .footer-tiktok, .header-mobile-social-box .header-mobile-tiktok { background: url(../images/footer-tiktok.png) no-repeat; }
.footer-registration-box { width: 17%; float: right; }
#footer .footer-registration-box a {width: 100%;margin: 10px 0 0;font-size: 20px;height: 60px;line-height: 60px;border-radius: 3px;}
#footer .footer-registration-box a:first-child{
	margin-top: 0px;
}
#footer .footer-copyrght .ac-link {
	text-decoration: underline;
	color: #fff;
}
#footer .footer-copyrght .ac-link:hover {
	text-decoration: none;
	color: orange;
}
.footer-copyrght br { display: none; }
.footer-company-banner {
	width: 100%;
    background: #2e2c2a;
    overflow: hidden;
    text-align: center;
    padding: 10px 0;	
}
#footer .footer-nav-cont {
	width: 96%;
    height: auto;
    max-width: 900px;
    max-height: 24px;
    margin: 20px auto 10px;	
}
#footer .footer-nav {
	list-style: none;
	margin: 0;
    text-align: justify;
}
#footer .footer-nav:after { width: 100% !important; height: 0 !important; content: ""!important; display: inline-block!important; }
.footer-nav li {    
	display: inline-block;
    padding: 0;
    position: relative;
}
.footer-nav li a {
	font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0;
    text-align: left;
    text-transform: uppercase;	
}
.footer-nav li a:hover {
	color: #e78014;
    transition: all 0.2s ease-in-out;	
}
.reviews {
	color: #FFFFFF;
    text-align: center;
    margin-top: 30px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}
.reviews a{
	color:#FFFFFF;	
	text-decoration:none;
	}
.reviews .revstars { color: #F90; }
.revstars-star:before { content: "\f005"; }
.revstars-empty:before { content: "\f006"; }
.revstars-star-half:before { content: "\f123"; }
.revstars { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.calendar-home-cont .calendar-frame {
	width: 390px !important;	
}
#wrapper .calendar-home-cont .radwhitebox {
	margin: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    border: solid 2px #e6dbdb;
    padding: 0;	
}
#wrapper .calendar-home-cont table.uppertable {
	width: 100%;
    background-color: #e48117;	
}
#wrapper .calendar-home-cont table.uppertable td {
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    padding: 8px 0;	
}
#wrapper .calendar-home-cont select.selectvisit {
	width: 94%;
    height: 38px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;	
}
#wrapper .calendar-home-cont table.calendarDaysTable td {
	font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 400;
    background: #a1a1a1;
    width: 27px;
    line-height: 32px;	
}
#wrapper .calendar-home-cont table.calendarDaysTable td.inactive {
	background: #ededed;
    height: 32px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #363232;
    font-weight: 400;	
}
#wrapper .calendar-home-cont table.calendarDaysTable td.othermonth {
	border-width: 0px;
    border-color: white;
    padding: 0px;
    height: 32px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    color: #ccc;	
}
#wrapper .calendar-home-cont button.activebutton {
	font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    height: 32px;	
}
#wrapper .calendar-home-cont table.uppertable td.selectvisit {
	padding: 0;	
}
/*quote*/
.home-quote .container {
	max-width: 900px;	
}
.home-quote {
	background: url(../images/home-quote-bg.jpg) top left no-repeat;
	min-height: 760px;
    background-size: cover;
}
.home-quote .container {
	margin: 190px auto 0;	
}
.home-quote .home-quotetabs {
	height: 65px;
    line-height: 25px;
    margin: 0 0 20px;
    list-style: none;
}
.home-quote .home-quotetabs li {
	float: left;
    margin-right: 10px;
	list-style: none;	
}
.home-quotetabs li a {
	float: left;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    width: 286px;
    height: 29px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #6f6868;
    padding: 18px 0;
    margin: 0;	
}
.home-quotetabs li a:hover {
	transition: all 0.5s ease-in-out;
    background-color: #e78014;	
}
.home-quotetabs .active {
	background-color: #e78014;
}
.home-quote-cont {
	width: 100%;
    height: 500px;
    float: left;
    max-width: 880px;	
	position: relative;
}
.home-quote-scroll p,
#pane3 p {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    background: #6f6868;
    padding: 15px 0;
    margin: 0 5px;
}

.home-quote-cont .quotesimg {
	margin: 60px auto 30px;
    display: block;	
}
.home-quote-cont .bx-wrapper li {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-align: center;
	font-style: italic;
	width: 100% !important;	
	padding: 15px;
	background: #33333a;
	box-sizing: border-box;
	border-radius: 10px;
}
.home-quote-cont .bx-wrapper .bx-viewport {
	background: none !important;
	min-height: 150px;	
}
.home-quote-cont .bx-wrapper .quotestar {
	max-width: 86px;
    margin: 30px auto;	
}
.header-home-slider .slider-home .bxslider-home li img {
	/*width: 2500px;
    position: relative;
    height: 470px;
    left: 50%;
    margin-left: -1250px;*/
    vertical-align: bottom;
}
.header-home-slider .slider-home .bx-pager,
.home-quote .home-quote-cont .bx-controls-direction {
	display: none;	
}
/**/
.home-quote-scroll-corect {
	padding: 35px 2% 0;
    height: 370px;
    /*overflow: auto;
	-webkit-overflow-scrolling: touch;*/
}
#pane3 h2 {
	    font-weight: 600;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    padding: 5px 0 20px 0;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    background: #6f6868;
    margin: 0 5px;
}
#pane3 .performance-report-content {
	width: 31.3%;
    float: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #766c60;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.69);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,.69);
    box-shadow: 0 0 6px rgba(0,0,0,.69);
    background: -webkit-linear-gradient(bottom, #efefef, #fff);
    background: -moz-linear-gradient(bottom, #efefef, #fff);
    background: -o-linear-gradient(bottom, #efefef, #fff);
    background: -ms-linear-gradient(bottom, #efefef, #fff);
    background: linear-gradient(to top, #efefef, #fff);
    margin: 0 2% 85px 0;
    position: relative;	
}
#pane3 .performance-report-content-title {
	background: #e78014;
    text-align: center;
    padding: 10px 0;
    margin: 0 0 7px;
    line-height: 48px;	
}
#pane3 .performance-report-content-title span {
	color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.25;	
}
#pane3 .performance-report-content-bg {
	position: absolute;
    width: 43px;
    left: 50%;
    margin-left: -42px;
    bottom: 0;	
}
#pane3 .performance-report-content table {
	width: 100%;
    border-spacing: 0;
    border-left: 2px solid #FFF;
    border-right: 1px solid #FFF;	
}
#pane3 .performance-report-content table tr:nth-child(odd) {
	background: #dcdcdc;	
}
#pane3 .performance-report-content table td {
	width: 50%;
    vertical-align: middle;
    padding: 11px 0 11px 10%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #0a0909;
    font-size: 16px;	
}
#pane3 .performance-report-content table td:nth-child(even) {
	padding: 10px 0;
    text-align: center;	
}
.home-doctor .container {
	position: relative;	
}
.home-doctor .container .home-doctor-section-desktop {
	position: absolute;
    bottom: 18%;
    left: 19.8%;
    width: 122px;
    height: 79px;	
}
.about-cont, .cont-main {
	float: left;
    width: 100%;
    padding: 0 0 40px 0;	
}
#pane3 .jspDrag {
	background: #6f6868 !important;	
}
#pane3 .jspVerticalBar {
	width: 10px !important;	
}
#pane3 .jspTrack {
	background: #cac9c9;	
}
.mymainimg-cont {
	width: 100%;
    float: left;
	margin: 0;	
}
.mymainimg-cont .mymainimg img {
	width: 100%;
}
.mymainimg-cont .mymainimg {
	width: 100%;
    margin: auto;	
}
.home-doctor .home-readmore {
	margin: 0;	
}
#pane3 p {
	padding: 15px 0 15px 48px;
    text-align: left;	
}
.home-quote .container {
	overflow: visible;	
}
/*head position fixed*/
.fixedheader-content.fixed{
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  height: 100px !important;
  min-height: 100px !important;
  box-shadow: 0 0 2px #000;
}
.fixedheader-content.fixed .header-top-cont .logo {
	margin: 2px 0 3px 5px !important;
    width: 143px !important;	
}
.fixedheader-content.fixed .header-top-cont .logo img {
    width: 100% !important;	
}
.fixedheader-content.fixed .header-top-cont .slogan-uncompromised {
	width: 192px !important;
    height: 22px !important;
    font-size: 13px !important;
    line-height: 22px !important;
}
.fixedheader-content.fixed .header-top-cont #titletop {
	padding: 20px 0 20px !important;	
}
.memberships,
.third-of-three .radbutton {
	display: none;	
}
.third-of-three .contactform #f_submit .radbutton{
	display:block;
}
.catagery-wrap {
	border: 1px solid #e6e6e6;
    margin: 20px 0;	
}
.catagery-head {
    font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
    color: #fff;
    padding: 15px 0;
    background: #e67d14;
    text-align: center;	
}
.catagery-head a {
    font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 22px;
    color: #fff;
    padding: 0;
}
.catagery-subwrap {
	padding: 15px;
	position: relative;	
}
.catagery-subwrap img {
	border-radius: 12px;
    border: 5px solid #CCC;
    padding: 0;
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
}
.catagery-subwrap .read-more {
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #000;
    background: #e6e6e6;
    padding: 11px 15px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-right: 0;
    margin-top: 10px;
    float: right;
    position: absolute;
    right: 15px;
    bottom: 25px;
}
.catagery-subwrap .read-more:hover {
    color: #e67d14;
}
.catagery-head a:hover {
    color: #800000;
    transition: all 0.5s ease-in-out;
}
.slider-liposuction-box {
	width: 96%;
    max-width: 1560px;
    margin: 65px auto 0;
    overflow: hidden;
}
.slider-liposuction-cont {
    height: 470px;
	background: url(../images/home-slider-new5.jpg) #060606 top center no-repeat;
}
.slider-liposuction-cont h2 {
	font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 66px;
    line-height: 66px;
    font-weight: 400;	
}
.slider-liposuction-cont h2 span {
	color: #e67d14;
    font-weight: bold;	
}
.slider-liposuction-cont p {
	font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
	margin: 30px 0 60px;	
}
.slider-liposuction-cont a {
	background: #e78014;
	display: block;
	text-align:center;
	float:left;
	padding: 10px;
	margin: 0 15px 0 0;	
	font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;	
}
.slider-liposuction-cont a:hover {
	background: #680c0d;
	transition: all 0.5s ease-in-out;
}
.slider-liposuction-cont-w1180px {
	display: none !important;
	position: absolute;	
}
#wrapper #head-cont nav .cosmderm .content-submenu{
	min-width:768px;
	left:-60%;
	background-image:none;
	background-color:rgba(255,255,255,0.95)
}
#wrapper #head-cont nav .cosmderm.cosmsurg .content-submenu{
	min-width: 250px;
    left: -14%;
    background-image: none;
    background-color: rgba(255,255,255,0.95);
	width: 250px;
}
.cosmderm.cosmsurg .second-parrafo ul{
	width: 100%;
}
header nav .submenu.cosmsurg{
	max-width: 250px;
}
#wrapper #head-cont nav .medicalderm .content-submenu{
	min-width: 640px;
    left: -25%;	
}
.cosmderm .populartreat{
	overflow:hidden;
}
.cosmderm .second-parrafo{
	overflow:hidden;
}
.cosmderm .populartreat ul, .cosmderm .second-parrafo ul{
	width:33%;
	box-sizing:border-box;
	float:left;
}
#wrapper #head-cont nav .cosmderm ul li{
	width:100%;
	box-sizing:border-box;
	padding-left:5px;
	float:none;
}
#wrapper #head-cont nav .cosmderm ul li.navtitle,
header nav .submenu h2.navtitle {
    font-family: "Century Gothic",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
	color: #f19411;
    margin: 0;
    padding: 0;
}
.home-quote {
	background: none !important;
	min-height: 100%;	
}
.home-quote .container {
	margin: 80px auto 0;	
}
	.home-quote .container {
		max-width: 1560px;
	}
	.home-quote-cont {
		max-width: 1540px;
	}
	#pane3 .performance-report-content {
		width: 15.6%;	
		margin: 0 1% 85px 0;
	}
	.congratulations-cont {
		padding: 40px 0 15px 0;
	}
.congratulations-cont ol {
	padding: 10px 0 15px 30px;
    font-family: "Century Gothic",Helvetica, Arial, sans-serif;
    font-size: 20px;	
}
.congratulations-cont ol li {
	color: #e67d14;	
	padding: 0 0 25px 0;
}
.congratulations-cont ol li p {
	font-size: 16px;
    font-family: Helvetica, Arial,sans-serif;
    color: #777;
}
.quiz-contact input[type="text"] {
	width: 100%;
    padding: 15px;
    color: #464242;
    font-size: 15px;
    margin: 8px 0;
    height: 44px;
    box-sizing: border-box;
    font-family: "Century Gothic",Helvetica, Arial, sans-serif;
    border: 1px solid #f19411;	
}
.quiz-contact input[type="text"]:hover {
	background: #F8F8F8;
    transition: all 0.7s ease-in-out;	
}
.quiz-contact input[type="submit"] {
	display: block;
    text-align: center;
    height: 40px;
    line-height: 26px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #f19411;
    background: #f19411;
    -moz-box-shadow: 0 0px 0px #dbddde;
    -webkit-box-shadow: 0 0px 0px #dbddde;
    box-shadow: 0 2px 5px #dbddde;
    padding: 5px 0;
    font-family: "Century Gothic",Helvetica, Arial, sans-serif;
    font-weight: normal;
    border-top: 1px solid #fff;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #fff;
    width: 175px;
    cursor: pointer;
    text-transform: uppercase;	
}
.quiz-contact input[type="submit"]:hover {
	background: #680c0d;
    transition: all 0.7s ease-in-out;	
}
.quiz-contact .quiz-contact-form{
	padding: 0 0 15px;	
}
/***right panel***/
.right-menu-cont  > li {
	padding: 15px 5px 15px 5px;
    margin: 0;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.right-menu-cont  > li > a {
	padding: 3px 0 !important;
    background: none !important;
	border-bottom: none !important;	
}
.right-menu-cont .right-menu-cont-img {
	float: none;
    width: 130px;
    margin: 0 auto 10px;
    display: block;
}
.right-menu-cont .right-menu-cont-img img {
	width: 100%;
}
.right-menu-cont .right-menu-cont-txt {
	float: left;
	width: 100%;
	text-align: center;
}
.right-menu-cont .right-menu-cont-txt h3 {
	color: #584d4d;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 17px;
	text-transform: capitalize;	
}
.right-menu-cont .right-menu-cont-txt p {
	color: #756f6f;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    margin-top: 4px;
    line-height: 16px;
}
#right_menu.right-menu-cont > li.infocus {
	background: #f5f3f3;	
}
#right_menu.right-menu-cont >li.infocus ul li {
	background: #f5f3f3;
    float: left;
    width: 100%;
}
#right_menu.right-menu-cont > li.infocus ul li a {
	color: #584d4d;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
	border-bottom: 1px solid #afaeae;
	text-transform: capitalize;
}
#right_menu.right-menu-cont > li.infocus ul li a:hover {
	color: #f19411;
}
#right_menu.right-menu-cont li ul {
	padding: 10px 0 0 0;
    float: left;	
}
.right-menu-cont> li:hover {
	background: #f5f3f3;
	transition:all .6s ease-in-out;
}
table.vasellipo{
	border-collapse:collapse;
	margin:25px 0;
}
table.vasellipo td{
	border:1px #CCCCCC solid;
	border-collapse:collapse;
	padding:5px;
	margin:0;
	vertical-align:top;
}
table.vasellipo tr:first-child td:nth-child(2), table.vasellipo tr:first-child td:nth-child(3){
	background:#E9E9E9;
	text-align:center;
}
/*new dropdowns*/
	ul #cosmetic-dropdowns h2 {
		font-size: 16px;
		margin: 0;	
	}
	ul #cosmetic-dropdowns ul li {
		width: 100%;	
	}
	ul #cosmetic-dropdowns ul {
		display: none;
		position: absolute;
		padding: 20px 20px 0 !important;
		width: 300px;
		z-index: 99;
		border-radius: 0 0 15px 15px;
		left: -20px;
		background: url(/images/submenu.png);
		background-repeat: repeat;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		-moz-box-shadow: 0 0 5px #e8dfb6;
		-webkit-box-shadow: 0 0 5px#e8dfb6;
		box-shadow: 0 0 5px #e8dfb6;	
	}
	ul #cosmetic-dropdowns:hover ul {
		display: block;
	}
	ul #cosmetic-dropdowns ul li .drop-sub {
		display: none;
		position: relative;
		left: 0;
		top: 0px;
		width: 260px;
		margin: 0 0 10px;	
	}
	ul #cosmetic-dropdowns ul li:hover .drop-sub {
		display: block;
	}
	
.home-quote-title {
	padding: 0 0 40px;	
}
.home-quote-title p {
	font-family: 'Open Sans', sans-serif;
    color: #65615d;
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;	
}
.home-quote-title span {
	color: #e78014;
    font-weight: 700;
}
.home-quote-box {
	width: 30%;
    float: left;
	margin: 0 1.5%	
}
.home-quote-box h2 {
	color: #868585;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
	margin: 10px 0 35px 0;
	text-transform: uppercase;	
}
.home-quote-box .small {
	    min-width: 96%;
    max-width: 96%;
    box-sizing: border-box;
    width: 96%;
    padding: 0;
    background: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: rgba(227,227,227,0);
    border: solid 2px rgba(0,0,0,.16);
    box-shadow: none;
	    margin: 0px 10px 20px 10px;
}
.home-quote-box .small h3 {
	color: #fff;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 300;
    background: #737372;
    line-height: 22px;
    padding: 15px 0;
    border-radius: 7px 7px 0px 0px;	
}
.home-quote-box .first-of-three {
	width: 100%;	
}
.home-quote-box .graphbox > dl > dt {
	background: #e3e3e3;
    color: #4b4a4a;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 300;
    float: left;
    min-width: 50%;
    box-sizing: border-box;
    margin: 0;
    text-align: left;
	text-transform: capitalize;
	line-height: 47px;
	border-right: 1px solid #bdbdbd;
	padding: 0 0 0 15%;
}
.home-quote-box .graphbox> dl > dd {
	float: left;
    min-width: 50%;
    margin-bottom: 8px;
    display: inline;
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #e3e3e3;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
	line-height: 41px;
}
.home-quote-box .graphbox> dl > dd span {
	color: #fff;	
}
.home-quote-box .graphbox dd span {
	font-weight: 600;
    box-shadow: none;
    border-radius: 0;
	height: 41px;	
}
.home-quote-box .bgwhite {
	background: #fff !important;	
}
.home-quote-box .data93-1 {
	width: 93.1%;	
}
.home-quote-box .data6-16 {
	width: 6.16%;	
}
.home-quote-box .data0-58 {
	width: 0.58%;	
}
.home-quote-box .data0-08 {
	width: 0.08%;	
}
.home-quote-box .data0-2 {
	width: 0.2%;	
}
.home-quote-box .data1-8 {
	width: 1.8%;	
}
.home-quote-box .graphbox dd .dataquote {
	position: absolute;
    text-align: center;
    color: #4b4a4a;
    top: 0;
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
	font-weight: 300;
}
.home-quote-box .graphbox dd .dataquote-title {
	color: #fff;
	font-weight: 600;	
}
.home-quote-box .graphbox> dl > dd .orange_bar {
	background: #e78014 !important;
    margin: 0px 0 1px;
    padding: 3px 0 2px;	
}
.home-quote-box2 .radwhitebox-cont {
	border: 1px solid #d8d9db;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fcfcfc;
    -moz-box-shadow: 0 2px 5px #dbddde;
    -webkit-box-shadow: 0 2px 5px #dbddde;
    box-shadow: 0 2px 5px #dbddde;
    padding: 5px 5px 5px 5px;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    background: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: rgba(227,227,227,0);
    border: solid 2px rgba(0,0,0,.16);	
}
.home-quote-box2 .radwhitebox-cont h3 {
	font-family: 'Raleway', sans-serif;
    color: #535252;
    font-size: 18px;
    background: #f4f4f4;
    padding: 15px;
    border-radius: 7px 7px 0px 0px;	
}
.home-quote-box2 .radwhitebox-cont span {
	font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 19px;
    font-weight: 300;
    text-align: right;
    display: inline-block;
    background: #e78014;
    float: right;
    color: #Fff;
    border-radius: 10px;
    padding: 0 8px;	
}
.radwhitebox-cont span.radwhitebox-number {
	float: left;
}
.radwhitebox-cont .radwhitebox {
	margin: 5px 15px;
    box-sizing: border-box;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden;
    background: none !important;
    border-radius: 0;
    padding: 15px 0;	
}
.radwhitebox-cont .radwhitebox p {
	margin: 0 0 10px;
	color: #6e6e6e;
	font-size: 17px;
	font-style: italic;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	text-align: center;
}
.radwhitebox-cont .about {
	background: none;	
	padding: 0;
}
.radwhitebox-cont .button {
	display: block;
    border: 1px solid #e78014;
	margin: 15px;
}
.radwhitebox-cont .button:hover a{
	color: #fff !important;
}
.radwhitebox-cont .button:hover {
	background: #e78014;	
}
.radwhitebox-cont .button a {
	color: #e78014 !important;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
}
.home-quote-box .jspDrag {
	background: #3c3838 !important;	
}
.home-quote-box .jspVerticalBar {
	width: 11px !important;	
	right: 5px !important;
}
.home-quote-box2 .jspVerticalBar {
    padding: 0 0 !important;
}
.home-quote-box .jspTrack {
	background: #b2b2b2 !important;	
	padding: 0 3px!important;
	border-radius: 5px !important;
	box-sizing: border-box;
}
.home-quote-box .radwhitebox-none,
.home-quote-box .titleUnderLine {
	display: none;	
}
.radwhitebox-cont #content {
	padding: 0 !important;	
}
.radwhitebox-cont #content .radwhitebox span,
.radwhitebox-cont #content-b .radwhitebox span {
	display: block !important;	
}
.body-coun-ban{
	width:100%;
}
.body-coun-ban img{
	width:100%;
}
.online-consult-cont {
	float: left;
    position: relative;
    width: 96%;
    margin: 0 2% 30px;
    border: 5px solid #ffa31b;
    box-sizing: border-box;
    padding: 6px 15px;	
}
.online-consult-cont h2 {
	font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
    margin: 0 0 15px;	
}
.online-consult-cont div {
	width: 20%;
    float: left;
	text-align: center;	
}
.online-consult-cont div p,
.online-consult-cont .online-consult-get-txt {
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #ffa31b;	
	margin: 0;
}
.online-consult-cont .online-consult-get-txt {
	font-size: 22px;
	line-height: 38px;
	margin: 20px 0 10px;
	color: #584d4d;
	display: inline-block;	
	padding: 0;
}
.online-consult-get-link {
	font-size: 22px;
	line-height: 50px;
	display: inline-block;
	position: absolute;
	top: 194px;
	right: 20px;
	width: 200px;
	text-align: left;
	color: #fff !important;
	background: url(/images/online-consult-arrow.png) #F19411 no-repeat;
	background-position: 94% 13px;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}
.online-consult-get-link:hover {
	background: url(/images/online-consult-arrow.png) #680c0d no-repeat;
	background-position: 94% 13px;
    transition: all 0.7s ease-in-out;
}
.online-consult-cont-full-width div img {
    height: 100px;	
}
.online-consult-cont-full-width h2 {
	font-size: 44px !important;
	line-height: 58px !important;	
	margin: 0 0 15px !important;
}
.online-consult-cont-full-width div p, .online-consult-cont-full-width .online-consult-get-txt {
	font-size: 22px !important;
	line-height: 38px !important;	
}
.online-consult-cont-full-width .online-consult-get-txt {
	font-size: 32px !important;
	line-height: 48px !important;
	margin: 20px 0 10px !important;	
	max-width: 100% !important;
}
.online-consult-cont-full-width .online-consult-get-link {
	font-size: 30px;
    top: 0;
    right: 0;
    width: 100%;
    background-position: 83% 13px;
    padding: 0 0 0 0px;
    position: relative;
    margin: 15px auto;
    display: block;
    max-width: 400px;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
}

.online-consult-cont-full-width {
	width: 98%;
	margin: 0 1% 30px;	
}
.online-consult-cont-full-width div {
	margin: 0 0 20px;	
}
.online-consult-cont-full-width div {
	width: 16%;	
}
.online-consult-arrow {
	float: left;
    width: 5%;
    margin-top: 70px;	
}
.header-home-slider .slider-home .bxslider-home {
	padding: 0 !important;	
}
.online-consult-cont-right {
	width: 100%;
    margin: 20px 0% 10px;
	padding: 6px 10px;	
}
.online-consult-cont-right h2 {
	font-size: 26px !important;
    line-height: 34px !important;
    margin: 0 0 15px !important;
    text-align: center;	
}
.online-consult-cont-right h2 .online-consult-get-txt {
	font-size: 14px !important;
    line-height: 20px !important;
    margin: 10px 0 !important;	
}
.online-consult-cont-right div {
	width: 50%;	
}
.online-consult-cont-right div p {
	font-size: 14px !important;
    line-height: 20px !important;	
}
.online-consult-cont-right div img {
	height: 50px;	
}
.online-consult-cont-right .online-consult-get-link {
	font-size: 20px;
    background-position: 95% 13px;
    padding: 0 0 0 15px;
    text-align: left;
}
.online-consult-cont-right p {
	text-align: center;	
}
.orangebox {
	margin: 25px 0;
    background: #e67d14;
    padding: 5px 5px 5px 5px;	
}
.orangebox h2,
.orangebox h3 {
	font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    padding: 10px;
	margin: 0 !important;	
}
.mymainimgcont {
	margin: 15px 0;
}
.mymainimgcont img {
	width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.75);
    box-shadow: 0 0 5px rgba(0,0,0,.75);
    border: solid 3px #fff;
    box-sizing: border-box;	
}
.container-liposuction-page .orangebox h3,
.container-liposuction-page .orangebox h2 {
	text-transform: none;
}
.container-liposuction-page .left_column ul {
	list-style: disc;
	list-style-image: none;	
	padding: 10px 0 15px 45px;
}
.radtablenew table {
	border: 1px solid #e3e3e4;
	border-spacing: 0;
	width: 100%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
}
.radtablenew table thead tr th {
	background: #fff;
	font-weight: 400;
	color: #474141;
	text-transform: uppercase;	
}
.radtablenew table tr:nth-child(2n+1) {
	background: #8b8b8b;
	font-weight: 600;
	color: #fff;
}
.radtablenew table tr:nth-child(2n) {
	background: #e3e3e4;
	font-weight: 600;
	color: #3a3a3a;	
}
.radtablenew table td, .radtablenew table th {
	border-left: 1px solid #FFF;
	padding: 10px;
}
.radtablenew table tr td:first-child, .radtablenew table tr th:first-child {
	border: 0;	
	text-align: left;
	padding-left: 10%;
}
.radwhiteboxcont {
	background: #f0f0f0;
	padding: 30px 10px;	
	margin: 30px 0;
}
.radwhiteboxcont .boximg {
	width: 46%;
	float: left;
	position:relative;	
}
.radwhiteboxcont .boximg img {
	width: 100%;
	vertical-align:top;
}
.radwhiteboxcont .boximg h3 {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	color: #fff;
	background-color: rgb(45, 40, 40);
	opacity: 0.8 !important;
	z-index: 3;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	padding: 15px 10px;
	font-weight: 300;
	box-sizing: border-box;
	text-transform: none;	
}
.radwhiteboxcont .mytext {
	width: 52%;
	float: right;	
}

/* NEW Calendar */

#container.newcalendarsection{
	width:90%;
	max-width:90% !important;
}
#container.newcalendarsection .left_column{
	width:90%;
}
#container.newcalendarsection .left_column #inputdate p{
	font-size:20px;
}
.newregisterpage input{
	width:45%;
	float:left;
	margin:20px 4% 20px 0;
	font-size:16px;
	height:44px;
	box-sizing:border-box;
	padding:15px;
	border:1px #cbcbcb solid;
	border-radius:3px;
	box-shadow:0px 0px 4px rgba(0,0,0,0.3)
}
.newregisterpage .newdob{
	clear:both;
	width:100%;
}
.newregisterpage .newdob input{
	width:20%;
	margin-right:5%;
}
.newregisterpage .newdob select{
	width:20%;
	margin-right:0%;
	float: left;
    margin: 20px 4% 20px 0;
    font-size: 16px;
    height: 44px;
    box-sizing: border-box;
    padding: 10px 15px;
    border: 1px #cbcbcb solid;
    border-radius: 3px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}
.newregisterpage .newantisp{
	vertical-align:middle;
	clear:both;
	margin-top:20px;
}
.newregisterpage .newantisp input{
	width:150px;
	float:none;
	margin:0 10px 0 10px;
}
.newregisterpage .newreason{
	clear:both;
	margin-top:20px;
}
.newregisterpage .newreason textarea{
	box-sizing:border-box;
	padding:15px;
	border:1px #cbcbcb solid;
	border-radius:3px;
	box-shadow:0px 0px 4px rgba(0,0,0,0.3);
	width:94%;
	margin:20px 0;
	font-size:16px;
}
.newregisterpage .newcontbutton{
	clear:both;
}
.newregisterpage .newcontbutton a{
	width:150px;
}
.banner-schedule-cons-cont {
	background: #e67d14;
    width: 100%;
    margin: 25px 0;
    border-radius: 3px;
	overflow: hidden;
	padding: 5px 20px;
    box-sizing: border-box;	
}
.banner-schedule-cons-cont img {
	float: left;
    width: 60px;
    margin-right: 15px;
}
.banner-schedule-cons-cont h3 {
	display: inline-block;
    font-size: 18px;
    color: #fff;
    text-transform: none;
    padding-top: 20px;
	font-family: 'Open Sans', sans-serif;
}
.banner-schedule-cons-cont span {
	display: inline-block;
    background: #fff;
    padding: 10px;
    color: #e67d14;
    font-family: 'Open Sans', sans-serif;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 600;
}
.banner-schedule-cons-cont span .fa {
	font-size: 18px;
    line-height: 20px;
    padding: 0 0 0 5px;
    position: relative;
    top: 1px;
}
.banner-schedule-cons-cont a:hover span {
	background: #680c0d;
    transition: all 0.5s ease-in-out;
	color: #fff;	
}

.newcalendarlay-plug{
	padding:2px 1px;
}
.right_column .calendar-frame .newcalendarlay-plug table.uppertable tr:first-child td{
	text-transform:uppercase;
	padding-top:10px;
}
.newcalendarlay-plug table.uppertable{
	background:#e78014;
	margin: 0 1px;
}
.newcalendarlay-plug select {
	-webkit-appearance: menulist !important;
    -moz-appearance:menulist !important;
    appearance: menulist !important;
	border-radius:0px !important;
	color:#514343;
	margin:8px 0px 3px;
}
.right_column .calendar-frame .newcalendarlay-plug .cal_c3{
	padding: 6px 0 8px;
	vertical-align:top;
}
.newcalendarlay-plug table.calendarDaysTable td{
	font-size: 10pt;
    text-align: center;
    width: 27px;
    height: 27px;
	vertical-align:middle;
}
.newcalendarlay-plug table.calendarDaysTable tr.weekdays td{
	color: #fff;
	background:#a1a1a1;
}
.newcalendarlay-plug button.activebutton{
	border:none;
	height:27px;
}
.newcalendarlay-plug table.calendarDaysTable td.inactive{
	height:27px;
}
.bigba{
	width:100%;
	padding:15px 0;
}
.bigba .bigimage{
	width:100%;
	box-shadow: 0 0 5px rgba(0,0,0,.75);
    border: solid 3px #fff;
    box-sizing: border-box;
}
.bigba img{
	display:block;
	margin:0;
	padding:0;
	width:100%;
}
.container-liposuction-page .left_column .smallimages ul{
	list-style:none;
	margin:0px 0 20px;
	padding:0px;
}
.container-liposuction-page .left_column .smallimages ul li{
	float:left;
	display:block;
	box-sizing:border-box;
	margin:0 2% 0 0;
	width:23.4%;
}
.container-liposuction-page .left_column .smallimages ul li:last-child {
	margin-right:0px;
}
.container-liposuction-page .left_column .smallimages ul li img{
	width:100%;
	display:block;
	box-shadow: 0 0 3px rgba(0,0,0,.75);
    border: solid 1px #fff;
	cursor:pointer;
}
#ul-list-box {
	background: #f19411;
	overflow: hidden;
    margin-top: 10px;
    border-radius: 5px;
	padding: 30px;	
}
#ul-list-box ul {
	margin-top: 0;
	line-height: 30px;
	list-style: none;
    float: left;
    padding: 0;	
}
.ul-list-1box ul {
	width: 100%;
}
.ul-list-2box ul {
	width: 50%;
}
#ul-list-box ul li {
	background: url(/images/ul-list-box.png) left no-repeat;
	padding: 0 0 0 40px;
}
#ul-list-box ul li h3,
#ul-list-box ul li h3 b {
	color: #fff;
}
.ul-list-nonebox ul {
    width: 100%;
}
.ul-list-nonebox ul li {
	background: none !important;
	padding: 0 !important;	
}
.ul-list-nonebox ul li h3 {
	text-align: center;	
	color: orange;
    line-height: 30px;
	font-size: 22px;
}

/*miradry*/
.radwhiteboxcorrect {
	padding: 20px;
    box-sizing: border-box;
    background: none;
	box-shadow: none;	
}
.radwhiteboxcorrect h2 {
    margin: 0px 0 10px;
    border-bottom: 1px solid #f0e5d9;
    padding: 0 0 15px;	
}
.radwhiteboxcorrect ol {
    list-style-type: none;
    counter-reset:  item;
	padding: 10px 0 15px 0 !important;
}
.radwhiteboxcorrect ol li {
    list-style-type: none;
	font-family: Arial,sans-serif;
    font-size: 19px;
    color: #777777;
    line-height: 28px;
}
.radwhiteboxcorrect li:before {
  content: counter(item) ') ';
  counter-increment: item;
}
.radbox-gray,
.radbox-white {
	border: 1px solid #d8d9db;
    background: #f7f7f7;
    margin: 20px 0;	
	padding: 20px;
	border-radius: 5px;
}
.radbox-gray h3 {
	color: #41403e;
    text-align: center;
    font-weight: bold;
	line-height: 26px;
}
.radbox-white {
    background: #fff;
}
.quest-cont {
	margin: 25px 0;	
}
.quest-cont h2 {
	margin: 25px 0 5px 0;	
}
.miradry-head-cont .miradry-head-txt {
	max-width: 600px;
    position: absolute;
    top: 130px;
    right: 0;	
}
.miradry-head-cont .miradry-head-txt h2 {
	font-family: "Century Gothic",Helvetica, Arial, sans-serif;
    font-size: 28px;
    padding: 0;
    text-align: right;
    font-weight: bold;
    margin: 0;
    color: #d57300;
    line-height: 38px;	
}
.miradry-head-cont .miradry-head-txt h3 {
	font-family: 'Mistral';
    color: #535353;
    font-size: 46px;
    text-align: right;
    line-height: 60px;
}

/**/
.botox-about-cont {
	width: 100%;
    padding: 30px 0;
    overflow: hidden;	
}
.botox-about-cont div {
	width: 50%;
    float: left;
    text-align: center;	
}
.botox-about-cont div h2,
.botox-about-cont div h3 {
	font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin: 10px 0 10px 0;	
}
.botox-about-cont div h3 span {
    font-weight: 400;
}
.botox-about-cont div p {
	padding: 0px 20px 0;
    font-size: 18px;
    line-height: 24px;
	font-family: Arial, sans-serif;
}
.botox-about-cont div p span {
    font-weight: bold;
	color: #f19411;
	font-family: "Century Gothic",Helvetica, Arial, sans-serif;
}
.mymainimg-cont {
	position: relative;	
}
.mymainimg-cont img {
	vertical-align: top;	
	box-sizing: border-box;
}
.mymainimg-cont-ba4,
.mymainimg-cont-ba2 {
	width: 100%;
    position: absolute;
	bottom: 0;
}
.mymainimg-cont-ba4 span,
.mymainimg-cont-ba2 span{
	width: 25%;
    float: left;
    text-align: center;	
	position: relative;
    z-index: 222;
	color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 0;
}
.mymainimg-cont-ba2 span {
	width: 50%;
}
.mymainimg-cont-ba4 span.mymainimg-cont-ba-bg,
.mymainimg-cont-ba2 span.mymainimg-cont-ba-bg {
	width: 100%;
	height: 100%;
	background-color: rgb(21, 20, 20) !important;
    position: absolute;
	bottom: 0;
    opacity: 0.5;
    z-index: 2;
	padding: 0;
	left: 0;
}
.mymainimg-cont .ba3-box {
	width: 33.3%;
    float: left;	
	position: relative;
}
.mymainimg-cont .ba3-box img {
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;	
}
.mymainimg-cont .ba3-box p {
	padding: 10px 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    color: #000
}
/*botox calculator*/
.botox-calculator {
	background: green;
    padding: 15px;
	margin: 30px 0;
}
.botox-calculator .botox-map {
	width: 38%;
    float: left;
    margin-right: 2%;	
}
.botox-calculator .botox-map img {
	width: 100%;
    border: 4px solid #fff;
    box-sizing: border-box;	
}
.botox-calculator-cont {
	width: 60%;
    float: left;
}
.botox-calculator .botox-calculator-cont h3 {
	color: #626161;
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 15px;
    border-bottom: 1px solid #dadada;
    margin: 0 0 15px;	
}
.botox-calculator-cont legend, 
.botox-calculator-cont div span {
	color: #626161;
    font-family: "Century Gothic",Helvetica, Arial, sans-serif;
    font-size: 16px;	
}
.botox-calculator-cont div span {
	position: relative;
    top: -4px;
    margin: 0 10px;	
}
.botox-calculator-cont legend {
	float: left;
    padding-right: 50px;	
}
.botoxcalc-radio1 div {
	display: inline-block;	
}
.botox-calculator-cont .box {
	width: 50%;
    float: left;	
}
.botox-calculator input[type=radio],
.botox-calculator input[type=checkbox] {
    -webkit-appearance:none;
    width:20px;
    height:20px;
    border:1px solid #cfcfcf;
    border-radius:50%;
    outline:none;
    box-shadow:0 0 5px 0px #fff inset;
	background-color: #fff;
	padding: 0px;
}
.botox-calculator input[type=radio]:hover,
.botox-calculator input[type=checkbox]:hover {
    box-shadow:0 0 5px 0px #fff inset;
}
.botox-calculator input[type=radio]:before,
.botox-calculator input[type=checkbox]:before {
    content:"";
    display:block;
    width:60%;
    height:60%;
    margin: 20% auto;    
    border-radius:50%;    
}
.botox-calculator input[type=radio]:checked:before,
.botox-calculator input[type=checkbox]:checked:before {
    background:#626161;
}
.botoxcalc-radio2 {
	padding: 10px 0;	
}
.botox-calculator-cont .botoxcalc-radio2 legend {
	line-height: 36px;	
	padding-right: 20px;
}
.botoxcalc-radio2 input[type=date] {
	width: 55%;
    border: 1px solid #fff;
    font-family: "Century Gothic",Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding: 5px 20px;
    box-sizing: border-box;
	float: left;
}
.botoxcalc-radio2 img {
	display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -3px;	
}
.botoxcalc-radio2,
.botoxcalc-radio3,
.botoxcalc-radio4 {
	overflow: hidden;	
}
.botoxcalc-radio4 {
	margin-top: 20px;
}
.botoxcalc-radio1 {
	margin-bottom: 20px;
	position:relative;
}
.botox-calculator .botox-calculator-cont .botoxcalc-radio1 h3{
	border-bottom:0px;
	margin-bottom:0px;
}
div.calcresult{
	width:100%;
	border-radius:3px;
	border:1px #a5b1bf solid;
	background: linear-gradient(to bottom, rgba(231,240,251,1) 0%, rgba(255,255,255,1) 100%);
	box-sizing:border-box;
	padding:15px 10px;
	text-align:right;
	margin-bottom:15px;
}
.botox-calculator-cont input[type=submit] {
	font-family: "Century Gothic",Helvetica, Arial, sans-serif;
    font-size: 16px;
    background: #e67d14;
    border: 1px solid #e67d14;
    color: #fff;
    line-height: 32px;
    width: 260px;
    float: right;
    box-sizing: border-box;
    cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius:0; 
    border-radius:0;	
}
.botox-calculator-cont input[type=submit]:hover {
	background: #fff;
    color: #e67d14;
    transition: all 0.7s ease-in-out;
}
.botox-calculator .botox-calculator-cont h3.unbold{
	font-weight:400;
}
.botoxpopup{
	width: 288px;
	height:210px;
    padding: 20px 20px 20px 20px;
    background: #ffe1c0;
	position: absolute;
    right: 0px;
	box-sizing:border-box;
	display:none;
	top:95px;
	border:1px #CCCCCC solid;
	box-shadow:0px 0px 5px rgba(0,0,0,0.3);
	z-index:1;
}
.botoxpopup p{
	margin:0;
	padding:0;
}
.botoxpopup p span{
	margin:0;
	padding:0;
	top:0;
	font-size:14px;
}
.botoxpopup .closepopup{
	position: absolute;
    top: 5px;
    right: 5px;
    padding: 3px;
    color: #ffffff;
    background: #f19411;
    border-radius: 20px;
    height: 18px;
    width: 18px;
    text-align: center;
    cursor: pointer;
}
.newbotoxmap{
	position:relative;
}
.newbotoxmap #areaforeheadlines{
	position:absolute;
	width:45%;
	height:11%;
	top:25%;
	left:27%;
	cursor:pointer;
}
.newbotoxmap #areafrownlines{
	position:absolute;
	width:9%;
	height:8%;
	top:36%;
	left:40%;
	cursor:pointer;
}
.newbotoxmap #areabrowlift{
	position: absolute;
    width: 18%;
    height: 4%;
    top: 39.5%;
    left: 52%;
    cursor: pointer;
}
.newbotoxmap #areacrowsfeet{
	position: absolute;
    width: 8%;
    height: 5%;
    top: 44%;
    left: 67%;
    cursor: pointer;
}
.newbotoxmap #arealowerlid{
	position: absolute;
    width: 19%;
    height: 4%;
    top: 45%;
    left: 47%;
    cursor: pointer;
}
.newbotoxmap #areaupperlip{
	position: absolute;
    width: 12%;
    height: 5%;
    top: 53%;
    left: 30%;
    cursor: pointer;
}
.newbotoxmap #areapebblychin{
	position: absolute;
    width: 21%;
    height: 5%;
    top: 63%;
    left: 24%;
    cursor: pointer;
}
.newbotoxmap #areaverticalbands{
	position: absolute;
    width: 17%;
    height: 12%;
    top: 72%;
    left: 25%;
    cursor: pointer;
}
.miradrysecbg {
	background: url(/images/miradrysecbg.jpg) no-repeat;	
	background-size: cover;
}
.blogarea {
	float: left;	
}
.content-blog-footer .my-accordion-wrapper {
	margin: 0px !important;
}
.left_column .blogarea .commentlist {
	padding: 10px 30px 15px 30px;	
}
.miradrysecbg li:before {
	  content: normal !important;
	  counter-increment: inherit !important;
}
.digitalstr{
	width: 95%;
	margin: 10px auto 0px;
	text-align: center;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
	padding-bottom:15px;
	
}
.digitalstr span{
	display: inline-block;
	padding-left: 25px;
	background: url(/images/seoversite-logo.png) no-repeat left center;
	background-size:auto;
}
.digitalstr a{
	color: #fff;
	text-decoration:none;
}
.pricelist h1{
	padding-top:30px;
	padding-bottom:30px;
}
.priceleft{
	width:45%;
	float:left;
}
.priceright{
	width:45%;
	float:right;
}
.pricelist table{
	width:100%;
	border:1px #CCCCCC solid;
	margin-bottom:20px;
	text-align:left;
	border-spacing:0px;
}
.pricelist table thead{
	background:#e67d14;
	color:#ffffff;
}
.pricelist table thead th{
	padding:10px;
}
.pricelist table tbody tr td{
	padding:10px;
	border-bottom: 1px dashed #EFEFEF;
	vertical-align:text-top;
}
.pricelist table tbody tr td:first-child{
	width:55%;
	text-align:left;
}
.pricelist table tbody tr td:last-child{
	width:45%;
	text-align:right;
}
.futuredin{
	width:100%;
	padding:0px 0 15px;
}
.futuredin img{
	width:100%;
	display:block;
	max-width:1243px;
	margin:0 auto;
}
.home-treatments .futuredin .container {
    margin: 0px auto;
}
.futuredin h3{
	text-align:center;
	padding:0 0 20px;
	border-bottom: 1px #ededed solid;
	font-size:26px;
	line-height:30px;
	margin:0 0 20px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
}
.home-treatments .container.marginbot0{
	margin-bottom:0px;
}
p.authorship{
	font-size: 14px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px #e78014 solid;
}
img.kybella-img{
	float: right;
    margin: 0 0 15px 15px;
}
.loyality{
	width: 100%;
}
.loyality__hero{
	width: 100%;
	padding: 50px 0;
	background-image: url(/images/loyality__hero_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.loyality__hero .loyality__hero_content{
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
}
.loyality__hero .loyality__hero_content img{
	display: block;
	max-width: 100%;
	margin: 0 auto 20px;
}
.loyality__hero .loyality__hero_content p{
	text-align: center;
	font-size: 32px;
	line-height: normal;
	font-family: 'Raleway', sans-serif;
	color: #eecc66;
}
.loyality__earnmore{
	width: 100%;
	padding: 50px 0;
	background: #fbfbfb;
}
.loyality__earnmore .loyality__earnmore_content{
	width: 90%;
	max-width: 1440px;
	margin: auto;
}
.loyality__earnmore .loyality__earnmore_content h2{
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	line-height: normal;
	padding-bottom: 50px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
}
.loyality__earnmore__boxes{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.loyality__earnmore__boxes .box{
	width: 18.4%;
	margin-right: 1%
}
.loyality__earnmore__boxes .box:last-child{
	margin-right: 5px;
}
.loyality__earnmore__boxes .box .box_top{
	width: 100%;
	position: relative;
	/*background-image: url(/images/loyality__earnmore__box_bg.png);
	background-size: contain;*/
}
.loyality__earnmore__boxes .box .box_top img{
	display: block;
	width: 100%;
}
.loyality__earnmore__boxes .box .box_top .box_top_content{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.loyality__earnmore__boxes .box .box_top .box_top_content p.box_top_title{
	font-family: 'Raleway', sans-serif;
	font-size: 26px;
	line-height: normal;
	text-align: center;
	font-weight: 600;
	color: #4b4a49;
	margin: 0;
	padding: 0;
}
.loyality__earnmore__boxes .box .box_top .box_top_content p.box_top_description{
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	line-height: normal;
	text-align: center;
	color: #4b4a49;
	margin: 0;
	padding: 0;
}
.loyality__earnmore__boxes .box .box_bot {
    width: 100%;
    max-width: 120px;
    padding: 10px;
    overflow: hidden;
    margin: 20px auto 0;
}
.loyality__earnmore__boxes .box .box_bot form{
	display: block;
    width: 100px;
    margin: 0 auto;
}
.loyality__earnmore__boxes .box .box_bot form .submit{
	display: block;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    background: #eecc66;
    color: #fff;
    height:auto;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    cursor: pointer;
    margin: 0;
    float: left;
	padding: 12px 10px;
}
.quantity {
    position: relative;
    width: 57px;
    float: left;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
    width: 45px;
    height: 25px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    border: 1px solid #eee;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 27px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    line-height: 13.5px;
    box-sizing: border-box;
    top: 0;
    border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: 0;
    height: 50%;
    line-height: 13.5px;
    box-sizing: border-box;
}
.loyality__redeem{
	width: 100%;
	padding: 50px 0;
}
.loyality__redeem .loyality__redeem_content{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}
.loyality__redeem .loyality__redeem_content h2{
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	line-height: normal;
	padding-bottom: 50px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
}
.loyality__redeem .loyality__redeem_content .loyality__redeem_progress_bar{
	width: 49%;
	position: relative;
	margin-bottom:50px;
	float: right
}
.loyality__redeem .loyality__redeem_content .loyality__redeem_progress_bar .loyality__redeem_progress_bar_top{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.loyality__redeem .loyality__redeem_content .loyality__redeem_progress_bar .loyality__redeem_progress_bar_top .box1{
	width: 30%;
}
.loyality__redeem .loyality__redeem_content .loyality__redeem_progress_bar .loyality__redeem_progress_bar_top .box1 p{
    font-size: 16px;
    text-align: left;
    color: #000000;
	padding-bottom: 15px;
	font-family: Helvetica, Arial,sans-serif;
	font-weight: 400;
}
.loyality__redeem .loyality__redeem_content .loyality__redeem_progress_bar .loyality__redeem_progress_bar_top .box2{
	width: calc(20% + 12px);
	margin-top: -15px;
}
.loyality__redeem .loyality__redeem_content .loyality__redeem_progress_bar .loyality__redeem_progress_bar_top .box2 p{
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    text-align: right;
    color: #ff0000;
}
.loyality__redeem .loyality__redeem_content .loyality__redeem_progress_bar .loyality__redeem_progress_bar_top .box3 p{
    font-size: 14px;
    text-align: left;
    color: #B00306;
	padding-top: 15px;
}
.loyality__redeem .loyality__redeem_content .loyality__redeem_progress_bar .loyality__redeem_progress_bar_line{
	margin: 0px 0 5px;
	width: 100%;
	height: 3px;
	background: #a1a1a1;
	position: relative;
}
.loyality__redeem_progress_bar_bot{
	padding-top: 10px;
}
.loyality__redeem .loyality__redeem_content .loyality__redeem_progress_bar .loyality__redeem_progress_bar_line:before{
	/*content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #564c4c;
	top: -10px;
	left: 0;
	position: absolute;
	z-index: 20;*/
}
.loyality__redeem .loyality__redeem_content .loyality__redeem_progress_bar .loyality__redeem_progress_bar_line:after{
	/*content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #564c4c;
	top: -10px;
	right: 0;
	position: absolute;
	z-index: 20;*/
}
.loyality__redeem .loyality__redeem_content .loyality__redeem_progress_bar .loyality__redeem_progress_bar_line .loyality__redeem_progress_bar_line_orange{
	position: absolute;
    width: calc(30%);
    height: 3px;
    background: #eecc66;
    top: 0px;
    left: 0px;
}
/*.loyality__redeem .loyality__redeem_content .loyality__redeem_progress_bar .loyality__redeem_progress_bar_line .loyality__redeem_progress_bar_line_orange:after{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #FFD600;
	top: -8px;
	right: -10px;
	position: absolute;
	z-index: 20;
}*/
.loyality__redeem .loyality__redeem_content .loyality__redeem_progress_bar .loyality__redeem_progress_bar_line .loyality__redeem_progress_bar_line_green{
	position: absolute;
    width: 20%;
    height: 3px;
    background: #ff0000;
    top: 0px;
    left: 30%;
}
.loyality__redeem .loyality__redeem_content .loyality__redeem_progress_bar .loyality__redeem_progress_bar_line .loyality__redeem_progress_bar_line_green:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 0%;
    background: #ff0000;
    top: -10px;
    right: -10px;
    position: absolute;
    z-index: 20;
	border-radius: 20px;
}
.loyality__redeem .loyality__redeem_content .loyality__redeem_progress_bar .loyality__redeem_progress_bar_bot{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.loyality__redeem .loyality__redeem_content .loyality__redeem_progress_bar .loyality__redeem_progress_bar_bot .box1{
	width: 20px;
    box-sizing: border-box;
    padding-left:0px;
}
.loyality__redeem .loyality__redeem_content .loyality__redeem_progress_bar .loyality__redeem_progress_bar_bot .box1 p{
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    text-align: left;
    color: #955a24;
    margin: 0;
}
.loyality__redeem .loyality__redeem_content .loyality__redeem_progress_bar .loyality__redeem_progress_bar_bot .box2{
	width: calc(100% - 20px);
    box-sizing: border-box;
    padding-left: 14%;
}
.loyality__redeem .loyality__redeem_content .loyality__redeem_progress_bar .loyality__redeem_progress_bar_bot .box2 p{
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    text-align: right;
    color: #955a24;
    margin: 0;
}
.loyality__redeem .loyality__redeem_content .loyality__redeem_progress_bar .loyality__redeem_progress_bar_bot .box3{
	width:130px;
	box-sizing: border-box;
}
.loyality__redeem .loyality__redeem_content .loyality__redeem_progress_bar .loyality__redeem_progress_bar_bot .box3 p{
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    text-align: right;
    color: #4c4c4c;
    margin: 0;
}
span.ringspoint{
	position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #fff;
    border-radius: 30px;
    right: 5px;
    top: 5px;
    color: #e78014;
    font-size: 12px;
}
span.ringmultiply{
	position: absolute;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 30px;
    background: #fff;
    border-radius: 45px;
    left: 5px;
    top: 5px;
    color: #e78014;
    font-size: 12px;
}
.ringbottons{
	width: 45%;
	display: flex;
	justify-content: space-between;
	float: left;
	
}
.ringbottons a{
	width: calc(48% - 20px);
	display: block;
	background: #e78014;
	color: #fff;
	padding: 12px 10px;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
}
.loyality__redeem_progress_bar p{
	margin: 5px 0 10px;
	padding: 0;
	color: #4c4a49;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
}
.ring_rins{
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 1px #b7b7b7 solid;
	border-radius: 3px;
	overflow: hidden;
	margin-top: 10px;
}

.ring_rins p.title{
	display: block;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	margin: 0;
	background: #b7b7b7;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    margin-bottom: 30px;
}
.ring_rins p.title span{
	display: inline-block;
	padding-right:35px;
	background: url(/images/rings-icon.png) no-repeat right+2px center;
}
.ring_rins p.description{
	padding: 0;
	margin: 0;
	color: #3d3d3d;
	font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    margin-bottom: 30px;
}
.ring_rins p.description span{
	display: inline-block;
	padding-left:25px;
	background: url(/images/checkbox-icon.png) no-repeat left center;
	margin: 0 15px;
}
.ring_rins a.ring_rins_app{
	display: block;
	width: 250px;
	margin: 0 auto 30px;
	box-sizing: border-box;
	padding: 10px;
	background: #f19411;
	border: 1px #f19411 solid;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    line-height: normal;
    text-align: center;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #e48117;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.5);
}

::-webkit-scrollbar:horizontal {
    height: 4px;
}
@media screen and (max-width: 1100px){
	.loyality__earnmore__boxes .box {
		margin-right: 5%;
		margin-left: 5%;
		margin-bottom:20px;
		width: 40%;
		min-width: 180px;
	}
	.loyality__earnmore__boxes {
    width: 100%;
    display: flex;
    overflow: scroll;
    border-bottom: 1px rgba(0,0,0,.3) solid;
	}
	.ringbottons{
		width: 90%;
		margin: 0 auto 20px;
		float: none;
	}
	.loyality__redeem .loyality__redeem_content .loyality__redeem_progress_bar{
		width: 90%;
		float: none;
		margin: 0 auto;
	}
}	
@media screen and (max-width: 730px){
	.loyality__earnmore__boxes .box {
		margin-right: 2%;
		margin-bottom:20px;
	}
	.loyality__redeem .loyality__redeem_content .loyality__redeem_progress_bar .loyality__redeem_progress_bar_top .box1{
		width:100%;
	}
	.loyality__redeem .loyality__redeem_content .loyality__redeem_progress_bar .loyality__redeem_progress_bar_top .box2{
		width:20%;
	}
	.loyality__redeem .loyality__redeem_content .loyality__redeem_progress_bar .loyality__redeem_progress_bar_line .loyality__redeem_progress_bar_line_orange {
		width: calc(30% - 2px);
	}
	.loyality__redeem .loyality__redeem_content .loyality__redeem_progress_bar .loyality__redeem_progress_bar_line .loyality__redeem_progress_bar_line_green{
		width: 20%;
		left: 30%;
	}
}
@media screen and (max-width: 500px){
	.loyality__earnmore__boxes .box .box_top .box_top_content p.box_top_title{
		font-size:20px;
	}
	.loyality__earnmore__boxes .box .box_top .box_top_content p.box_top_description{
		font-size:16px;
	}
}
@media screen and (max-width: 360px){
	.loyality__redeem .loyality__redeem_content .loyality__redeem_progress_bar .loyality__redeem_progress_bar_top .box1{
		width:100%;
	}
	.loyality__redeem .loyality__redeem_content .loyality__redeem_progress_bar .loyality__redeem_progress_bar_top .box2{
		width:30%;
	}
	.loyality__redeem .loyality__redeem_content .loyality__redeem_progress_bar .loyality__redeem_progress_bar_line .loyality__redeem_progress_bar_line_orange {
		width: calc(40% - 2px);
	}
	.loyality__redeem .loyality__redeem_content .loyality__redeem_progress_bar .loyality__redeem_progress_bar_line .loyality__redeem_progress_bar_line_green{
		width: 30%;
		left: 40%;
	}
}