@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700&display=swap&subset=latin-ext');
body{
	margin:0px;
	padding:0px;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight: 400;
}
.header{
	padding:0px;
}
.header-top{
	background-color: #323232;
	padding:3px 0px;
}
.top-contact>ul{
	margin:0px;
	list-style: none;
	padding:0px;
}
.top-contact>ul>li{
	float:left;
	display: inline-block;
	color:white;
	font-size:13px;
}
.top-contact>ul>li>span{
	color:white;
	font-size:13px;
	vertical-align: top;
}
.top-contact>ul>li:first-child{
	margin-right:10px;
}
.top-contact>ul>li>i{
	color:white;
	font-size:16px;
	margin-right:5px;
}
.top-lang>ul{
	margin:0px;
	padding:0px;
	list-style: none;
	text-align: right;
}
.top-lang>ul>li{
	display:inline-block;
	float:none;
}
.top-lang>ul>li>a{
	display:inline-block;
	width:auto;
	height:auto;
}
.top-lang>ul>li>a>img{
	height:16px;
	width:auto;
}
.navbar{
	margin-bottom:0px;
}
.navbar-default {
    background: none;
    border: none;
}
a.navbar-brand{
	height: auto;
    padding: 5px;
}
.navbar-default .navbar-nav>li>a{
	font-size:14px;
	font-weight: 600;
	color:#333;
	padding-bottom:5px;
}
.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{
	color: #c09834;
}
.navbar-nav>li>a.teklif{
	border:2px solid #c09834;
	padding:10px 25px;
	text-align: center;
}
.navbar-nav>li>a.teklif:hover, .navbar-nav>li>a.teklif:focus{
	border:2px solid #c09834;
	padding:10px 25px;
	text-align: center;
	background-color: #c09834;
	color:white;
}
a.teklif{
	border:2px solid #c09834;
	padding:10px 35px;
	text-align: center;
	font-weight: 500;
	color:#333;
	text-decoration: none;
}
a.teklif:hover, a.teklif:focus{
	border:2px solid #c09834;
	padding:10px 35px;
	text-align: center;
	background-color: #c09834;
	color:white;
	font-weight: 500;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #c09834;
    background: none;
}
.slider{
	padding:0px;
}
.carousel-control.right,.carousel-control.left{
	background:none;
}
.carousel-inner>.item>img{
	width:100%;
}
.home-text{
	float:none;
	display: inline-block;
}
.home-text>h1{
	font-size:26px;
	font-weight: 600;
	color:#333;
}
.home-text>p{
	font-size:16px;
	color:#333;
	font-weight: 400;
}
.home-about-img{
	margin-top:30px;
}
.home-about{
	margin-top:30px;
}
.home-about-img>img{
	width:100%;
}
.home-about>h2{
	font-size:22px;
	color:#333;
	font-weight: 600;
	margin-top:20px;
}
.home-about>p{
	font-size:14px;
	color:#333;
	font-weight: 400;
	line-height:24px;
}
.urun-kat{
	margin-top:20px;
	margin-bottom:20px;
}
.urun-kat>h3{
	font-size:20px;
	color:#333;
	font-weight: 600;
}
.urun-kat-img{
	display:inline-block;
	width:100%;
	height:auto;
	border:1px solid #333;
}
.urun-kat-img>a{
	display: inline-block;
	width:100%;
	height:auto;
}
.urun-kat-img>a>img{
	width:100%;
}
.owl-item>.item{
	padding:10px;
}
.item>a>h5{
	font-size:14px;
	font-weight: 500;
	color:#333;
	text-align: center;
	margin-top:10px;
}

