
.menu_logo	{float:left;  position:absolute; z-index:10; border-radius:0px 0px 5% 5%; 
}

.menu_tema	{ float:left; width:100%; height:100px;}
.menu_alt	{
float:left; width:100%; height:70px; 
background: #FFFFFF;
opacity:0.5;
-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
position: absolute; z-index:2; top:0px; left:0px;
	}


#cssmenu{ margin-top:0px; right:10px; float:right; position:absolute; z-index:10; }
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
 border: 0;
 list-style: none;
 line-height: 1;
 display: block;
 position: relative;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
 content: ".";
 display: block;
 clear: both;
 visibility: hidden;
 line-height: 0;
 height: 0;
}
#cssmenu #menu-button {
 display: none;
}
#cssmenu {
 width: auto;
  line-height: 1;
}
#menu-line {
 position: absolute;
 z-index:-1;
background: #FFFFFF;
background:-webkit-linear-gradient(-135deg,#FFFFFF,#E9E9E9,#FFFFFF,#E9E9E9); 
background:-o-linear-gradient(-135deg,#FFFFFF,#E9E9E9,#FFFFFF,#E9E9E9);
background:-moz-linear-gradient(-135deg,#FFFFFF,#E9E9E9,#FFFFFF,#E9E9E9);
background:linear-gradient(-135deg,#FFFFFF,#E9E9E9,#FFFFFF,#E9E9E9);
opacity:0.5;
 top: 0;
 left: 0;
 height: 70px;
 border:solid #FFFFFF;
 border-width:0px;
 -webkit-transition: all 0.25s ease-out;
 -moz-transition: all 0.25s ease-out;
 -ms-transition: all 0.25s ease-out;
 -o-transition: all 0.25s ease-out;
 transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
 float: left;
}
#cssmenu.align-center > ul {
 font-size: 0;
 text-align: center;
}
#cssmenu.align-center > ul > li {
 display: inline-block;
 float: none;
}
#cssmenu.align-center ul ul {
 text-align: left;
}
#cssmenu.align-right > ul > li {
 float: right;
}
#cssmenu.align-right ul ul {
 text-align: right;
}
#cssmenu > ul > li > a {
 padding: 28px 12px 28px 12px;
 font-size:14px;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-style: italic;
 text-decoration: none;
 text-transform: uppercase;
 color: #000000;
 -webkit-transition: color .2s ease;
 -moz-transition: color .2s ease;
 -ms-transition: color .2s ease;
 -o-transition: color .2s ease;
 transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
 color: #000000;
}
#cssmenu > ul > li.has-sub > a {
 padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
 position: absolute;
 top: 30px;
 right: 10px;
 width: 4px;
 height: 4px;
 border-bottom: 1px solid #000000;
 border-right: 1px solid #000000;
 content: "";
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 transform: rotate(45deg);
 -webkit-transition: border-color 0.2s ease;
 -moz-transition: border-color 0.2s ease;
 -ms-transition: border-color 0.2s ease;
 -o-transition: border-color 0.2s ease;
 transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
 border-color: #000;
}
#cssmenu ul ul {
 position: absolute;
 left: -9999px; 
 background: #FFFFFF;
 border-radius:10px; margin-left:-30%;
}
#cssmenu li:hover > ul {
 left: auto;
}
#cssmenu.align-right li:hover > ul {
 right: 0;
}
#cssmenu ul ul ul {
 margin-left: 100%;
 top: 0;
}
#cssmenu.align-right ul ul ul {
 margin-left: 0;
 margin-right: 100%;
}
#cssmenu ul ul li {
 height: 0;
 -webkit-transition: height .2s ease;
 -moz-transition: height .2s ease;
 -ms-transition: height .2s ease;
 -o-transition: height .2s ease;
 transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
 height: 32px;
  border:solid #E9E9E9;
 border-width:0px 0px 2px 0px;
 
}
#cssmenu ul ul li a {
 padding: 10px 20px;
 width: 180px;
 font-size: 12px;
 background: #FFFFFF;
 text-decoration: none;
 color: #000000;
 -webkit-transition: color .2s ease;
 -moz-transition: color .2s ease;
 -ms-transition: color .2s ease;
 -o-transition: color .2s ease;
 transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
 color: #000000;
 background: #E9E9E9;
}
#cssmenu ul ul li.has-sub > a::after {
 position: absolute;
 top: 13px;
 right: 10px;
 width: 4px;
 height: 4px;
 border-bottom: 1px solid #dddddd;
 border-right: 1px solid #dddddd;
 content: "";
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
 transform: rotate(-45deg);
 -webkit-transition: border-color 0.2s ease;
 -moz-transition: border-color 0.2s ease;
 -ms-transition: border-color 0.2s ease;
 -o-transition: border-color 0.2s ease;
 transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
 right: auto;
 left: 10px;
 border-bottom: 0;
 border-right: 0;
 border-top: 1px solid #dddddd;
 border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
 border-color: #ffffff;
}
.bilgi_dil{float:left; padding:5px; margin-top:23px; border:solid #000000; color:#000000; border-width:1px; margin-left:10px;  text-transform: uppercase;
}
.bilgi_dil:hover{ background-color:#fff;}

.uye_menu_giris_1{float:right; height:30px;   margin-bottom:-50px; border-radius: 0px 0px 5px 5px; background-color:#FFFFFF; position:relative; z-index:-10}
.uye_menu_giris_2{float:right; margin:2px 1px 2px 1px}
.uye_menu_giris_3{float:left; width:30px; height:30px}
.uye_menu_giris_4{margin:2px;  height:26px;}
.uye_menu_giris_5{float:left; height:30px; padding:8px; font-size:12px; font-weight:bold; color:#000000}
.uye_menu_giris_6{float:left; width:18px; height:18px; padding:4px; margin:2px; background-color:#E9E9E9; }
.uye_menu_giris_6 img{height:18px;}
.uye_menu_giris_7{float:right; margin-bottom:-50px; border-radius: 0px 0px 5px 5px; background-color:#FFFFFF; position:relative; z-index:-10}
.uye_menu_giris_8{float:left}
.uye_menu_giris_9{float:right; margin:2px 1px 1px 1px}
.uye_menu_giris_10{float:left; padding:8px; font-size:12px; font-weight:bold; color:#000000} 
.uye_menu_giris_10 a{color:#000000}
#wowslider-container1 { 
	display: block;
	zoom: 1; 
	position: relative;
	width: 100%;
	max-width: 100%;
	max-height:none;
	margin:0px auto 0px;
	z-index:90;
	text-align:left;
	font-size: 10px;
	text-shadow: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; 
}
* html #wowslider-container1{ width:1024px }
#wowslider-container1 .ws_images ul{
	position:relative;
	width: 10000%; 
	height:100%;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	border-spacing:0;
	overflow: visible;
	/*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li{
	position: relative;
	width:1%;
	height:100%;
	line-height:0;
	overflow: hidden;
	float:left;
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}
#wowslider-container1 .ws_images{
	position: relative;
	left:0;
	top:0;
	height:100%;
	max-height:none;
	max-width: 100%;
	vertical-align: top;
	border:none;
	overflow: hidden;
}
#wowslider-container1 .ws_images ul a{
	width:100%;
	height:100%;
	max-height:none;
	display:block;
	color:transparent;
}
#wowslider-container1 img{
	max-width: none !important;
}
#wowslider-container1 .ws_images .ws_list img,
#wowslider-container1 .ws_images > div > img{
	width:100%;
	border:none 0;
	max-width: none;
	padding:0;
	margin:0;
}
#wowslider-container1 .ws_images > div > img {
	max-height:none;
}
#wowslider-container1 .ws_images iframe {
	position: absolute;
	z-index: -1;
}
#wowslider-container1 .ws-title > div {
	display: inline-block !important;
}
#wowslider-container1 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}
#wowslider-container1  .ws_bullets { 
	float: left;
	position:absolute;
	z-index:70;
}
#wowslider-container1  .ws_bullets div{
	position:relative;
	float:left;
	font-size: 0px;
}
#wowslider-container1  .ws_bullets a {
	line-height: 0;
}
#wowslider-container1  .ws_script{
	display:none;
}
#wowslider-container1 sound, 
#wowslider-container1 object{
	position:absolute;
}
#wowslider-container1 .ws_effect {
	position: static;
	width: 100%;
	height: 100%;
}
#wowslider-container1 .ws_photoItem {
	border: 2em solid #fff;
	margin-left: -2em;
	margin-top: -2em;
}
#wowslider-container1 .ws_cube_side {
	background: #A6A5A9;
}

#wowslider-container1.ws_gestures {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move;
}
#wowslider-container1.ws_gestures.ws_grabbing {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move;
}
#wowslider-container1.ws_video_playing .ws_bullets,
#wowslider-container1.ws_video_playing .ws_fullscreen,
#wowslider-container1.ws_video_playing .ws_next,
#wowslider-container1.ws_video_playing .ws_prev {
	display: none;
}

#wowslider-container1 .ws_video_btn {
	position: absolute;
	display: none;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 55;
}
#wowslider-container1 .ws_video_btn.ws_youtube,
#wowslider-container1 .ws_video_btn.ws_vimeo {
	display: block;
}
#wowslider-container1 .ws_video_btn div {
	position: absolute;
	background-image: url(/modul/slider/4000/playvideo.png);
	background-size: 200%;
	top: 50%;
	left: 50%;
	width: 7em;
	height: 5em;
	margin-left: -3.5em;
	margin-top: -2.5em;
}
#wowslider-container1 .ws_video_btn.ws_youtube div {
	background-position: 0 0;
}
#wowslider-container1 .ws_video_btn.ws_youtube:hover div {
	background-position: 100% 0;
}
#wowslider-container1 .ws_video_btn.ws_vimeo div {
	background-position: 0 100%;
}
#wowslider-container1 .ws_video_btn.ws_vimeo:hover div {
	background-position: 100% 100%;
}
#wowslider-container1 .ws_playpause.ws_hide {
	display: none !important;
}
#wowslider-container1  .ws_bullets { 
	padding: 9px; 
}
#wowslider-container1 .ws_bullets a { 
	width:10px;
	height:10px;
	background: url(../modul/slider/4000/bullet.png) left top;
	float: left; 
	text-indent: -4000px; 
	position:relative;
	margin-left:5px;
	color:transparent;
}
#wowslider-container1 .ws_bullets a:hover, #wowslider-container1 .ws_bullets a.ws_selbull{
	background-position: 0 100%;
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
	position:absolute;
	top:50%;
	margin-top:-1.3em;
	z-index:60;
	height: 2.7em;
	width: 2.7em;
	background-image: url(../modul/slider/4000/arrows.png);
	background-size: 200%;
}
#wowslider-container1 a.ws_next{
	background-position: 100% 0;
	right:1em;
}
#wowslider-container1 a.ws_prev {
	background-position: 0 0; 
	left:1em;
}
/*playpause*/
#wowslider-container1 .ws_playpause {
    width: 2.7em;
    height: 2.7em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1.3em;
    margin-top: -1.3em;
    z-index: 59;
	background-size: 100%;
}
#wowslider-container1 .ws_pause {
    background-image: url(../modul/slider/4000/pause.png);
}
#wowslider-container1 .ws_play {
    background-image: url(../modul/slider/4000/play.png);
}
#wowslider-container1 .ws_pause:hover, #wowslider-container1 .ws_play:hover {
    background-position: 100% 100% !important;
}
#wowslider-container1  .ws_bullets {
    bottom: 0px;
	left:50%;
}
#wowslider-container1  .ws_bullets div{
	left:-50%;
}
#wowslider-container1 .ws-title{
	position:absolute;
	display:block;
	font: 2em 'Open Sans', sans-serif;
	bottom: 0.7em;
	left: 0.5em;
	margin-right: 0.5em; 
	color:#ffffff;
	z-index: 50;
	line-height: 1em;
	font-weight: bold;
}
#wowslider-container1 .ws-title div,#wowslider-container1 .ws-title span{
	display:inline-block;
	padding:0.4em 0.5em;
	background:#559674;
}
#wowslider-container1 .ws-title div{
	display:block;
	margin-top:0;
	font-size: 0.7em;
	line-height: 1.15em;
	padding:0.6em 0.7em;
	font-weight: normal;
	background:#ffffff;
	color:#888888;
}#wowslider-container1 .ws_images > ul{
	animation: wsBasic 24s infinite;
	-moz-animation: wsBasic 24s infinite;
	-webkit-animation: wsBasic 24s infinite;
}
@keyframes wsBasic{0%{left:-0%} 8.33%{left:-0%} 16.67%{left:-100%} 25%{left:-100%} 33.33%{left:-200%} 41.67%{left:-200%} 50%{left:-300%} 58.33%{left:-300%} 66.67%{left:-400%} 75%{left:-400%} 83.33%{left:-500%} 91.67%{left:-500%} }
@-moz-keyframes wsBasic{0%{left:-0%} 8.33%{left:-0%} 16.67%{left:-100%} 25%{left:-100%} 33.33%{left:-200%} 41.67%{left:-200%} 50%{left:-300%} 58.33%{left:-300%} 66.67%{left:-400%} 75%{left:-400%} 83.33%{left:-500%} 91.67%{left:-500%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 8.33%{left:-0%} 16.67%{left:-100%} 25%{left:-100%} 33.33%{left:-200%} 41.67%{left:-200%} 50%{left:-300%} 58.33%{left:-300%} 66.67%{left:-400%} 75%{left:-400%} 83.33%{left:-500%} 91.67%{left:-500%} }
#wowslider-container1 .ws_bullets  a img{
	text-indent:0;
	display:block;
	bottom:20px;
	left:-32px;
	visibility:hidden;
	position:absolute;
    border: 4px solid #FFF;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	max-width:none;
}
#wowslider-container1 .ws_bullets a:hover img{
	visibility:visible;
}
#wowslider-container1 .ws_bulframe div div{
	height:48px;
	overflow:visible;
	position:relative;
}
#wowslider-container1 .ws_bulframe div {
	left:0;
	overflow:hidden;
	position:relative;
	width:64px;
	background-color:#FFF;
}
#wowslider-container1  .ws_bullets .ws_bulframe{
	display:none;
	bottom:18px;
	overflow:visible;
	position:absolute;
	cursor:pointer;
    border: 4px solid #FFF;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
