/* biography page css begin: */
.biography-img {
	float: right;
	margin: 15px 15px 5px 15px;
}
.licna-karta {
	height: 635px;
	background: transparent url(../img/blue-noise.png);
	margin-bottom: 30px;
}
.lk-title {
	height: 95px;
	padding: 20px 0 0 16px;
}
.podaci {
	width: 285px;
	height: 490px;
	background: transparent url(../img/podaci.png);
	margin: 15px 0 0 13px;
}
.lk-img {
	width: 90px;
	height: 90px;
	float: left;
	background-color: #fff;
	position: relative;
	box-shadow: 0 1px 6px #04364e;
}
.lk-img img {
	display: block;
	margin: 6px 0 0 6px;
}
.lk-name {
	float: left;
	width: 150px;
	height: 98px;
	margin-left: 17px;
	font-size: 27px;
	position: relative;
	color: #fff;
	margin-top: -7px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-shadow: 0 2px 2px #08384e;
	line-height: 1.2em;
}
ul.social-list {
	font-size: 8px;
	position: absolute;
	bottom: 0;
	left: 0;
}
ul.social-list li {
	display: block;
	float: left;
	margin-right: 11px;
}
ul.social-list li a {
	display: block;
	height: 16px;
}
ul.social-list li a:hover {
	opacity: 0.7;
}
.sl-fb {
	background: transparent url(../img/sl-fb.png) no-repeat;
	width: 10px;
}
.sl-tw {
	background: transparent url(../img/sl-tw.png) no-repeat;
	width: 11px;
}
.sl-sq {
	background: transparent url(../img/sl-4sq.png) no-repeat;
	width: 11px;
}
.sl-pin {
	background: transparent url(../img/sl-pin.png) no-repeat;
	width: 19px;
}
.sl-yt {
	background: transparent url(../img/sl-yt.png) no-repeat;
	width: 18px;
}
.podaci ul {
	padding: 21px 0 5px 0;
	margin-left: 15px;
	width: 257px;
}
.podaci ul li {
	display: block;
	font-size: 9px;
	color: #b6cbd4;
	text-shadow: 0 0px 2px #08384e;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 600;
	padding-left: 30px;
	margin-bottom: 17px;
}
.podaci ul li span {
	display: block;
	color: #fff;
	font-size: 12px;
	margin: 4px 0 8px 0;
}
.podaci ul li.lk-dob {
	background: transparent url(../img/lk-dob.png) no-repeat top left;
}
.podaci ul li.lk-birthplace {
	background: transparent url(../img/lk-birthplace.png) no-repeat top left;
}
.podaci ul li.lk-hw {
	background: transparent url(../img/lk-hw.png) no-repeat top left;
}
.podaci ul li.lk-pro {
	background: transparent url(../img/lk-pro.png) no-repeat top left;
}
.podaci ul li.lk-plays {
	background: transparent url(../img/lk-plays.png) no-repeat top left;
}
.podaci ul li.lk-gear {
	background: transparent url(../img/lk-gear.png) no-repeat top left;
}
.podaci ul li.lk-coach {
	background: transparent url(../img/lk-coach.png) no-repeat top left;
}
.podaci ul li.lk-position {
	background: transparent url(../img/lk-position.png) no-repeat top left;
}
/* biography page css end */