 body {
  font-family: 'Montserrat', sans-serif;
	max-width:100%;
}

a {
	color:#212a44;
    text-decoration: none;
	font-family: 'Montserrat', sans-serif;
}
a:focus,img:focus{
	outline: none!important;
}
a:hover {
	color:#212a44;
}
* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
font-family: 'Open Sans', sans-serif;
}
img{
	max-width:100%;
}
header{
	position: relative;
	top:0px;
	left:0px;
	right:0px;
	z-index:4;
}
header .ustbar{
	background:url(../img/head1bg.png) center center no-repeat #fff;
	padding: 15px 0px;
}

header .ustbar .col-md-12{
	text-align:right;
}
header .ustbar span{
	margin:0px 10px;
}
header .ustbar span>a{
	color:#008563;
	font-size:16px;
	text-decoration:none;
}
header .ustbaricerik .sosyal{
	text-align:right;
}
header .ustbaricerik .sosyal a{
	text-decoration:none;
}
header .ustbaricerik .sosyal a:not(.telefon)>i {
    width: 30px;
    height: 30px;
    background: #b8b8b8;
    font-size: 20px;
    color: #fff;
    padding: 5px 0px;
    text-align: center;
	margin:0px 2px;
    border-radius: 3px;
}
header .ustbaricerik .sosyal .telefon {
    height: 30px;
		margin:0px;
    background:#ff0022;
    font-size: 20px;
    color: #fff;
    padding: 5px;
    text-align: center;
	font-size:19px;
	font-weight:bold;
    border-radius: 3px;
	display:inline-block
}

header .ustbaricerik .sosyal .telefon i{
	border-right: 2px solid #00000030;
    padding-right: 7px;
}
header .ustbaricerik .sosyal a:not(.telefon):hover>i{
	background:#ff0022;
	
}
header .ustbaricerik {
	text-align:right;
}
header .ustbaricerik .arama form{
	padding:0px;
	
}
header .ustbaricerik .arama{
	position:relative;
	display:block;
	width:300px;
	height:30px;
	float:right;
	
}
header .ustbaricerik .arama input{
	width:100%;
	font-size:14px;
	color:#c8c8c8;
	padding:10px 40px 10px 10px;
	border:1px solid #c8c8c8;
	height:30px;
	border-radius:2px;
}
header .ustbaricerik .arama button{
	position:absolute;
	right:0px;
	top:0px;
	margin:0px;
    padding: 0px;
	bottom:0px;
	width:30px;
	border-radius:2px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	
	
	background:#c8c8c8;
	color:#fff;
	text-align:center;
	
}


.slider {
	margin: 0px auto;
    
    width: 100%;
    z-index: 1;
	left:0;
	right:0;
 max-width:100%;
 position:relative;
 overflow:hidden;
}
.slider .swiper-slide {
    width: 100%;
    max-height: 400px;
    height: 100%;
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.slider .pag {
    position: absolute;
    z-index: 5;

    border-radius: 30px;
    padding: 4px 8px;
	bottom:150px;
background: rgb(137,201,14); 
background: -moz-linear-gradient(top,  rgba(137,201,14,1) 0%, rgba(79,120,0,1) 100%); 
background: -webkit-linear-gradient(top,  rgba(137,201,14,1) 0%,rgba(79,120,0,1) 100%); 
background: linear-gradient(to bottom,  rgba(137,201,14,1) 0%,rgba(79,120,0,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89c90e', endColorstr='#4f7800',GradientType=0 ); 

}

.slider .pag .swiper-button-nextT {
    font-size: 28px;
    float: right;
    display: inline-block;
    color: #000;
    cursor: pointer;
    font-weight: 600;
    text-align: center;
    width: 27px;
    height: 30px;
	margin-left:2px;
}
.slider .pag .swiper-button-prevV:Hover ,.slider .pag .swiper-button-nextT:Hover{
	 background: url(../img/okarkabg.png) center top no-repeat;
	 color#fff;
}
.slider .pag .swiper-button-prevV {
    font-size: 28px;
    float: left;
    display: inline-block;
    color: #000;
   
    cursor: pointer;
    font-weight: 600;
    text-align: center;
    width: 27px;
    height: 30px;margin-right:2px;
}
.slider .pag .swiper-button-prevV.swiper-button-disabled, .slider .pag .swiper-button-nextT.swiper-button-disabled {
    color: #000;
}
.slider .slidericerik{
	width: 100%;
    height: auto;
    margin: 0 auto;
    min-height: 20px;
    position: relative;
	
}	
.slider a.sliderdevambtn{
    color: #fff;
    position: absolute;
    background: #212944;
    border-radius: 21px;
    padding: 15px 45px;
    font-size: 14px;
	
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
header .ustmenubg{
	background: #115eb4;
	min-height: 60px;
	box-shadow: inset 0px 10px 20px 0px #000000ab;
}

.container-fluid.ustmenubg {}
header .ustmenu .navbar {
	padding:0px;
}
#ustmenul>ul{
	margin:0 auto;
}

#ustmenul>ul>li:hover>a{
	    background: #6698d1;
	    color: #000;
}
#ustmenul>ul>li:hover>a.menuac{
		padding-bottom: 30px;

}
#ustmenul>ul>li>a{
	text-decoration:none;
	font-size:18px;
	color:#fff;
	padding: 21px 20px;
	display:block;
	font-weight: 500;
}

