@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,400italic,600,600italic,700);

body{
	font-family: 'Titillium Web', sans-serif;
	margin:0;
	padding:0;
	background:url(../images/slider.png)no-repeat top center;
}
ul,li,a{
	text-decoration:none;
	list-style:none;
	color:inherit;
}
strong,b{
	font-weight:bold;
}
* {
	outline: none;
}
.center{
	width:1000px;
	height:auto;
	margin:0 auto;
}
.menusidebar{
	float:left;
	width:243px;
	height: auto;
	-webkit-box-shadow: -1px 4px 18px -4px rgba(56,55,56,0.59);
	-moz-box-shadow: -1px 4px 18px -4px rgba(56,55,56,0.59);
	box-shadow: -1px 4px 18px -4px rgba(56,55,56,0.59);
	position: relative;
	z-index: 99;
}
.Bslide{
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	top: 0;
	left: 0;
}
.ortaslide{
	float:left;
	height:790px;
	width:100%;
}
.logo{
	float:left;
	width:100%;
	background:#fff;
	border-top: solid 10px #e60005;
	text-align:center;
	position: relative;
	height: 160px;
	line-height: 14;
}
.logo:before {
	content: "";
	position: absolute;
	top: -5px;
	left: 40%;
	border-top: 20px solid #e60005;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
ul.menu{
	float:left;
	width:100%;
	height: 348px;
	background: #ffffff;
}
ul.menu > li{
	float:left;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:18px;
	border-top: solid 1px #fe0006;
	border-bottom: solid 1px #ba0004;
	/* border: 1px solid; */
	position: relative;
	background: #e60005;
}
ul.menu > li:hover{
	background: #ba0004;
	transition: all ease 0.4s;
}

ul.menuz > li:after {
	background: #fff;
	content: "";
	height: 155px;
	left: -75px;
	opacity: 0.4;
	position: absolute;
	top: -50px;
	transform: rotate(35deg);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 50px;
	z-index: 1;
}

ul.menuz > li:hover:after {

	left: 120%;
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);

}

ul.menu > li > a{
	display:block;
	float: left;
	width: 100%;
	height: 100%;
	padding: 14px 0px;
}

ul.menu > li > .acilirmenu {
	display:none;
	position:absolute;
	margin:0;
	left: 243px;
	top: -71px;
	width: 380px;
	transition: all ease 0.4s;
	z-index: 99999999999999999;
}
ul.menu > li:hover > .acilirmenu{
	display:block;
}
ul.menu > li .acilirmenu .acilirmenuic{
	padding: 15px;
	width:auto;
	height: 301px;
	background-color: #fff;
	border-radius: 4px;
	float: left;
	box-shadow: -1px 4px 18px -4px rgba(56,55,56,0.59);
	margin-left: 16px;
	transition: all ease 0.4s;
}
ul.menu > li > .acilirmenu h2{
	float: left;
	font-size: 20px;
	color: #e60005;
	font-weight: 600;
	padding-bottom: 5px;
	border-bottom: 1px solid #e60005;
	width: 100%;
	margin-bottom: 5px;
	text-align: left;
}
ul.menu > li > .acilirmenu:before {
	content: "";
	position: absolute;
	top: 100px;
	left: -4px;
	border-top: 15px solid #fff;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	transform: rotate(90deg);
}
ul.menu > li  > .acilirmenu  ul{
	width: 164px;
	height: 222px;
	border-radius:10px;
	margin-top: 5px;
	float: left;
}
ul.menu > li > .acilirmenu  ul > li{
	color: #000;
	font-size: 16px;
	padding: 11px 0;
	width: 100%;
	text-align: left;
}
ul.menu > li > .acilirmenu  i{
	color: #e60005;
	font-size: 30px;
	float:left;
	margin-right:10px;
	margin-top: -6px;
}
.sosyal{
	float:left;
	font-size:14px;
	color:#8f8a86;
	font-weight: 600;
	background: #fff;
	width: 100%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: center;
	padding: 20px 0;
}
.sosyal span{
	float:left;
	width:100%;
	text-align: center;
	margin-top: 10px;
}
.sosyal a{
	margin-left:5px;
	text-align:center;
	width: 25px;
	height: 25px;
	font-size: 20px;
}
.ustkatalogbg{
	float:left;
	width: 158px;
	height: 48px;
	background:url(../images/ustkatalogbg.png)no-repeat  center;
	position: relative;
	z-index: 999;
}
.ustkatalogbg{
	float:left;
	width: 182px;
	height: 48px;
	background: url(../images/ustkatalogbg.png)no-repeat top left;
	position: relative;
	z-index: 999;
	margin-left: 4px;
}
.ustkatalogbg a{
	display:block;
	color:#fff;
	font-size: 14px;
	padding: 15px 48px;
}
.ustbg{
	float:right;
	width:410px;
	height: 48px;
	background:url(../images/ustbg.png)no-repeat  center;
	position: relative;
	z-index: 999;
}
span.headertelefon{
	float:left;
	color:#fff;
	font-size:14px;
	border-right: solid 1px #fe0006;
	padding: 10px 10px;
	margin-left: 20px;
}
span.headertelefon b{
	font-size:18px;
	font-weight:normal;
}
a.headerbizeulasin{
	float:left;
	color:#fff;
	font-size:14px;
	border-right: solid 1px #fe0006;
	border-left: solid 1px #ba0004;
	padding: 12px 25px;
}
.headerdiller{
	float:left;
	color:#fff;
	font-size:14px;
	border-left: solid 1px #ba0004;
	padding: 12px 25px;
	cursor:pointer;
	position: relative;
	z-index: 999999999;
}

