
.nivoSlider {
	position:relative;
	min-height:332px;
	background:#FFF url(../images/loading.gif) no-repeat 50% 50%;

}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
}

#content {
	width:610px;
	margin:0 auto;
	position:relative;
}
#content h2 {
	margin-left:30px;
}

#footer {
	text-align:center;
	padding:30px 0;
	color:#31333E;
	text-shadow:0px 1px 0px #6F7784;
}
#footer a {
	color:#31333E;
	border-color:#31333E;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

#slider1 .nivo-controlNav,
#slider2 .nivo-controlNav,
#slider4 .nivo-controlNav {
	position:absolute;
	left:441px;
	bottom:-30px;
}
#slider1 .nivo-controlNav a,
#slider2 .nivo-controlNav a,
#slider4 .nivo-controlNav a {
	display:block;
	width:20px;
	height:20px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:10px;
	float:left;
}
#slider1 .nivo-controlNav a.active,
#slider2 .nivo-controlNav a.active,
#slider4 .nivo-controlNav a.active {
	background-position:-20px 0;
}

#slider2 a {
	display:block; /* IE Fix */
}

#slider3 {
	margin-bottom:110px;
}
#slider3 .nivo-controlNav {
	position:absolute;
	left:29%;
	bottom:-70px;
}
#slider3 .nivo-controlNav img {
	display:inline;
	position:relative;
	
	
	box-shadow:0px 0px 5px #333;
}
#slider3 .nivo-controlNav a.active img {
	
	
	box-shadow:0px 0px 5px #fff;
}

/*====================*/
/*=== Input Styles ===*/
/*====================*/
input,
textarea,
select {
	padding: 2px;
	font: 400 1em Verdana, Sans-serif;
	color: #666;
	background:#ffffff;
	border: 1px solid #999;
	margin:2px;
}

input:focus,
textarea:focus,
select:focus {
	color: #000;
	background: #fff;
	border: 1px solid #002F59;
}

input#paypal-btn {
	border:0;
	background:transparent;
	position:relative;
	margin:0;
	padding:0;
}
input#paypal-btn:focus {
	outline:0;
}
input#paypal-btn:active {
	top:2px;
}


/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

.pointer {
	cursor:pointer;
}

/* Sharper Thumbnails */
img {
	
}

