.center-col {
	float: none;
	margin: 0 auto;
}

.dark-bg {
	background-color: rgba(0,0,0,0.8);
}

.social-nav-gallery {
	background-color: rgba(0,0,0,0.3) !important;
}

.bg-1, .bg-2, .bg-3, .bg-4,
.bg-1:after, .bg-2:after, .bg-3:after, .bg-4:after  { 
    position: fixed;
	background-attachment: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}

.bg-1 li span, .bg-2 li span, .bg-3 li span, .bg-4 li span  { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
	background-attachment: fixed;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 1;
    z-index: 0;
}

.bg-1 li span { background-image: url(../images/slide-1.jpg); }
.bg-2 li span { background-image: url(../images/slide-3.jpg); }
.bg-3 li span { background-image: url(../images/slide-2.jpg); }
.bg-4 li span { background-image: url(../images/slide-4.jpg); }

ol,ul {
	list-style:none;
}

.myactive {
	background-color: #C6C;
	border-radius: 5px;
}

.social-nav {
	padding-right: 100px;
	padding-top: 20px;
	text-align: right;
	background-color:rgba(0, 0, 0, 0.6);
	height: 70px;
}

.social-nav a {
	opacity: 1;
	filter: alpha(opacity=100);
}


.social-nav a:hover {
	opacity: 0.7;
  	filter: alpha(opacity=70);
}

.menu-nav {
	background-color:rgba(0, 0, 0, 0.7);
	/* padding: 10px 150px 10px 150px; */
}

.menu-nav li:hover {
	background-color: #C6C;
	border-radius: 5px;
}

.menu-nav li a {
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
}

.menu-nav li a:hover, .social-nav li a:hover {
	background-color: transparent;
}

.nav hr {
	display: none;
}

.top-distance {
	margin-top: 35%;
	padding-top: 20px;
}

.top-distance-5 {
	margin-top: 5%;
}

.top-distance-10 {
	margin-top: 10%;
}

.bottom-20 {
	margin-bottom: 20px;
}

.bottom-40 {
	margin-bottom: 40px;
}

.bottom-5 {
	padding-bottom: 5%;
}

.bottom-5px {
	padding-bottom: 5px;
}

.left-50 {
	padding-left: 50px;
}

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

.mydivider {
	height: 20px;
}

.border-left-divider { border-left: 1px solid #000; }
.border-righ-divider { 
	border-right: 1px solid #CCC;
	padding-right: 100px; 
}

.title {
	color: #ef97cc;
	text-align: left;
}

.description {
	color: #fff;
	text-align: left;
	text-indent: 10px;
	font-size: 1em;
	max-width: 295px;
}

.wrapper {
	position: relative;
	margin-bottom: 50px;
	padding: 50px;
	border-radius: 15px;
	background-color: rgba(0,0,0,0.7);
}

.wrapper-about{
	position: relative;
	margin-left: 5%;
	width: 90%;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background-color: rgba(0,0,0,0.7);
}

.wrapper-services {
	position: relative;
	width: 90%;
	margin: 0 5%;
	border-radius: 15px;
	background-color: rgba(0,0,0,0.7);
	padding: 50px 15px;
}

.services-title {
	margin: 0;
	font-size: 42px;
	color: #fff;
	text-align: center;
}

/* box */
.box-1 {
    border-radius:13px;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	position:relative;
	padding-bottom:12px;
	max-width: 360px;
}

.box-1 img {
	width:100%;
	border-radius:13px 13px 0 0;
	-moz-border-radius:13px 13px 0 0;
	-webkit-border-radius:13px 13px 0 0;	
}

.camila-img {
	height: 250px !important;
	width: auto !important;
}

.sala {
}

.klinik {
	height: auto !important;
	width: 100px !important;
}
	
.services-imgs {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	border-radius: 13px 13px 0 0;
	-moz-border-radius: 13px 13px 0 0;
	-webkit-border-radius: 13px 13px 0 0;
}

.figcaption {
	background-color: rgba(204,102,204,1);
	display:block;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 10px 0;
	text-align: center;
	border-radius:0 0 13px 13px;
	-moz-border-radius:0 0 13px 13px;
	-webkit-border-radius:0 0 13px 13px;	
}

.figcaption a {
	color: #fff;
	text-decoration:none;
	letter-spacing: 1px;
}

.figcaption a:hover {
	opacity: 0.8;
}

.img-rounded img {
	border-radius:13px;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
}

.img-rounded1 img {
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

.img-indent {
	margin: 40px 20px 20px 0;
}

.item-arquivo {
	
}

.col-sm-6 { color: #FFF; }
.list-services h3 { color: #fff; }
.list-services > li{padding-top:6px}
.list-services > li:first-child{padding:0;}

.contato a:hover {
	text-decoration: none;
	color: #fff;
}

/*  Lists */
.list {
	padding:0 0 27px;
	list-style:none;
}
.list li {
	margin-bottom:2px;
	line-height:16px;
}
.list li a {
	color:#fff;
	font-size:14px;	
	background:url(../images/marker-2.png) no-repeat 1px 5px;	
	padding:0 0 0 18px;	
}

.link-1 {
	display:inline-block;
	max-width: 375px;
	color:#ef97cc;
}

.soft-pink { color:#ef97cc; }

/*----- map -----*/

.map {
	margin:0 0 30px;
	padding: 0 10px;
}

.map iframe {
	height: auto;
	overflow: hidden;
	width: 100%;
    border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

.address {
	padding-left: 50px;
}

.fb-comments{ margin-top: 30px; }

.hr {
	border: 0;
	height: 1px;
	background: #333;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,hsla(0,0%,0%,0)), color-stop(50%,hsla(0,0%,0%,.75)), color-stop(100%,hsla(0,0%,0%,0)));
	background: -webkit-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,100%,.75) 50%, hsla(0,0%,0%,0) 100%);
	background: -moz-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,100%,.75) 50%, hsla(0,0%,0%,0) 100%);
	background: -ms-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,100%,.75) 50%, hsla(0,0%,0%,0) 100%);
	background: -o-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,100%,.75) 50%, hsla(0,0%,0%,0) 100%);
	background: linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,100%,.75) 50%, hsla(0,0%,0%,0) 100%);
}