.home-galeri{
	margin-top:20px;
	margin-bottom:20px;
}
.home-galeri>h3{
	font-size:20px;
	color:#333;
	font-weight: 600;
}
.gal {
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
}	
.gal a{ width: 100%; padding: 7px 0; display: inline-block;}
.gal a img{
	width:100%;
}
@media (max-width: 500px) {
	.gal {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
	    -moz-column-count: 1; /* Firefox */
	    column-count: 1;
	}
}
.footer{
	background-color: #323230;
	border-top:3px solid #c09834;
}
.foot-logo>a{
	display: inline-block;
	width:80%;
}
.foot-logo>a>img{
	width:100%;
}
.foot-menu{
	text-align: center;
}
.foot-menu>ul{
	margin:0px;
	padding:0px;
	list-style: none;
	width:100%;
}
.foot-menu>ul>li{
	display:inline-block;
	float:none;
}
.foot-menu>ul>li>a{
	font-size:14px;
	font-weight: 400;
	color:white;
	padding:5px 15px;
}
.foot-social{
	margin-top:15px;
	text-align: center;
}
.foot-social>ul{
	margin:0px;
	padding:0px;
	width:100%;
	list-style: none;
}
.foot-social>ul>li{
	display:inline-block;
	float:none;
	padding:3px;
}
.foot-social>ul>li>a{
	display:inline-block;
	font-size:32px;
	color:#c09834;
}
.foot-contact-baslik{
	font-size:14px;
	font-weight: 500;
	color:white;
	border-bottom:1px solid white;
	padding-bottom:5px;
}
span.adres-icon{
	font-size:26px;
	color:#c09834;
	float:left;
	width:20%;
}
span.adres{
	float:left;
	width:80%;
	color:white;
	font-size:13px;
}
a.mail{
	display:inline-block;
	width:80%;
	float:left;
	color:white;
	font-size:13px;
	text-decoration: none;
	margin-top:10px;
}
.copyright{
	background-color: #c09834;
	padding:3px 0px;
	font-size:12px;
	color:white;
	font-weight: 300;
}
.copyright>.container>div>a{
	font-size:12px;
	color:white;
	font-weight: 500;
}
.design{
	text-align: right;
}
.page-header{
	padding:0px;
	margin-top:0px;
}
.page-header>img{
	width:100%;
}
.side-menu{
	float:left;
	margin-bottom:20px;
}
.side-menu>h3{
	text-align: left;
	font-size:18px;
	color:#333;
	font-weight: 500;
	border-bottom:1px solid #333;
	padding-bottom:3px;
	margin-bottom:10px;
}
.side-menu>ul{
	padding:0px;
	margin:0px;
	list-style: none;
}
.side-menu>ul>li>a::before{
   	font-family: "Font Awesome 5 Free"; 
   	font-weight: 900; 
   	content: "\f101";
   	margin-right:10px;
   	font-size:12px;
 	color:#333;
 	text-decoration: none;
}
.side-menu>ul>li>a{
	font-size:14px;
	color:#333;
	font-weight: 400;
 	text-decoration: none;
}

.side-menu>ul>li>a.active::before{
   	font-family: "Font Awesome 5 Free"; 
   	font-weight: 900; 
   	content: "\f101";
   	margin-right:10px;
   	font-size:12px;
 	color:#c09834;
 	text-decoration: none;
}
.side-menu>ul>li>a.active{
	font-size:14px;
	color:#c09834;
	font-weight: 400;
 	text-decoration: none;
}
.side-menu>ul>li>a:hover,.side-menu>ul>li>a:focus{
	color: #c09834;
}
.side-menu>ul>li>a:hover::before,.side-menu>ul>li>a:focus::before{
	color: #c09834;
}
.urunler{
	float:right;
}
.urunler>h1{
	font-size:26px;
	color:#333;
	font-weight: 500;
	border-bottom:1px solid #333;
	padding-bottom:3px;
	margin-top:11px;
}
.kat-urun-img{
	padding:0px;
	margin-bottom:5px;
	border:1px solid #333;
}
.kat-urun-img>a{
	display: inline-block;
	width:100%;
}
.kat-urun-img>a>img{
	width:100%;
}
.urun-box>a{
	display: inline-block;
	width:100%;
}
.urun-box>a>h5{
	font-size:14px;
	font-weight: 500;
	color:#333;
	margin:0px;
}
.breadcrumb {
    padding: 2px 15px;
    margin-bottom: 10px;
    list-style: none;
    background:none;
    border-radius: 0px;
    border-bottom:1px solid #333;
    font-size:14px;
    font-weight: 500;
    margin-top:18px;
}
.breadcrumb>a{
	color:#333;
	font-size:14px;
	font-weight: 400;
}
.urun-img{
	padding:0px;
}
.selectors{
	margin-top:5px;
}
.urun-detay>h1{
	font-size:20px;
	color:#333;
	font-weight: 700;
	margin-top:0px;
}
.urun-detay>p{
	font-size:14px;
	color:#333;
	font-weight: 400;
}
.diger-urunler{
	margin-top:20px;
	padding:0px;
}
.diger-urunler>h3{
	font-size:16px;
	color:#333;
	font-weight: 500;
	border-bottom:1px solid #333;
	padding-bottom:3px;
	margin-top:0px;
}
.main-area{
	min-height:65vh;
}
.google-maps {
    position: relative;
    padding-bottom: 25%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.form-str{
	margin-bottom:10px;
}
.form-str>textarea.form-control{
	height:150px;
	resize:none;
}
.btn-default{
	background-color: #c09834;
	color:#333;
}
.btn-defalut:focus, .btn-default:hover, .btn-default:active{
	background-color: #323230;
	color:white;
}
.iletisim{
	text-align: left;
	float:none;
	display:inline-block;
}
.iletisim>span.adres-icon{
	font-size:26px;
	color:#c09834;
	float:left;
	width:15%;
}
.iletisim>span.adres{
	float:left;
	width:80%;
	color:#333;
	font-size:13px;
}
.iletisim>a.mail{
	display:inline-block;
	width:80%;
	float:left;
	color:#333;
	font-size:13px;
	text-decoration: none;
	margin-top:10px;
}
.modal-body{
	display:inline-block;
}