/* CSS Document */

@font-face {
    font-family: 'OmnesSemibold';
    src: url('fonts/OmnesSemibold.eot');
    src: url('fonts/OmnesSemibold.eot') format('embedded-opentype'),
         url('fonts/OmnesSemibold.woff2') format('woff2'),
         url('fonts/OmnesSemibold.woff') format('woff'),
         url('fonts/OmnesSemibold.ttf') format('truetype'),
         url('fonts/OmnesSemibold.svg#OmnesSemibold') format('svg');
}

@font-face {
    font-family: 'OmnesMedium';
    src: url('fonts/OmnesMedium.eot');
    src: url('fonts/OmnesMedium.eot') format('embedded-opentype'),
         url('fonts/OmnesMedium.woff2') format('woff2'),
         url('fonts/OmnesMedium.woff') format('woff'),
         url('fonts/OmnesMedium.ttf') format('truetype'),
         url('fonts/OmnesMedium.svg#OmnesMedium') format('svg');
}

@font-face {
    font-family: 'OmnesRegular';
    src: url('fonts/OmnesRegular.eot');
    src: url('fonts/OmnesRegular.eot') format('embedded-opentype'),
         url('fonts/OmnesRegular.woff2') format('woff2'),
         url('fonts/OmnesRegular.woff') format('woff'),
         url('fonts/OmnesRegular.ttf') format('truetype'),
         url('fonts/OmnesRegular.svg#OmnesRegular') format('svg');
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #fff;
}


#orta{
	width:700px;
	height:auto;
	margin:50px auto;
}
#logo{
	width:307px;
	height:66px;
	margin:0 auto;
}
#talep{
	width:700px;
	height:400px;
	margin:0 auto;
}
#alt{
	width:700px;
	height:100px;
	margin:0 auto;
	padding-top:40px;
}
#baslik{
	width:694px;
	height:35px;
	border:1px solid #464b68;
	text-align:center;
	padding-top:15px;
	font-family:'OmnesSemibold';
	font-size:24px;
	color:#464b68;
	border-radius:10px;
}

#formTepe {
	width:700px;
	height:40px;
	margin-top:10px;
}

#formAlt{
	width:600px;
	height:100px;
	margin-top:10px;
	background-color:#464b68;
	border:1px solid #464b68; 
	text-align:left;
	padding-top:10px;
	padding-left:100px;
	color:#fff;
	opacity:0.9;
	border-radius:10px;
}

#kampanyaAlan{
	width:700px;
	height:30px;
	margin-top:6px;
	margin-bottom:6px;
	background-color:#464b68;
	text-align:left;
	padding-top:10px; 
	color:#fff; 
	text-align:center; 
	font-family:Helvetica;
	font-size:15px; 
	border:1px solid #464b68; 
	opacity:0.9; 
	border-radius:10px;
}

#mesaj{
	width:690px; 
	height:100px; 
	background-color:#464b68; 
	opacity:0.9; 
	color:#fff; 
	font-family:Helvetica; 
	font-size:16px; 
	border:1px solid #464b68; 
	padding:5px; 
	text-align:center; 
	border-radius:10px;
}

/*@media handheld, only screen and (max-width: 767px) {
	#orta{
		width:100%;
		height:auto;
		margin:50px auto;
	}
	#logo{
		width:307px;
		height:66px;
		margin:0 auto;
	}
	#talep{
		width:100%;
		//height:400px;
		margin:0 auto;
	}
	
	#baslik{
		width:100%;
		height:35px;
		border:1px solid #464b68;
		text-align:center;
		padding-top:15px;
		font-family:'OmnesSemibold';
		font-size:24px;
		color:#464b68;
		border-radius:10px;
	}
	
	#formTepe {
		width:100%;
		height:140px;
		margin-top:10px;
		margin:0 auto;
	}
	
	#formAlt{
		width:100%;
		height:50px;
		margin-top:10px;
		background-color:#464b68;
		border:1px solid #464b68; 
		text-align:left;
		padding-top:10px;
		padding-left:100px;
		color:#fff;
		opacity:0.9;
		border-radius:10px;
	}
	
	#kampanyaAlan{
		width:100%;
		height:50px;
		margin-top:6px;
		margin-bottom:6px;
		background-color:#464b68;
		text-align:left;
		padding-top:10px; 
		color:#fff; 
		text-align:center; 
		font-family:Helvetica;
		font-size:15px; 
		border:1px solid #464b68; 
		opacity:0.9; 
		//border-radius:10px;
	}
	
	#mesaj{
		width:100%; 
		height:100px; 
		background-color:#464b68; 
		opacity:0.9; 
		color:#fff; 
		font-family:Helvetica; 
		font-size:16px; 
		border:1px solid #464b68; 
		padding:5px; 
		text-align:center; 
		border-radius:10px;
	}
	
	.form_ic{
		background-color:#464b68; 
		border:1px solid #d2202f; 
		width:100%; 
		height:40px;
		margin-bottom:6px;
		float:left; 
		text-align:center; 
		color:#fff;
		opacity:0.9; 
		font-family:Helvetica; 
		font-size:15px;
		border-radius:10px;
	}
	
	.button_style{
		width:120px;
		height:40px;
		border:2px solid #464b68;
		background-color:#d2202f;
		color:#FFF;
		font-family:'OmnesRegular';
		font-size:18px;
		margin-top:-25px;
		position:absolute;
		margin-left:-60px;
		border-radius:10px;
		padding-top:5px;
	}	
}*/


.form_ic{
	background-color:#464b68; 
	border:1px solid #d2202f; 
	width:32%; 
	height:40px;
	float:left; 
	text-align:center; 
	color:#fff;
	opacity:0.9; 
	font-family:Helvetica; 
	font-size:15px;
	border-radius:10px;
	margin-right:4px;
}

.button_style{
	width:120px;
	height:40px;
	border:2px solid #464b68;
	background-color:#d2202f;
	color:#FFF;
	font-family:'OmnesRegular';
	font-size:18px;
	margin-top:-25px;
	position:absolute;
	margin-left:-60px;
	border-radius:10px;
	padding-top:5px;
}


#bg {
	position:fixed; 
	top:-50%; 
	left:-50%; 
	width:200%; 
	height:200%;
}
#bg img {
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	margin:auto; 
	min-width:50%;
	min-height:50%;
}