#wowslider-container1 .ws_bulframe span{
	display:block;
	position:absolute;
	bottom:-10px;
	margin-left:-6px;
	left:32px;
	background:url(../modul/slider/4000/triangle.png);
	width:15px;
	height:6px;
}#wowslider-container1 .ws_bulframe div div{
	height: auto;
}
@media all and (max-width:760px) {
	#wowslider-container1 .ws_fullscreen {
		display: block;
	}
}
@media all and (max-width:400px){
	#wowslider-container1 .ws_controls,
	#wowslider-container1 .ws_bullets,
	#wowslider-container1 .ws_thumbs{
		display: none
	}
}
.orta{overflow:visible;}
.alt{overflow:visible;}
span.reference{
	text-align:center;
	margin-bottom:10px;
}
span.reference a{
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	margin:0px 20px;
}
span.reference a:hover{
	color:#ddd;
}
/* Booklet jQuery Plugin Style*/
.booklet{
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.booklet .b-wrap-left {
	background:#fff url(../modul/modul_3/301/images/left_bg.jpg) no-repeat top left;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.booklet .b-wrap-right {
	background:#efefef url(../modul/modul_3/301/images/right_bg.jpg) no-repeat top left;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.booklet .b-counter {
	bottom:10px;
	position:absolute;
	display:block;
	width:90%;
	height:20px;
	border-top:1px solid #ddd;
	color:#222;
	text-align:center;
	font-size:12px;
	padding:5px 0 0;
	background:transparent;
	-moz-box-shadow:0px -1px 1px #fff;
	-webkit-box-shadow:0px -1px 1px #fff;
	box-shadow:0px -1px 1px #fff;
	opacity:0.8;
}
.book_wrapper{
	margin-left:40px;
	padding-top:10px;
	width:100%;
	height:500px;
	position:relative;
}
.book_wrapper h1{
	color:#13386a;
	margin:5px 5px 5px 15px;
	font-size:26px;
	background:transparent url(/modul/modul_3/301/images/h1.png) no-repeat bottom left;
	padding-bottom:7px;
}
.book_wrapper p{
	font-size:16px;
	margin:5px 5px 5px 15px;
}
.book_wrapper a.article,
.book_wrapper a.demo{
	background:transparent url(/modul/modul_3/301/images/circle.png) no-repeat 50% 0px;
	display:block;
	width:95px;
	height:41px;
	text-decoration:none;
	outline:none;
	font-size:16px;
	color:#555;
	float:left;
	line-height:41px;
	padding-left:47px;
}
.book_wrapper a.demo{
	margin-left:50px;
}
.book_wrapper a.article:hover,
.book_wrapper a.demo:hover{
	background-position:50% -41px;
	color:#13386a;
}
.book_wrapper img{
	margin:-10px -20px -20px -20px;
	width:400px;
	height:490px;
	padding:4px;
	border:1px solid #ddd;
	-moz-box-shadow:1px 1px 1px #fff;
	-webkit-box-shadow:1px 1px 1px #fff;
	box-shadow:1px 1px 1px #fff;
}
.booklet .b-wrap-right img{
	border:1px solid #E6E3C2;
}
a#next_page_button,
a#prev_page_button{
	display:none;
	position:absolute;
	width:41px;
	height:40px;
	cursor:pointer;
	margin-top:-20px;
	top:50%;
	background:transparent url(../modul/modul_3/301/images/buttons.png) no-repeat 0px -40px;
}
a#prev_page_button{
	left:15px;
}
a#next_page_button{
	right:15px;
	background-position:-41px -40px;
}
a#next_page_button:hover{
	background-position:-41px 0px;
}
a#prev_page_button:hover{
	background-position:0px 0px;
}
.loading{
	width:160px;
	height:56px;
	position: absolute;
	top:50%;
	margin-top:-28px;
	right:135px;
	line-height:56px;
	color:#fff;
	padding-left:60px;
	font-size:15px;
	background: #000 url(../modul/modul_3/301/images/ajax-loader.gif) no-repeat 10px 50%;
	opacity: 0.7;
	z-index:10;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-r:20px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}







