@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------------------------------*/
/* start function */
#function .media {
	padding: 30px 15px;
	background-color:  #FFF7DC;
	margin: 20px 0 40px 0;
}
#function .media-object .fa {
	border-radius: 50%;
	color: #ffffff;
	font-size: 35px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	margin-right: 10px;
	background-color: #E98200;
}
#function .media-body{
vertical-align: middle;
}
#function .media-heading {
	font-weight: 500;
	font-size: 18px;
	color: #E98200;
}
/*------------------------------------------------------------------------------*/
#function .media2 {
	padding: 30px 15px;
	background-color:  #ECFCFF;
	margin: 20px 0 40px 0;
}
#function .media2-object .fa {
	border-radius: 50%;
	color: #ffffff;
	font-size: 35px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	margin-right: 10px;
	background-color: #0099ff ;
}
#function .media2-body{
display: table-cell;
vertical-align: middle;
}
#function .media2-heading {
	font-weight: 500;
	font-size: 18px;
	color: #0099ff;
}
/*------------------------------------------------------------------------------*/
#function .media3 {
	padding: 30px 15px;
	background-color:  #EAFFE1;
	margin: 20px 0 40px 0;
}
#function .media3-object .fa {
	border-radius: 50%;
	color: #ffffff;
	font-size: 35px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	margin-right: 10px;
	background-color: #73AC38 ;
}
#function .media3-body{
display: table-cell;
vertical-align: middle;
}
#function .media3-heading {
	font-weight: 500;
	font-size: 1.8rem;
	color: #73AC38;
}
#function .media4-heading {
	font-weight: 500;
	font-size: 2.0rem;
	color: #4A7F14;
}
/*------------------------------------------------------------------------------*/
@media (min-width: 768px){
.card {
    height: 350px;
    background: url("/image/sol/fitness/card.jpg") center 0 no-repeat;
    background-size: cover;
    }
h1.jumbotron-h1{
 font-size:40px;	color:#333; padding-left:0px; background-color:transparent  !important;}
}
@media (max-width: 767px){
.card {
    height: 410px;
    background: url("/image/sol/fitness/card.jpg") center no-repeat;
    background-size: cover;
}
h1.jumbotron-h1{
 font-size:26px !important;}
}