#ustmenul>ul>li:first-child {
	border-left:0px;
}
#ustmenul>ul>li:last-child {
	border-right:0px;
}
#ustmenul>ul>li {
    position: relative;
    height: 60px;
    background-position: top right;
    background-repeat: no-repeat;
    margin:  0 auto;
}

#ustmenul>ul>li .dropdown-menu.normal.show {
	display:inline-block
}
#ustmenul>ul>li .dropdown-menu.normal>li>a:hover{
	background: #115eb4;
	color:#fff;
}
#ustmenul>ul>li .dropdown-menu.normal>li{
	}
#ustmenul>ul>li .dropdown-menu.normal>li>a{
    line-height: 16px;
    color: #115eb4;
    display: block;
    font-size:  14px;
    text-decoration: none;
    padding: 7px 20px;
    white-space: nowrap;
}

#ustmenul>ul>li .dropdown-menu.normal {
    border-radius: 0px;
    top: 100%;
    border-radius: 1px;
    padding:  0px;
    left: 0px;
    border: 1px solid #115eb4;
    box-shadow: 0px 0px 14px #0000005c;
}
.yesilbg{
	background:url(../img/bg1.png) center top no-repeat ;
	min-height:275px;
	position:relative;
	z-index:2;
	padding-top:60px;
	    top: -25px;
	margin-bottom: -50px;
}


.yesilbg h2{
color:#ffF;	
font-size:34px;
}
.yesilbg h4{
color:#ffF;	
font-size:20px;
margin:10px 0px;
}
.yesilbg p{
color:#ffF;	
line-height:18px;
font-size:16px;
}
.telefonbtn:hover{
	text-decoration:none;
	color:#339933;
}
.telefonbtn{
	color:#339933;
	border-radius:30px;
	font-size:30px;
	font-weight:600;
	background:#fff;
	text-decoration:none;
	padding:7px 20px;
	border:5px solid #9fcc15;
	margin:20px 0px;
	display:inline-block;
	
}
.urunler{
	background:#ebebeb;
	position:relative;
	z-index:1;
	margin-top:-25px;
	padding:40px 0px;
}
.urunler .urun a{
	text-decoration:none;

}
.urunler .urun .resim{
margin:0px -10px;
border-bottom:2px dashed #bfbfbf;	
text-align:center;

}
.urunler .urun {
	background:#fff;
	padding:10px 10px 20px;
}
.urunler .urun span{
	color:#6e6e6e;
	margin-bottom:10px;
	display:block;
	text-align:center;
}
.urunler .urun .urunadi{
	font-size:18px;
	font-weight:500;
	color:#0959b4;	
	display:block;
	text-align:center;
	margin:10px 0px;
}
.urunler .urun .btn{
	border-radius:20px;
	padding:2px 30px;
	display:block;
	margin:10px auto;
}
.urunler h3{
color:#0959b4;	
font-size:20px;
margin:10px 0px;
font-weight:500;
} 

