@font-face {
    font-family: fontcalibri;
    src: url(calibri.ttf);
}

* {
  margin: 0px;
  padding: 0px;
  font-family: fontcalibri;
  
}

html,
body,
header,
article,
footer{
  display: block;
  width: 100%  !important;
  font-family: fontcalibri;
}

body {

}

ul, li {
	list-style: none;
}

a {
/*	color:#4c4c4c;*/
	outline: none;
	text-decoration: none;
}

header {
	height: 127px;
	overflow: hidden;
}

header > .header {
	margin:0 auto;
	width: 980px;
	position: relative;
}

header > div div.logo {
	position: absolute;
	top:33px;
	left:0px;
	text-align:center;
	width: 250px;
	height: 94px;
	background: #dbc5ac;
	overflow: hidden;

}

header div.logo > div.logo-resim {
	margin: 10px 0px;
	height: 74px;
	width: 250px;
}


header >div  div.ustmenu {
	background: #feefdf;
	margin:0 auto;
	width: 980px;
	height: 33px;
}

header >div  div.ustmenu > ul {
	margin:0 auto;
	width: 250px;
	text-align:left;
	float: left;
}
header >div  div.ustmenu > ul.lang {
	float:right;
	text-align:right;
}
header >div  div.ustmenu > ul.lang a:first-child::before {
	content: ""
}
header >div  div.ustmenu > ul.lang a::before {
	content: "/";
	font-size:8pt;
	line-height: 33px;
}
header div.ustmenu > ul a li {
	color:#7a0000;
	display:inline-block;
	float:none;
	line-height: 33px;
	padding: 0px 10px;
	font-size:8pt;		
}

header > div.ustmenu > ul a li:hover  {
	color:#ec1a29;
}

header > div div.anamenu {
	padding-left:250px;
	height: 55px;
	background: #dbc5ac;
}

header > div.anamenu > ul {
	margin:0 auto;
	width: 980px;
	text-align:center;
	background: #dbc5ac;
}

header div.anamenu > ul a li {
	color:#7a0000;
	display:inline-block;
	float:none;
	line-height: 55px;
	padding: 0px 10px;
	font-size:13pt;
}


header > div.anamenu > ul a li:hover  {
	color:#ec1a29;
}


article {
	position: relative;

}

nav {
	position: absolute;
	top:0px;
	width: 100%;
	height: 104px;
	
	background-size:cover; 
    -webkit-box-shadow: 0px 7px 8px -2px #9d9d9d;
    -moz-box-shadow: 0px 7px 16px -2px #9d9d9d;
    box-shadow: 0px 5px 12px -2px #9d9d9d;
	
}
article > div.article {
	margin:0 auto;
	width: 980px;

}
article > div div.onrezervasyon {
	padding: 10px;
	width: 230px;
	height: 230px;
	background: #7a0000;
	float:left;
}
article > div div.onrezervasyon input,
.content > form center div input
 {
	border:0px;
	background: #f0e6da;
	font-size: 9pt;
	padding: 5px;

}
article > div div.onrezervasyon select,
.content > form center div select {
	border:0px;
	background: #f0e6da;
	font-size: 12pt;
	padding: 5px;

}

article > div div.content {
	float:left;
	padding: 10px;
	margin: 0px 10px 0px 40px;
	width: 655px;
	height: 390px;
	max-height: 390px;
	background:rgba(255,255,255,0.7);
	border:1px solid #fff;
}
article > div div.content-page {
	float:left;
	padding: 35px 10px 10px 10px;
	width: 100%;
	background:rgba(255,255,255,1);
	
}
/* anasayfa */
div.contenthome {
	position: left;
	width: 980px;
	right:0px;
	padding: 30px 18px 30px 18px;
	margin: 0 auto;
	z-index: 99999;
}
div.contenthome > .box {
	
	width: 310px;
	height: 130px;
	display: inline-block;
	margin:0px 5px;
	background: #6d1d1d;	
	-webkit-box-shadow: 3px 3px 4px 0px rgba(74,74,74,0.45);
	-moz-box-shadow: 3px 3px 4px 0px rgba(74,74,74,0.45);
	box-shadow: 3px 3px 4px 0px rgba(74,74,74,0.45);
}
div.contenthome > .box img{
	width: 130px;
	height: 130px;
	float:left;
}
div.contenthome > div.box div{
	float:left;
	padding: 15px;
	color:#fff;
}
div.contenthome > div.box div > p{
	color:#b5b5b5;
	font-size:12pt;
	width:150px;
	
}
/* özellikler */



