@import "font.css";
@import url(https://fonts.googleapis.com/css?family=Titillium+Web);
body{
	font-family: 'Conv_built titling rg';
    margin:0;
    padding:0;
}
ul,li,a{
	text-decoration:none;
	list-style:none;
	color:inherit;
}
strong,b{
	font-weight:bold;
}
* {
    outline: none;
}
header{
	float:left;
	width:100%;
	background:#000;
	height: 100px;
	position: relative;
}
.Bslide{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
    z-index: -1;
}
.Bslide img{
	width:100%;
	height:100%!important;
}
.slide{
background-size:cover!important;
	width:100% !important;
	min-height:100%!important;
}

.center{
	width: 1000px;
	height: auto;
	margin:0 auto;
}
.diller{
	float:left;
	width:100%;
	margin-top: 15px;
}
.diller a{
	float:right;
	font-size:22px;
	color:#808285;
}
.diller a.aktif{
	color:#fff;
}
.arama{
	float: right;
	margin-top: 15px;
}
.arama input[type=text]{
	float:left;
	font-size: 18px;
	border:solid thin #808285;
	padding: 5px;
	background: none;
	color: #fff;
}
.arama i{
	float:left;
	font-size: 18px;
	color:#fff;
	background:#000;
	border-top:solid thin #808285;
	padding: 7px 11px;
}
.logo{
	width: 369px;
	height: 155px;
	background: url(../images/logobg.png)no-repeat bottom center;
	margin:0 auto;
	text-align: center;
	line-height: 8;
    position: relative;
    z-index: 99;
}
ul.menu{
	float:left;
	margin-left: 200px;
	margin-top: 285px;
	width: 588px;
	border-bottom: solid thin #000;
	padding-bottom: 21px;
}
ul.menu li{
	float:left;
	font-size:30px;
	color:#fff;
	text-align:center;
	padding:18px;
	margin-right:5px;
	background: rgba(0,0,0,0.3);
	width: 155px;
	height: 177px;
	position:relative;
}
ul.menu li span{
	margin-top: 15px;
	float: left;
	text-align: center;
	width: 100%;
}
ul.menu li.aktif{
	color:#000;
	background:#fff;
}

ul.menu li:hover:before {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 41%;
    border-bottom: 10px solid #333332;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
ul.menu li a{
	display:block;
	
	
}
ul.menu li a img{
	width: 155px;
	height: 127px;
	
	
}

footer{
	float:left;
	width:100%;
	background:#000;
	height: 100px;
	font-size:18px;
	color:#fff;
	text-align:center;
	margin-top: 185px;
	padding-top: 24px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: normal;
	position:relative;
	z-index:9;
}
.sosyal{
	margin: 0 auto;
	margin-top: 25px;
	text-align: center;
	width: 128px;
}
.sosyal a{
	float:left;
	width:25px;
	height:25px;
	border-radius:50%;
	border:solid thin #66686a;
	color:#66686a;
	text-align:center;
	display:block;
	margin-right: 5px;
	line-height: 26px;
}
.sayfa{
	padding-bottom: 0!important;
	margin-top: 0;
}
.sayfabg{
	float:left;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: auto;
	padding-bottom: 100px;
}
h1.sayfabaslik{
	text-align:center;
	color:#fff;
	font-size:30px;
	margin-top: 75px;
	margin-bottom:20px;
	
}
.sayfaicerik{
	float:left;
	font-family: 'Titillium Web', sans-serif;
	width:100%;
	min-height:275px;
	color:#fff;
	font-size:15px;
	line-height: 18px;

}

.product-list ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.product-list ul li {
  margin: 10px 9px;
  padding: 0;
  float: left;
}
.product-list ul li a{
	display: block;
	min-height: 270px;
	overflow: hidden;
	line-height: 18px;
	border-radius: 4px;
	width: 315px;
	text-decoration: none;
	text-align: center;
}



.product-list ul li  img{
    max-width: 260px;
    max-height: 230px;
    padding: 10px;
    border: solid thin #636155;
}
.product-list ul li a h3 {
	font-family: 'Conv_built titling rg';
	text-align: center;
	font-size: 30px;
	width: 92%;
	font-weight: normal;
	color: #fff;
	text-decoration: none !important;
	line-height: 18px;
	padding: 11px;
}
.harita{
	padding: 10px;
	border: solid thin #636155;
	float:left;
	width: 448px;
	height: 235px;
}
.bContactinfo{
	float:left;
	width: 470px;
	padding:15px;
	font-size: 15px;
	line-height: 21px;
	margin-top: 2px;
}
.bContactinfo > tbody {
	margin: 15px;
    float: left;
}
 
.bbContactForm {
    width: 460px;
    float: right;
    padding:10px;
	
    border-left: solid thin #636155;
    padding-left: 10px;
    font-family: 'Conv_built titling rg';
}
.bbContactForm h2{

    padding-left: 30px;
    font-family: 'Conv_built titling rg';
	font-size:20px;
	margin-bottom:10px;
}

.bForm {
	float:left;
	margin-left:10px;
	width: 425px;
	margin: 5px 10px 10px 25px;
	margin-top: 6px;
	
}


.bForm input[type=text] ,.bForm select {
    padding: 10px 5px;
    border: none;
    background: #000;
    color: #959595;
    width: 397px;
    color: #fff;
    padding: 6px 13px;
    font-size: 15px;
}

.bContactMesage {
    width: 100%;
    margin-left:25px;
}

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

.bContactMesage textarea {
    padding: 10px 5px;
    border: none;
    background: #000;
    width: 88%;
    color: #fff;
    min-width: 88%;
    max-width: 88%;
    min-height: 130px;
    max-height: 130px;
    font-size: 15px;
    padding: 10px;
}
.bbContactFormButton{
	float: right;
	color: #FFF;
	font-size: 18px;
	border: none;
	background: none;
	border-radius: 5px;
	font-weight: 600;
	cursor: pointer;
	font-family: 'Conv_built titling rg';
	}
img.urunresim{
	float:left;
    width: 270px;
    padding: 10px;
    border: solid thin #636155;
}

#tab-menu {
  width: 660px;
  float: right;
}
.tab-menu a {
	color: #808285;
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
	padding: 10px 5px;
	display: inline-block;
	float: right;
}
.tab-menu a.aktif {
  color: #ffffff;
}
.tabmenuContent {
  padding: 10px;
  width: 100%;
  float: left;
}
h2.uruntabbaslik{
	
	font-family: 'Conv_built titling rg';
	color:#fff;
	font-size:30px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.bPageContentimg {
    float: left;
    width: 100%;
  height: auto;
  margin-top: 15px;
}

.bPageContentimg a {
    width:160px;
    height: 160px;
    padding: 10px;
  
    float: left;
    
    overflow:hidden;
    text-align: center;
    position: relative;
}
.bPageContentimg img {
    max-width: 155px;
    max-height: 145px;
    padding: 10px;
    border: solid thin #636155;
}