/*@import url(http://fonts.googleapis.com/css?family=Candara);*/
@charset "utf-8";
/* CSS Document */
/*
@font-face
 {
font-family: "Candara";
src: url("http://www.yatirimsigorta.com.tr/Candara.ttf");
}
*/
body{
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;	
	font-family:Candara;
	background-color:#fff;
	/*overflow:scroll;*/
}


.ustbolum{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	height:120px;
	overflow: visible;
	margin-bottom:-9px;
	border-bottom:1px solid #D4D4D4;
}


.logo{
	cursor:pointer;
	height:70px;
}

.hemenara{
	position:absolute;
	z-index:999;
	top:1px;
	right:1px;
	height:30px;
	width:250px;
	font-family:Candara;
	font-size:20px;
	font-weight:bold;
	color:#FF0D0B;
	cursor:pointer;
	border:2px solid #FF0D0B;
	display:none;
}

.btn {
  background: #ed1b2f;
  background-image: -webkit-linear-gradient(top, #ed1b2f, #fff);
  background-image: -moz-linear-gradient(top, #ed1b2f, #fff);
  background-image: -ms-linear-gradient(top, #ed1b2f, #8c0808);
  background-image: -o-linear-gradient(top, #ed1b2f, #8c0808);
  background-image: linear-gradient(to bottom, #ed1b2f, #8c0802);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  text-shadow: 1px 1px 3px #666666;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Candara;
  color: #ffffff;
  font-size: 16px;
  font-weight:bold;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  position:fixed;
  top:3px;
  right:3px;
  cursor:pointer;
}

.btn:hover {
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #8c8c8c);
  background-image: -moz-linear-gradient(top, #ffffff, #8c8c8c);
  background-image: -ms-linear-gradient(top, #ffffff, #8c8c8c);
  background-image: -o-linear-gradient(top, #ffffff, #8c8c8c);
  background-image: linear-gradient(to bottom, #ffffff, #fff);
  text-decoration: none;
  color:#ed1b2f;
    border:0.5px inset;
	  text-shadow:none;
}

.btn img{
	vertical-align:middle;
	text-shadow:1px 1px #FFFFFF;
	
}


#modalform{
 width: 100%; 
 height: 100%; 
 position: fixed;
 text-align:center;
 vertical-align:middle;
 z-index:998; 
 top: 0; 
 left: 0; 
 background: #000; 
 display:none;
 opacity: 0.7;
}

#telefon{
	position:absolute;
	width:300px;
	height:80px;
	line-height:70px;
	left:50%;
	top:50%;
	border:2px solid #FF0D0B;
	border-radius:5px;
	padding:10px 2px;
	z-index:999;
	background-color:#ffffff;
	display:none;
}

#trafikbuton{
	position:absolute;
	width:250px;
	height:30px;
	line-height:30px;
	left:5px;
	top:5px;
	border:1px solid #FF0D0B;
	border-radius:3px;
	z-index:999;
	background-color:#ffffff;
	display:none;
	text-align:center;
	cursor:pointer;
}

#trafik{
	position:absolute;
	display:none;
	width:700px;
	height:420px;
	padding:10px;
	margin:auto;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	z-index:999;
	cursor:pointer;
}

#sigortadikkat{
	position:absolute;
	display:none;
	width:720px;
	height:720px;
	/*
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	*/
	margin:auto;
	background:url(../resimler/sigortalanirken.png);
	background-repeat:no-repeat;
	z-index:999;
	cursor:pointer;
}

#iletisim{
	position:absolute;
	display:none;
	width:720px;
	height:720px;
	/*
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	*/
	margin:auto;
	background:url(../resimler/iletisim.png);
	background-repeat:no-repeat;
	z-index:999;
	cursor:pointer;
}

#otuzyil{
	position:absolute;
	display:none;
	width:720px;
	height:720px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background:url(../resimler/otuzyil.png);
	background-repeat:no-repeat;
	z-index:999;
	cursor:pointer;
}

.frm{
	font-size:12px;
	padding:4px;
}



.menu{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	height:42px;
	z-index: 997;
	position: relative;
}

.menu ul{
	width:auto;
	margin-top:0;
	height:40px;;
	list-style:none;
	line-height:40px;
	margin-left:auto;
	margin-right:auto;
}

.menu ul li{
	min-width:130px;
        width: auto;
	float:left;
	position:relative;
  	list-style:none;
	margin-right:5px;
	margin-left:5px;
        padding: 0 12px 0 12px;
	background: #ed1b2f;
	border:2px solid #ed1b2f;
	border-radius:5px;
	font:Candara;
	color:#FFF;
	cursor:pointer;
}


.menu ul li:hover, .menu ul li.current{
	color: #FF0D0B;
	background-color: #FFF;	
}


.govde{
	width:100%;
	height:auto;
	min-height:50px;
	overflow:visible;
	padding-bottom:10px;
	
}

.content{
	width:1200px;
	min-height:250px;
	height:auto;
	overflow:visible;	
	margin-left:auto;
	margin-right:auto;
}


.footer{
	width:100%;
	height:80px;
	position:static;
	bottom:0;
	margin-top:80px;
}

.fcontent{
	width:1200px;
	min-height:50px;
	height:auto;
	overflow:visible;	
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.footer a{
	font-family:Candara;
	color:#5c5d61;
	text-decoration:none;
	font-size:14px;
}

.footer a:hover{
	color:#ed1b2f;
	text-shadow:0 1px 1px #5c5d61;
	
}

.col_3{
	width:33.1%;
	min-height:80px;
	float: left;
/*	border:0.5px solid #BEBEBE;*/
	background-color:#5c5d61;
	color:#fff;
	font-size:30px;
	text-align:center;
	padding-top:20px;
	cursor:pointer;
}

.sol_menu{
	width:20%;
	float:left;
	height:100%;
}

.urun_liste{
	text-indent:-5px;
	list-style-position: outside;
}

.urun_liste2{
	text-indent:-5px;
	list-style-position: outside;
}

.urun_liste li{
	cursor:pointer;
	font-weight:bold;
	color:#000;
}



#urun_icerik{
	width:80%;
	float:left;
}


.satir{
	float:left;
	min-width:800px;
	margin-bottom:10px;
}

.lblbaslik{
	float:left;
	width:120px;
	border-bottom:1px solid #FFF;
	font-weight:bold;
}


.webart{
	position:relative;
	float:right;
	margin:30px;
}

.webart a{
	text-decoration:none;
	font-size:12px;
	color:#152C84;
}

/* SLIDE  */

#slider1_container{
	position: relative; 
	margin: 0 auto;
   top: 0px; 
   left: 0px; 
   width: 1300px; 
   height: 500px; 
   overflow: hidden;	
}

.slide{
	cursor: move; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 1300px;
    height: 500px; 
	overflow: hidden;	
}

.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av
{
	background: url(../img/b21.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.jssorb21 div { background-position: -5px -5px; }
.jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
.jssorb21 .av { background-position: -65px -5px; }
.jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }

.jssora21l, .jssora21r, .jssora21ldn, .jssora21rdn
{
	position: absolute;
	cursor: pointer;
	display: block;
	background: url(../img/a21.png) center center no-repeat;
	overflow: hidden;
}
.jssora21l { background-position: -3px -33px; }
.jssora21r { background-position: -63px -33px; }
.jssora21l:hover { background-position: -123px -33px; }
.jssora21r:hover { background-position: -183px -33px; }
.jssora21ldn { background-position: -243px -33px; }
.jssora21rdn { background-position: -303px -33px; }

@media only screen and (min-width: 768px) and (max-width: 995px) {
	.ustbolum{width:960px;}
	.content{width:970px;}
	.fcontent{width:970px;}
	.col_3{
	padding-top:20px;
	margin:1px;
	font-size:24px;
	min-height:100px;}
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
	.ustbolum{width:610px;}
	.content{width:610px;}
	.fcontent{width:610px;}
	.menu{width:520px;}
	.menu ul li{margin-right:2px; margin-left:2px;}
	.menu ul li a{font-size:11px;}	
	.col_3{
	padding-top:10px;
	font-size:24px;
	margin:1px;
	min-height:100px;}	

	
}


@media only screen and (max-width: 480px) {

	.content{width:470px;}
	.fcontent{width:470px;}
	.col_3{
	padding-top:10px;
	width:460px;
	margin:1px;
	min-height:100px;
	}
	
.ustbolum{
	width:460px;
}	
.menu{width:450px;}

.menu ul li a{
	width:88px;
	font-size:10px;
	padding:5px;
}


}

