@charset "utf-8";

/* CSS Document */
@media (min-width: 768px) {
#locker-header .locker {
	height: 350px;
	background: url("/image/sol/golf/ic/head_locker.jpg") center 0 no-repeat;
	background-size: cover;
	background-color: #FFF !important;
}
#locker-header .jumbotron{padding-left: 0!important}
#locker-header h1.jumbotron-h1 {
	font-size: 36px;
	color: #333;
	padding-left: 0px;
	background-color: transparent !important;
}
}

@media (max-width: 767px) {
#locker-header .eagle {
	height: 410px;
	background: url("/image/sol/golf/ic/head_locker.jpg") center no-repeat;
	background-size: cover;
}
#locker-header h1.jumbotron-h1 { font-size: 24px !important }
}

#scene .media {
	padding: 30px 15px;
	background-color:  #FFF7DC;
	margin: 20px 0 40px 0;
}
#scene .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;
}
#scene .media-body{
vertical-align: middle;
}
#scene .media-heading {
	font-weight: 500;
	font-size: 18px;
	color: #E98200;
}

.point-li li{
 margin-top: -0px;
 margin-bottom: -10px;
 font-weight: bold;
}