@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 10px;
	line-height: 1.7;
}
a {
	color: #ffcb3c;
	text-decoration: none;
	-o-transition: color .0.5s ease-out, background 0.5s ease-in;
	-ms-transition: color .0.5s ease-out, background 0.5s ease-in;
	-moz-transition: color .0.5s ease-out, background 0.5s ease-in;
	-webkit-transition: color .0.5s ease-out, background 0.5s ease-in;
	/* ...and now for the proper property */
	transition: color .05s ease-out, background 0.5s ease-in;
}
a:hover {
	color: #ffcb3c;
}
.fade-hover {
	text-decoration: none;
	opacity: 1.0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.fade-hover:hover {
	text-decoration: none;
	opacity: 0.5;
	color: #FFFFFF;
}
html, body {
	width: 100%;
}
body {
	background-color: #FFF;
	color: #333333;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	font-weight: 300;
}
#header {
	position: relative;
	width: 100%;
	height: 200px;
	z-index: 190;
	background-color: #333;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
#header .container-wrap {
	text-align: center;
}
footer {
	position: relative;
	z-index: 100;
	border-top: 3px solid #979894;
	width: 100%;
	background: #ffcb3c;
	min-height: 90px;
	color: #666;
}
.footer-box {
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	padding: 15px;
	margin-bottom: 10px;
}
.footer-box .btn {
	border: none;
	float: right;
	margin-top: 10px;
}
footer p {
	margin-top: 20px;
	font-size: 15px;
}
footer a {
	color: #FFF;
}
footer h3 {
	font-size: 18px;
	padding-bottom: 10px;
	font-weight: bold;
	border-bottom: 4px solid #ffcb3c;
	margin-bottom: 20px;
	color: #666 !important;
}
footer .copy {
	text-align: center;
	font-size: 14px;
	color: #666;
}
.social {
	margin-top: 55px;
}
.container-wrap {
	padding-left: 12%;
	padding-right: 12%;
}
h1 {
	font-size: 34px;
	position: relative;
	margin: 0 !important;
	display: inline-block;
}
h1 a {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 280px;
	height: 120px;
	text-indent: -9999px;
	margin-top: 10px;
}
h2 {
	font-size: 32px;
	padding: 5px 0px 20px 0;
	margin-bottom: 20px !important;
	line-height: 1.2;
	color: #808080 !important;
	text-align: left;
	border-bottom: 3px solid #ffcb3c;
}
h3 {
	color: #666 !important;
	font-size: 22px !important;
	font-weight: normal;
	margin: 10px 0 !important;
	padding: 10px 0 0 0!important;
}
@media (min-width: 320px) {
.img-top {
	min-height: 60px;
}
.img-top img {
	min-height: 60px;
}
}
@media (min-width: 1024px) {
.img-top {
	min-height: 160px;
}
.img-top img {
	min-height: 160px;
}
}
@media (min-width: 1280px) {
.img-top {
	min-height: 200px;
}
.img-top img {
	min-height: 200px;
}
}
@media (min-width: 1366px) {
.img-top {
	min-height: 214px;
}
.img-top img {
	min-height: 214px;
}
}
@media (min-width: 1920px) {
.img-top {
	min-height: 300px;
}
.img-top img {
	min-height: 300px;
}
}
.separator {
	border-bottom: 3px solid #ffcb3c;
	padding: 5px 0;
	margin: 20px 0;
}
.box-white {
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	padding: 10px;
}
.box-white img {
	width: 100%;
	height: auto;
}
.ul1 {
	line-height: 1.7;
	list-style: outside;
	margin: 0 10px 10px 30px;
}
.carousel-control.left {
	background-image: none !important;
	filter: none;
	background-repeat: repeat-x;
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image: none !important;
	filter: none;
	background-repeat: none;
}
.p0 {
	padding: 0px !important;
}
.p40-0 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
.p20-0 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.p15-0 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.p40 {
	padding: 40px !important;
}
.p60 {
	padding: 60px !important;
}
.p60-45 {
	padding: 60px 45px !important;
}
.p100-auto {
	padding-top: 100px;
	padding-bottom: 100px;
}
.m1015 {
	margin: 10px 15px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.h20 {
	height: 20px;
	clear: both;
}
.h30 {
	height: 30px;
	clear: both;
}
.h40 {
	height: 40px;
	clear: both;
}
.txt_cntr {
	text-align: center !important;
}
.txt_sm {
	font-size: 82%;
}
.center_pic {
	text-align: center;
	padding: 40px 0;
}
.bg-index {
	background-color: #DADADA;
}
td {
	padding: 10px !important;
}
#pararax_bg {
	background: rgba(0, 0, 0, 0) url("../images/pararaxbg.jpg") no-repeat fixed 50% center;
	height: 450px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
}
#pararax_bg .fr {
	padding: 8%;
}
#pararax_bg h3 {
	font-size: 56px !important;
	color: #FFF !important;
	text-align: center;
	font-weight: bold;
}
#pararax_bg h4 {
	font-size: 42px !important;
	color: #FFF !important;
	text-align: center;
}
.services_index {
	text-align: center;
	font-size: 26px !important;
	color: #666 !important;
}
.gallery-index {
	padding-top: 100px;
}
.therapeies h3, .therapeies h3 a {
	color: #FFF !important;
}
.therapeies-box {
	background-color: #ffcb3c;
	color: #FFF;
	border-radius: 10px;
	padding: 15px;
}
.therapeies-box h3, .therapeies-box h3 a {
	font-size: 20px !important;
	color: #666;
	min-height:50px;
}
.therapeies-box .info {
	min-height:180px;
}
.gallery-box h3 a:hover {
	color: #999;
}
ul.products {
	list-style: outside none none;
	width: 100%;
}
ul.products li {
	background-color: #F8F8F8;
	color: #ffffff;
	display: block;
	font-size: 14px;
	list-style: outside none none;
	margin: 10px 0;
	text-transform: uppercase;
	width: 100%;
	border: 1px solid #CCC;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
ul.products li a {
	color: #666;
	display: block;
	font-weight: bold;
	padding: 20px;
}
ul.products li a:hover {
	background-color: #ffcb3c;
	color: #FFF;
}
@media (min-width: 1360px) {
ul.list-services li {
	width: 49% !important;
	float: left;
}
ul.list-services li:nth-child(even) {
	margin-left: 2%;
}
}
.navbar-default {
	background: none !important;
	border: none !important;
}
nav {
	position: absolute !important;
	top: 155px;
	z-index: 1000;
	width: 100%;
}
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}
.nav > li > a {
	padding: 5px 15px;
	font-size: 14px;
	font-weight: 600;
}
.navbar-default .navbar-nav > li > a {
	color: #999;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #ffcb3c;
	background-color: transparent;
}
@media (max-width: 1420px) {
.nav > li > a {
	padding: 10px 10px !important;
	font-size: 14px !important;
}
.nav > li {
	margin-left: 0px;
}
}
@media (max-width: 1315px) {
.container-wrap {
	padding-left: 15px;
	padding-right: 15px;
}
}
@media (max-width: 1035px) {
.nav > li > a {
	padding: 10px 5px !important;
	font-size: 13px !important;
}
.therapeies-box h3, .therapeies-box h3 a {
	height: 55px;
}
.therapeies-box {
	margin-bottom:15px;
}
.therapeies-box .info {
	min-height:120px;
}
}
@media (max-width: 900px) {
.nav > li > a {
	padding: 10px 3px !important;
	font-size: 11px !important;
}
}
@media (max-width: 768px) {
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar-default {
	background: #FFF !important;
}
.navbar .navbar-collapse {
	text-align: center;
}
.navbar-nav .open .dropdown-menu {
	text-align: center !important;
}
nav {
	top: 150px;
}
.nav > li > a {
	font-size: 15px !important;
}
}
@media (max-width: 500px) {
h1 a {
	background-image: url(../images/logosm.png);
	width: 220px;
	height: 94px;
}
}