.headerdiller  ul{
	position:absolute;
	margin:0;
	width: 114px;
	margin-left: -35px;
	height:auto;
	background: #e60005;
	overflow: hidden;
	padding: 0;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	transition: all 400ms ease;
	margin-top: 11px;
	-webkit-box-shadow: -1px 4px 18px -4px rgba(56,55,56,0.59);
	-moz-box-shadow: -1px 4px 18px -4px rgba(56,55,56,0.59);
	box-shadow: -1px 4px 18px -4px rgba(56,55,56,0.59);
	z-index: 99999999999;
}
.headerdiller:hover  ul{
	transition: all 400ms ease;
	opacity: 1;
	visibility: visible;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.headerdiller ul  li{
	color: #fff;
	font-size: 10px;
	padding: 10px;
	border-top: solid thin silver;
	text-align: left;
	float: left;
	width: 83%;
	font-size: 14px;
}
.headerdiller ul  li:last-child{
	border-bottom:none;
}

.headerdiller ul  li  a{
	display:block;
}
.anasayfakutular{
	float:left;
	width:100%;
	height:110px;
	margin-top: 15px;
	position: relative;
	z-index: 9;
}
.anasayfakutu{
	float:left;
	width:325px;
	height:110px;
	margin-right:12px;
}
.anasayfakutu img{
	float:left;
	width:164px;
	height:92px;
	margin:9px;
}
.anasayfakutu h2{
	float:right;
	color:#fff;
	font-size:18px;
	width: 171px;
	margin-top: 9px;
	line-height: 21px;
}
.anasayfakutu p{
	float:right;
	color:#fff;
	font-size:16px;
	width: 170px;
	margin-top: 9px;
	line-height: 21px;
	height: 70px;
}
.bizdenhaberler{
	background:url(../images/haberlerbg.png)no-repeat center;
}
.musterihizmetleri{
	background:url(../images/musteribg.png)no-repeat center;
}
.kurumsal{
	background:url(../images/kurumsalbg.png)no-repeat center;
	margin-right:0;
}
.urunlerbg{
	float:left;
	width:100%;
	margin-top: 43px;
	background:url(../images/slaytbg.png)no-repeat center;
	height:242px;
	position: relative;
	z-index: 999;
}
.urunler{
	float:left;
	width:100%;
	margin-top: 22px;
}
.urun{
	float:left;
	width: 182px!important;
	margin-right: 15px;
	text-align: center;
	background:url(../images/urunbg.png)no-repeat bottom center;
	-webkit-filter: blur(2px);
	background-position: 0 55px;
	text-align:center;
}
.urun:last-child{
	margin-right:0;
}
.urun img{
	max-width:155px;
}
.urun:nth-child(4n+1) img{
	max-width:65%;
}
.slick-center{
	width:289px!important;
	-webkit-filter: blur(0px);
	background-position: 28px 103px;
	text-align:center;
}
.slick-center img{
	float:left;
	max-width:289px!important;
	max-height: 126px;
}
.urun span{
	float:left;
	color:#fff;
	font-size: 9px;
	width: 100%;
	text-align:center;
	margin-top: 0;
	line-height: 16px;
	height: 70px;
}
.slick-center span{
	font-size: 14px;
}
footer{
	float: left;
	width: 100%;
	height: 60px;
	background: #e60005;
	position: relative;
	z-index: 9999;
	/* margin-top: 40px; */
}
.footerlogo{
	float:right;
	margin-top:-40px;
}

.copyright{
	float:left;
	width:100%;
	text-align:right;
	font-size:12px;
	color:#fff;
	margin-top:10px;
}


footer.detay{
	float: left;
	width: 100%;
	height: 380px;
	background:url(../images/detayfooterbg.png)no-repeat center;
	position: relative;
	z-index: 99;
	margin-top: 40px;
}
.footermenu{
	float:left;
	width:200px;
	margin-top: 50px;
	height: 270px;
	overflow: hidden;
}
.footermenu h2{
	font-size:16px;
	color:#494949;
	font-weight:bold;
	margin: 12px 0;
}
.footermenu ul{
	float:left;
	width:100%;
	margin-bottom: 10px;
}
.footermenu ul li{
	float:left;
	width:100%;
	font-size:14px;
	color:#494949;
	font-weight:600;
	padding: 5px 0;
}
.footermenu ul li a{
	display:block;
}
input.ebulten{

	float: left;
	padding: 10px 7px;
	border-radius: 5px;
	border: solid 1px #e4e2e2;
}
.detaycoypright{
	float:left;
	width:100%;
	text-align:center;
	font-size:12px;
	padding: 13px 0;
	color:#fff;
	font-weight:600;
}
.detaycoypright span.coyprightleft{
	float:left;
	margin-top: 21px;
}
.detaycoypright span.coyprightright{
	float:right;
	margin-top: 21px;
}
/*sayfa css */
.sayfa-header{
	float:left;
	width:100%;
	background-position:center;
	height: 200px;
}

.sayfayol{
	float:left;
	font-size:14px;
	font-weight:normal;
	color: #fff;
}
.sayfabaslik{float: left;margin-top: 116px;height: 32px;color: #2F259D;font-weight: 600;font-size: 20px;padding-top: 5px;margin-bottom: 15px;}
.sayfa-header h1{
	color:#fff;
	font-size: 20px;
	background: #3BB3C3;
	padding: 10px;
	float: left;
	margin-top: 4px;
	width: 230px;
}
.bSidebar{
	float: right;
	width: 208px;
	height: 510px;
	padding: 0 10px;
	height: 100%;
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: -1px 4px 18px -4px rgba(56,55,56,0.59);
	-moz-box-shadow: -1px 4px 18px -4px rgba(56,55,56,0.59);
	box-shadow: -1px 4px 18px -4px rgba(56,55,56,0.59);
}
.bSidebar h2 {
	float: left;
	font-size: 20px;
	color: #e60005;
	margin-bottom: 10px;
	font-weight: 600;
	padding-bottom: 5px;
	border-bottom: 1px solid #e60005;
	width: 100%;
	line-height: 32px;
	margin-top: 10px;
}
.bPageContent  h2 {
	float: left;
	font-size: 20px;
	color: #e60005;
	font-weight: 600;
	padding-bottom: 5px;
	border-bottom: 1px solid #e60005;
	width: 100%;
	margin-bottom: 5px;
}
section{
	float: right;
	width: 745px;
	position: relative;
	margin-top: 45px;
	z-index: -1;
	height: 510px;
}

h2.urunbaslik {
	float: left;
	font-size: 20px;
	color: #ff0000;
	font-weight: 700;
	padding-bottom: 5px;
	border-bottom: 1px solid silver;
	width: 110%;
	line-height: 32px;
}
.urunust{
	float:left;
	width: 100%;
	height: 228px;
	border: solid 1px silver;
	border-radius: 5px;
	margin-top: 10px;
}
.urunresim{
	float:left;
	width: 244px;
	height: 210px;
	text-align:center;
	padding: 10px;
	line-height: 22;
	overflow:hidden;
}
.urunresim img{
	max-width: 100%;
	max-height: 225px;
}
.urunaciklama{
	float:right;
	width: 193px;
	height: 228px;
	background:url(../images/urunaciklamabg.png)no-repeat center;
}
.urunisim{
	font-size:30px;
	font-weight:bold;
	color:#fff;
	float: left;
	width: 89%;
	margin: 10px;
	margin-top: 35px;
	text-shadow: 1px 1px 2px #000;
	line-height: 30px;
}
.urunaciklamaic{
	font-size:16px;
	color:#fff;
	font-weight: normal;
	float: left;
	margin: 10px;
	width: 90%;
}
.urunalt{
	float:left;
	width: 100%;
	height: 170px;
	margin-top: 10px;
}
.urunbilgisi{
	float:left;
	width: 335px;
	height: 170px;
	margin-top: 10px;
}
.urunbilgi{
	float:left;
	width: 100%;
	border-bottom:solid 1px #ebebeb;
	padding: 4px 0;
	font-size: 14px;
	color: #434040;
}
.urunbilgi span{
	float:right;
	width: 150px;
}
.urundegerlendirme{
	float:right;
	width:125px;
	height:131px;
	background:#f1f1f1;
	border-radius:5px;
	margin-top: 5px;
}
.urundegerlendirme span{
	font-size:14px;
	color:#434040;
	float:left;
	margin:10px 10px;
	margin-bottom: 1px;
}
.urunpaylas{
	float:left;
	width:100%;
	margin:10px 0;
}
.productgeri,.productileri{float: left;width: 44px;height: 44px;margin-right: 5px;border: solid 1px #d7d7d7;color: #939393;text-align: center;cursor: pointer;font-size: 26px;line-height: 38px;margin-top: -6px;position: relative;z-index: 9999999;background: #fff;}
.productgeri:hover,.productileri:hover{
	border:solid 1px #e60005;
	color:#e9322e;
}
.productsgeri{
	float: left;
	width: 88px;
	height: 44px;
	margin-right: 5px;
	border: solid 1px #d7d7d7;
	color: #939393;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	line-height: 50px;
	margin-top: -6px;
	position: relative;
	z-index: 9999999;
	background: #fff;
}
.productsgeri:hover{
	border:solid 1px #e60005;
	color:#e9322e;
}
.urunlergeri{
	float: left;
	width: 32px;
	height: 32px;
	background: url(../images/urunlergeri.png)no-repeat;
	margin-left: 5px;
	margin-top: 6px;
}
.productsgeri:hover .urunlergeri{
	background: url(../images/urunlergerihover.png)no-repeat;
}

.rating {
	unicode-bidi: bidi-override;
	direction: rtl;
	text-align: left;
	float: left;
	margin-left: 10px;
}
.rating > span {
	display: inline-block;
	position: relative;
	font-size: 18px;
	cursor: pointer;
	width: 2px;
}
.rating > span:hover,
.rating > span:hover ~ span {
	color: transparent;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
	content: "\2605";
	position: absolute;
	/* left: 0; */
	color: #ee2100;
}
.rating > span.aktif
.rating > span.aktif ~ span {
	color: transparent;
}
.rating > span.aktif:before,
.rating > span.aktif ~ span:before {
	content: "\2605";
	position: absolute;
	left: 0;
	color: #ee2100;
}
.starrating {
	unicode-bidi: bidi-override;
	direction: rtl;
	text-align: left;
	margin-top: 10px;
	float: left;
}
.starrating > span {
	display: inline-block;
	position: relative;
	width: 30px;
	font-size: 28px;
	cursor: pointer;
}
.starrating > span.aktif
.starrating > span.aktif ~ span {
	color: transparent;
}
.starrating > span.aktif:before,
.starrating > span.aktif ~ span:before {
	content: "\2605";
	position: absolute;
	left: 0;
	color: #ee2100;
}
.begeniuyari{
	float: left;
	width: 100%;
	background: #ee2100;
	color: #fff;
	padding: 10px;
	opacity: 0.5;
	display: none;
}
.starortama{
	display:none;
}
.bPage{
	float: left;
	width: 100%;
	height: 510px;
	margin: 0px;
	overflow:hidden;
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: -1px 4px 18px -4px rgba(56,55,56,0.59);
	-moz-box-shadow: -1px 4px 18px -4px rgba(56,55,56,0.59);
	box-shadow: -1px 4px 18px -4px rgba(56,55,56,0.59);
}
.sayfayol{
	font-size: 12px;
	font-weight: 600;
	float: right;
	padding: 10px;
	margin-top: 168px;
	position: relative;
	z-index: 9999;
	color: #626262;
}
.bPageContent span.haberbaslik{
	float: left;
	width: 100%;
	border-bottom: 1px solid #acacac;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 26px;
	color: #e60005;
	font-weight: 600;
	margin-top: 10px;
}
.bPageContent p.haberaciklama{
	font-size: 15px;
	font-weight: 600;
	color: #000000;
	line-height: 18px;
	margin: 10px 0;
}
.bPageContent .haberresim{
	width: 540px;
	height: 220px;
	float: left;
	text-align: center;
}
.bPageContent .haberresim img{
	max-width:100%;
	max-height: 100%;
}
.bPageContent .haberplugin{
	float:left;
	width:150px;
	margin-left:10px;
}
.bPage .habericerik{
	font-size: 12px;
	margin-bottom:60px;
	float: left;
	width: 100%;
	margin-top: 25px;
	line-height: 22px;
}
.bPageContent .haberplugin .hplugin{
	width: 140px;
	padding:10px;
	float:left;
	background:#efefef;
	margin-bottom:10px;
	line-height: 22px;
}
.bPageContent .haberplugin .socialpaylas{
	width:170px;
	padding:10px;
	float:left;
	background:none;
	margin-bottom:10px;
}
.haberplugin .hplugin .hheader{
	float:left;
	width:100%;
	font-weight:500;
	font-size: 14px;
}
.hplugin .hpdetay{
	font-size: 13px;
	float:left;
	width:100%;
}
.hpdetay a.facebook:hover{
	color:#305891;
}
.hpdetay a.twitter:hover{
	color:#2ca8d2;
}
.hpdetay a.google:hover{
	color:#ce4d39;
}
.hpdetay a.instagram:hover{
	color:#517fa4;
}
.hpdetay > a{
	float:left;
	color:#4d4d4d;
	padding: 5px;
	font-size: 16px;
	margin-top: 10px;
}
.haberfooter{
	margin-top:20px;
	float:left;
	width:100%;
}
.haberfooter .haberpaylas{
	float:left;
}

.haberfooter .haberpaylas a{
	float:left;
	margin:0 4px;
}
.haberfooter .haberokunma{
	float: right;
	color: #787878;
	font-size: 12px;
	padding: 5px;
	margin-right: 5px;
}
.bPageContent{
	margin: 15px;
	float: left;
	width: 94%;
	font-size: 14px;
	line-height: 150%;
}
.bContact{
	float:left;
	width: 100%;
	height:510px;
	position: relative;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-shadow: -1px 4px 18px -4px rgba(56,55,56,0.59);
	-moz-box-shadow: -1px 4px 18px -4px rgba(56,55,56,0.59);
	box-shadow: -1px 4px 18px -4px rgba(56,55,56,0.59);
}
.pagealtimg{
	float:left;
	width:100%;
}
.pagealtimg .altresim{
	width:250px;
	height:200px;
	float:left;
}

.pagealtimg .altresim a{
	display:block;
	float:left;
	max-width:100%;
	max-height:100%;
}
.pagealtimg .altresim a img{
	max-width:100%;
	max-height:100%;
}
.bContact h2 {float: left;font-size: 17px;color: #e60005;margin-left: 10px;margin-top: 6px;font-weight: 600;padding-bottom: 5px;border-bottom: 1px solid #e60005;width: 98%;line-height: 32px;}
.bContactinfo{
	float:left;
	width: 100%;
	padding: 15px;
	font-size: 15px;
	line-height: 26px;
}
.bContactinfo > tbody {
	margin: 15px;
	float: left;
}

.bbContactForm {
	width:97%;
	float:left;
	padding:10px;
}

.bForm {
	float:left;
	margin-left:10px;
	width: 319px;
	margin: 5px 10px 10px 25px;
}


.bForm input[type=text] ,.bForm select {
	padding: 10px 5px;
	border: 1px solid #ccc;
	background: #fff;
	color: #959595;
	width: 100%;
	border-radius: 5px;
	color: #000;
}

.bContactMesage {
	width: 855px;
	margin-left:25px;

}

.bContactMesage label, .bForm label {
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: normal;
	float: left;
	width: 100%;
}

.bContactMesage textarea {
	padding: 10px 5px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #000;
	min-width: 675px;
	max-width: 675px;
	min-height: 150px;
	max-height: 150px;
}
.bbContactFormButton{
	float: left;
	padding: 10px 20px;
	color: #FFF;
	font-size: 16px;
	border: none;
	background: #0F1E28;
	border-radius: 5px;
	font-weight: 600;
	cursor: pointer;
	margin-top: 10px;
}

/* table styles */
table.bTable {
	background: #f5f5f5;
	border-collapse: separate;
	box-shadow: inset 0 1px 0 #fff;
	font-size: 13px;
	line-height: 24px;
	text-align: left;
	width: 100%;
	float:left;
	margin-top:10px;
}

.bTable th {
	background: #AE3238;
	box-shadow: inset 0 1px 0 #999;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
	position: relative;
	text-shadow: 0 1px 0 #000;
}

.bTable th:after {
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
	content: '';
	display: block;
	height: 25%;
	left: 0;
	margin: 1px 0 0 0;
	position: absolute;
	top: 25%;
	width: 100%;
}

.bTable th:first-child {
	box-shadow: inset 1px 1px 0 #999;
}

.bTable th:last-child {
	box-shadow: inset -1px 1px 0 #999;
}

.bTable td {
	padding: 10px 15px;
	position: relative;
	transition: all 300ms;
}

.bTable td:first-child {
	box-shadow: inset 1px 0 0 #fff;
}

.bTable td:last-child {
	border-right: 1px solid #e8e8e8;
	box-shadow: inset -1px 0 0 #fff;
}

.bTable tr {
	background: #DEDEDE ;
	cursor:pointer;
}

.bTable tr:nth-child(odd) td {
	background: #f1f1f1 ;
}

.bTable tr:last-of-type td {
	box-shadow: inset 0 -1px 0 #fff;
}

.bTable tr:last-of-type td:first-child {
	box-shadow: inset 1px -1px 0 #fff;
}

.bTable tr:last-of-type td:last-child {
	box-shadow: inset -1px -1px 0 #fff;
}

.bTable tbody:hover td {
	color: #444;
}
/*table styles */
.bPageContentimg {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 15px;
}

.bPageContentimg a {
	width: 203px;
	height: 120px;
	border-radius: 5px;
	border: solid 1px #ccc;
	margin: 8px;
	float: left;
	line-height: 12;
	overflow:hidden;
	text-align: center;
	position: relative;
}
.bPageContentimg img {
	max-width: 100%;
	max-height: 200px;
	margin: auto;
}
#tab-menu {
	margin-top: 15px;
	width: 100%;
	float: left;
}
#accordion {
	margin-top: 15px;
	width: 100%;
	float: left;
}

.tab-menu a {
	background-color: #3BB3C3;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 20px;
	display: inline-block;
}
.tab-menu a.aktif {
	background-color: #62ECF5;
	color: #ffffff;
}
.tabmenuContent {
	padding: 10px;
	width: 97%;
	float: left;
	border: solid 2px #efefef;
	font-size: 12px;
}
.product-list ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.product-list ul li {
	margin: 10px;
	padding: 0;
	float: left;
}
.product-list ul li a{
	display: block;
	height: 200px;
	overflow: hidden;
	line-height: 18px;
	padding: 5px;
	background: #939598;
	background: -moz-linear-gradient(top, #939598 1%, #4d4d4d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #939598), color-stop(100%, #4d4d4d));
	background: -webkit-linear-gradient(top, #939598 1%, #4d4d4d 100%);
	background: -o-linear-gradient(top, #939598 1%, #4d4d4d 100%);
	background: -ms-linear-gradient(top, #939598 1%, #4d4d4d 100%);
	background: linear-gradient(to bottom, #939598 1%, #4d4d4d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#939598', endColorstr='lighten(#939598, 5%)', GradientType=0);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 150px;
	text-decoration: none;
}
.product-list ul li a:hover{
	background: #4BAFB9;
}


.product-list ul li a img {
	width: 150px;
	height: 140px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
}
.product-list ul li a h3 {
	margin: 5px 0;
	padding: 0;
	text-align: center;
	font-size: 18px;
	width: 100%;
	font-weight: normal;
	color: #fff;
	text-decoration: none !important;
}
.product-list ul li:hover a.detay {
	background: #faa61a;
}
.product-list ul li:hover h3 {
	color: #fff;
}
.habersayfadiv{
	float:left;
	width: 735px;
	margin-top: -48px;
}

.habersayfasidebar{
	float:right;
}
.bSidebar > ul{
	float:left;
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
}
.bSidebar > ul > li{
	float:left;
	width:91%;
	padding: 7px 11px 7px 11px;
	list-style-type: none;
	border-bottom: 1px dashed #C1DBEF;
	margin:5px 0;
}
.bSidebar > ul > li:hover{
	background-color: #e60005;
}
.bSidebar > ul > li:hover > a{
	color:#fff;
	transition:all 0.2s;
}
.bSidebar > ul > li > a{
	float:left;
	width:100%;
	color: #34556E;
	font-size: 14px;
	text-decoration: none;
}
.bSidebar > ul > li > a > img{
	width:100%;
	margin-bottom:5px;
}

.yorumpage{
	padding:10px;
	margin: 15px 10px 0 0;
}

.yorumpage span.yorumheader{
	float: left;
	width: 100%;
	padding: 10px;
	font-size: 18px;
	padding-top: 0;
	font-weight: 600;
	border-bottom: 1px solid silver;
}

.yorumalan .yorum{
	background:#f5f5f5;
	padding:10px;
	float:left;
	width:100%;
	margin-top:10px;
}
.yorumalan .yorumhata{
	text-align:center;
}
.yorumalan .yorum span.adsoyad{
	font-size:16px;
	font-weight:600;
	margin-bottom:5px;
	display:block;
}
.yorumyap{
	float: left;
	width: 100%;
	padding:20px;
}
.yorumyap i{
	font-size:60px;
	color:#d7d7d7;
	float:left;
}
p.yrm{
	font-size:14px;
}

.yorumyap .formalan{
	float:left;
	width: 588px;
	margin: 10px;
	padding-bottom: 30px;
}

.yorumyap .formalan textarea{
	color: #b6b4b0;
	font-size: 12px;
	border-radius: 2px;
	border: 1px solid silver;
	width: 100%;
	height: 120px;
	max-width:100%;
	padding: 10px;
}

.yorumyap .formalan input[type="text"]{
	color: #b6b4b0;
	font-size: 12px;
	border-radius: 2px;
	border: 1px solid silver;
	width: 408px;
	max-width:100%;
	padding: 10px;
}
.yorumyap .formalan input[type="submit"]{
	color: #000;
	font-size: 12px;
	border-radius: 2px;
	border: 1px solid silver;
	width: 176px;
	max-width:100%;
	padding: 10px;
}

.yorumyap .formalan input:focus, .yorumyap .formalan textarea:focus{
	outline:1px solid silver;
}

.cizgi{
	float:left;
	width:100%;
	padding:20px 0;
	border-bottom:1px dashed silver;
}
.tumu{
	position: absolute;
	margin-left: 327px;
	margin-top: -37px;
	display: block;
	padding: 4px 10px;
	background: #a6a6a6;
	text-decoration: none;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.tumu a{
	display: block;
	color: #fff;
	text-decoration:none;
}
.bPageHaberler{
	width: 93%;
	margin:10px auto;
	border:1px solid silver;
	padding:13px;
	float: left;
}
.bPageHaberler h4{
	color:#ec1d23;
}
.bPageHaberler h4 span{
	float: right;
	width: 70px;
	font-size:12px;
	margin-left:10px;
}
.bPageHaberler p{
	margin:10px 0 10px 0;
	height: 89px;
	overflow: hidden;
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 19px;
}
.bPageHaberlerresim{
	float:left;
	width:250px;
	overflow:hidden;
	margin-top: 11px;
}
.bPageHaberlerresim img{
	width:250px;
	max-height: 135px;
}
.bPageHaberleraciklama{
	float:right;
	width: 390px;
}
.pageforms{
	float:left;
	width:100%;
	margin-top:10px;

}
.pageform {width: 350px;font-size: 14px;float: left;min-height: 80px;}


.pageform input[type=text] ,.pageform select {
	padding: 10px 5px;
	border: 1px solid #ccc;
	background: #fff;
	color: #959595;
	width: 90%;
	border-radius: 5px;
	color: #000;
	float: left;
	margin-top: 10px;
}
.pagetextarea{
	padding: 10px 5px;
	border: 1px solid #ccc;
	background: #fff;
	color: #959595;
	max-width: 95%;
	min-width: 95%;
	max-height:100px;
	min-height:100px;
	border-radius: 5px;
	color: #000;
}
.pageform label{
	font-size: 14px;
	width: 100%;
	float: left;
	font-weight: bold;
	margin: 5px 0;
}
.pageform input[type=radio],.pageform input[type=checkbox] {
	margin:5px;
}

.urunpage{
	float: left;
	width: 215px;
	height: 145px;
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
	border-radius: 5px;
	margin-top: 10px;
}
.urunpage:nth-child(3n + 3){
	margin-right:0;
}
.urunpageimg{
	margin-right:0;
}
.urunpageimg{
	float: left;
	width: 100%;
	height: 111px;
	overflow: hidden;
	text-align: center;
	line-height: 14;
	border: solid 1px silver;
	border-radius: 5px;
}
.urunpageimg img{
	max-width: 92%;
	max-height: 100px;
	margin: 0px auto;
}
.urunadpage{
	float: left;
	width: 100%;
	height: 52px;
	font-size: 14px;
	padding: 0px 1px;
	top: 115px;
	overflow: hidden;
	font-weight: 600;
	text-align: center;
}

.urunadpage > i{
	float: right;
	margin-top: 15px;
	margin-right: 10px;
}
.urunpage a{
	color: #626262;
}

.detaysayfa{
	float:left;
	width:100%;
}

a.urundetay{
	display:block;
	border-radius:100px;
	margin-bottom:10px;
	float: left;
	width: 334px;
	border: solid 1px #ccc;
	height: 209px;
	margin: 8px;
	border-radius: 5px;
	padding: 6px;
}
a.urundetay:nth-child(1), a.urundetay:nth-child(4){
	margin-top:0;
}
a.urundetay:nth-child(2n + 2){
	margin-right:0;
}
a.urundetay:hover{
	border: 1px solid #fff;
	box-shadow: 0 0 5px #C1C1C1;
	background: #f2f2f2;
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #ffffff 36%, #f6f6f6 100%);
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ffffff 36%,#f6f6f6 100%);
	background: linear-gradient(to bottom,  #f2f2f2 0%,#ffffff 36%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f6f6f6',GradientType=0 );
	transition: 0.4s ease all;
}
a.urundetay img{
	width: 140px;
	height: 140px;
	margin: 4px;
	border-radius: 50%;
	border: 3px solid #004C5F;
	float:left;
}
a.urundetay .listimg{
	float:left;
	width: 160px;
	border-right:1px solid #a6a6a7;
	height:160px;
	margin-top:20px;
}
a.urundetay h1{
	float: right;
	font-size: 16px;
	width: 160px;
	margin: 0;
	margin-top: 20px;
	color: #006868;
	font-weight:bold;
	padding-left: 5px;
	height: 37px;
	overflow: hidden;
}

a.urundetay p{
	float: right;
	width: 156px;
	color: #000;
	margin-left:10px;
	height: 93px;
	font-size: 13px;
	overflow: hidden;
	padding-left: 5px;
	padding-top: 5px;
}
span.detaybtn{
	float:right;
	padding:4px 10px;
	border-radius: 4px;
	background: #004C5F;
	line-height:125%;
	margin-right: 10px;
	color: #fff;
}
.kataloglar{
	padding: 10px;
	width: 100%;
	float: left;
	margin: 0 10px;
}
.kataloglar .katalog-list{
	width:225px;
	height:auto;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}
.katalog-list .kheader{
	padding:10px;
	background:#3E9278;
	border-top: 2px solid #fff;
}
.katalog-list .kheader h3{
	margin:0;
	font-size:16px;
	color:#fff;
}

.katalog-list .kcontent{
	position:relative;
}

.katalog-list .kcontent img{
	width:100%;
}
.kcontent .kbutonlar{
	visibility: hidden;
	float:right;
	width:100%;
	height:100%;
	background:rgba(68, 68, 68, 0.87);
	opacity: 0;
	transition: visibility 0.5s, opacity 0.5s linear;
	position:absolute;
	right:0;
	top:0;
}
.kcontent:hover .kbutonlar{
	visibility: visible;
	opacity: 1;
}

.kbutonlar a{
	text-decoration: none;
	color: #fff;
	padding: 26px;
	text-align: center;
	float: left;
	margin-top: 62px;
}
.kbutonlar a:hover{
	color:#3E9278;
}
.kbutonlar a i{
	float:left;
	width:100%;
	text-align:center;
}
.bPage table {
	background: #f5f5f5;
	border-collapse: separate;
	box-shadow: inset 0 1px 0 #fff;
	font-size: 13px;
	line-height: 24px;
	text-align: left;
	width: 100%;
	float:left;
	margin-top:10px;
}

.bPage table th {
	background: #e50101;
	box-shadow: inset 0 1px 0 #999;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
	position: relative;
	text-shadow: 0 1px 0 #000;
}

.bPage table th:after {
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
	content: '';
	display: block;
	height: 25%;
	left: 0;
	margin: 1px 0 0 0;
	position: absolute;
	top: 25%;
	width: 100%;
}

.bPage table th:first-child {
	box-shadow: inset 1px 1px 0 #999;
}

.bPage table th:last-child {
	box-shadow: inset -1px 1px 0 #999;
}

.bPage table td {
	padding: 2px 7px;
	position: relative;
	transition: all 300ms;
	border-right: solid 1px white;
	font-size: 14px;
	font-weight: 600;
	border-bottom: 1px solid #fff;
}

.bPage table td:first-child {
	box-shadow: inset 1px 0 0 #fff;
	/* border-bottom: 1px solid #fff; */
}

.bPage table td:last-child {
	border-right: 1px solid #e8e8e8;
	box-shadow: inset -1px 0 0 #fff;
}

.bPage table tr {
	background: #E6E6E6;
	cursor:pointer;
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.bPage table tr:nth-child(odd) td {
	background: #f1f1f1;
	/* border-bottom: 1px solid #fff; */
}

.bPage table tr:last-of-type td {
	box-shadow: inset 0 -1px 0 #fff;
}

.bPage table tr:last-of-type td:first-child {
	box-shadow: inset 1px -1px 0 #fff;
}

.bPage table tr:last-of-type td:last-child {
	box-shadow: inset -1px -1px 0 #fff;
}

.bPage table tbody:hover td {
	color: #444;
}
.sayfaicerik{
	float:left;
	width:100%;
	height:456px;
}
.temelbilisim{
	float:left;
	width:100%;
	text-align:center;
	padding: 20px 0;
}

.acikpozisyonlar{
	float:left;
	width: 99%;
	margin-top: 49px;
}
.acikpozisyon{
	float:left;
	width: 96%;
	/* background: #f1f1f1; */
	padding: 10px;
	border-radius: 5px;
	margin-top: 10px;
	border: solid thin #f1f1f1;
}
.acikpozisyonad{
	float:left;
	width:100%;
	color: #423a2e;
	font-size: 17px;
	font-weight: bold;
	border-bottom: solid thin;
	padding-bottom: 10px;
}
.acikpozisyonaciklama{
	float:left;
	width:100%;
	font-size: 14px;
	margin: 14px 0;
}
.acikpozisyonacisayisi{
	float:left;
	margin-top: 12px;
	font-size: 15px;
	background: #e60105;
	color: #fff;
	padding: 5px 20px;
}
.acikpozisyondetaylar{
	float: right;
	background: #e60105;
	color: #fff;
	font-size: 18px;
	padding: 15px;
}