.footer-basic-centered{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font-size:12px;
	padding: 25px 15px 45px 15px ;
	margin-top: 80px;}
.footer-basic-centered .footer-company-motto a{
	color:  #FFF;
	font-size:18px;
	font-weight:bold;
	margin: 0;}
.footer-basic-centered .footer-company-name{
	color:  #FFF;
	font-size: 12px;
	margin: 0;}
.footer-basic-centered .footer-links{
	list-style: none;
	color:  #FFF;
	padding: 10px 0 20px;
	margin: 0;}
.footer-basic-centered .footer-links a{
	display:inline-block;
	text-decoration: none;
	color: inherit;}
	
	
	
.paylas{ float:left;}
.paylas > ul{display: inline-block; }
.paylas > ul > li{display: inline-block; float: left; margin-left:5px; height:30px;}
.paylas > ul > li > a > img{ height:30px; float:left;}


.ilan_list_kat{width:230px; height:215px; float:left; margin:0px 10px 20px 10px; border-color:#CCC; 
background: #fff;   }

.ilan_list_kat_6{float:left; width:100%; border:solid #e9e9e9; border-width:10px 0px 0px 10px; margin:-10px 0px 0px -10px; margin-bottom:10px;}
.ilan_list_kat_6:hover{border:solid #900; border-width:10px 0px 0px 10px;}

.ilan_list_kat_2{width:210px; margin:10px; height:130px; float:left;  background-color:#FFF;
}
.ilan_list_kat_2_x{width:210px; margin:10px; height:155px; float:left;  background-color:#FFF;}

.ilan_list_kat_2 img{ max-height:130px; max-width:210px; }
.ilan_list_kat_2_x img{ max-height:155px; max-width:210px;}
.ilan_list_kat_3{float:left; width:220px; height:70px; text-align:center; font-size:12px; font-weight:bold; margin:-5px 0px 0px 10px;  border-width:0px; vertical-align:middle;
background: #fff; color:#; 
border: 10px solid transparent;
border-width:10px 10px 10px 0px; 
border-image:url(../modul/list/1015/bg.png) 30% round;
padding:0px 5px 0px 5px; line-height:30px;
}
.ilan_list_kat_4{float:left; width:200px; height:60px; text-align:center; font-size:11px; font-weight:bold; margin:-10px 0px 0px 10px;  border-width:0px; vertical-align:middle; padding:0px 5px 0px 5px; line-height:15px;
background: #fff; color:#;}
.ilan_list_kat_5{float:left; width:200px; height:60px; text-align:center; font-size:12px; font-weight:bold; margin:-10px 0px 0px 10px;  border-width:0px; vertical-align:middle; padding:0px 5px 0px 5px; line-height:15px;
background: #fff; color:#;}

.ilan_list{width:230px; height:215px; float:left; margin:0px 10px 20px 10px; border-color:#CCC; 
background: #fff;   }

.ilan_list_6{float:left; width:100%; border:solid #e9e9e9; border-width:10px 0px 0px 10px; margin:-10px 0px 0px -10px; margin-bottom:10px;}
.ilan_list_6:hover{border:solid #900; border-width:10px 0px 0px 10px;}

.ilan_list_2{width:210px; margin:10px; height:130px; float:left;  background-color:#FFF;
}
.ilan_list_2_x{width:210px; margin:10px; height:155px; float:left;  background-color:#FFF;}

.ilan_list_2 img{ max-height:130px; max-width:210px; }
.ilan_list_2_x img{ max-height:155px; max-width:210px;}
.ilan_list_3{float:left; width:220px; height:70px; text-align:center; font-size:12px; font-weight:bold; margin:-5px 0px 0px 10px;  border-width:0px; vertical-align:middle;
background: #fff; color:#000; 
border: 10px solid transparent;
border-width:10px 10px 10px 0px; 
border-image:url(../modul/list/1015/bg.png) 30% round;
padding:0px 5px 0px 5px; line-height:30px;
}
.ilan_list_4{float:left; width:200px; height:60px; text-align:center; font-size:11px; font-weight:bold; margin:-10px 0px 0px 10px;  border-width:0px; vertical-align:middle; padding:0px 5px 0px 5px; line-height:15px;
background: #fff; color:#000;}
.ilan_list_5{float:left; width:200px; height:60px; text-align:center; font-size:12px; font-weight:bold; margin:-10px 0px 0px 10px;  border-width:0px; vertical-align:middle; padding:0px 5px 0px 5px; line-height:15px;
background: #fff; color:#000;}


*{margin:0; padding:0; }
button{cursor:pointer;}
body{overflow-x:hidden;}
html,body,#body	{margin: 0px;font-size:12px; font-family:Roboto, sans-serif; color:#000; text-align:left; }
body{margin:0;}
html,body,#kapsul { height: 100%; }
body > #kapsul { height: auto; min-height: 100%; }
body 		{ background-size:1900px;}
h1					{float:left;}
h2					{float:left;}
h3					{float:left;}
h4					{float:left;}
h5					{float:left;}
img					{border:0px;}
a:link				{text-decoration: none;	color: #000; text-align:left;}
a:visited			{text-decoration: none; color: #000; text-align:left;}
a:hover				{text-decoration: none;	color: #000; text-align:left;}
a:active			{text-decoration: none; color: #000; text-align:left;}
.tema		{width:1000px; float:none; }
.ust		{float:left; text-align:left; width:100%; }
.orta		{float:left; text-align:left; width:1000px; padding-bottom:10px;}
.urun_orta	{float:right; text-align:left; ;}
.yan		{float:left; width:250px; }
.alt		{float:left; width:100%; margin-top:-px; }
.menu_bg{ position:absolute; z-index:10;}
.logo		{width:190px;}
.yan_menu{display:none;}

.modul_alt {width:100%; float:left;}
.dil { float:right; margin-right:15px;}
.dil > ul{display: inline-block;}
.dil > ul > li{display: inline-block; float: left;margin-left:1px; margin-top:10px;}
.paylas{ margin:10px 20px 0px 0px; float:left;}
.paylas > ul{display: inline-block; }
.paylas > ul > li{display: inline-block; float: left;margin-left: 6px;}
.yapim_ok{ width:35px; float:left; border:0px; background-color:#0F0; cursor:pointer; color:#000;}
.yapim{ width:35px; float:left; border:0px; background-color:#F00; cursor:pointer; color:#FFF;}
.uye_menu_giris_1{display:none;}
#uye_ust_girdi{ float:right; width:160px; height:25px; margin-top:10px; margin-right:30px;}
@viewport{
    zoom: 1.0;
    width: device-width;
}
		
@media screen and (min-width:1020px){

.ilan_list{width:307px; height:287px; float:left; margin:0px 13px 27px 13px; border-color:#CCC; 
background: #fff;   }

.ilan_list_6{float:left; width:100%; border:solid #e9e9e9; border-width:13px 0px 0px 13px; margin:-13px 0px 0px -13px; margin-bottom:10px;}
.ilan_list_6:hover{border:solid #900; border-width:13px 0px 0px 13px;}

.ilan_list_2{width:280px; margin:13px; height:173px; float:left;  background-color:#FFF;
}
.ilan_list_2_x{width:280px; margin:13px; height:207px; float:left;  background-color:#FFF;}

.ilan_list_2 img{ max-height:173px; max-width:280px; }
.ilan_list_2_x img{ max-height:207px; max-width:280px;}
.ilan_list_3{float:left; width:293px; height:93px; text-align:center; font-size:16px; font-weight:bold; margin:-7px 0px 0px 13px;  border-width:0px; vertical-align:middle;
background: #fff; color:#000; 
border: 10px solid transparent;
border-width:13px 13px 13px 0px; 
border-image:url(../modul/list/1015/bg.png) 30% round;
padding:0px 7px 0px 7px; line-height:40px;
}
.ilan_list_4{float:left; width:266px; height:80px; text-align:center; font-size:15px; font-weight:bold; margin:-13px 0px 0px 13px;  border-width:0px; vertical-align:middle; padding:0px 7px 0px 7px; line-height:20px;
background: #fff; color:#000;}
.ilan_list_5{float:left; width:266px; height:80px; text-align:center; font-size:16px; font-weight:bold; margin:-13px 0px 0px 13px;  border-width:0px; vertical-align:middle; padding:0px 7px 0px 7px; line-height:20px;
background: #fff; color:#000;}

.ilan_list_kat{width:307px; height:287px; float:left; margin:0px 13px 27px 13px; border-color:#CCC; 
background: #fff;   }

.ilan_list_kat_6{float:left; width:100%; border:solid #e9e9e9; border-width:13px 0px 0px 13px; margin:-13px 0px 0px -13px; margin-bottom:10px;}
.ilan_list_kat_6:hover{border:solid #900; border-width:13px 0px 0px 13px;}

.ilan_list_kat_2{width:280px; margin:13px; height:173px; float:left;  background-color:#FFF;
}
.ilan_list_kat_2_x{width:280px; margin:13px; height:207px; float:left;  background-color:#FFF;}

.ilan_list_kat_2 img{ max-height:173px; max-width:280px; }
.ilan_list_kat_2_x img{ max-height:207px; max-width:280px;}
.ilan_list_kat_3{float:left; width:293px; height:93px; text-align:center; font-size:16px; font-weight:bold; margin:-7px 0px 0px 13px;  border-width:0px; vertical-align:middle;
background: #fff; color:#1; 
border: 10px solid transparent;
border-width:13px 13px 13px 0px; 
border-image:url(../modul/list/1015/bg.png) 30% round;
padding:0px 7px 0px 7px; line-height:40px;
}
.ilan_list_kat_4{float:left; width:266px; height:80px; text-align:center; font-size:15px; font-weight:bold; margin:-13px 0px 0px 13px;  border-width:0px; vertical-align:middle; padding:0px 7px 0px 7px; line-height:20px;
background: #fff; color:#1;}
.ilan_list_kat_5{float:left; width:266px; height:80px; text-align:center; font-size:16px; font-weight:bold; margin:-13px 0px 0px 13px;  border-width:0px; vertical-align:middle; padding:0px 7px 0px 7px; line-height:20px;
background: #fff; color:#1;} 


.orta{ width:1000px;}
.urun_orta{ width:1000px;}
.s_yok_ol,#uye_ust_girdi{display:none;}
.reklamatolyesi{
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	margin-right: -22px;
	z-index: 200;
	position:fixed;
	bottom: 0px;
	right: 0px;
	background:transparent url("../image/logo.png") no-repeat;
	display: block;
	width: 40px;
	height: 60px;
	margin-left:10px;
}
.reklamatolyesi:hover{
	margin-right: 0px;
}
.uye_menu_giris_1{float:right; height:30px;   margin-bottom:-50px; border-radius: 0px 0px 5px 5px; background-color:#FFFFFF; position:relative; z-index:-10}
.uye_menu_giris_2{float:right; margin:2px 1px 2px 1px}
.uye_menu_giris_3{float:left; width:30px; height:30px}
.uye_menu_giris_4{margin:2px;  height:26px;}
.uye_menu_giris_5{float:left; height:30px; padding:8px; font-size:12px; font-weight:bold; color:#000000}
.uye_menu_giris_6{float:left; width:18px; height:18px; padding:4px; margin:2px; background-color:#E9E9E9; }
.uye_menu_giris_6 img{height:18px;}
.uye_menu_giris_7{float:right; margin-bottom:-50px; border-radius: 0px 0px 5px 5px; background-color:#FFFFFF; position:relative; z-index:-10}
.uye_menu_giris_8{float:left}
.uye_menu_giris_9{float:right; margin:2px 1px 1px 1px}
.uye_menu_giris_10{float:left; padding:8px; font-size:12px; font-weight:bold; color:#000000} 
.uye_menu_giris_10 a{color:#000000}
}

@media screen and (max-width:1020px){.orta																			{margin-top:0px;}
.sayfa_tasarim,.sayfa_tasarim_3,.sayfa_tasarim_1,.sayfa_tasarim_2,.menu_alt,.kapat,reklamatolyesi{display:none;}
.urun_yan,.yan{ background-color:#fff;}

.menu_logo{ width:auto; margin-top:10px; z-index:1000; left:0px; position:absolute;}

.yan_menu	{ float:left; background-color:#000; bottom:10px; left:0px; border-radius:0px 5px 5px 0px; height:20px; width:20px;
background-size:cover; background-position:center; background-image:url(../image/svg/1/214.asp.svg); border:solid #000000 5px; position:fixed; z-index:100; display:block;}
.yan_menu2	{ float:left; background-color:#000; bottom:10px;  left:0px; border-radius:0px 5px 5px 0px; height:20px; width:20px;
background-size:cover; background-position:center; background-image:url(../image/svg/1/215.asp.svg); border:solid #000000 5px; position:fixed; z-index:100;} 


.yan_menu_1{
    height: 100%;
    width:0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
} 
.yan,.urun_yan{ width:200px; float:left;}

#cssmenu-mix { position:absolute; top:0px; right:0px;
	min-height		:	30px;
	border-radius	:	5px;
	background: #FFFFFF;
	
width:100%;
border-radius:0px;
}
#cssmenu { position:absolute; top:0px; right:0px;
	min-height		:	35px;
	border-radius	:	5px;
	min-width		:	35px;
	background		: #FFFFFF;
	
 
}
	
 #cssmenu ul { width:100%; display: none; }
 #cssmenu.align-center > ul,#cssmenu.align-right ul ul {		text-align: center; }
 #cssmenu ul li,
 #cssmenu ul ul li,
 #cssmenu ul li:hover > ul > li {
 width: 100%;
 height: auto;
 border-top: 1px solid rgba(120,120,120,0.15);
	
 }
 #cssmenu ul li a,#cssmenu ul ul li a { width: 100%; text-align: center; }
 #cssmenu > ul > li,
 #cssmenu.align-center > ul > li,
 #cssmenu.align-right > ul > li {
 float: none;
 display: block; }
 #cssmenu ul ul li a {
 padding: 20px;
 font-size: 12px;
 background: none; }
 #cssmenu ul ul li:hover > a,
 #cssmenu ul ul li a:hover {background: #FFFFFF; }
 #cssmenu ul ul ul li a { padding-left: 40px; }
 #cssmenu ul ul,
 #cssmenu ul ul ul {
 position: relative;
 left: 0;
 right: auto;
 width: 100%;
 margin: 0; }
 #cssmenu > ul > li.has-sub > a::after,
 #cssmenu ul ul li.has-sub > a::after {
 display: none; }
 #menu-line { display: none; }
 #cssmenu #menu-button {
 display: block;
 padding: 15px;
 color: #000000;
 cursor: pointer;
 font-size: 12px;
 text-transform: uppercase;
 margin:-5px -5px 0px 0px; }
 #cssmenu #menu-button::after {
 content: '';
 position: absolute;
 top: 15px;
 right: 15px;
 display: block;
 width: 15px;
 height: 2px;
 background: #000000; }
 #cssmenu #menu-button::before {
 content: '';
 position: absolute;
 top: 20px;
 right: 15px;
 display: block;
 width: 15px;
 height: 3px;
 border-top: 2px solid #000000;
 border-bottom: 2px solid #000000; }
 #cssmenu .submenu-button {
 position: absolute;
 z-index: 10;
 right: 0;
 top: 0;
 display: block;
 border-left: 1px solid rgba(120,120,120,0.15);
 height: 52px;
 width: 52px;
 cursor: pointer; }
 #cssmenu .submenu-button::after {
 content: '';
 position: absolute;
 top: 21px;
 left: 26px;
 display: block;
 width: 2px;
 height: 12px;
 background: #000000;
 z-index: 900009; }
 #cssmenu .submenu-button::before {
 content: '';
 position: absolute;
 left: 21px;
 top: 26px;
 display: block;
 width: 12px;
 height: 2px;
 background: #000000;
 z-index: 99; }
 #cssmenu .submenu-button.submenu-opened:after { display: none;}
 #arama-2 { visibility: hidden;}
 
.uye_menu_giris_1 {top:0px; right:0px; position:absolute; z-index:10000; padding-top:0px;}
.uye_menu_giris_7 {top:0px; right:0px; position:absolute; z-index:10000; padding-top:0px;}
.uye_menu_giris_6 {display:none;}
.uye_menu_giris_1{float:right; height:30px;   margin-bottom:-50px; border-radius: 0px 0px 5px 5px; background-color:#FFFFFF; position:relative; z-index:-10}
.uye_menu_giris_2{float:right; margin:2px 1px 2px 1px}
.uye_menu_giris_3{float:left; width:30px; height:30px}
.uye_menu_giris_4{margin:2px;  height:26px;}
.uye_menu_giris_5{float:left; height:30px; padding:8px; font-size:12px; font-weight:bold; color:#000000}
.uye_menu_giris_6{float:left; width:18px; height:18px; padding:4px; margin:2px; background-color:#E9E9E9; }
.uye_menu_giris_6 img{height:18px;}
.uye_menu_giris_7{float:right; margin-bottom:-50px; border-radius: 0px 0px 5px 5px; background-color:#FFFFFF; position:relative; z-index:-10}
.uye_menu_giris_8{float:left}
.uye_menu_giris_9{float:right; margin:2px 1px 1px 1px}
.uye_menu_giris_10{float:left; padding:8px; font-size:12px; font-weight:bold; color:#000000} 
.uye_menu_giris_10 a{color:#000000}
}

@media screen and (max-width:760px){
.uye_menu_giris_1{float:right; height:30px;   margin-bottom:-50px; border-radius: 0px 0px 5px 5px; background-color:#FFFFFF; position:relative; z-index:-10}
.uye_menu_giris_2{float:right; margin:2px 1px 2px 1px}
.uye_menu_giris_3{float:left; width:30px; height:30px}
.uye_menu_giris_4{margin:2px;  height:26px;}
.uye_menu_giris_5{float:left; height:30px; padding:8px; font-size:12px; font-weight:bold; color:#000000}
.uye_menu_giris_6{float:left; width:18px; height:18px; padding:4px; margin:2px; background-color:#E9E9E9; }
.uye_menu_giris_6 img{height:18px;}
.uye_menu_giris_7{float:right; margin-bottom:-50px; border-radius: 0px 0px 5px 5px; background-color:#FFFFFF; position:relative; z-index:-10}
.uye_menu_giris_8{float:left}
.uye_menu_giris_9{float:right; margin:2px 1px 1px 1px}
.uye_menu_giris_10{float:left; padding:8px; font-size:12px; font-weight:bold; color:#000000} 
.uye_menu_giris_10 a{color:#000000}
}


@media screen and (max-width:400px) {
body{background-size:475px; margin-top:-10px;}
.tema{width:250px; float:none;}
.icerik{width:100%;margin:auto;}
.orta{float:left;width:250px;margin:auto; padding-bottom:10px;}
.logo{width:95px;}
.urun_orta{ width:250px;}


.ilan_list_kat{width:230px; height:215px; float:left; margin:0px 10px 20px 10px; border-color:#CCC; 
background: #fff;   }

.ilan_list_kat_6{float:left; width:100%; border:solid #e9e9e9; border-width:10px 0px 0px 10px; margin:-10px 0px 0px -10px; margin-bottom:10px;}
.ilan_list_kat_6:hover{border:solid #900; border-width:10px 0px 0px 10px;}

.ilan_list_kat_2{width:210px; margin:10px; height:130px; float:left;  background-color:#FFF;
}
.ilan_list_kat_2_x{width:210px; margin:10px; height:155px; float:left;  background-color:#FFF;}

.ilan_list_kat_2 img{ max-height:130px; max-width:210px; }
.ilan_list_kat_2_x img{ max-height:155px; max-width:210px;}
.ilan_list_kat_3{float:left; width:220px; height:70px; text-align:center; font-size:12px; font-weight:bold; margin:-5px 0px 0px 10px;  border-width:0px; vertical-align:middle;
background: #fff; color:#1; 
border: 10px solid transparent;
border-width:10px 10px 10px 0px; 
border-image:url(../modul/list/1015/bg.png) 30% round;
padding:0px 5px 0px 5px; line-height:30px;
}
.ilan_list_kat_4{float:left; width:200px; height:60px; text-align:center; font-size:11px; font-weight:bold; margin:-10px 0px 0px 10px;  border-width:0px; vertical-align:middle; padding:0px 5px 0px 5px; line-height:15px;
background: #fff; color:#1;}
.ilan_list_kat_5{float:left; width:200px; height:60px; text-align:center; font-size:12px; font-weight:bold; margin:-10px 0px 0px 10px;  border-width:0px; vertical-align:middle; padding:0px 5px 0px 5px; line-height:15px;
background: #fff; color:#1;}

.ilan_list{width:230px; height:215px; float:left; margin:0px 10px 20px 10px; border-color:#CCC; 
background: #fff;   }

.ilan_list_6{float:left; width:100%; border:solid #e9e9e9; border-width:10px 0px 0px 10px; margin:-10px 0px 0px -10px; margin-bottom:10px;}
.ilan_list_6:hover{border:solid #900; border-width:10px 0px 0px 10px;}

.ilan_list_2{width:210px; margin:10px; height:130px; float:left;  background-color:#FFF;
}
.ilan_list_2_x{width:210px; margin:10px; height:155px; float:left;  background-color:#FFF;}

.ilan_list_2 img{ max-height:130px; max-width:210px; }
.ilan_list_2_x img{ max-height:155px; max-width:210px;}
.ilan_list_3{float:left; width:220px; height:70px; text-align:center; font-size:12px; font-weight:bold; margin:-5px 0px 0px 10px;  border-width:0px; vertical-align:middle;
background: #fff; color:#000; 
border: 10px solid transparent;
border-width:10px 10px 10px 0px; 
border-image:url(../modul/list/1015/bg.png) 30% round;
padding:0px 5px 0px 5px; line-height:30px;
}
.ilan_list_4{float:left; width:200px; height:60px; text-align:center; font-size:11px; font-weight:bold; margin:-10px 0px 0px 10px;  border-width:0px; vertical-align:middle; padding:0px 5px 0px 5px; line-height:15px;
background: #fff; color:#000;}
.ilan_list_5{float:left; width:200px; height:60px; text-align:center; font-size:12px; font-weight:bold; margin:-10px 0px 0px 10px;  border-width:0px; vertical-align:middle; padding:0px 5px 0px 5px; line-height:15px;
background: #fff; color:#000;}
.uye_menu_giris_1{float:right; height:30px;   margin-bottom:-50px; border-radius: 0px 0px 5px 5px; background-color:#FFFFFF; position:relative; z-index:-10}
.uye_menu_giris_2{float:right; margin:2px 1px 2px 1px}
.uye_menu_giris_3{float:left; width:30px; height:30px}
.uye_menu_giris_4{margin:2px;  height:26px;}
.uye_menu_giris_5{float:left; height:30px; padding:8px; font-size:12px; font-weight:bold; color:#000000}
.uye_menu_giris_6{float:left; width:18px; height:18px; padding:4px; margin:2px; background-color:#E9E9E9; }
.uye_menu_giris_6 img{height:18px;}
.uye_menu_giris_7{float:right; margin-bottom:-50px; border-radius: 0px 0px 5px 5px; background-color:#FFFFFF; position:relative; z-index:-10}
.uye_menu_giris_8{float:left}
.uye_menu_giris_9{float:right; margin:2px 1px 1px 1px}
.uye_menu_giris_10{float:left; padding:8px; font-size:12px; font-weight:bold; color:#000000} 
.uye_menu_giris_10 a{color:#000000}
}

@media screen and (min-width:400px) and (max-width:551px) {	
body{background-size:633px; margin-top:-10px;}
.tema{width:333px; float:none;}
.icerik{width:100%;margin:auto;}
.orta{float:left;width:333px;margin:auto; padding-bottom:10px;}
.logo{width:95px;}
.urun_orta{ width:333px;}


.ilan_list_kat{width:307px; height:287px; float:left; margin:0px 13px 27px 13px; border-color:#CCC; 
background: #fff;   }

.ilan_list_kat_6{float:left; width:100%; border:solid #e9e9e9; border-width:13px 0px 0px 13px; margin:-13px 0px 0px -13px; margin-bottom:10px;}
.ilan_list_kat_6:hover{border:solid #900; border-width:13px 0px 0px 13px;}

.ilan_list_kat_2{width:280px; margin:13px; height:173px; float:left;  background-color:#FFF;
}
.ilan_list_kat_2_x{width:280px; margin:13px; height:207px; float:left;  background-color:#FFF;}

.ilan_list_kat_2 img{ max-height:173px; max-width:280px; }
.ilan_list_kat_2_x img{ max-height:207px; max-width:280px;}
.ilan_list_kat_3{float:left; width:293px; height:93px; text-align:center; font-size:16px; font-weight:bold; margin:-7px 0px 0px 13px;  border-width:0px; vertical-align:middle;
background: #fff; color:#1; 
border: 10px solid transparent;
border-width:13px 13px 13px 0px; 
border-image:url(../modul/list/1015/bg.png) 30% round;
padding:0px 7px 0px 7px; line-height:40px;
}
.ilan_list_kat_4{float:left; width:266px; height:80px; text-align:center; font-size:15px; font-weight:bold; margin:-13px 0px 0px 13px;  border-width:0px; vertical-align:middle; padding:0px 7px 0px 7px; line-height:20px;
background: #fff; color:#1;}
.ilan_list_kat_5{float:left; width:266px; height:80px; text-align:center; font-size:16px; font-weight:bold; margin:-13px 0px 0px 13px;  border-width:0px; vertical-align:middle; padding:0px 7px 0px 7px; line-height:20px;
background: #fff; color:#1;}

.ilan_list{width:307px; height:287px; float:left; margin:0px 13px 27px 13px; border-color:#CCC; 
background: #fff;   }

.ilan_list_6{float:left; width:100%; border:solid #e9e9e9; border-width:13px 0px 0px 13px; margin:-13px 0px 0px -13px; margin-bottom:10px;}
.ilan_list_6:hover{border:solid #900; border-width:13px 0px 0px 13px;}

.ilan_list_2{width:280px; margin:13px; height:173px; float:left;  background-color:#FFF;
}
.ilan_list_2_x{width:280px; margin:13px; height:207px; float:left;  background-color:#FFF;}

.ilan_list_2 img{ max-height:173px; max-width:280px; }
.ilan_list_2_x img{ max-height:207px; max-width:280px;}
.ilan_list_3{float:left; width:293px; height:93px; text-align:center; font-size:16px; font-weight:bold; margin:-7px 0px 0px 13px;  border-width:0px; vertical-align:middle;
background: #fff; color:#000; 
border: 10px solid transparent;
border-width:13px 13px 13px 0px; 
border-image:url(../modul/list/1015/bg.png) 30% round;
padding:0px 7px 0px 7px; line-height:40px;
}
.ilan_list_4{float:left; width:266px; height:80px; text-align:center; font-size:15px; font-weight:bold; margin:-13px 0px 0px 13px;  border-width:0px; vertical-align:middle; padding:0px 7px 0px 7px; line-height:20px;
background: #fff; color:#000;}
.ilan_list_5{float:left; width:266px; height:80px; text-align:center; font-size:16px; font-weight:bold; margin:-13px 0px 0px 13px;  border-width:0px; vertical-align:middle; padding:0px 7px 0px 7px; line-height:20px;
background: #fff; color:#000;}
.uye_menu_giris_1{float:right; height:30px;   margin-bottom:-50px; border-radius: 0px 0px 5px 5px; background-color:#FFFFFF; position:relative; z-index:-10}
.uye_menu_giris_2{float:right; margin:2px 1px 2px 1px}
.uye_menu_giris_3{float:left; width:30px; height:30px}
.uye_menu_giris_4{margin:2px;  height:26px;}
.uye_menu_giris_5{float:left; height:30px; padding:8px; font-size:12px; font-weight:bold; color:#000000}
.uye_menu_giris_6{float:left; width:18px; height:18px; padding:4px; margin:2px; background-color:#E9E9E9; }
.uye_menu_giris_6 img{height:18px;}
.uye_menu_giris_7{float:right; margin-bottom:-50px; border-radius: 0px 0px 5px 5px; background-color:#FFFFFF; position:relative; z-index:-10}
.uye_menu_giris_8{float:left}
.uye_menu_giris_9{float:right; margin:2px 1px 1px 1px}
.uye_menu_giris_10{float:left; padding:8px; font-size:12px; font-weight:bold; color:#000000} 
.uye_menu_giris_10 a{color:#000000}
}	
	
	
@media screen and (min-width:551px) and (max-width:760px) {
body{background-size:950px; margin-top:-10px;}
.tema{width:500px; float:none;}
.icerik{width:100%;margin:auto;}
.orta{float:left;width:500px; margin:auto; padding-bottom:10px;}
.logo{width:95px;}
.urun_orta{ width:500px;}


.ilan_list_kat{width:230px; height:215px; float:left; margin:0px 10px 20px 10px; border-color:#CCC; 
background: #fff;   }

.ilan_list_kat_6{float:left; width:100%; border:solid #e9e9e9; border-width:10px 0px 0px 10px; margin:-10px 0px 0px -10px; margin-bottom:10px;}
.ilan_list_kat_6:hover{border:solid #900; border-width:10px 0px 0px 10px;}

.ilan_list_kat_2{width:210px; margin:10px; height:130px; float:left;  background-color:#FFF;
}
.ilan_list_kat_2_x{width:210px; margin:10px; height:155px; float:left;  background-color:#FFF;}

.ilan_list_kat_2 img{ max-height:130px; max-width:210px; }
.ilan_list_kat_2_x img{ max-height:155px; max-width:210px;}
.ilan_list_kat_3{float:left; width:220px; height:70px; text-align:center; font-size:12px; font-weight:bold; margin:-5px 0px 0px 10px;  border-width:0px; vertical-align:middle;
background: #fff; color:#1; 
border: 10px solid transparent;
border-width:10px 10px 10px 0px; 
border-image:url(../modul/list/1015/bg.png) 30% round;
padding:0px 5px 0px 5px; line-height:30px;
}
.ilan_list_kat_4{float:left; width:200px; height:60px; text-align:center; font-size:11px; font-weight:bold; margin:-10px 0px 0px 10px;  border-width:0px; vertical-align:middle; padding:0px 5px 0px 5px; line-height:15px;
background: #fff; color:#1;}
.ilan_list_kat_5{float:left; width:200px; height:60px; text-align:center; font-size:12px; font-weight:bold; margin:-10px 0px 0px 10px;  border-width:0px; vertical-align:middle; padding:0px 5px 0px 5px; line-height:15px;
background: #fff; color:#1;}

.ilan_list{width:230px; height:215px; float:left; margin:0px 10px 20px 10px; border-color:#CCC; 
background: #fff;   }

.ilan_list_6{float:left; width:100%; border:solid #e9e9e9; border-width:10px 0px 0px 10px; margin:-10px 0px 0px -10px; margin-bottom:10px;}
.ilan_list_6:hover{border:solid #900; border-width:10px 0px 0px 10px;}

.ilan_list_2{width:210px; margin:10px; height:130px; float:left;  background-color:#FFF;
}
.ilan_list_2_x{width:210px; margin:10px; height:155px; float:left;  background-color:#FFF;}

.ilan_list_2 img{ max-height:130px; max-width:210px; }
.ilan_list_2_x img{ max-height:155px; max-width:210px;}
.ilan_list_3{float:left; width:220px; height:70px; text-align:center; font-size:12px; font-weight:bold; margin:-5px 0px 0px 10px;  border-width:0px; vertical-align:middle;
background: #fff; color:#000; 
border: 10px solid transparent;
border-width:10px 10px 10px 0px; 
border-image:url(../modul/list/1015/bg.png) 30% round;
padding:0px 5px 0px 5px; line-height:30px;
}
.ilan_list_4{float:left; width:200px; height:60px; text-align:center; font-size:11px; font-weight:bold; margin:-10px 0px 0px 10px;  border-width:0px; vertical-align:middle; padding:0px 5px 0px 5px; line-height:15px;
background: #fff; color:#000;}
.ilan_list_5{float:left; width:200px; height:60px; text-align:center; font-size:12px; font-weight:bold; margin:-10px 0px 0px 10px;  border-width:0px; vertical-align:middle; padding:0px 5px 0px 5px; line-height:15px;
background: #fff; color:#000;}
.uye_menu_giris_1{float:right; height:30px;   margin-bottom:-50px; border-radius: 0px 0px 5px 5px; background-color:#FFFFFF; position:relative; z-index:-10}
.uye_menu_giris_2{float:right; margin:2px 1px 2px 1px}
.uye_menu_giris_3{float:left; width:30px; height:30px}
.uye_menu_giris_4{margin:2px;  height:26px;}
.uye_menu_giris_5{float:left; height:30px; padding:8px; font-size:12px; font-weight:bold; color:#000000}
.uye_menu_giris_6{float:left; width:18px; height:18px; padding:4px; margin:2px; background-color:#E9E9E9; }
.uye_menu_giris_6 img{height:18px;}
.uye_menu_giris_7{float:right; margin-bottom:-50px; border-radius: 0px 0px 5px 5px; background-color:#FFFFFF; position:relative; z-index:-10}
.uye_menu_giris_8{float:left}
.uye_menu_giris_9{float:right; margin:2px 1px 1px 1px}
.uye_menu_giris_10{float:left; padding:8px; font-size:12px; font-weight:bold; color:#000000} 
.uye_menu_giris_10 a{color:#000000}
.footer-basic-centered{	padding: 10px;}
.footer-basic-centered .footer-company-motto{font-size: 18px;}
.footer-basic-centered .footer-company-name{font-size: 12px;}
.footer-basic-centered .footer-links{font-size: 12px;}}

@media screen and (min-width:761px) and (max-width:1020px) {
body{background-size:1425px; margin-top:-10px;}
.tema{width:750px; float:none;}
.icerik{width:100%; margin:auto;}
.orta{float:left; width:750px; margin:auto; padding-bottom:210px;}
.logo{width:143px;}
.urun_orta{ width:750px;}


.ilan_list_kat{width:230px; height:215px; float:left; margin:0px 10px 20px 10px; border-color:#CCC; 
background: #fff;   }

.ilan_list_kat_6{float:left; width:100%; border:solid #e9e9e9; border-width:10px 0px 0px 10px; margin:-10px 0px 0px -10px; margin-bottom:10px;}
.ilan_list_kat_6:hover{border:solid #900; border-width:10px 0px 0px 10px;}

.ilan_list_kat_2{width:210px; margin:10px; height:130px; float:left;  background-color:#FFF;
}
.ilan_list_kat_2_x{width:210px; margin:10px; height:155px; float:left;  background-color:#FFF;}

.ilan_list_kat_2 img{ max-height:130px; max-width:210px; }
.ilan_list_kat_2_x img{ max-height:155px; max-width:210px;}
.ilan_list_kat_3{float:left; width:220px; height:70px; text-align:center; font-size:12px; font-weight:bold; margin:-5px 0px 0px 10px;  border-width:0px; vertical-align:middle;
background: #fff; color:#1; 
border: 10px solid transparent;
border-width:10px 10px 10px 0px; 
border-image:url(../modul/list/1015/bg.png) 30% round;
padding:0px 5px 0px 5px; line-height:30px;
}
.ilan_list_kat_4{float:left; width:200px; height:60px; text-align:center; font-size:11px; font-weight:bold; margin:-10px 0px 0px 10px;  border-width:0px; vertical-align:middle; padding:0px 5px 0px 5px; line-height:15px;
background: #fff; color:#1;}
.ilan_list_kat_5{float:left; width:200px; height:60px; text-align:center; font-size:12px; font-weight:bold; margin:-10px 0px 0px 10px;  border-width:0px; vertical-align:middle; padding:0px 5px 0px 5px; line-height:15px;
background: #fff; color:#1;}

.ilan_list{width:230px; height:215px; float:left; margin:0px 10px 20px 10px; border-color:#CCC; 
background: #fff;   }

.ilan_list_6{float:left; width:100%; border:solid #e9e9e9; border-width:10px 0px 0px 10px; margin:-10px 0px 0px -10px; margin-bottom:10px;}
.ilan_list_6:hover{border:solid #900; border-width:10px 0px 0px 10px;}

.ilan_list_2{width:210px; margin:10px; height:130px; float:left;  background-color:#FFF;
}
.ilan_list_2_x{width:210px; margin:10px; height:155px; float:left;  background-color:#FFF;}

.ilan_list_2 img{ max-height:130px; max-width:210px; }
.ilan_list_2_x img{ max-height:155px; max-width:210px;}
.ilan_list_3{float:left; width:220px; height:70px; text-align:center; font-size:12px; font-weight:bold; margin:-5px 0px 0px 10px;  border-width:0px; vertical-align:middle;
background: #fff; color:#000; 
border: 10px solid transparent;
border-width:10px 10px 10px 0px; 
border-image:url(../modul/list/1015/bg.png) 30% round;
padding:0px 5px 0px 5px; line-height:30px;
}
.ilan_list_4{float:left; width:200px; height:60px; text-align:center; font-size:11px; font-weight:bold; margin:-10px 0px 0px 10px;  border-width:0px; vertical-align:middle; padding:0px 5px 0px 5px; line-height:15px;
background: #fff; color:#000;}
.ilan_list_5{float:left; width:200px; height:60px; text-align:center; font-size:12px; font-weight:bold; margin:-10px 0px 0px 10px;  border-width:0px; vertical-align:middle; padding:0px 5px 0px 5px; line-height:15px;
background: #fff; color:#000;}
.uye_menu_giris_1{float:right; height:30px;   margin-bottom:-50px; border-radius: 0px 0px 5px 5px; background-color:#FFFFFF; position:relative; z-index:-10}
.uye_menu_giris_2{float:right; margin:2px 1px 2px 1px}
.uye_menu_giris_3{float:left; width:30px; height:30px}
.uye_menu_giris_4{margin:2px;  height:26px;}
.uye_menu_giris_5{float:left; height:30px; padding:8px; font-size:12px; font-weight:bold; color:#000000}
.uye_menu_giris_6{float:left; width:18px; height:18px; padding:4px; margin:2px; background-color:#E9E9E9; }
.uye_menu_giris_6 img{height:18px;}
.uye_menu_giris_7{float:right; margin-bottom:-50px; border-radius: 0px 0px 5px 5px; background-color:#FFFFFF; position:relative; z-index:-10}
.uye_menu_giris_8{float:left}
.uye_menu_giris_9{float:right; margin:2px 1px 1px 1px}
.uye_menu_giris_10{float:left; padding:8px; font-size:12px; font-weight:bold; color:#000000} 
.uye_menu_giris_10 a{color:#000000}
}


#cssmenu > ul > li > a {font-weight:bold; font-style:normal;}
#cssmenu > ul > li.active > a {font-weight:bold; font-style:normal;}



.son{}