body {
	font-family:Raleway,sans-serif;
	font-size:14px
}
p {
	width:100%
}
a:active,a:link,a:visited {
	text-decoration:none;
	color:#343a40;
	font-weight:600;
	outline-color:#343a40;
	outline-offset:0;
	transition:all 2.5s cubic-bezier(.19,1,.22,1)
}
a:hover {
	outline:1px dashed;
	outline-color:rgba(255,255,255,0);
	outline-offset:10px
}
ul {
	padding-left:15px
}
.ust {
	background-color:#343a40;
	color:#fff
}
.ust a:active,.ust a:link,.ust a:visited {
	font-size:12px;
	color:#fff;
	outline-color:rgba(255,255,255,.5)
}
.ust a:hover {
	outline-color:rgba(255,255,255,0)
}
.firmalogo {
	max-height:50px
}
.telefon {
	font-size:24px;
	font-weight:600
}
.menu {
	background-color:#343a40
}
.view {
	height: 550px;
	background-size: cover;
	background-position: center center;
	bacground-repeat: no-repeat;
}
.view::before{
	background-color: rgba(0, 0, 0, 0.35);
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}
.urunbilgi1 {
	display:inline-block;
	width:75px
}
.iletisim {
	padding:25px;
	color:#fff
}
.iletisim a:active,.iletisim a:link,.iletisim a:visited {
	color:#fff;
	outline-color:rgba(255,255,255,.5)
}
.iletisim a:hover {
	outline-color:rgba(255,255,255,0)
}
.buton {
	color:#fff;
	outline-color:#343a40;
	outline-offset:0;
	transition:all 2.5s cubic-bezier(.19,1,.22,1)
}
.buton:hover {
	background-color:#343a40;
	color:#fff;
	outline:1px dashed;
	outline-color:rgba(255,255,255,0);
	outline-offset:10px
}
footer {
	margin-top:1px;
	padding-top:50px;
	color:#fff
}
footer .telif {
	margin-top:50px;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#343a40;
	font-size:12px;
	color:#fff;
	border-top:1px solid #fff
}
footer a:active,footer a:link,footer a:visited {
	color:#fff;
	outline-color:rgba(255,255,255,.5)
}
footer a:hover {
	outline-color:rgba(255,255,255,0)
}
@media (max-width:767px) {
	.mobile-none {
		display:none!important
	}
}