.btn.btn-primary{
	background:#0959b4;	
	border-color:#0959b4;
	color:#fff;
}
.bordercizgi{
	border-top:2px dashed #bfbfbf;
	min-height:275px;
	position:relative;
	z-index:2;
	margin-top:5px;
	padding-top:60px;
	
	
}

.bordercizgi h2{
color:#37a92e;	
font-size:20px;
margin:10px 0px;
}
.bordercizgi p{
color:#626262;	
line-height:18px;
font-size:16px;
}
.faydalibilgiler .container{
	min-height:500px;
	padding:40px 0px;
}
.faydalibilgiler {
	background-position:center right;
	background-color:#f5f5f5;
	background-repeat:no-repeat;
	background-size: 37%;
}
.faydalibilgiler p{
	color:#626262;
	font-size:16px;
	line-height:18px;
	
}
.faydalibilgiler h2{
	color:#0a5ab4;
	font-size:20px;
	font-weight:bold;
	margin:10px 0px;
	
}
.btn{
	border-radius:30px;
	text-align:center;
	font-size:13px;
	line-height:27px;
	margin:5px 0px;
}
.faydalibilgiler .nav-pills .nav-link  img{
	vertical-align:middle;
	margin-right:5px;
}
.faydalibilgiler .nav-pills .nav-link {
    border-radius: .25rem;
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0px;
	border-left: 3px solid transparent;
}
.faydalibilgiler .nav-pills .nav-link.active, .faydalibilgiler .nav-pills .show>.nav-link {
    color: #5b5b5b;
    font-size: 16px;
    border-left: 3px solid #7da500;
    background-color: #fff;
    border-radius: 0px;
}
.faydalibilgiler .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border-right: 3px solid #e6e6e6;
	margin:20px 0px;
}
.faydalibilgiler .tab-pane p {
	display:block;
	margin:10px 0px;
}
.faydalibilgiler .tab-pane ul{
	display:block;

}
.faydalibilgiler .tab-pane ul>li{
	display:block;
	position:relative;
	padding:5px 0px;
	padding-left:35px;
	
}
.faydalibilgiler .tab-pane ul>li:after{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	width:30px;
	background:url(../img/damlaicon.png) no-repeat center ;
}
.btn-success{
	background: #115eb3;
	border:0px;
	color:#fff;
}
footer{
	margin-top:40px;

}
footer>.container-fluid{
	background: #ffffff;
	padding:35px 0px 55px;
}
footer p{
	color: #141515;
	line-height:17px;
	font-size: 13px;
	margin:10px 0px;
	text-align: center;
}
footer h4{
font-size:14px;
color:#fff;
margin-bottom:15px;
}
footer .footerlist{
	padding: 41px 0px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
footer .footerlist li{
	margin: 2px 1px;
	display:  inline-block;
}

footer .footerlist li:not(:last-child):after {
    content: '|';
    color: #008000;
    font-weight: 500;
}
footer .footerlist li>a{
	padding:2px 2px;
	color: #008000;
	display: inline-block;
	text-decoration:none;
	font-size: 16px;
	margin-right:  5px;
}

section.icerik .baslik{
	padding:5px 10px;
	border-bottom: 2px solid #37a92e;
	margin-bottom:20px;
}
h1{
	font-size:22px;
	color:#507c00;
	
}


.tab-pane{
	padding:10px 5px;
}
/*Content CSS */
.ckeditorkaydetbtn{
	 position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 100%;
    font-size: 50px;
	    width: 100px;
    height: 100px;
}
div.editborder {
    border: 3px #ff000026;
    border-style: dotted;
	padding:20px 0px;
}
.customcontent p{
	margin:5px 0px;
	line-height:18px;
	font-size:14px;
}
.customcontent strong {
	font-weight: 600;
}

.customcontent ol>li{
margin:3px 0px;
}
.customcontent ul>li{
	margin:3px 0px;
}
.customcontent ul {
	list-style-type: circle;
	padding-left: 20px;
}

.customcontent ol {
	float: left;
	list-style-type: circle;
}

.customcontent em{
	font-style: italic;
}

.customcontent u{
	text-decoration: underline;
}

.customcontent h1 {
	font-size: 2.5rem;
}

.customcontent h2 {
	font-size: 2rem;
}

.customcontent h3 {
	font-size: 1.75rem;
}

.customcontent h4 {
	font-size: 1.5rem;
}

.customcontent h5 {
	font-size: 1.25rem;
}

.customcontent h6 {
	font-size: 1rem;
}

.customcontent blockquote{
	position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.customcontent small {
	font-size: 80%;
	font-weight: 400;
}

.table th{
	background: #37A92E;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 15px;
    position: relative;
    font-size: 18px;
    border: 2px solid #ffffff;
	
}

.table th::after{
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
    content: '';
    display: block;
    height: 25%;
    left: 0;
    margin: 1px 0 0 0;
    position: absolute;
    top: 25%;
    width: 100%;
}


.fotogaleri>div {
	margin-bottom:30px;
}
.fotogaleri {
text-align:center;	
margin-top:20px;
margin-bottom:20px;
}
.fotogaleri span{
	display:block;
	margin:10px 0px;
}
.fotogaleri .foto a,.fotogaleri .video a,.fotogaleri .urun a,.fotogaleri .sayfa a{
	    position: relative;
    display: inline-block;
	text-decoration:none;
}
.fotogaleri .foto:Hover a::before,.fotogaleri .video:Hover a::before ,.fotogaleri .urun:Hover a::before  ,.fotogaleri .sayfa:Hover a::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0000003b;
	border-radius:2px;
}
.fotogaleri .foto:Hover a::after {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    top: calc(50% - 19px);
    color: #fff;
    left: calc(50% - 17.5px);
    font-size: 35px;
}
.fotogaleri .video:Hover a::after {
    content: "\f144";
    font-family: FontAwesome;
    position: absolute;
    top: calc(50% - 19px);
    color: #fff;
    left: calc(50% - 17.5px);
    font-size: 35px;
}
.fotogaleri .urun:Hover a::after {
    content: "\f06e";
    font-family: FontAwesome;
    position: absolute;
    top: calc(50% - 19px);
    color: #fff;
    left: calc(50% - 17.5px);
    font-size: 35px;
}
.fotogaleri .sayfa:Hover a::after {
    content: "\f15b";
    font-family: FontAwesome;
    position: absolute;
    top: calc(50% - 19px);
    color: #fff;
    left: calc(50% - 17.5px);
    font-size: 35px;
}
.fotogaleri .foto,.fotogaleri .video{
	position: relative;
    display: inline-block;
	width: 100%;
}
.fotogaleri .foto img ,.fotogaleri .video img {
    border-radius: 2px;
    width: 100%;
}

.breadcrumb{
	list-style:none;
	font-size:12px;
	color:#4b4b4b;
	background: #fff;
	padding: 0;
	margin: 10px 2px;
}
.breadcrumb li:first-child{
	padding: 2px 0px;
}
.breadcrumb li:last-child{
	font-weight:500;
}
.breadcrumb li:not(:first-child)::before{
	content:'\f101';
	font-family:FontAwesome;
	margin: 0px 7px;
	font-size:14px;
	color:#4b4b4b;
}
section.banner img{
    width: 100%;	
}
section.banner{
	min-height:450px;
	max-height:600px;
	overflow:hidden;
	position:relative;
}


section.banner.harita{
	max-height:800px;
}
#harita{
	height:800px;
	width:100%;
}


