@font-face{ 
	font-family: 'Bariol';
	src: url('fonts/bariol-webfont.eot');
	src: url('fonts/bariol-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/bariol-webfont.woff') format('woff'),
	     url('fonts/bariol-webfont.ttf') format('truetype'),
	     url('fonts/bariol-webfont.svg#webfont') format('svg');
}
body,html{
	margin:0;
	padding:0;	
	font-family: 'Bariol', sans-serif;
	font-weight:normal;
	height:100%;
}
#solid{
	height:3px;
	width:100%;
	background-color:#3399FF;
}
#bar{
	position:relative;
	z-index:10;
	width:100%;
	height:70px;
	-webkit-box-shadow: 6px 0px 24px -5px rgba(0,0,0,0.74);
	-moz-box-shadow: 6px 0px 24px -5px rgba(0,0,0,0.74);
	-ms-box-shadow: 6px 0px 24px -5px rgba(0,0,0,0.74);
	-o-box-shadow: 6px 0px 24px -5px rgba(0,0,0,0.74);
	box-shadow: 6px 0px 24px -5px rgba(0,0,0,0.74);
}
#head{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}
#logo{
	float:left;
	width:260px;
	height:70px;
}
#menu{
	float:right;
	width:740px;
	height:70px;
}
#hmenu {
	margin-left:80px;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#hmenu li a {
	font-family: 'Bariol', sans-serif;
	font-size: 18px;
	line-height: 70px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
#hmenu li a:hover {
	color:#0066FF;
}
#telefon{
	margin-top:18px;
	float:right;
	background-color:#FFF;
	border:1px solid #0066FF;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	padding-left:5px;
	padding-right:5px;
	line-height:30px;
	height:30px;
	width:185px;
	color:#0066FF;
	font-size:18px;
	font-family: 'Bariol', sans-serif;
	transition:all 0.3s;
}
#telefon:hover:after, #telefon:hover{
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-top:4px;
	height:60px;
	text-align:center;
	content:'Mustafa ÇOBAN';
	cursor:pointer;
}
#slider{
	position:fixed !important;
	position:absolute;
	width:100%;
	height:100%;
	display:inline-block;
}
#bottom{
	position:absolute;
	z-index:99;
	bottom:50px;
	left:0;
	right:0;
	width:954px;
	height:525px;
	/*background-color:#333;*/
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
}
.btmSpeacial{
	width:828px;
	height:315px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;	
}
.btmBox {
	background-color: #FFF;
	border: 1px solid #0072BA;
	padding: 5px;
	float: left;
	height: 190px;
	width: 290px;
	margin-right: 15px;
	-webkit-box-shadow: 3px 0px 24px -5px rgba(0,0,0,0.74);
	-moz-box-shadow: 3px 0px 24px -5px rgba(0,0,0,0.74);
	-ms-box-shadow: 3px 0px 24px -5px rgba(0,0,0,0.74);
	-o-box-shadow: 3px 0px 24px -5px rgba(0,0,0,0.74);
	box-shadow: 3px 0px 24px -5px rgba(0,0,0,0.74);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=86)";
	filter: alpha(opacity=86);
	-moz-opacity: 0.86;
	-khtml-opacity: 0.86;
	opacity: 0.86;

}
.btmBox h1 {
	font-family: 'Bariol', sans-serif;
	font-size:20px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	height: 30px;
	width: 280px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
	margin: 0px;
	padding-left: 10px;
	color:#0066FF;
}
.font16px{
	font-family: 'Bariol', sans-serif;
	font-size:16px;
	color:#333333;
	font-weight:normal;
}
.input{
	border:1px solid #CCCCCC;
	width:270px;
	height:25px;
	padding-right: 5px;
	padding-left: 5px;
	line-height:25px;
}
.submit{
	border:0;
	background-color:#006DF0;
	width:90px;
	height:25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#FFF;
	line-height:20px;
	cursor:pointer;
}
#pageName{
	margin:0;
	padding:0;
	width:100%;
	height:160px;
	background:url(../img/h1.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	display:block;
	max-width:100%;
}
#PageTitle{
	margin-left:auto;
	margin-right:auto;
	width:985px;
	height:160px;
	font-family: 'Bariol', sans-serif;
	font-size:34px;
	color:#ffffff;
	text-align:right;
	line-height:100px;
	padding-right:15px;
}
#mainDiv{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width:980px;
	height:auto;
	padding:10px;
	border:1px solid #09F;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-family: 'Bariol', sans-serif;
	font-size:16px;
	color:#333;
}
#alticerik{
	width:670px;
	height:auto;
	float:left;
	margin-right:10px;
}
#yeniMenu{
	width:278px;
	height:auto;
	padding:10px;
	border:1px solid #09F;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	float:right;
	word-wrap:break-word;
}
#Menuad{
	width:268px;
	height:40px;
	text-align:left;
	padding-left:10px;
	color:#FFF;
	font-size:20px;
	background-color:#09F;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height:40px;
}
#bottomBg{
	width:100%;
	height:300px;
	background:url(../img/bottom.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	
}#hizmetler {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#hizmetler li a {
	font-size: 18px;
	color: #09F;
	text-decoration: none;
	display: block;
	height: 30px;
	width: 268px;
	line-height:30px;
	padding-left:10px;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top:2px;margin-bottom:2px;
}
#hizmetler li a:hover{
	background-color:#09F;
	color:#FFF;
}
h3{margin:0;padding:0;}
a{text-decoration:none;color:#09F;}
p{margin-top:5px;margin-bottom:5px;}
.imageh1{
	border:1px solid #09F;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


/**contact**/
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  	z-index:100;
}

.my-float{
	margin-top:16px;
}