﻿@import url("font.css");
*{
	margin:0;
	padding:0;
}
.headCont{
	height:138px;
	width:100%;
	background-image:url(../items/index_01.png);
	background-repeat:repeat-x;
	position: fixed;
	top: 0px;
	z-index: 10000;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.36);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.36);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.36);
}
.headCont .headSmlCont{
	width:1100px;
	height:138px;
	margin:auto;
}
.topCont{
	width:100%;
	height:8px;
	background-image:url(../items/index_04.png);
	background-repeat:no-repeat;
}
.topCont .altiDonIcom{
	
	padding-left:360px;
}
.bottomCont{
	width:1100px;
	height:129px;
	background-image:url(../items/motif.png);
}
.bottomCont .alLogo{
	padding-top:16px;
	height:113px;
	width:252px;
	float:left;
}
.bottomCont .rightCont{
	width:848px;
	height:129px;
	float:left;
}
.rightCont .rightTop{
	width:848px;
	height:50px;
	margin-top:20px;

}
.rightTop .phone{
	float:right;
}
.rightTop .lang{
	float:right;
}



.menuler{
	width:848px;
	margin-top:18px;
	height:41px;
	position:relative;
}



.menuler ul{
	list-style:none;
	padding-bottom:0;
	margin:0;
	position:absolute;
	right:0;
}
.menuler ul li{
	font-size:18px;
	font-family: 'NEOSANSPROMEDIUM';
	background-image:url(../items/btnBreak.png);
	background-repeat:no-repeat;
	background-position:left;
	color:#875806;
	padding:0px 15px 0 15px;
	float:left;
	text-align:left;
	letter-spacing:-0.5px;
}

.menu{
	list-style:none;
	padding-bottom:0;
	margin:0;
}

.menu li{
	font-size:18px;
	font-family: 'NEOSANSPROMEDIUM';
	color:#875806;
	text-align:left;
	letter-spacing:-0.5px;
}



.menuler ul li a, .contact a, .menu li a{
	text-decoration: none;
	color:#875806;
}

.menuler ul li a:hover, .menu li a:hover{
	text-decoration: underline;
}

.menuler ul li:first-child{
	background-image:none !important;
	
}
.menuler ul li:last-child{
	padding-right:0 !important;
	
}


/* Burdan yukarısı top.php--------------------------------------------------------------------------*/
.topFixedSpace{
	height:139px;
}
.goldCmt{
	width:100%;
	height:140px;
	text-align:center;
	background-color:#ac8542;
	margin-top:1px;
}
.plcCont{
	width:1100px;
	height:auto;
	margin: auto auto 32px auto;

}
.palceInfo{
	width:511px;
	margin-top:36px;
	float:left;
}
.palceInfoRight{
	float:right !important;
}
.palceInfo h1{
	font-size:32px;
	font-family: 'SWZ721L';
	color:#875806;
	letter-spacing:-0.8px;
}
.palceInfo h2{
	font-size:18px;
	font-family: 'SWZ721L';
	color:#333333;
	margin-bottom:12px;
	
}
.slider{
	/*position:absolute;
	top:139px;*/
}
.sliderShadow{
	background-image:url(../items/sliderShadow.png);
	background-repeat:repeat-x;
	width:100%;
	height:81px;
	position:absolute;
	top:139px;
	z-index:5000;
}
.sldrTitle{
	font-size:60px;
	font-family: 'SWZ721L';
	letter-spacing:-2px;
	padding-left:30px;
}
.sldrExpl{
	font-size:32px;
	font-family: 'SWZ721L';
	letter-spacing:-1px;
	padding-left:30px;
	padding-bottom:8px;
}
/* BURDAN YUKARISI INDEX.php-----------------------------*/

.footer{
	background-image:url(../items/footerBackground.png);
	background-repeat:repeat-x;
	width:100%;
	min-height:180px;
}

.mt40{margin-top:40px !important;}
.mt20{margin-top:20px !important;}
.mb40{margin-bottom:40px !important;}
.mb20{margin-bottom:20px !important;}
.mb10{margin-bottom:10px !important;}
.mr10{margin-right: 10px !important;}
.pl30px{padding-left:30px !important;}

.clear{
	clear:both;
}

.container{
	width:1100px;
	height:auto;
	margin: auto auto 32px auto;
}

.NEOSANSPROREGULAR{font-family: NEOSANSPROREGULAR !important;}
.SWZ721L{font-family: SWZ721L !important;}
.MyriadReg{font-family: MyriadReg !important;}

.col4{
	width: 33%;
	box-sizing: border-box;
	padding: 15px;
	float: left;
}
.col3{
	width: 25%;
	box-sizing: border-box;
	padding: 15px;
	float: left;
}
.col8{
	width: 75%;
	box-sizing: border-box;
	padding: 15px;
	float: left;
}
.col6{
	width: 50%;
	box-sizing: border-box;
	padding: 15px 15px 15px 0;
	float: left;
}

.col3-ofseet{
	margin-left: 25%;
}

h3.baslik{
	font-size:35px;
	margin-bottom:10px;
}

h4.baslik{
	font-size:20px;
}
p.content{
	font-size:18px;
	margin-bottom:20px;
}

  #map {
    height: 500px;
    width: 100%;
  }
  .input, select{
    width:100%;
    border:1px solid #CCC;
    padding:6px;
    border-radius: 6px;
    margin-bottom:10px;
    box-sizing: border-box;
  }

  .input:focus {
    border: 1px solid #17a2b8;
  }
  .error{
  	border: 1px solid #dc3545 !important;	
  }
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color:#0069d9;
  border-color:#0062cc;
}

.alert-info {
	color: #0c5460;
	background-color:#d1ecf1;
	border-color:#bee5eb;
}
.alert-danger {
  color: #721c24;
	background-color:#f8d7da;
	border-color:#f5c6cb;
}
.alert-success {
  color: #155724;
	background-color:#d4edda;
	border-color:#c3e6cb;
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: .25rem;
  box-sizing: border-box;
}

.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}

.text-white, .text-white a {
	color:#fff!important;
	text-decoration: none;
}
