@charset "utf-8";
/* CSS Document */
body { margin:0px; padding:0px; background:#ece5d5 url(img/bg.jpg) top center no-repeat; overflow-y:scroll; background-color:#ff8027; }
.body     { width:100%; height:100%; position:fixed; }
html,h2,h1,h3,h4,p { margin:0px; padding:0px; }

.formlar1 { position:fixed; bottom:0px; left:50%; margin-left:-180px; z-index:600; }
.form1    { padding:7px 15px 7px 40px; background:#FF3366; font-family:font1; font-size:18px; color:#fff; float:left; position:relative;
		transition:All 0.3000s ease; 
-webkit-transition:All 0.3000s ease;
   -moz-transition:All 0.3000s ease; 
	 -o-transition:All 0.3000s ease; 
 }
.form2    { padding:7px 15px 7px 40px; background:#2173c0; font-family:font1; font-size:18px; color:#fff; float:left; position:relative;
		transition:All 0.3000s ease; 
-webkit-transition:All 0.3000s ease;
   -moz-transition:All 0.3000s ease; 
	 -o-transition:All 0.3000s ease; 
 } 
.form3    { width:36px; height:36px; background:#ffc602; font-family:font1; font-size:18px; color:#fff; float:left; position:relative;
		transition:All 0.3000s ease; 
-webkit-transition:All 0.3000s ease;
   -moz-transition:All 0.3000s ease; 
	 -o-transition:All 0.3000s ease; 
 }  
 
 
.formhover:hover img { 

        transform: rotate(360deg) ;
-webkit-transform: rotate(360deg) ;
   -moz-transform: rotate(360deg) ;
     -o-transform: rotate(360deg) ;
    -ms-transform: rotate(360deg) ;

 }
.formhover img { position:absolute; left:5px; top:7px;

		transition:All 0.3000s ease; 
-webkit-transition:All 0.3000s ease;
   -moz-transition:All 0.3000s ease; 
	 -o-transition:All 0.3000s ease; 
 }
 
.formhover:hover { background:#000000; cursor:pointer; } 



.logo { position:absolute; z-index:300; top:10px; left:-20px; }


.yanmenu {
padding:7px 15px; margin:0px 0px 4px 0px; color:#000; 
 

background: rgb(255,178,102); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(180,152,102,1) 1%, rgba(240,217,176,1) 51%, rgba(180,152,102,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(180,152,102,1)), color-stop(51%,rgba(240,217,176,1)), color-stop(100%,rgba(180,152,102,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(180,152,102,1) 1%,rgba(240,217,176,1) 51%,rgba(180,152,102,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(180,152,102,1) 1%,rgba(240,217,176,1) 51%,rgba(180,152,102,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(180,152,102,1) 1%,rgba(240,217,176,1) 51%,rgba(180,152,102,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(180,152,102,1) 1%,rgba(240,217,176,1) 51%,rgba(180,152,102,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b49866', endColorstr='#b49866',GradientType=0 ); /* IE6-9 */



-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.yanmenu:hover {


background:#333; color:#fff;



}
 


ul.menu { position:absolute; top:20px; left:280px;  z-index:200; height:64px; margin:0px; padding:0px; list-style:none; }
ul.menu li {  float:left; font-family:font2; font-size:18px; color:#FFFFFF; margin:2px;  }
ul.menu li .li_menu { padding:7px 15px; color:#000; background-color:#0C0;

background: rgb(255152,102); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(180,152,102,1) 1%, rgba(240,217,176,1) 51%, rgba(180,152,102,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(180,152,102,1)), color-stop(51%,rgba(240,217,176,1)), color-stop(100%,rgba(180,152,102,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(180,152,102,1) 1%,rgba(240,217,176,1) 51%,rgba(180,152,102,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(180,152,102,1) 1%,rgba(240,217,176,1) 51%,rgba(180,152,102,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(180,152,102,1) 1%,rgba(240,217,176,1) 51%,rgba(180,152,102,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(180,152,102,1) 1%,rgba(240,217,176,1) 51%,rgba(180,152,102,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b49866', endColorstr='#b49866',GradientType=0 ); /* IE6-9 */



-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;

}
ul.menu li .li_menu:hover {


background:#0F0; color:#FFFFFF;
}
  
  
  
  
  
ul.menu li:nth-child(99) { background:#006699; }
 
.numara { position:fixed; right:10px; bottom:5px; z-index:300; font-family:font1; color:#FFFFFF;text-shadow: 1px 1px 0px rgba(0, 0, 0, 1); font-size:24px; }
.numara img { margin:-3px 2px -6px 2px; cursor:pointer; 

		transition:All 0.2000s ease; 
-webkit-transition:All 0.2000s ease;
   -moz-transition:All 0.2000s ease; 
	 -o-transition:All 0.2000s ease; 
	 
        transform: rotate(0deg) ;
-webkit-transform: rotate(0deg) ;
   -moz-transform: rotate(0deg) ;
     -o-transform: rotate(0deg) ;
    -ms-transform: rotate(0deg) ;
}
.numara img:hover {

        transform: rotate(360deg) ;
-webkit-transform: rotate(360deg) ;
   -moz-transform: rotate(360deg) ;
     -o-transform: rotate(360deg) ;
    -ms-transform: rotate(360deg) ;

 }



.sosyalmedya { position:absolute; top:30%; right:10px; z-index:300; width:30px;   }
.sosyalmedya img { cursor:pointer; margin:2px; 
		transition:All 0.2000s ease; 
-webkit-transition:All 0.2000s ease;
   -moz-transition:All 0.2000s ease; 
	 -o-transition:All 0.2000s ease; 

}
.sosyalmedya img:hover {

        transform: rotate(360deg) ;
-webkit-transform: rotate(360deg) ;
   -moz-transform: rotate(360deg) ;
     -o-transform: rotate(360deg) ;
    -ms-transform: rotate(360deg) ;

}



.b1 { position:absolute; top:410px; left:-80px }
.b1:hover { cursor:pointer; }
.b2 { position:absolute; top:390px; left:-10px }
.b2:hover { cursor:pointer; }

.ackapa { position:absolute; z-index:350; top:580px; left:450px; cursor:pointer; }


.langue { position:fixed; left:0px; z-index:400; top:150px; }
.langue .dil { width:30px; height:24px; font-family:font2; font-size:18px; background:#000000; color:#FFFFFF; margin:1px; text-align:center; padding:7px 0px 0px 0px; }
.langue .dil:hover  { background:#e41111 }
.langue .dilac      { background:#e41111 }


.hdon:hover { 

        transform: rotate(360deg) ;
-webkit-transform: rotate(360deg) ;
   -moz-transform: rotate(360deg) ;
     -o-transform: rotate(360deg) ;
    -ms-transform: rotate(360deg) ;

}

.hzom:hover { 

		transform: scale(1.100);
-webkit-transform: scale(1.100);
   -moz-transform: scale(1.100);
     -o-transform: scale(1.100);
    -ms-transform: scale(1.100);

}

.rad8 {

-webkit-border-radius: 8px;
   -moz-border-radius: 8px;
        border-radius: 8px;

}


.galeri1 { padding:3px; width:150px; height:150px; border:1px solid #ccc; margin:3px; background:#fff; }

.menu_sol { 
padding:0px 0px 0px 15px; background: url(http://ozdoklarhafriyat.com/Tema/menu_sol.png); margin:-5px 0px -5px 0px; height:57px; font-family:font1; font-size:22px; line-height:53px; color:#FFFFFF; 

		transition:All 0.2000s ease; 
-webkit-transition:All 0.2000s ease;
   -moz-transition:All 0.2000s ease; 
	 -o-transition:All 0.2000s ease; 


}

.menu_sol:hover { 

 margin:-5px 0px -5px 8px; 

}

.footer1 { width:1000px;   margin:10px auto 0px ; font-family:font4; text-align:right; padding-top:15px; padding-bottom:10px; font-size:12px; border-top:1px solid #ccc; }
.index1 { width:600px; float:right; padding:25px 0px 0px 30px; font-family:font4; font-size:13px; background:url(img/index1bg.png) no-repeat; }
.index1 h2 { font-family:font2; font-size:20px; margin:0px; padding:0px; }
.index1 p { line-height:16px }


#GP1       { width:1000px; padding:0px 0px 0px 0px;  height:200px; position:relative;   } 
.GP1       { float:left; left: -5000px; position:relative; visibility:hidden;	}
.GP1 ul    { margin:0px; padding:0px; list-style:none; width:900px; }
.GP1 ul li { padding:0 0px; margin:0px; width:190px; height:190px; margin:5px; position:relative; }
.GP1 ul li img { width:190px; height:190px; }
.GP1 ul li:hover  { opacity: 0.6;     filter: alpha(opacity=60); /* For IE8 and earlier */}
.GP1 ul li .imask { width:190px; height:190px; background:url(img/mask2.png); position:absolute; left:0px; top:0px; z-index:80;  }

img.prev1 { cursor:pointer; position:absolute; top:80px; left:-30px; width:30px; height:30px; }
img.next1 { cursor:pointer; position:absolute; top:80px; right:-30px; width:30px; height:30px;}
 


p.ibilgi { border:1px solid #ccc; padding:7px 15px; margin:2px; }

.nnam { float:left; padding:8px 7px 0px 10px; height:24px;  width:50px; font-size:12px; margin-top:4px; text-align:left; }
.SSin { float:left; padding:0px 10px 0px 10px; height:30px; border:1px solid #ccc; outline:none; margin:4px 0px 0px 0px;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; 
}
.SSte { float:left; padding:10px 10px 10px 10px; font-family:Arial, Helvetica, sans-serif; font-size:12px; border:1px solid #ccc; outline:none; margin:4px 0px 0px 0px;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; 
}
.SSse { float:left; padding:0px 10px 0px 10px; height:30px; border:1px solid #ccc; outline:none; margin:4px 0px 0px 0px;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; 
}
.hatavar  { padding:20px; background:#FF3333; color:#FFFFFF; font-size:12px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; cursor:pointer; display:none }
.okmsg    { padding:20px; background:#3eaf20; color:#FFFFFF; font-size:12px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; cursor:pointer; display:none }
.hatavar2 { padding:20px; background:#FF3333; color:#FFFFFF; font-size:12px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; cursor:pointer; display:none }



 
.anailetisim { width:330px; height:180px;   float:left; padding:15px; background:url(img/kutubg.png) no-repeat;}
.anailetisim h2 { font-family:font1; font-size:19px; color:#000000; margin:0px; padding:4px; }
.anailetisim p  { font-family:font4; font-size:14px; color:#333; margin:3px; padding:4px; }




.izin1 { width:1000px; margin:0px auto 0px; padding-top:150px; position:relative; z-index:100; position:relative; }
.izin2 { background: url(img/page_bg.png); font-family:font4; font-size:14px; color:#333; padding:50px 20px 50px 20px; line-height:20px; 
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px; 
position:relative; }
.izin3 { width:300px; height:30px; padding-top:30px; background:url(img/baslik.png) no-repeat; position:absolute; top:-25px; left:378px; text-align:center; font-family:font2; font-size:26px; color:#fff; line-height:0px; }
.izin4 { position:relative; z-index:200; }

.sol-a { width:200px; float:left; }
.sol-b { width:700px; float:left; margin-left:30px; }



/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin:0px;  border: 0px solid #fff; position: relative;  overflow-hidden; }
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 49px; height: 49px; margin:0px 0 0; display: block; background: url(http://ozdoklarhafriyat.com/Tema/images/bg_direction_nav.png) no-repeat 0 0; position: absolute;  z-index: 10; cursor: pointer; text-indent: -9999px;   -webkit-transition: all .3s ease;}

.flex-direction-nav .flex-next { right:190px;   bottom:90px; background:url(img/ileri.png) }
.flex-direction-nav .flex-prev { right:240px;   bottom:65px; background:url(img/geri.png) }

 
.flex-direction-nav .flex-disabled {  cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom:0px; text-align: center; z-index:50; display:none}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {  }
  .flex-direction-nav .flex-next {  }
}

.mask {  width:1100px; height:624px;   position:absolute; z-index:10; top:0px; background:url(img/mask.png) }
.slider_w { width:1100px; height:550px;   margin:0 auto; padding-top:73px; }


.header { width:1000px; margin:0 auto; position:relative; }
.logo   { position:absolute; left:0px; z-index:800; top:0px; }
.numara { position:absolute; right:0px; top:75px; z-index:800 }