/* Wordpress Defaults */
img.alignright {float:right; margin:0 0 .7em 1em}
img.alignleft {float:left; margin:0 1em .7em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 .7em 1em}
a img.alignleft {float:left; margin:0 1em .7em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* Easy Border Radius */
.round5 {  border-radius:5px; }
.round10 { border-radius:10px; }
.round15 {  border-radius:15px; }
.round20 {  border-radius:20px; }
.round25 {  border-radius:25px; }
.round30 {  border-radius:30px; }


/* === Remove input autofocus webkit === */
*:focus {outline: none;}

/* === Form Typography === */

.form_hint, .required_notification {font-size: 11px;}

/* === List Styles === */
.contact_form ul {
    width:750px;
    list-style-type:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;
}
.contact_form li{
	padding:5px; 
	position:relative;
} 



.required_notification {
	color:#00539F; 
	margin:5px 0 0 0; 
	display:inline;
	float:right;
}

/* === Form Elements === */
.contact_form label {
	width:150px;
	margin-top: 3px;
	display:inline-block;
	float:left;
	padding:3px;
}
.contact_form input {
	height:20px; 
	width:160px; 
	padding:5px 8px;
}
.contact_form textarea {padding:8px; width:300px;}
.contact_form button {margin-left:100px;}

	/* form element visual styles */
	.contact_form input, .contact_form textarea { 
		border:1px solid #aaa;
		box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
		border-radius:2px;
		padding-right:30px;
		-moz-transition: padding .25s; 
		-webkit-transition: padding .25s; 
		-o-transition: padding .25s;
		transition: padding .25s;
	}
	.contact_form input:focus, .contact_form textarea:focus {
	background: #fff;
	border:1px solid #555;
	box-shadow: 0 0 3px #aaa;
	padding-right:50px;
	}

/* === HTML5 validation styles === */	
.contact_form input:required, .contact_form textarea:required {
	background: #fff url(../images/red_asterisk.png) no-repeat 98% center;
}
.contact_form input:required:valid, .contact_form textarea:required:valid {
	background: #fff url(../images/valid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
	background: #fff url(../images/invalid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

/* === Form hints === */
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999; /* hints stay above all other elements */
	position: absolute; /* allows proper formatting if hint is two lines */
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color:#00539F;
	position: absolute;
	top:1px;
	left:-6px;
}
.contact_form input:focus + .form_hint {display: inline;}
.contact_form input:required:valid + .form_hint {background: #00539F;}
.contact_form input:required:valid + .form_hint::before {color:#00539F;}

	
/* === Button Style === */
button.submit {
	background-color: #00539F;
	background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
	background: -webkit-linear-gradient(top, #68b12f, #50911e);
	background: -moz-linear-gradient(top, #68b12f, #50911e);
	background: -ms-linear-gradient(top, #68b12f, #50911e);
	background: -o-linear-gradient(top, #68b12f, #50911e);
	background: linear-gradient(top, #68b12f, #50911e);
	border: 1px solid #509111;
	border-bottom: 1px solid #00539F;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: inset 0 1px 0 0 #00539F;
	-webkit-box-shadow: 0 1px 0 0 #00539F inset;
	-moz-box-shadow: 0 1px 0 0 #00539F inset;
	-ms-box-shadow: 0 1px 0 0 #00539F inset;
	-o-box-shadow: 0 1px 0 0 #00539F inset;
	color: white;
	font-weight: bold;
	padding: 6px 20px;
	text-align: center;
	text-shadow: 0 -1px 0 #00539F;
}
button.submit:hover {
	opacity:.85;
	cursor: pointer; 
}
button.submit:active {
	border: 1px solid #00539F;
	box-shadow: 0 0 10px 5px #00539F inset; 
	-webkit-box-shadow:0 0 10px 5px #356b0b inset ;

	-moz-box-shadow: 0 0 10px 5px #00539F inset;
	-ms-box-shadow: 0 0 10px 5px #00539F inset;
	-o-box-shadow: 0 0 10px 5px #00539Finset;
	
}

@font-face {
    font-family: 'FranklinGothicMediumCondRegular';
    src: url('framdcn.eot');
    src: url('framdcn.eot') format('embedded-opentype'),
         url('framdcn.woff') format('woff'),
         url('framdcn.ttf') format('truetype'),
         url('framdcn.svg#FranklinGothicMediumCondRegular') format('svg');
}
.gonder-button  
{
	margin-top: 8px;
	color: #FFFFFF;
	width: 100px;
	height: 30px;
	border: solid 1px #00539F;
	background-color: #00539F;
	background: -moz-linear-gradient(top, #57ae3e 0%, #00539F 100%);
	background: -webkit-linear-gradient(top, #57ae3e 0%, #00539F 100%);
	background: -o-linear-gradient(top, #00539F 0%, #00539F 100%);
	background: -ms-linear-gradient(top, #00539F 0% ,#00539F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00539F', endColorstr='#00539F',GradientType=0 );
	background: linear-gradient(top, #00539F 0% ,#00539F 100%);
	-webkit-box-shadow: 0px 0px 1px #00539F, inset 0px 0px 1px #FFFFFF;
	-moz-box-shadow: 0px 0px 1px #00539F, inset 0px 0px 1px #FFFFFF;
	box-shadow: 0px 0px 1px #00539F, inset 0px 0px 1px #FFFFFF;
}

.gonder-button:hover 
{
	width: 100px;
	height: 30px;
	border: solid 1px #00539F;
	background-color: #00539F;
	background: -moz-linear-gradient(top, #00539F 0%, #57ae3e 100%);
	background: -webkit-linear-gradient(top, #00539F 0%, #57ae3e 100%);
	background: -o-linear-gradient(top, #00539F 0%, #57ae3e 100%);
	background: -ms-linear-gradient(top, #00539F 0% ,#57ae3e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57ae3e', endColorstr='#57ae3e',GradientType=0 );
	background: linear-gradient(top, #434343 0% ,#57ae3e 100%);
	-webkit-box-shadow: 0px 0px 1px #434343, inset 0px 0px 1px #FFFFFF;
	-moz-box-shadow: 0px 0px 1px #434343, inset 0px 0px 1px #FFFFFF;
	box-shadow: 0px 0px 1px #434343, inset 0px 0px 1px #FFFFFF;
}

ul.resim li {
	list-style-type: none;
	display: block;
	float: left;
	margin: .3em;
}
	
	ul.resim li img {
		border: 1px solid #000;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
	
	}
		ul.resim li:hover {

		-webkit-box-shadow: 0px 0px 3px #198e40;
		-moz-box-shadow: 0px 0px 3px #198e40;
		box-shadow: 0px 0px 3px #198e40;
	}
	
	.beyazyazi1
{
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.beyazyazi1 a:link
{
color:#333;
}
.beyazyazi1 a:hover
{
color:#333;
}

.menu-satir1 {
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#514f4b;
	line-height:18px;
	text-decoration:none;
	border-bottom:1px dashed #dbd2be;
	background-color: ;
	padding:7px;
	
}

.menu-satir2 {
	font-family:Verdana, Geneva, sans-serif;
	
	color:  #F03;
	line-height:13px;
	border-bottom:1px dashed #dbd2be;
	background-color:
	 ;
	padding:7px;
}

.menu-satir7 {
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#514f4b;
	line-height:18px;
	text-decoration:none;
	border-bottom:1px dashed #dbd2be;
	background-color:#f6f4f0;
	padding:7px;
	
}

.menu-satir8 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#514f4b;
	line-height:18px;
	text-decoration:none;
	border-bottom:1px dashed #dbd2be;
	background-color:#FFF;
	padding:7px;
}

.menu-satir9 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#514f4b;
	line-height:18px;
	text-decoration:none;
	border-bottom:1px dashed #dbd2be;
	background-color:#e2dccf;
	padding:7px;
}
