/* jquerydemo.com */
@import url(https://fonts.googleapis.com/css?family=Lato:100,200,300,300italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,200,300,300italic);

body 
{  
    font-family: 'Roboto', sans-serif; 
    color: #063774;      
}

#parent {
	margin: 0 auto;
	top: 0;
	z-index: 0;
	position: fixed;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}

#parent img {
	width: 100%;
	height: 100%;
}

.banner {
	z-index: 3;
	position: relative;
	margin-left:50%;
	margin-right:50%;
	padding-top:150px;
}

.photos
{
	margin-left:-255px;
    height: 230px;
    width: 690px;
}
.photos li 
{
    float: left;
    display: block;
    position: relative;
    list-style-type: none;    
    margin: 10px; 
    height: 150px;
    width: 150px;
	z-index: 999999;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

.photos li .golge {
	box-shadow: 0 0 8px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 1);
	}

.unvan {
	text-align: center;
	width: 400px;
	margin-left: -200px;
	margin-bottom:100px;
	display: block;
	position: relative;
	list-style-type: none;
	z-index: 999999;
	font-family: 'Lato',sans-serif;
	color: #fff;
	background-color:rgba(0, 0, 0, 0.2);
	text-transform: capitalize;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 1);
}
.yuvarlak
{
    height: 150px;
    width: 150px;
	z-index: 999999;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
.isim {
	margin-top:10px;
	text-align: center;
	width: auto;
	font-family: 'Lato',sans-serif;
	font-size: 15pt;
	color: #fff;
	background-color:rgba(0, 0, 0, 0.2);
	border:rgba(0, 0, 0, 1);
	box-shadow: 0 0 8px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 1);
}