section.icerik {
    margin-top: -150px;
    border-radius: 2px;
    background: #fff;
    padding: 20px;
    z-index: 2;
    position: relative;
    border-bottom: 5px solid #37a92e;
    margin-bottom:30px;
    box-shadow: -0.5px 14px 20px -9px #0000005e;
} 


section.icerik.alticerik {
margin-top:0px;
	
}

.kategoriler>li{
padding:2px 0px;

}
.kategoriler>li>a:hover,.kategoriler>li.selected>a{
	background: #115eb4;
	color: #fff;
}
.kategoriler>li>a::after{
	content:"\f0da";
	position:absolute;
	
	right:5px;
	font-family:FontAwesome;
	transition: .5s ease;
}

.kategoriler>li>a{
padding:7px 5px;
font-weight:500;
display:block;
text-decoration:none;
overflow:hidden;
position:relative;
}
section.icerik .card{
	
border:0px;
	
border-radius: 2px;
	
margin:7px 0px;
	
background: #37a92e;
	
border:0px;
	
border-radius: 2px;
	
margin:7px 0px;
}
.card .card-header a{
	color: #363636;
    font-weight: 500;
	text-decoration:none;
	display:block;
	    padding: 10px 30px;
		border-radius: 2px;
		background:#f2f2f2;
}
.card .card-header a[aria-expanded=false]::after{
	content:"\f054";
	font-family:FontAwesome;
	background: #115eb3;
	padding:12px;
	position:absolute;
	right:0px;
	color:#fff;
	top:0px;
	bottom:0px;
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
	min-width: 40px;
	text-align:center;
}
.card .card-header a[aria-expanded=true]{
	background:#ffffff;
}
.card .card-header a[aria-expanded=true]::after{
	content:"\f078";
	font-family:FontAwesome;
	background: #37a92e;
	padding:12px;
	position:absolute;
	right:0px;
	top:0px;
	color:#fff;
	bottom:0px;
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
	min-width: 40px;
	text-align:center;
}
.card .card-header {
	padding:0px;
	background: #f2f2f2;
    color: #363636;
    border-radius: 2px;
	position:relative;
	border-radius: 2px;
	border: 0px;
}
.card .card-body{
	color:#fff;
	font-weight:500;
	max-height: 250px;
	line-height:20px;
	font-size:14px;	
}
.iletisimkutu{
	font-size:13px;
	color:#abaaaa;
	margin:10px 0px;

	line-height:17px;
}
.iletisimkutu p{
	margin-top: 5px;
}
.iletisimkutu i{
	float:left;
	margin:0 auto;
	font-size:30px;
	color: #115eb3;
	margin-right:10px;
}
form{
	padding:10px 0px;
}
.form-group label{
	margin-bottom:5px;
}
	.navbar-toggler span{
		display:block;
	}
	.copyright{
		text-align:right;
		color: #141515;
	}
	.table th{
		font-weight:600;
		text-align:center;
	}
