@import url("font.css");
*{
	margin:0;
	padding:0;
}
html,body{
	font-family:MyriadReg;
	min-width:1100px;
}
.topBack{
	width:100%;
	min-width:1100px;
	height:192px;
	background-image:url("../images/general/headerBack.jpg");
	background-repeate:repeat-x;
}
.topGovde{
	width:1100px;
	height:192px;
	position:static;
	margin:0 auto;
}
.topGovde .topUst{
	width:1100px;
	height:30px;
}
.topGovde .topUst .topUstSol{
	width:550px;
	height:30px;
	float:left;
	margin-top:5px;
	color:#fff;
}
.topGovde .topUst .topUstSag{
	width:550px;
	height:30px;
	float:left;
	text-align:right;
	margin-top:5px;
	color:#fff;

}
.topGovde .topOrta{
	width:1100px;
	height:110px;
	padding-top:22px;
}
.topGovde .topOrta .topLogo{
	width:313px;
	height:61px;
	float:left;
}
.topGovde .topOrta .topSearch{
	width:455px;
	float:left;
	height:61px;
}
/*
.topGovde .topOrta .topSearch{
	width:455px;
	height:61px;
	float:left;
	background-image:url("../images/general/search_background.png");
	background-repeat:no-repeat;
	background-position:center;
}
.topGovde .topOrta .topSearch #search{
	border:none;
	margin: 16px 0 0 88px;
	width:248px;
	height:28px;
}
.topGovde .topOrta .topSearch #search:focus{outline:none;
}*/
.topGovde .topOrta .topLogin{
	width:332px;
	height:56px;
	float:left;
	padding-top:15px;
	color:#535353;
}
.topGovde .topOrta .topLogin .account{
	width:auto;
	padding:0 8px 0 8px;
	height:40px;
	float:right;
	position:relative;
	z-index:100000;
}

.account::after, .account::before {
    content: '';
    height: 31px;
    position: absolute;
    left: 0;
    top: 15px;
}

.account .accImg a{
	text-decoration:none;
	color:#535353;
}

/*
.account .accImg{
    border: 1px solid transparent;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-bottom: none;
	border-bottom-color: currentcolor;
	padding: 0px 10px 8px;
	cursor: pointer;
	z-index: 1000;
	position: relative;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.account:hover .accImg {
    box-shadow: 0 3px 0 -1px #fff,3px 2px 2px -2px rgba(0,0,0,.2);
    background-color: #fff;
    border-color: #c9c9c9;
	top:-10px;
	padding-top:10px;
}

.account:hover > .hlMain{
	display:block;
}

.account .hlMain {
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #fff;
    position: absolute;
    top: 41px;
	width:325px;
    right: 8px;
    display: none;
    box-shadow: 1px 2px 2px 0 rgba(0,0,0,.18);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-left-radius: 6px;
	padding:20px 20px;
	font-size:16px;
	color:#686868;
	font-family: Myriad !important;
}

.hlMain .form-horizontal .control-label{
	text-align:left;
}
.hlMain .form-horizontal .col-sm-3{
	padding-right:0px;
}*/

hr.style17 {
	border-top: 1px solid #8c8b8b;
	text-align: center;
}
hr.style17:after {
	content: '§';
	display: inline-block;
	position: relative;
	top: -14px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	transform: rotate(60deg);
}

.form-control{
	padding:0px 12px !important;
}

.form-horizontal input:-webkit-autofill{font-size: .9em;}(autofill);

.topGovde .topOrta .topLogin .basket{
	width:auto;
	padding:0 8px 0 8px;
	height:61px;
	float:right;
}
.topGovde .topOrta .topLogin .accImg img{
	padding-right:4px;
	vertical-align:middle;
}


.lang::after, .lang::before {
    content: '';
    height: 31px;
    position: absolute;
    left: 0;
    top: 15px;
}

.lang{
	position:relative;
	width:45px;
	height:61px;
	float:right;
	text-align:center;
	z-index:10000
}