.treatframe-top {
	margin-top: 10%;
}

.treatframe {
	position: relative;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 250px;	
	height: 400px;
	border: 5px double #c6c;
	background-color: rgba(0,0,0,0.6);
	z-index: 0;
}

.treatframe .treatdescription {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 50px 0;
}

.treatframe .treatdescription hr {
	margin: 0 0 7px 0;
	border: 0;
	height: 1px;
	background: #333;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,hsla(0,0%,0%,0)), color-stop(50%,hsla(0,0%,0%,.75)), color-stop(100%,hsla(0,0%,0%,0)));
	background: -webkit-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,100%,.75) 50%, hsla(0,0%,0%,0) 100%);
	background: -moz-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,100%,.75) 50%, hsla(0,0%,0%,0) 100%);
	background: -ms-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,100%,.75) 50%, hsla(0,0%,0%,0) 100%);
	background: -o-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,100%,.75) 50%, hsla(0,0%,0%,0) 100%);
	background: linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,100%,.75) 50%, hsla(0,0%,0%,0) 100%);
}

.treatframe .treatdescription p {
	font-size: 1.1em;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
}

.treatframe .circle {
	position: relative;
	display: block;
	margin-top: -6em;
	background-color: transparent;
	color: #222;
	text-align: center;
	z-index: 1;
}

.circle:after {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background-color: #c6c;
	content: "";
}

.dotted-circle {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 5px;
	width: 160px;
	height: 160px;
	border: 5px solid #fff;
	border-radius: 50%;
	background-color: #c6c;	
}

.treatframe .circle .inner-circle {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}

.treatframe .circle .inner-circle:hover {
	-webkit-transform: rotate(7deg);/* Chrome, Safari, Opera */
  	-moz-transform: rotate(7deg);
  	-o-transform: rotate(7deg);
  	-ms-transform: rotate(7deg);/* IE 9 */
  	transform: rotate(7deg);
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
} 

.circle__wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.circle__content {
	display: table-cell;
	padding: 1em;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.more-infos a {
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-style: italic;
	font-size: 12px;
	color: #fff;
}

.more-infos a:hover {
	opacity: 0.8;
	text-decoration: none;
	cursor: pointer;
}

.fancybox-fix {
	max-width: 500px;
	height: inherit;
	padding: 20px;
	text-align: justify;
	text-indent: 10px;
	
}

.fix-terapia {
	margin-top: 10px;
}

.home-circles {
	display: flex;
	margin-top: 50px;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 250px;
	height: 250px;;
	border: 1px solid #c6c;
	border-radius: 100%;
	background-color: #c6c;
	color: #fff;
	z-index: 1;
	cursor: pointer;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.home-circles:hover { 
	background-color: #fff; 
	color: #c6c;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.home-inner-circles {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 4px;
	width: 240px;
	height: 240px;;
	border: 5px solid #fff;
	border-radius: 50%;
	background-color: transparent;
	z-index: 1;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;

}
.home-inner-circles:hover { 
	border-color: #c6c; 
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.home-circles .home-circles-content {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	line-height: 40px;
	padding-top: 80px;
	vertical-align: middle;
	font-size: 2em;
	text-align: center;
	word-wrap: break-word; 
	font-weight: bold;	
}



.home-circle {
	display: block;
	margin-top: 50px;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 250px;
	height: 250px;;
	border: 1px solid #c6c;
	border-radius: 100%;
	background-color: #c6c;
	color: #fff;
	z-index: 1;
	cursor: pointer;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.home-circle:hover { 
	background-color: #fff; 
	color: #c6c;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.home-inner-circle {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 4px;
	width: 240px;
	height: 240px;;
	border: 5px solid #fff;
	border-radius: 50%;
	background-color: transparent;
	z-index: 1;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;

}
.home-inner-circle:hover { 
	border-color: #c6c; 
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.home-circle .home-circle-content {
	display: table-cell;
	margin-left: auto !important;
	margin-right: auto !important;
	line-height: 40px;
	padding-top: 80px;
	vertical-align: middle;
	font-size: 2em;
	text-align: center;
	word-wrap: break-word; 
	font-weight: bold;
	
}

.home-circle .carbox {
	padding-top: 10px;
	padding-left: 20px;
}

/*galeria*/

/* .videos-row {
	display: flex;
	align-items: center;
} */

.video {
	display: block;
	margin-bottom: 30px;
	max-height: 240px;
	color: #fff;
}

.img-container {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100%;
	height: 250px;
	background-color: rgba(0,0,0,1);
	border: 1px solid #000;
}

.img-container a {
	display: flex;
    margin: auto !important;
	height: 248px !important;
}

.img-container img {
	display: block;
    margin: auto !important;
	max-height: 100%;
	max-width: 100%;
}


.footer {
	position: relative;
	height: 200px;
	letter-spacing: 1px;
	background-color:rgba(0, 0, 0, 0.6);
	z-index: 0;
}

.footer .container {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-top: 20px;
	background-color:rgba(0, 0, 0, 0.7);
}

.footer p {
	color: #ccc;
	font-size: 0.75em;
}

.footer a {
	color: #ccc;
	text-decoration: none;
}

.footer a:hover { color: #fff; }