/* urunler */

article > div.content-alt {
	padding: 0px 18px;
	margin: 0 auto;
	width: 944px;
	height: 56px;
	background:#fff;
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	line-height: 56px;
}
div.content-alt > .news {
	float:left;
	width: 744px;
	margin-right:60px;	
}

div.content > h2 {
	color:#ec1a29;
	padding-bottom:10px;
	font-size:25px;
	display: block;
}

div.content > div.content-all {
	border-top:1px solid #a8a8a8;
	overflow: hidden;
	padding-bottom:25px;
	min-height: 500px;
}

div.content-all > .kategoriler {
	margin-top:50px;
	width: 469px;
	display: inline-block;
	text-align: center;
}
div.content-all > .kategoriler  a{
	color:#4c4c4c;
}
div.content-all > .kategoriler p {
	font-size:18pt;
}

div.content-all > .pageleft {
	margin-top:50px;
	width: 369px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
div.content-all > .pagecontent {
	margin:50px 50px 50px 0px;
	width: 519px;
	display: inline-block;
	
}
.referanslar {
	float:left;
	background: url('../img/referanslar.jpg') no-repeat;
	width: 229px;
	height: 86px;
	margin: 14px 18px;
	padding: 25px 0px 0px 0px ;
	text-align: center;
	line-height: 30px;
	font-size:18pt;
	text-transform: uppercase;
	
}
div.content-all > .iletisimadres {
	margin: 0px 50px;
	padding: 31px 0px 25px 0px;
	border-bottom:1px solid #a8a8a8;
}
div.content-all > .iletisimadres h3 {
	color:#ec1a29;

}
div.content-all > .iletisimadres .iadres {
	display: inline-block;
	width: 450px;
	vertical-align: top;
}
div.content-all > .iletisimadres .iharita {
	display: inline-block;
	width: 387px;
}
.icmenu {	
	border-right:1px solid #d7d7d7;
	float:left;
	width: 206px;
	height: 100%;
	min-height: 500px;
	
	
}

.icmenu ul.men {
	float: left;
	width: 100%;
	height: 100%;
}

.icmenu ul.men li {

	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
	background: #e4e4e4;
	height: auto;
	line-height: 37px;
	color:#ec1a29;
	font-size:18px;
	display: block;
	padding-left: 15px;
	background: url('../img/icmenubg.jpg') repeat-x

}
.icmenu ul.men a{ 
	color:#4c4c4c;
	margin-left:10px;
}

.icmenu ul.men a.select { 
	color:#ec1a29;

}
.icmenu ul.men a:hover.select,
.icmenu ul.men a:hover{ 
	color:#c2c2c2;
}


.icmenu ul.men li ul {
	padding-left:-30;
	width: 100%;
}

.icmenu  ul.men li  ul li {
	padding:0px;
	margin-left:10px;
	background: #eaeaea;
	line-height: 25px;
	display: block;
	height: auto;
	font-size:16px;

	
}

.icmenu  ul.men li  ul li.sel {

}
.icmenu  ul.men li  ul li.kurun {
	
	background: #fff;
	height: auto;
	line-height: 25px;
	border-bottom:1px solid #d7d7d7;
}
.icmenu  ul.men li  ul a {
	color:#4c4c4c;
	background: #fff;
	height: auto;
	line-height: 25px;
	
}
.icmenu  ul.men li  ul a:hover {
	color:#d6d6d6;
}




.icmenu  ul.men li ul a li.kurun {
	color:#4c4c4c;
	background: #fff;
	height: auto;
	line-height: 25px;
}
.icmenu  ul.men li  ul  li:hover {
	color: #eaeaea !important;
	
}

.icmenu  ul.men li ul.ozellik {
	display:none;
}

.icmenu  ul.men li ul li p {
	display: block;
	line-height: 25px;
	padding-left: 15px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	color:#5d5d5d;
	background: #eaeaea;	
}
.icmenu  ul.men li ul li p:hover {
	color:#737373;
	background: #f0f0f0;	
}
.fabrika-icerik {
	
	float:left;
	width: 100%;
	overflow: hidden;
	padding:40px 0px;  
}
.fabrika-slide {
	float:left; 
	width:213px;
	margin: 10px;
}
.icerik {
	
	float:left;
	width: 631px;
	height: auto;
	overflow: hidden;
	padding:40px 50px;  
}
.icerik > .urun {
	
	position: relative;
	float: left;	
	margin: 0px 18px 5px 18px ;
}
.icerik > .urun a {
	color:#4c4c4c;
}
.icerik > .urun img {
	display: block;
	width: 120px;
	height: 120px;
}

.icerik > .urun span {
	display: block;
	width: 100%;
	text-align: center;
	
}

/* footer */
footer {
	height: 55px;
	background:#2d2d2d; border-top:10px solid #343434
}
footer > div .social {
	float:left;
	width: 120px;

	
}
footer > div .social img {
	margin:-5px 5px 0px 5px;
	display: inline;
}
footer > div .social img:hover {
	opacity: 0.6;
}
/* üyelik formu */
div.uyelikformu input[type=submit],
div.uyelikformu input[type=password], 
div.uyelikformu input[type=text] {
	padding: 5px;
	margin: 5px;
}
/* teknik veri*/
table.teknikveri1 {
	width: 650px;

}

table.teknikveri1 tr td,
table.teknikveri2 tr td, 
table.teknikveri3 tr td  {
	border:1px solid #a7a6a5;
	vertical-align: middle;
	text-align: center;
	padding: 3px;
}
table.teknikveri2 {
	width: 400px;
}

table.teknikveri3 {
	width: 400px;
}

table.teknikveri1 tr:first-child td:first-child,
table.teknikveri2 tr:first-child td:first-child,
table.teknikveri3 tr:first-child td:first-child {
    -moz-border-radius-topleft:10px;
    -webkit-border-top-left-radius:10px;
    border-top-left-radius:10px
}

table.teknikveri1 tr:first-child td:last-child,
table.teknikveri2 tr:first-child td:last-child,
table.teknikveri3 tr:first-child td:last-child {
    -moz-border-radius-topright:10px;
    -webkit-border-top-right-radius:10px;
    border-top-right-radius:10px
}
/* animation */
div.content-all > .kategoriler:hover img {
 animation: animationFrames ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
  -moz-animation: animationFrames ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}
 
@keyframes animationFrames{
  0% {
    transform:  scaleX(1.00) ;
  }
  50% {
    transform:  scaleX(0.00) ;
  }
  98% {
    transform:  scaleX(1.00) ;
  }
  100% {
    transform:  scaleX(1.00) ;
  }
}
 
@-moz-keyframes animationFrames{
  0% {
    -moz-transform:  scaleX(1.00) ;
  }
  50% {
    -moz-transform:  scaleX(0.00) ;
  }
  98% {
    -moz-transform:  scaleX(1.00) ;
  }
  100% {
    -moz-transform:  scaleX(1.00) ;
  }
}
 
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform:  scaleX(1.00) ;
  }
  50% {
    -webkit-transform:  scaleX(0.00) ;
  }
  98% {
    -webkit-transform:  scaleX(1.00) ;
  }
  100% {
    -webkit-transform:  scaleX(1.00) ;
  }
}
 
@-o-keyframes animationFrames {
  0% {
    -o-transform:  scaleX(1.00) ;
  }
  50% {
    -o-transform:  scaleX(0.00) ;
  }
  98% {
    -o-transform:  scaleX(1.00) ;
  }
  100% {
    -o-transform:  scaleX(1.00) ;
  }
}
 
@-ms-keyframes animationFrames {
  0% {
    -ms-transform:  scaleX(1.00) ;
  }
  50% {
    -ms-transform:  scaleX(0.00) ;
  }
  98% {
    -ms-transform:  scaleX(1.00) ;
  }
  100% {
    -ms-transform:  scaleX(1.00) ;
  }
}