html, body{
	font-family: 'Roboto', sans-serif;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}
body {
	background-image:url(../images/soundufo2.jpg); background-size:1000px; background-position:center center;
	background-repeat:no-repeat;
}
a {	
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	cursor:pointer;
	text-decoration:none;
}
img {
	border:0px;
}

*:focus {outline:0;}
.disabled {
	opacity:0;
	filter: alpha(opacity=0);
}
.sosyal {
	position:fixed; right:10px; top:10px; padding:10px;text-align:center; box-sizing:border-box; width:100%;
}
.sosyal a {
	display: inline;
	float: right;
	padding:12px;
	color:#FFF;
	width:40px;
	height:40px;
	box-sizing:border-box;
	font-size:16px;
	line-height:16px;
	text-align:center;
	background-color:#333;
	border:1px solid #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-left:4px;
}
.sosyal .facebook {
	background-color:#3b5998;
}
.sosyal .twitter {
	background-color:#00a0d1;
}
.sosyal .instagram {
	background-color:#e95950;
}
.sosyal .facebook:hover {
	background-color:#ffffff;
	color:#3b5998;
	border:1px solid #3b5998;
}
.sosyal .twitter:hover {
	background-color:#ffffff;
	color:#00a0d1;
	border:1px solid #00a0d1;
}
.sosyal .instagram:hover {
	background-color:#ffffff;
	color:#e95950;
	border:1px solid #e95950;
}
.logo {
	float:left; text-align:left; padding-top:30px; padding-bottom:10px; padding-left:30px; box-sizing:border-box; width:100%;
}
.logo .logo1 {
	float:left; width:100%; color:#F00; font-size:40px; font-weight:bold; text-shadow: 2px 2px #ccc;
}
.logo .logo2 {
	float:left; width:100%;color:#0bc6d3; font-size:30px; font-weight:bold; text-shadow: 2px 2px #ccc;
}
.kickstarter {
	float:left; width:100%; text-align:center; color:#0bc6d3; font-size:30px; padding-top:30px; padding-bottom:30px; text-shadow: 2px 2px #ccc; background-color:#FFF;
}
.video {
	float:left; width:100%; height:600px; padding:0px; padding-top:50px; margin:0px; text-align:center;"
}
.contact {
	position:fixed; right:0px; bottom:0px; padding:10px; background-color:rgba(0,0,0,0.5);text-align:center; box-sizing:border-box; width:100%; color:#FFF;
	font-weight:300;
}
.contact span {
	font-weight:600;
}