@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 10px;
	line-height: 1.7;
}
a {
	color: #006298;
	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: #006298;
	text-decoration:none;
}
.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: 'Ubuntu', sans-serif !important;
	font-size: 15px;
	font-weight: 300;
	min-width:320px;
}
.social-top {
	background-color:#006298;
}
.social-top img {
	height:35px;
	width:auto;
}
#header {
	position: relative;
	width: 100%;
	height: 220px;
	z-index: 190;
	background-color: #FFF;
	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);
	min-width:320px;
}
.header_title {
	font-size:14px;
	line-height:1.2 !important;
	color:#999;
	padding:0px 10px;
}
.header_title .header_title_p {
	color:#006298 !important;
	font-size: 20px !important;
	font-weight: 500;
	margin: 0 !important;
	padding: 10px 0 0 0!important;
}
.header_contact {
	padding:10px 0;
}
.header_contact .fr {
	margin-left:5px;
}
.header_contact p {
	font-size:14px;
	font-weight:500;
	color:#006298;
	padding-right:15px;
	text-align:right;
}
.header_contact p span {
	font-weight:bold;
	color:#000;
}
.header_contact img {
	width:45px;
	height:45px;
}
footer {
	position: relative;
	z-index: 100;
	border-top: 3px solid #979894;
	width: 100%;
	background: #C00000;
	min-height: 90px;
	color: #CCC;
}
.footer-box {
	background: rgba(0, 0, 0, 0.7);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	padding: 15px;
	margin-bottom: 10px;
	min-height:280px;
}
.footer-box .btn {
	border: none;
	float: right;
	margin-top: 10px;
}
footer p {
	margin-top: 20px;
	font-size: 14px;
}
footer a {
	color: #FFF;
}
footer .footer_title {
	font-size: 22px !important;
	padding-bottom: 10px !important;
	font-weight: bold;
	border-bottom: 3px solid #006298;
	margin-bottom: 20px;
	color: #EEE !important;
}
footer .copy {
	text-align: center;
	font-size: 14px;
	color: #CCC;
	min-height: 60px;
}
.social {
	margin-top: 15px;
}
.social img {
	width: 13%;
	height: auto;
	display: inline-block;
	margin: 5px;
}
.container-wrap {
	padding-left: 10%;
	padding-right: 10%;
	max-width: 1900px;
}
h1 {
	font-size: 34px;
	position: relative;
	margin: 0 !important;
}
h1 a {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 150px;
	height: 105px;
	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 #006298;
}
h3 {
	color: #666 !important;
	font-size: 22px !important;
	font-weight: normal;
	margin: 10px 0 !important;
	padding: 10px 0 0 0!important;
}
.title {
	color: #666;
	font-size: 22px;
	font-weight: normal;
	margin: 10px 0;
	padding: 10px 0 0 0;
}
.separator {
	border-bottom: 3px solid #006298;
	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;
}
.ul2 {
	line-height: 1.7;
	list-style: decimal outside;
	margin: 0 10px 10px 30px;
}
.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 !important;
}
.fr {
	float: right !important;
}
.fl.col-md-3, .fl.col-md-2 {
	padding-left:0;
}
.fr.col-md-3, .fr.col-md-2 {
	padding-right:0;
}
.fl.col-md-6, .fl.col-md-3, .fl.col-md-2 {
	padding-left:0;
}
.h20 {
	height: 20px;
	clear: both;
}
.h15 {
	height: 15px;
	clear: both;
}
.h30 {
	height: 30px;
	clear: both;
}
.h40 {
	height: 40px;
	clear: both;
}
.center {
	margin:0 auto !important;
	text-align:center !important;
	float:none !important;
}
.txt_cntr {
	text-align: center !important;
}
.txt_sm {
	font-size: 82%;
}
.center_pic {
	text-align: center;
	padding: 40px 0;
}
.bg-index {
	background-color: #F8F8F8;
}
td {
	padding: 10px !important;
}
.carousel-caption p 
{
	line-height:1;
}
.carousel-caption span {
	font-size: 10px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
@media (min-width: 1px) {
	.carousel-caption a {
		padding:2x;
		font-size:10px;
	}
}
@media (min-width: 480px) {
	.carousel-caption p 
	{
		line-height:1.2;
	}
	.carousel-caption span {
		font-size: 22px;
	}
}
@media (min-width: 576px) {
	.carousel-caption p 
	{
		line-height:1.4;
	}
	.carousel-caption span {
		font-size: 26px;
	}
}
@media (min-width: 768px) {
	.carousel-caption span {
		font-size: 34px;
	}
}
@media (min-width: 992px) {
	.carousel-caption span {
		font-size: 42px;
	}
}
@media (min-width: 1200px) {
	.carousel-caption span {
		font-size: 44px;
	}
}
.btn-default {
    color: #fff;
    background-color: #ec1c24;
	border:none;
	border-radius:0;
}
.title_contact {
	font-size:22px;
	font-weight:bold;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100%;
	height: auto;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .0001) 100%) !important;
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .0001) 100%) !important;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .0001))) !important;
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .0001) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .2) 100%) !important;
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .2) 100%) !important;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .2))) !important;
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .2) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.img-top {
	background: rgba(0, 0, 0, 0) url("images/top-bg-texture.png") fixed 50% top;
	height: 150px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
}
#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 .title {
	font-size: 56px !important;
	color: #FFF !important;
	text-align: center;
	font-weight: bold;
}
#pararax_bg p {
	font-size: 42px !important;
	color: #FFF !important;
	font-weight:500;
	text-align: center;
}
.map-row {
	position: relative;
}
.map-overlay {
	position: absolute;
	top:0;
	bottom: 0;
	left: 400px;
	width:300px;
	background: rgba(50, 50, 50, 0.8);
	text-align: center;
	padding: 10px;
	color: #FFF !important;
}
.map-overlay .title {
	color: #FFF !important;
	font-size:22px;
}
.map-info {
	text-align:right;
}
.map-info p {
	text-align:left;
}
.map-info img {
	width:50px;
	height:50px;
	text-align:right;
}
.map-info a {
	color:#FFF;
}
.map-info a:hover {
	color:#C00;
}
.therapeies {
	background-color:#C00;
	padding-bottom:60px;
}
.therapeies h3, .therapeies h3 a {
	color:#FFF !important;
}
.therapeies-box {
	background-color:#B00000;
	color:#FFF;
	border-radius:10px;
	padding:15px;
}
.therapeies-box h3 {
	font-size:22px !important;
	font-weight:bold;
	min-height:55px;
}
.therapeies-box p.info {
	min-height:110px;
}
.services_index {
	text-align: center;
	font-size: 26px !important;
	color: #666 !important;
}
.boxes_index .gallery-box h3 {
	height: 70px;
}
.svg-box {
	text-align:center;
}
.svg-box .svg {
	width:60px;
	height:auto;
	margin-bottom:10px;
	fill:#006298;
}
.svg-box p a {
	color:#999;
}
.svg-box p a:hover {
	color:#777;
}
.svg-box .title {
	margin:0;
	padding:0;
}
.last-news {
	margin: 20px auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0;
	font-size: 20px !important;
	color: #787878 !important;
	box-shadow: 0px 2px 13px #888, 0px -2px 13px #888;
}
.last-news p {
	width:70%;
	margin:0 auto;
}
.last-news p span {
	font-size:24px;
	font-weight:bold;
	color:#F00;
}
.exetasi {
	background-color:#C00;
	text-align:center;
	font-weight:400;
	font-size:18px;
	color:#FFF;
}
.exetasi p {
	margin:0;
	padding:0;
}
.exetasi .but {
	padding:15px 50px;
	background-color:#900;
	display:inline-block;
}
.exetasi .btn-default {
	background: none;
	color:#FFF !important;
	border-color:#FFF;
	border:2px solid #FFF;
}
.martiries strong {
	font-size:20px;
	color:#F00;
}
.martiries span {
	font-size:17px;
	font-weight:500;
	color:#999;
}
.gallery-index {
	padding-top: 100px;
}
.gallery-box {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	background: #FFF;
	text-align: center;
	color: #666 !important;
	margin-bottom: 15px;
	/* mspan: for faster rendering
	min-width: 250px;
	*/
}
.gallery-box img {
	width: 100%;
	height: auto;
	/* mspan: for faster rendering
	min-width: 250px;
	*/
}
.gallery-box h3 {
	font-size: 15px !important;
	font-weight: bold;
	color: #333 !important;
	padding: 15px 10px 20px 10px !important;
}
.gallery-box h3 a:hover {
	color: #999;
}
.item-list .gallery-box {
	margin-bottom: 20px;
}
.items-list {
	background-color: #F8F8F8;
	padding: 20px;
}
.items-list img {
	width: 100%;
	height: auto;
}
a .items-list {
	color: #333;
	margin-bottom: 20px;
}
a:hover .items-list {
	color: #000;
	background-color: #CCC;
}
.arthra h3 {
	padding:10px !important;
	text-align:center;
}
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: #006298;
	display: block;
	font-weight: bold;
	padding: 20px;
}
ul.products li a:hover {
	background-color: #006298;
	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%;
}
}
nav {
	position: absolute !important;
	top: 170px;
	z-index: 1000;
	width: 100%;
	padding:10px;
}
.navbar .navbar-nav {
	display: inline-block;
	float: right;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: 600 !important;
}
.navbar-default {
	border: none !important;
}
.navbar .navbar-collapse {
	text-align: center;
}
.nav > li {
	margin-left: 5px;
}
.nav > li > a {
	padding: 5px 10px !important;
	color: #006298 !important;
}
.nav > li > a:hover {
	border-bottom:2px solid #e32526;
	background:none !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	border-bottom:2px solid #e32526;
	background:none !important;
}
.dropdown-menu {
	border-radius: 0 !important;
}
.navbar-nav .dropdown-menu > li > a {
	padding: 8px 10px;
	font-size: 13px !important;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none !important;
  vertical-align: top;
}
.navbar .navbar-collapse {
  text-align: center;
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .navbar .navbar-collapse {
        text-align: center;
    }
}
@media (max-width: 1300px) {
	.container-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 1100px) {
	.header_title p {
		font-size:12px;
	}
	.therapeies h3, .therapeies h3 a {
		font-size:18px !important;
	}
	.exetasi .but {
		padding: 15px;
		background-color: #900;
		display: inline-block;
	}
}
@media (max-width: 1000px) {
	.nav > li > a {
		font-size: 14px !important;
		padding: 7px !important;
	}
	.header_contact {
		display:none;
	}
}
@media (max-width: 991px) {
	.nav > li > a {
		padding: 5px !important;
		font-size: 13px !important;
	}
	.therapeies-box {
		min-height:220px;
		margin-bottom:30px;
	}
	.therapeies-box h3 {
		font-size: 22px !important;
		height: auto !important;
	}
	.svg-box {
		min-height:280px;
		margin-bottom:30px;
	}
}
@media (max-width: 850px) {
	.nav > li > a {
		padding: 5px !important;
		font-size: 12px !important;
	}
}
@media (max-width: 768px) {
	.navbar .navbar-nav {
		display: inline-block;
		float: none;
		vertical-align: top;
		background-color:#FFF;
		width:100%;
	}
	.navbar .navbar-collapse {
		text-align: center;
	}

	.nav > li > a {
		font-size: 15px !important;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		text-align:center;
		font-weight:bold;
	}
	.container-wrap {
		padding-left: 0;
		padding-right: 0;
	}
	.exetasi .col-sm-3 {
		margin:15px 0;
	}
	.exetasi {
		padding-bottom:20px;
	}
	.map-overlay {
		position: relative;
		left: 0;
		width: 100%;
		background: rgba(50, 50, 50, 1);
		padding: 0px;
	}
}
@media (max-width: 485px) {
	nav {
		top: 280px !important;
	}
	#header {
		height: 360px;
	}
	.header_contact p {
		text-align:left;
	}
	.fl {
		float: none !important;
	}
	.fr {
		float: none !important;
	}
	.header_title .header_title_p {
		clear: both;
	}
}
@media (max-width: 450px) {
	h2 {
		font-size: 20px !important;
	}
	nav {
		top: 280px !important;
	}
	#header {
		height: 320px;
	}
}
.form {
	margin-bottom: 10px;
	width: 100%;
}
.form input, .form textarea, .form select {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	box-sizing: border-box;
	color: #999;
	font-size: 16px;
	left: 0;
	letter-spacing: -1px;
	outline: 0 none;
	padding: 7px;
	top: 0;
	width: 100%;
}
.form .button:hover {
	background-color: #0095da;
	color: #fff;
	cursor: pointer;
}
/* phone now */
a.phonenow {
	width: 140px;
	height: 60px;
	position: fixed;
	/*margin-left: 50%;*/
	right: 16px;
	bottom: 16px;
	background: #228B22;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-indent: 5px;
	line-height:1.5em;
	/*vertical-align: middle;*/
	color: white;
	border-radius: 10px;
	border:1px solid black;
}
a.phonenow:hover {
	color: white;
	background: #339C33;
	text-decoration: none;
	border:2px solid black;
}