/*
Theme Name: HealthCare
Theme URI: http://themewagon.com/demo/HealthCare/
Author: ThemeWagon
Author URI: http://themewagon.com/
Description: A responsive theme for commercial medical purpose. Built with HTML5, CSS3, Bootstrap framework. Google fonts, Font Awesome Icon integrated
Version: 1.1.2014.11
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: responsive layout, multiple-page, parallax 
Text Domain:
---------------------------------------------------------------------------------
*/


/* -------------------------------------- 2.1 heading-slider---------------------------------------- */
#about-heading {
	background-color: rgba(70, 161, 180, 0.99); 
	background: url(../img/backgrouptitle.jpg);
	background-size: cover;
	/* background-position: center;  */
	vertical-align: middle;   	
}
#about-heading .about-wrapper
{
	margin-top: 81px;
	margin-bottom: 35px;
	padding: 50px 0px;
	color: #F0FEFF;

}
#about-heading .headline h1
{
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-weight: 400;
	font-stretch: condensed;
	color: #F0FEFF;
	text-shadow: 1px 1px 1px #20606D;
	text-align: right;

}
#about-heading .sub-headline p
{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #414141;
	text-align: right;
	margin-top: -10px;
}


#about-history  {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 35px;
	/*line-height: 1.3em; */
}

#about-history .welcome {
	/*line-height: 1.3em; */
}

#about-history .headline 
{
    padding-top: 0px;
    padding-bottom: 5px;
}

#about-history .sub-headline
{
    padding: 0px 0px 0px 0px;
}

#about-history .doctor-img
{
	width: 150px;
	height: 150px;
	float: left;
	display:inline;	
	margin: 5px 15px 5px 0px;
	border: 1px solid #c6c6c6;
	border-radius: 10%;
	-webkit-border-radius: 10%;
	   -moz-border-radius: 10%;
}



#about-fasilitas .hservice {
    /*background-color: rgba(185, 208, 240, 0.16);
    border: 1px solid #CED8E7; */
    margin-top: 0px;
    margin-bottom: 1px; 
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 10px; 
    transition: all 0.3s ease-in;
}
#about-fasilitas .service-img 
{
    background-color: #F3F3F3;
    border: 1px solid #CED8E7;
    max-width:100%;
    height:auto;
    padding: 5px;
    opacity: 0.9;
} 
#about-fasilitas .hservice:hover .service-img 
{
    opacity: 1;
}

#about-fasilitas .service-description
{
    padding: 0px 10px 10px;
    line-height: 1.3em;
}
#about-fasilitas .service-description p 
{
    padding: 0px 20px;
    line-height: 1.3em;
}
#about-fasilitas .service-description2
{
    padding-left: 15px;
    line-height: 1.3em;
}
#about-fasilitas .service-description2 p 
{
    padding-left: 15px;
    line-height: 1.3em;
}

#about-fasilitas .service-heading 
{
    padding: 0px 0px;
    color:  #357987;
    /*font-size: 29px;*/
}



#about-fasilitas .list2 {
	margin: 0;
	padding: 0 0 14px 0;
	list-style: none;
}
#about-fasilitas .list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 6px 0;
	position: relative;
}
#about-fasilitas .list2 li a { 
	color: #555555;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#about-fasilitas .list2 li a:hover {
	color: #f2a23a;
}
#about-fasilitas .list2 li:before {
	content: "\f0a9";
	font-family: FontAwesome;
	margin-right: 6px;
	/* color: #f2a23a; */
	font-size: 14px;
	line-height: 30px;
	font-size: 16px;
	border-radius: 0;
}



#about-team .team-member {
    max-width:100%;
    height:auto;
    margin-top: 0px;
    margin-bottom: 25px; 
    margin-left: 0px;
    margin-right: 0px;
    transition: all 0.3s ease-in;
}
#about-team .team-img 
{
    background-color: #F3F3F3;
    border: 1px solid #CED8E7;
    max-width:100%;
    height:auto;
    padding: 10px;
} 

#about-team .about-team-wrap {
    margin-top: 0px;
    margin-bottom: 40px; 

}