.lang .langAct{
	border: 1px solid transparent;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-bottom: none;
	border-bottom-color: currentcolor;
	cursor: pointer;
	z-index: 1000;
	position: relative;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;

}

.lang:hover .langAct {
    box-shadow: 0 3px 0 -1px #fff,3px 2px 2px -2px rgba(0,0,0,.2);
    background-color: #fff;
    border-color: #c9c9c9;
	top:-10px;
	padding-top:10px;
}


.langSel{
	border: 1px solid #c9c9c9;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #fff;
    position: absolute;
    top: 34px;
	width:45px;
    display: none;
    box-shadow: 1px 2px 2px 0 rgba(0,0,0,.18);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	font-size:16px;
	color:#686868;
	font-family: Myriad !important;
	padding-top:5px;
	padding-bottom:6px;
	text-align:center;
}

.lang:hover > .langSel{
	display:block;
	position:absolute;
}

.topGovde .topAlt{
	width:1100px;
	height:52px;
	float:left;

}
.topGovde .nav{
	float:left;
	height:52px;
	position:static;
	cursor:pointer;
}

.nav .navSubMenu{
	min-height:100px;
	width:100%;
	position:absolute;
	text-align: center;
	margin-top:9px;
	left: 0;
	right: 0;
	z-index:1;
	display:none;
}

.nav ul > li:hover{
	background-color:#535353;
	color:#FFF;
}
.liNot:hover{
	background-color:inherit !important;
	color:##ff0000 !important;
}
.nsmSub ul li:hover{
	background-color:#EDEDED;
	color:#FFF;
}
	

.nav ul > li:hover .navSubMenu {
	display:block;
}

.nav .navSubMenu .nsmSub{
	padding:10px 10px 10px 10px;
}

.nav .navSubMenu .nsmSub:after {
    content : "";
    position: absolute;
    top: 0;
    left: 0;
    background-color:#000;
	background-repeat:repeat;
    width: 100%;
    min-height: 100%;
	padding-bottom:10px;
    opacity : 0.4;
    z-index: -1;
}

.nsmSub ul{
	margin:auto;
	width:1100px;
	float:none !important;
	background-color:#FFF !important;
}

.nsmSub ul li{
	background-color:#FFF;
	width:220px;
	height:80px !important;
	border:1px solid #CCC;
	background-image:none !important;
	opacity:1;
}

.nsmSub ul li:hover > .menuW{
	color:#FFF !important;

}

.nsmSub ul li .menuI{
	width:82px;
	height:78px;
	margin-top:-14px !important;
	margin-left:-18px !important;
	float:left;
}

.nsmSub ul li .menuW{
	text-align:left;
	color:#404040;
	font-size:22px;
}

.nsmSub ul li .menuW .menuInf{
	font-size:14px;
	width:100%;
	color:#9f9f9f;
}