@media only screen and (max-width:479px) {
	header .ustbaricerik .arama{
		display:none;
	}
		
		section.icerik {
    margin-top: 0px;
    border-radius: 2px;
    background: #fff;
    padding: 20px;
    z-index: 2;
    position: relative;
    border-bottom: 5px solid #37a92e;
    margin-bottom: 30px;
    box-shadow: -0.5px 14px 20px -9px #0000005e;
}
.yesilbg {
    background: url(../img/bg1.png) center top no-repeat;
    min-height: 275px;
    position: relative;
    z-index: 2;
    background-color: #7da500;
    padding-top: 60px;
    top: -25px;
    margin-bottom: -50px;
}
.telefonbtn {
    color: #339933;
    border-radius: 30px;
    font-size: 22px;
    font-weight: 600;
    background: #fff;
    text-decoration: none;
    padding: 7px 20px;
    border: 5px solid #9fcc15;
    margin: 20px 0px;
    display: block;
}
.faydalibilgiler {
    background-position: center right;
    background: #f5f5f5 !important;
    background-repeat: no-repeat;
    margin: 20px 0px;
}
	#ustmenul>ul>li .dropdown-menu.normal.show {
		display: block;
		position: relative;
		height: auto;
		left: 0px;
		right: 0px;
	}
		#ustmenul>ul>li {
		position: relative;
		    height: auto;
		background-position: top right;
		background-repeat: no-repeat;
		border:0px;
	}
	footer{
		text-align:center;	
	}
	.copyright{
		text-align:center;
	}
	.col-xs-12{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.bodybg::after,.bodybg::before{
		display:none;
	}

	.slider .swiper-slide {
		width: 100%;
		max-height: 359px;
		height: 100%;
		min-height: 140px;
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
	}

	.navbar-toggler{
		margin:0 auto;
		padding:21px 0px ;
		color:#fff;
		display:block;
		width:100%;
	}
	section.banner{
		display:none;
	}

	.slider {
		margin: 0px auto;
		width: 100%;
		z-index: 1;
		left: 0;
		right: 0;
		max-width: 100%;
		position: relative;
		overflow: hidden;
	}
	.slider .pag {
		display:none;
	}
	
	header .ustbaricerik span:not(.fa-bars){
		display:none;
	}
	
	header .ustbar .col-md-12{
		text-align:center;
	}
	header .ustbaricerik{
		    padding-top: 25px;
	}
	.onlinekatalog .col-md-5{
		display:none;
	}
	.ustmenubg{
		min-height: 1px !important;
	}
	header .ustbar {
		background: #fff;
		padding-top: 15px;
	}
}
@media only screen and (min-width : 480px) and (max-width:579px) {
	header .ustbaricerik .arama{
		display:none;
	}
		
		section.icerik {
    margin-top: 0px;
    border-radius: 2px;
    background: #fff;
    padding: 20px;
    z-index: 2;
    position: relative;
    border-bottom: 5px solid #37a92e;
    margin-bottom: 30px;
    box-shadow: -0.5px 14px 20px -9px #0000005e;
}
.yesilbg {
    background: url(../img/bg1.png) center top no-repeat;
    min-height: 275px;
    position: relative;
    z-index: 2;
    background-color: #7da500;
    padding-top: 60px;
    top: -25px;
    margin-bottom: -50px;
}
.telefonbtn {
    color: #339933;
    border-radius: 30px;
    font-size: 22px;
    font-weight: 600;
    background: #fff;
    text-decoration: none;
    padding: 7px 20px;
    border: 5px solid #9fcc15;
    margin: 20px 0px;
    display: block;
}
.faydalibilgiler {
    background-position: center right;
    background: #f5f5f5 !important;
    background-repeat: no-repeat;
    margin: 20px 0px;
}
	#ustmenul>ul>li .dropdown-menu.normal.show {
		display: block;
		position: relative;
		height: auto;
		left: 0px;
		right: 0px;
	}
		#ustmenul>ul>li {
		position: relative;
		    height: auto;
		background-position: top right;
		background-repeat: no-repeat;
		border:0px;
	}
	footer{
		text-align:center;	
	}
	.copyright{
		text-align:center;
	}
	.col-xs-12{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.bodybg::after,.bodybg::before{
		display:none;
	}

	.slider .swiper-slide {
		width: 100%;
		max-height: 359px;
		height: 100%;
		min-height: 140px;
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
	}

	.navbar-toggler{
		margin:0 auto;
		padding:21px 0px ;
		color:#fff;
		display:block;
		width:100%;
	}
	section.banner{
		display:none;
	}

	.slider {
		margin: 0px auto;
		width: 100%;
		z-index: 1;
		left: 0;
		right: 0;
		max-width: 100%;
		position: relative;
		overflow: hidden;
	}
	.slider .pag {
		display:none;
	}
	
	header .ustbaricerik span:not(.fa-bars){
		display:none;
	}
	
	header .ustbar .col-md-12{
		text-align:center;
	}
	header .ustbaricerik{
		    padding-top: 25px;
	}
	.onlinekatalog .col-md-5{
		display:none;
	}
	.ustmenubg{
		min-height: 1px !important;
	}
	header .ustbar {
		background: #fff;
		padding-top: 15px;
	}
}
@media only screen and (min-width : 580px) and (max-width:767px){
	header .ustbaricerik .arama{
		display:none;
	}
		
		section.icerik {
    margin-top: 0px;
    border-radius: 2px;
    background: #fff;
    padding: 20px;
    z-index: 2;
    position: relative;
    border-bottom: 5px solid #37a92e;
    margin-bottom: 30px;
    box-shadow: -0.5px 14px 20px -9px #0000005e;
}
.yesilbg {
    background: url(../img/bg1.png) center top no-repeat;
    min-height: 275px;
    position: relative;
    z-index: 2;
    background-color: #7da500;
    padding-top: 60px;
    top: -25px;
    margin-bottom: -50px;
}
.telefonbtn {
    color: #339933;
    border-radius: 30px;
    font-size: 22px;
    font-weight: 600;
    background: #fff;
    text-decoration: none;
    padding: 7px 20px;
    border: 5px solid #9fcc15;
    margin: 20px 0px;
    display: block;
}
.faydalibilgiler {
    background-position: center right;
    background: #f5f5f5 !important;
    background-repeat: no-repeat;
    margin: 20px 0px;
}
	#ustmenul>ul>li .dropdown-menu.normal.show {
		display: block;
		position: relative;
		height: auto;
		left: 0px;
		right: 0px;
	}
		#ustmenul>ul>li {
		position: relative;
		    height: auto;
		background-position: top right;
		background-repeat: no-repeat;
		border:0px;
	}
	footer{
		text-align:center;	
	}
	.copyright{
		text-align:center;
	}
	.col-xs-12{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.bodybg::after,.bodybg::before{
		display:none;
	}

	.slider .swiper-slide {
		width: 100%;
		max-height: 359px;
		height: 100%;
		min-height: 250px;
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
	}

	.navbar-toggler{
		margin:0 auto;
		padding:21px 0px ;
		color:#fff;
		display:block;
		width:100%;
	}
	section.banner{
		display:none;
	}

	.slider {
		margin: 0px auto;
		width: 100%;
		z-index: 1;
		left: 0;
		right: 0;
		max-width: 100%;
		position: relative;
		overflow: hidden;
	}
	.slider .pag {
		display:none;
	}
	
	header .ustbaricerik span:not(.fa-bars){
		display:none;
	}
	
	header .ustbar .col-md-12{
		text-align:center;
	}
	header .ustbaricerik{
	}
	.onlinekatalog .col-md-5{
		display:none;
	}
	.ustmenubg{
		min-height: 1px !important;
	}
	header .ustbar {
		background: #fff;
		padding-top: 15px;
	}
}
@media only screen and (min-width : 768px) and (max-width : 991px){
	.navbar-toggler{
		margin:0 auto;
		padding:21px 0px ;
		color:#fff;
		display:block;
		width:100%;
	}
	.col5 {
		-ms-flex: 0 0 20%;
		flex: 0 0 33%;
		max-width: 33%;
		margin-bottom:20px;
	}
	.onlinekatalog .col-md-5{
		 -ms-flex: 0 0 33%;
		flex: 0 0 33%;
		max-width: 33%;
	}
	.onlinekatalog .col-md-7{
		 -ms-flex: 0 0 66%;
		flex: 0 0 66%;
		max-width: 66%;
	}
	.slider .swiper-slide {
		width: 100%;
		max-height: 280px;
		height: 100%;
		min-height: 280px;
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
	}
	.navbar-toggler{
		margin:0 auto;
		padding:21px 0px ;
		color:#fff;
	}
	header .ustbar .col-md-12{
		text-align:center;
	}
	.ustmenubg{
		min-height: 1px !important;
	}
	#ustmenul>ul>li .dropdown-menu.normal.show {
		display: block;
		position: relative;
		height: auto;
		left: 0px;
		right: 0px;
	}
		#ustmenul>ul>li {
		position: relative;
		    height: auto;
		background-position: top right;
		background-repeat: no-repeat;
		border:0px;
	}
	.telefonbtn {
    color: #339933;
    border-radius: 30px;
    font-size: 19px;
    font-weight: 600;
    background: #fff;
    text-decoration: none;
    padding: 7px 20px;
    border: 5px solid #9fcc15;
    margin: 20px 0px;
    display: inline-block;
}
}
@media only screen and (min-width : 992px) and (max-width:1199px){
	.navbar-toggler{
		display:none;
	}
	.col5{
		 -ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	#ustmenul>ul>li>a {
		text-decoration: none;
		font-size: 18px;
		color: #fff;
		padding: 26px 15px;
		display: block;
		font-weight: 500;
	}
	.slider .swiper-slide {
		width: 100%;
		max-height: 490px;
		height: 100%;
		min-height: 490px;
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
	}
}

@media only screen and (min-width : 1200px) {
	.navbar-toggler{
		display:none;
	}
	.col5{
		 -ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}