@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 10px;
	line-height: 1.7;
}
a {
	color: #00af62;
	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: #00af62;
	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;
}
.hfma-top {
	float:right;
	margin-top:10px;
}
#header {
	position: relative;
	width: 100%;
	height: 160px;
	z-index: 190;
	background-color: #E7EBEE;
	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);
}
footer {
	position: relative;
	z-index: 100;
	border-top: 3px solid #979894;
	width: 100%;
	background: #333;
	color: #FFF;
}
.footer-box {
	background: #666;
	border-radius: 10px;
	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 #00af62;
	margin-bottom: 20px;
	color: #EEE !important;
}
footer .copy {
	text-align: center;
	font-size: 14px;
	color: #FFF;
}
footer .copy a:hover {
	color: #CCC;
}
.social {
	margin-top: 15px;
}
.social img {
	width: 13%;
	height: auto;
	display: inline-block;
	margin: 5px;
}
.socialtop {
	margin-top:30px;
	float:right;
}
.lang {
	margin-left:10px;
}
.container-wrap {
	padding-left: 10%;
	padding-right: 10%;
	max-width: 1900px;
	margin:0 auto;
}
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: 342px;
	height: 70px;
	text-indent: -9999px;
	margin-top: 15px;
}
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 #00af62;
}
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;
}
.pic_title {
    margin: 5px;
    font-weight: bold;
    padding: 0;
    text-align: center;
}
.separator {
	border-bottom: 3px solid #00af62;
	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;
}
.youtube {
	margin-bottom:20px;
}
.press .box-white {
	margin-bottom:30px;
}
.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;
}
.p0-10 {
	padding: 0 10px !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%;
}
.img-rel img {
	width: 100%;
	height: auto;
}
.center_pic {
	text-align: center;
	padding: 40px 0;
}
.bg-index {
	background-color: #F8F8F8;
}
td {
	padding: 10px !important;
}
.article li {
	background: url("images/list_marker.gif") no-repeat scroll 0 7px transparent;
	color: #282828;
	line-height: 21px;
	list-style: none outside none;
	margin-left: 10px;
	padding: 0 0 1px 17px;
}
.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: #00af62;
	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;
}
#pararax_bg {
	background: rgba(0, 0, 0, 0) url("images/pararaxbg.jpg") no-repeat fixed 50% center;
	background-size:cover;
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
}
#pararax_bg .fr {
	padding: 8%;
}
#pararax_bg .title {
	font-size: 56px !important;
	color: #00af62 !important;
	text-align: center;
	font-weight: bold;
}
#pararax_bg p {
	font-size: 42px !important;
	color: #00af62 !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: #CCC;
}
.therapeies {
	background-color: #f8f8f8;
	padding-bottom: 60px;
}
.therapeies h3, .therapeies h3 a {
	color: #FFF !important;
}
.therapeies-box {
	background-color: #063451;
	color: #FFF;
	border-radius: 10px;
	padding: 15px;
	margin: 15px 0;
	text-align: center;
}
.therapeies-box .btn-lg {
	font-size: 12px;
}
.therapeies-box h3 {
	font-size: 20px !important;
	font-weight: bold;
	min-height: 60px;
}
.therapeies-box p.info {
	min-height: 110px;
}
.therapeies-box img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.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: #00af62;
}
.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: #00af62;
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	color: #FFF;
}
.exetasi p {
	margin: 0;
	padding: 0;
}
.exetasi .but {
	padding: 15px 50px;
	background-color: #9d9fa2;
	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: #00af62;
	display: block;
	font-weight: bold;
	padding: 20px;
}
ul.products li a:hover {
	background-color: #00af62;
	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: 100px;
	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;
	border-radius: 0;
}
.navbar .navbar-collapse {
	text-align: center;
}
.nav > li {
	margin: 0 10px;
}
.nav > li > a {
	padding: 5px 8px !important;
	color: #00af62 !important;
}
.nav > li > a:hover {
	background: #E7EBEE !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: #E7EBEE !important;
}
.dropdown-menu {
	border-radius: 0 !important;
}
.navbar-nav .dropdown-menu > li > a {
	padding-top:8px;
	padding-bottom:8px;
	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: 1740px) {
.nav > li {
    margin: 0 5px;
}
}
@media (max-width: 1650px) {
.container-wrap {
	padding-left: 15px;
	padding-right: 15px;
}
}
@media (max-width: 1435px) {
.nav > li {
    margin: 0 2px;
}
.therapeies h3, .therapeies h3 a {
	font-size: 18px !important;
}
.exetasi .but {
	padding: 15px;
	background-color: #900;
	display: inline-block;
}
}
@media (max-width: 1340px) {
.nav > li > a {
	font-size: 14px !important;
	padding: 7px !important;
}
}

}
@media (max-width: 991px) {
.svg-box {
	min-height: 280px;
	margin-bottom: 30px;
}
}
@media (max-width: 1220px) {
.nav > li > a {
	padding: 5px !important;
	font-size: 12px !important;
}
.btn-lg {
	font-size:16px;
}
.map-row {
	display: none;
}
}
@media (max-width: 1065px) {
.btn-lg {
	font-size:16px;
	padding:10px;
}
}
@media (max-width: 1055px) {
.nav > li > a {
	padding: 3px !important;
	font-size: 9px !important;
}
}
@media (max-width: 820px) {
.nav > li > a {
	padding: 1px !important;
	font-size: 8px !important;
}
}
@media (max-width: 767px) {
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
	background-color: #FFF;
	width: 100%;
}
nav {
    padding: 0;
}
.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;
}
.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: 500px) {
h1 a {
	background-image: url(images/logosm.png);
	width: 240px;
	height: 49px;
}
h2 {
    font-size: 26px;
}
.map-overlay .col-xs-5 {
	display:none;
}
}
@media (max-width: 500px) {
.hfma-top {
	display:none;
}
}
.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;
}
.cookie-banner {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	text-align: center;
}
.cookie-banner button {
	background-color: #060;
	border: none;
	border-radius: 5px;
	padding: 5px 10px
}
.cookie-banner p {
	margin: 0;
}
.cookie-banner a {
	color: blue;
	text-decoration: underline;
}
.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	/* Use 75% for 4:3 videos */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 5px;
}
.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}
.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}
.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}
.youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("//i.imgur.com/TxzC70f.png") no-repeat;
	cursor: pointer;
}