.topGovde .homeBtn{float:left;
	background-image:url("../images/general/navBreak.png");
	background-repeat:no-repeat;
	height:52px;
	width:48px;
	padding-right:16px;
	background-position:right;
}
.topGovde .homeBtn img{
	padding:11px 0 0 6px;
	margin-top:4px;

}
.topGovde .nav ul{
	list-style:none;
	font-family:Myriad !important;
	font-size:20px;
	letter-spacing:-0.2px;
	float:left;
	color:#535353;
}
.topGovde .nav ul li{
	float:left;
	padding:14px 18px 0 18px;
	height:52px;
	background-image:url("../images/general/navBreak.png");
	background-repeat:no-repeat;
	background-position:right;
}
.topGovde .nav ul li a{
	color: #535353;
}
.topGovde .nav ul li:hover a{
	color:#FFF;
	text-decoration:none;
}
.bodyTag{
	width:1100px;
	margin:0 auto;
	padding-top:20px;
}
.banner{
	width:100%;
	height:410px;
	background-color:#cc0000;
}
.orgYazi {
	width:680px;
	height:auto;
	text-decoration:full;
	color:#4f4f4f;
	text-align:justify;
	float:left;
	font-family:PRELO-MEDIUM;
	font-size:16px;
}
.orgYazi h1{
	font-size:32px;
	font-family:PRELO-BOLD;
}
.harita {
	width:400px;
	height:auto;
	padding-left:20px;
	float:left;
}
.harita .haritaTxt{
	text-align:center;
	color:#E94C4F;
	font-size:24px;
	padding:30px 0 10px 0;
	font-family:Myriad;
	margin-bottom:25px;
}
.iconAlt1{
	width:100%;
	height:132px;
	background-color:#ededed;
	margin:24px 0 24px 0;
}
.iconAlt1 .iconHolder{
	margin-left:auto;
	margin-right:auto;
	display:table;
}
.iconAlt1 .icons{
	margin: 0 60px;
	width:200px;
	float:left;
}
.iconAlt1 .iconSet1{
	width:1100px;
	height:92px;
	padding: 20px 0 20px 0;
	margin:0 auto;
}
.iconAlt1 .iconSet1 .icons .iconsImg{
	float:left;
}
.iconAlt1 .iconSet1 .icons .iconsTxt{
	float:left;
	color:#4f4f4f;
	padding:18px 0 0 10px;
	font-size:15px;
	}
.grp1{
	width:1100px;
	margin:0 auto;
}
.grp1 .grpSol{
	width:539px;
	float:left;
}
.grp1 .grpSag{
	width:561px;
	padding-left:21px;
	float:left;
}
.grp1 .grpSol .eminOl{
	padding-bottom:7px;
}
.grp1 .grpSol .ofsetBaski{
	width:308px;
	height:295px;
	float:left;
}
.grp1 .grpSol .tanitim{
	background-image:url("../images/general/tanitimFilmi.png");
	background-position:right;
	background-repeat:no-repeat;
	width:220px;
	height:295px;
	margin-left:11px;
	float:left;
	position:relative;
}
.grp1 .grpSol .tanitim .tanLinkDiv{
	color:#fff;
	width:100%;
	text-align:center;
	position:absolute;
	top:250px;
}
.bagAlt{
	background-image:url("../images/general/bagAddBack.png");
	background-repeat:repeat-x;
	width:100%;
	height:432px;
	margin:24px 0 24px 0;
}
.bagAlt .bagAdd{
	background-image:url("../images/general/bagAdd.png");
	background-repeat:no-repeat;
	width:1100px;
	height:432px;
	margin:0 auto;
	position:relative;
}
.bagAlt .bagAdd .bagSol{
	width:600px;
	height:432px;
	float:left;
	position:relative;

}
.bagAlt .bagAdd .bagSol .solUst{
	width:447px;
	height:40px;
	position:absolute;
	color:#000;
	font-size:22px;
	text-align:center;
	top:48px;
	left:40px;

}
.bagAlt .bagAdd .bagSol .solOrta{
	width:200px;
	height:40px;
	position:absolute;
	color:#999999;
	font-size:18px;
	top:316px;
	left:29px;
	text-align:left;


}
.bagAlt .bagAdd .bagSol .solAlt{
	width:600px;
	height:40px;
	position:absolute;
	color:#fff;
	font-size:20px;
	top:378px;
	text-align:left;
	left:30px;


}
.bagAlt .bagAdd .bagSag{
	width:500px;
	height:180px;
	float:left;
	position:absolute;
	top:6px;
	color:#fff;
	left:620px;
}
.bagAlt .bagAdd .bagSag h1{
	font-size:40px;
	letter-spacing:-0.4px;
	margin:0px;
}
.bagAlt .bagAdd .bagSag span{
	font-size:24px;
	letter-spacing:-0.4px;
}
.kutKatDiv{
	width:1100px;
	margin:0 auto;
}
.kutKatDiv .kutuDiv{
	width:540px;
	height:426px;
	border:1px #ccc solid;
	float:left;
}
.kutKatDiv .katalogDiv{
	width:540px;
	height:426px;
	margin-left:16px;
	border:1px #ccc solid;
	float:left;
}
.kutKatDiv .head{
	width:540px;
	height:102px;
	background-image:url("../images/general/kutKatHeadBack.png");
	background-repeat:repeat-x;
}
.kutKatDiv .head .comm{
	float:left;
	width:412px;
}
.kutKatDiv .head .quality{
	float:left;
	padding-top:8px;
}
.kutKatDiv .head h2{
	padding: 10px 0 0 15px;
	font-family:MyRiad;
	font-size:48px;
	letter-spacing:-1px;
	color:#535353;
	margin:0px;
}
.kutKatDiv .head span{
	padding-left:15px;
	font-size:17px;
	color:#535353;
}
.kutKatDiv .divImg {

	text-align:center;
}
.kutKatDiv .btnDiv{
	text-align:center;
}
.kutKatDiv .btn {
	-moz-box-shadow: 0px 10px 14px -7px #3e7327;
	-webkit-box-shadow: 0px 10px 14px -7px #3e7327;
	box-shadow: 0px 10px 14px -7px #3e7327;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
	background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
	background-color:#77b55a;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
}

.kutKatDiv  .btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
	background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
	background-color:#72b352;
}
.kutKatDiv .btn:active {
	position:relative;
	top:1px;
}
section.newSignIn, section.loginP, section.download, section.machine{
	margin-bottom:40px;
}

section.loginP .container, section.newSignIn .container, section.newSignIn .container, section.download .container, section.machine .container{
	width:1130px;
}
section.newSignIn .next, section.newSignIn .previous, section.newSignIn .finish{
	font-size:20px;
}
section.loginP .container h3, section.newSignIn .container h3, section.download .container h3, section.machine .container h3{
	margin:35px 0px 0px;
	border-bottom:1px solid #d7d7d7;
	padding-bottom:15px;
	color:#cc0001;
	font-size:60px;
	font-family:PRELO-LIGHT;
}
section.machine .machinePark h4.title{
	color: #fff;
	padding: 8px;
	background-color: #4f4f4f;
}
section.machine .machinePark{
	margin-top:30px;
	font-family:PRELO-BOLD;
}
section.machine .machinePark .machineBox{
	width: 275px;
	height: 330px;
	padding:11px;
	border:1px solid #CCC;
	float:left;
}
section.machine .machinePark .end{
	margin-right: 0px !important;
}
.tborderNaN{
	border-top:0px !important;
}
.rBorderNaN{
	border-right: 0px !important;
}
.w276{
	width: 276px !important;
}
section.machine .machinePark .machineBox .imgBox{
	height: 230px;
	#position: relative;
	display: table;
	width: 100%;
}
section.machine .machinePark .machineBox .imgBox .imageCenter{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	#position: absolute;
	#top: 50%;
	#width: 100%
}
section.machine .machinePark .machineBox .imgBox .imageCenter .image{
	#position: relative;
	#top: -50%
}

section.machine .machinePark .machineBox .wriBox{
	text-align: center;
	color:	#4f4f4f;
	font-size:16px !important;
	height: 66px;
	#position: relative;
	display: table;
	width: 100%;
}
section.machine .machinePark .machineBox .wriBox .wriCenter{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	#position: absolute;
	#top: 50%;
	#width: 100%
}

.topLine{
	border-top: 1px solid #d7d7d7;
	padding-top:8px;
	margin-top:0px !important;
}

section.machine .machinePark .machineBox .wriBox .wriCenter .write{
	#position: relative;
	#top: -50%
}

section.machine .machinePark .machineBox h5{
	margin:0px;
	font-size:14px;
}

.ftrGen{
	margin-top:15px;
}
.ftrIcnGen{
	background-color:#ededed;
	background-image:url("../images/general/footerBack.jpg");
	background-repeat:repeat-x;
}
.ftrIcn .ftrIcnImg{
	float:left;
}
.ftrIcn .ftrIcnTxt{
	float:left;
	padding:20px 0 0 12px;
	color:#868686;
	font-size:18px;
	font-family:MyRiadReg;
}
.ftrIcnGen .ftrIcnHolder {
	width:1100px;
	height:116px;
	margin:0 auto;
	padding-top:26px;
}
.ftrIcn{
	float:left;
	padding:0 40px;
}
.ftrIcnIc{
	margin-left: auto;
	margin-right: auto;
	display: table;
}
.laciSerit{
	width:100%;
	height:34px;
	background-color:#2a3962;
}
.fotNavGen{
	background-color:#ededed;
	width:100%;
	height:auto;
}
.fotNavGen .fotNav{
	width:1100px;
	height:auto;
	margin:0 auto;
	padding-top:16px;
}
/*
.fotNav .fotNavA{
	width:214px;
	float:left;

}
.fotNav .fotNavB{
	width:458px;
	float:left;

}*/
.fotNav .fotNavB .icnScl{
	margin-top:12px;
	width:39px;
	padding:0 4px 16px 0;
	float:left;

}
.fotNav .fotNavB span{
	font-size:14px;
	color:#4f4f4f;
	font-size:12px;
	font-family:Arial;
}
.fotNav .fotNavA .fotNavGrup{
	padding-bottom:16px;
}
.fotNavGrup h3{
	font-family:Arial;
	font-weight:Bold;
	font-size:18px;
	color:#4f4f4f;
}
.fotNavGrup li{
	list-style:none;
	font-family:Arial;
	font-size:14px;
	color:#4f4f4f;
}
.dipDiv {
	width:1100px;
	height:65px;
	margin:0 auto;
}
.dipDiv .dipler{
	width:550px;
	height:65px;
	float:right;
	color:#4f4f4f;
	font-size:14px;
}
.dipDiv .dipler .sagDipTxt{
	width:300px;
	padding-right:16px;
	float:right;
	text-align:right;
	padding-top:22px;
}
.dipDiv .dipler .solDipTxt{
	width:300px;
	text-align:left;
	padding-top:15px;
}
.dipDiv .dipler .sagDipImg{
	float:right;
	width:234px;
	height:65px;
}
.urunCont{
	width:262px;
	height:427px;
	border:1px #ccc solid;
	background-color:#fff;
	float:left;
}
.urunCont .urunBas{
	height:46px;
	width:260px;
	text-align:center;
	font-family:MyRiadReg;
	font-size:26px;
	color:#9a9a99;
	margin-top:16px;
}
.urunCont .urunImg{
	width:260px;
	text-align:center;
}
.urunCont .urunTit{
	height:48px;
	background-color:#4f4f4f;
	color:#FFF;
	font-size:26px;
	padding:5px 15px;
}
.urunCont .urnInfo{
	text-align:center;
	padding:10px;
	color:#a6a6a6;
}
.urunCont .urnPrice{
	text-align:center;
	color:#18689a;
	font-size:35px;
	margin-top:-15px;
	font-weight:bold;
}
.m16Left{margin-left:16px;}
.temizle{
	clear:both;
}

.wyy{
	width:100%;
}

.cookiePoliticsNotification {
    position: fixed;
    z-index: 999;
    width: 100%;
    background-color: #e0e0e0;
    padding: 10px 60px;
    height: 80px;
    bottom: 0;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.025em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(0);
    transition: transform 0.4s;
		margin-top:60px;
}
.cookiePoliticsNotification .cbox01 {

    width: 70%;
    line-height: 18px;

}

.cookiePoliticsNotification .cbox02 {

    width: 34px;
    height: 34px;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #585555;
    color: #fff;
    border-radius: 5px;
    background-image: url(../images/icon-error.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px 10px;

}
.cookiePoliticsNotification.off {
        transform: translateY(100%);
    }
