body {
	background-color: #FFF;
	font-family: 'Poppins', sans-serif;
}
:root {
    --swiper-navigation-size: 20px;
}
.cardf {
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            width: 100%;
            display: flex;
            align-items: center;
            text-align: left;
            gap: 20px;
        }
        .cardf img {
            width: 80px;
            height: auto;
        }
        .cardf-content {
            flex: 1;
        }
        .status {
            color: green;
            font-weight: bold;
        } 
        .statuskapali {
            color: red;
            font-weight: bold;
        }
        .buttons {
            display: flex;
            flex-direction: column;
            gap: 10px;
            width: 200px;
        }
        .button {
            text-decoration: none;
            color: white;
            padding: 10px 15px;
            border-radius: 5px;
            text-align: center;
            font-weight: bold;
            display: inline-block;
            min-width: 150px;
        }
        .call { background: #007bff; }
        .whatsapp { background: #25d366; }
        .message { background: #3b483e; }
        
        .call:hover { color: #fff; }
        .whatsapp:hover { color: #fff; }
        .message:hover { color: #fff; }

        /* Mobil uyumluluk için medya sorguları */
        @media (max-width: 768px) {
            .cardf {
                flex-direction: column;
                align-items: center;
                text-align: center;
                width: 100%;
                padding: 15px;
            }
            .cardf img {
                width: 70px;
            }
            .buttons {
                width: 100%;
            }
            .button {
                width: 100%;
                padding: 12px;
                font-size: 14px;
            }
        }

        @media (max-width: 480px) {
            .cardf {
                width: 100%;
                padding: 10px;
            }
            .cardf img {
                width: 60px;
            }
            .button {
                padding: 10px;
                font-size: 12px;
            }
        }
.swiper {
  width: 100%;
  max-width: 1280px;
}
.swiper-slide{
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-next,.swiper-button-prev {
    color: #fdfdfd;
    padding: 25px;
    background: rgb(69 69 69 / 60%);
    border-radius: 10px;
}
 .button-container {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 10px;
            justify-content: center;
        }
        .action-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 5px 0px;
            text-decoration: none;
            border: 1px solid;
            border-radius: 7px;
            width: 105px;
            text-align: center;
            transition: all 0.3s ease;
        }
        .action-btn i {
            margin-right: 8px;
        }
        .call-btn {
            color: #007bff;
            border-color: #007bff;
        }
        .call-btn:hover {
            background: #007bff;
            color: #fff;
        }
        .whatsapp-btn {
            color: #008d34;
            border-color: #008d34;
        }
        .whatsapp-btn:hover {
            background: #25d366;
            color: #fff;
        }
        @media (max-width: 600px) {
            .button-container {
                flex-direction: column;
                align-items: center;
            }
            .action-btn {
                width: 100%;
            }
        }
  .category-container {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 15px;
            padding: 5px;
        }
        .category-box {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 20px;
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 10px;
            text-align: center;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
            transition: 0.3s;
            font-weight: 600;
        }
        .category-box:hover {
            background: #f8f9fa;
        }
        .category-box i {
            font-size: 3rem;
            color: #2a3154;
            margin-bottom: 10px;
        }
        @media (max-width: 480px) {
            .category-container {
                grid-template-columns: repeat(2, 1fr);
            }
        }
.sptb-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.cover-image {
    background-size: cover !important;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.bg-background .header-text1 {
    position: relative;
    z-index: 10;
}
.banner-1 .header-text1 {
  color: #fff;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.pricing {
  background-color: #fff;
  margin: 0 auto 40px;
  max-width: 330px;
  position: relative;
  text-align: left;
}
.pricing * {
  position: relative;
}
.pricing:before {
  background: #f7f7f7;
  background: rgba(30,30,30,.06);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.pricing .title {
  line-height: 32px;
  padding: 17px 20px 21px;
}
.pricing .title a {
  color: #1e1e1e;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  text-decoration: none;
}
.pricing .price-box {
  font-size: 12px;
  line-height: 1;
  overflow: hidden;
  padding: 0 20px 20px;
}
.pricing .price-box .icon {
  background: #fff;
  color: #505050;
  height: 60px;
  text-align: center;
  width: 60px;
  z-index: 1;
}
.pricing .price-box .icon i,
.pricing .price-box .icon .livicon {
  background: none;
  font-size: 30px;
  height: auto;
  line-height: 52px;
  margin: 0;
  width: auto;
}
.pricing .price-box .icon .livicon {
  height: 60px !important;
}
.pricing .price-box .icon .livicon svg {
  top: 0 !important;
  vertical-align: middle;
}
.pricing .price-box .price {
  font-size: 36px;
  font-weight: bold;
  margin: 8px 0 0;
}
.pricing .price-box .price span {
  font-size: 12px;
}
.pricing .options {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.pricing .options li {
  border-top: 1px solid rgba(30,30,30,.1);
  color: #999;
  color: rgba(30,30,30,.4);
  line-height: 22px;
  padding: 13px 10px 13px 45px;
  position: relative;
}
.pricing .options li span {
  color: #1e1e1e;
  display: none;
  left: 25px;
  line-height: 1;
  position: absolute;
  top: 16px;
}
.pricing .options li.active {
  color: #1e1e1e;
}
.pricing .options li.active span {
  display: block;
}
.pricing .bottom-box {
  border-top: 1px solid rgba(30,30,30,.1);
  background: rgba(30,30,30,.05);
  overflow: hidden;
  padding: 19px 19px 20px;
}
.pricing .bottom-box .more {
  color: #7f7f7f;
  color: rgba(30,30,30,.7);
  display: block;
  float: left;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.pricing .bottom-box .more:hover {
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.pricing .bottom-box .more span {
  font-size: 17px;
  line-height: 12px;
  margin: 0 0 0 3px;
  vertical-align: top;
}
.pricing .bottom-box .rating-box {
  float: right;
}
.pricing .bottom-box .btn {
  font-weight: bold;
  margin: 19px 0 0;
  width: 100%;
}
.pricing.prising-info:before {
  background: rgba(1,165,219,.06);
}
.pricing.prising-info .title a {
  color: #01a5db;
}
.pricing.prising-info .price-box .icon {
  color: #35beeb;
  border-color: #35beeb;
}
.pricing.prising-info .options li,
.pricing.prising-info .bottom-box {
  border-color: rgba(1,165,219,.1);
  color: rgba(1,165,219,.4);
}
.pricing.prising-info .bottom-box {
  border-top: 1px solid rgba(1,165,219,.1);
  background: rgba(1,165,219,.05);
} 
.pricing.prising-info .options li span,
.pricing.prising-info .bottom-box .more,
.pricing.prising-info .options li.active {
  color: #01a5db;
}
.pricing.pricing-success:before {
  background: rgba(132,162,0,.06);
}
.pricing.pricing-success .title a {
  color: #84a200;
}
.pricing.pricing-success .price-box .icon {
  border-color: #9ab71a;
  color: #9ab71a;
}
.pricing.pricing-success .options li,
.pricing.pricing-success .bottom-box {
  border-color: rgba(132,162,0,.1);
  color: rgba(132,162,0,.4);
}
.pricing.pricing-success .bottom-box {
  border-top: 1px solid rgba(132,162,0,.1);
  background: rgba(132,162,0,.05);
}
.pricing.pricing-success .bottom-box .more,
.pricing.pricing-success .options li span,
.pricing.pricing-success .options li.active {
  color: #84a200;
}
.pricing.pricing-error:before {
  background: rgba(212,7,70,.06);
}
.pricing.pricing-error .title a {
  color: #d40746;
}
.pricing.pricing-error .price-box .icon {
  border-color: #de2a61;
  color: #de2a61;
}
.pricing.pricing-error .options li,
.pricing.pricing-error .bottom-box {
  border-color: rgba(212,7,70,.1);
  color: rgba(212,7,70,.4);
}
.pricing.pricing-error .bottom-box {
  border-top: 1px solid rgba(212,7,70,.1);
  background: rgba(212,7,70,.05);
}
.pricing.pricing-error .options li span,
.pricing.pricing-error .bottom-box .more,
.pricing.pricing-error .options li.active {
  color: #d40746;
}

.icon.border {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 1px;
}

.icon.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.icon.pull-right {
    float: right;
    margin-left: 10px;
}

.pricing-warning:before {
    background-color: rgba(248,148,6,.06) !important;
}

.pricing.pricing-info:before {
    background: rgba(1,165,219,.06);
}

.pricing-warning .title a, .pricing-warning .options li.active, .pricing-warning .options li span, .package .title a, .package .price-box .price {
    color: #4e4e4e  !important;
}

.pricing.pricing-info .options li span, .pricing.pricing-info .bottom-box .more, .pricing.pricing-info .options li.active {
    color: #01a5db;
}

.pricing.pricing-info .options li, .pricing.pricing-info .bottom-box {
    border-color: rgba(1,165,219,.1);
    color: rgba(1,165,219,.4);
}

.pricing.pricing-warning .options li {
    color: rgba(248,148,6,.4);
}

.pricing.pricing-info .title a {
    color: #01a5db;
}
.container {
	max-width: 1200px !important
}
.tab-menu {
	display:block;
	margin:0;
	padding:0;
	text-align:left;
	border-bottom: 2px solid #ffc000;
}
.tab-menu li {
	list-style:none;
	display:inline-block;
	margin:0 0px 5px 0;
	border-radius: 4px;
}
.tab-menu li a {
	display:block;
	color:#666;
	padding:8px;
	font-size:12px;
	font-family: Arial;
	text-decoration:none;
	border:1px solid #ddd;
	border-radius: 4px;
	font-weight: 600;
}
/*Category section*/
.category-area .single-category{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
}
.category-area .single-category a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 9;
}
.category-area .single-category img{
    height: 190px;
    width: 100%;
    transition: 0.8s;
    border-radius: 10px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}
.category-area .single-category img {
    position: relative;
}
.category-area .single-category:hover img {
    transform: scale(1.07);
}
.category-area .single-category .title-area{
    position: absolute;
    bottom: 0px;
    padding: 20px 0px !important;
    width: 100%;
    z-index: 1;
    color: #fff;
    text-align: center;
    font-family: system-ui;
}
.category-area .single-category .title-area:before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000, transparent);
    z-index: -1;
}
/*Category section end*/
.section-title{
    text-align: center;
    margin-bottom: 30px;
}
.section-title h4,
.section-title p{
    margin-bottom: 0;
}
.pt-30{
    padding-top: 30px;
}
.pt-50{
    padding-top: 50px;
}
.pt-80{
    padding-top: 5px;
}
.pt-120{
    padding-top: 120px;
}
.pb-30{
    padding-bottom: 30px;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-80{
    /* padding-bottom: 80px; */
}
.pb-120{
    padding-bottom: 120px;
}
.mt-30{
    margin-top: 30px;
}
.mt-50{
    margin-top: 50px;
}
.mt-80{
    margin-top: 80px;
}
.mt-120{
    margin-top: 120px;
}
.mb__30{
    margin-bottom: 0px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-80{
    margin-bottom: 80px;
}
.mb-120{
    margin-bottom: 120px;
}
/*blog section start*/
.blog-area{
    margin-bottom: 30px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #eaeaea;
}
.blog-area .thumb img{
    border-radius: 8px 8px 0px 0px;
}
.blog-area h5{
    margin: 5px 0px;
}
.blog-area h5 a{
    color: #464646;
}
.blog-area h5 a:hover{
    color: #286efb;
}
.blog-area p{
    font-size: 14px;
}
.blog-area .icon-area{
    overflow: hidden;
    padding: 5px 15px;
    border-bottom: 1px solid #eaeaea;
}
.blog-area .content-area{
    padding: 15px;
}
.blog-details .blog-details-area{
    margin-bottom: 30px;
}
.blog-details .blog-details-area .thumb{
    margin-bottom: 15px;
}
.blog-details .blog-widget{
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #eaeaea;
}
.blog-details .blog-widget .widget-title{
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 9px;
}
.single-blog-area .blog-thumb-area{
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-blog-area{
    display: flex;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.single-blog-area:last-child{
    border-bottom: none;
    margin-bottom: 0px;
}
.single-blog-area .blog-thumb-area img{
    border-radius: 5px;
}
.single-blog-area .blog-title-area{
    width: calc(100% - 70px);
    padding-left: 20px;
}
.single-blog-area .blog-title-area a{
    color: #464646;
}
.single-blog-area .blog-title-area a:hover{
    color: #286efb;
}
/*blog section end*/
.one-cikan {
    position: absolute;
    top: 9px;
    left: 15px;
    font-size: 12px;
    font-weight: 700;
    height: 29px;
    line-height: 20px;
    transform: rotate(0deg);
    width: 65px;
}
.badge {
    display: inline-block;
    padding: 0.3em 0.75em;
    font-size: 100%;
    font-weight: 300;
    width: 75px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    
}
.bg-info {
    background-color: #505050 !important;
}
#mobil_ozel_menu {margin:0 0 15px 0;overflow:hidden;}
#mobil_ozel_menu a {padding:8px 8px 8px 10px;display:block;border-bottom:1px solid #ddd;}
#mobil_ozel_menu a:hover {background:#f5f5f5;}
#mobil_ozel_menu .ikon i {font-size:20px !important;width:36px !important;height:36px !important;line-height:36px !important;text-align:center;background:#666;color:#fff;border-radius:100%;display:block;}
#mobil_ozel_menu .baslik {font-weight:600;padding-left:4px;}
#mobil_ozel_menu .alt_kategoriler {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size:12px;color:#bbb;padding-left:1px;}
#mobil_ozel_menu .fa-chevron-right {color:#bbb;display:block;line-height:36px;padding:0;margin:0;}
.mobile-nav {
  background: #F1F1F1;
  position: fixed;
  bottom: 0;
  height: 65px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.bloc-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bloc-icon img {
  width: 30px;
}
@media screen and (min-width: 600px) {
  .mobile-nav {
  display: none;
  }
}
.footer_sabit {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 999999;
    background: #3a3a3a;
    list-style: none;
    padding: 0;
}
.footer_sabit li a:hover {
    background: rgba(0,0,0,.2);
}
.footer_sabit li a {
    float: left;
    width: 20%;
    text-align: center;
    padding: 14px 0px;
    font-size: 11px;
    line-height: 20px;
    text-decoration: none;
    color: #fff;
}

.tab-content {
	display:none
}
#tab1 {
	display:block
}

.tab-container {
	font-family: Arial;
	font-size:14px;
	color:#666
}
.current a {
	background:#ffdd00;
	color:#545454;
}
.btn {
	padding-left: 15px;
	padding-right: 15px;
	font-weight:600;
	
}
.thumbnails {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
	border: none !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
.thumbnail {
	border: none !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	margin-bottom: 10px !important;
}
.thumbnail img {
	margin: auto;
	border: none !important;
	padding: 0px !important
}
#myCarousel {
	display: none
}
#firsat .span3 {
	width: 24.9% !important;
	float: left;
	list-style-type: none;
	margin: 0 !important;
	border: solid 0px #e8e8e8;
	background-color: #fff !important;
	padding: 0px !important;
	border-right: solid 1px #fff;
	padding: 5px !important;
	text-align: center;
	height: 250px
}
#firsat .span3 a {
}
#firsat .span3:last-child {
	border-right: solid 0px #eee;
}
#firsat .span3 img {
	height: 125px !important;
	width: auto !important;
	border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.span3 {
	width: 14.2% !important;
	float: left;
	list-style-type: none;
	margin: 0 !important;
	border: solid 0px #e8e8e8;
	background-color: #fff !important;
	padding: 0px !important;
	border-right: solid 1px #eee;
	padding: 5px !important;
	text-align: center;
	height: 125px
}
.span3:last-child {
	border: none !important
}
.span3 img {
	height: 75px !important;
	width: auto !important
}
.slide {
	background-color: #FFF !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	margin-bottom: 5px;
}
.btn-primary {
	background-color: #3f475f !important;
	border-color: #777 !important
}
.row.no-pad {
	margin-right: 0;
	margin-left: 0;
}
.row.no-pad > [class*='col-'] {
	padding-right: 5px;
	padding-left: 5px;
}
.top15 {
	margin-top: 1px;
	width: auto;
}

.header {
	height: 105px;
	background-color: #fff;
	border-bottom: solid 1px #ededed;
	padding-top: 5px;
	border-top: solid 5px #474747
}
#custom-search-input {
	padding: 3px;
	border-radius: 6px;
	width: 400px;
    margin-left: 304px;
    margin-top: -75px;
}
#custom-search-input input {
	border: 0;
	box-shadow: none;
	font-size: 14px;
	background-color: #ffffff;
	font-weight: 500;
	color: black;
	border-radius: 4px;
	border: 2px solid #000;
}
#custom-search-input button {
	margin: -1px 0 0 -35px;
	background: none;
	box-shadow: none;
	border: 0;
	color: #666666;
	padding: 0 8px 0 10px;
	border-left: solid 1px #ccc;
}
#custom-search-input button:hover {
	border: 0;
	box-shadow: none;
	border-left: solid 1px #ccc;
}
#custom-search-input .glyphicon-search {
	font-size: 20px;
	z-index: 1000;
	color:#000;
}
.button1 {
	background-color: #254164;
	border-color: #727070;
	color: #fff;
	font-size: 14px !important;
	margin-left: 10px !important
}
.button1:hover {
	color: #fff;
	border-color: #727070 !important;
	background-color: #375275 !important;
}
.button19 {
background-color: #0a4a7acc;
border-color: #fff;
color: #fff;
font-size: 14px !important;
margin-left: 770px !important;
margin-top: -67px;
}
.button19:hover {
	color: #fff;
	border-color: #ee626d !important;
	background-color: #ee626d !important;
}
.button20 {
background-color: #ffe100;
color: #2c2c2c;
font-weight:600;
margin-left: 1020px !important;
margin-top: -104px;
width: 180px;
border-radius: 0px 16px 0px;
border: 2px solid #000;
}
.button328 {
    color: #fff;
    font-weight: 600;
    margin-left: 601px !important;
    margin-top: -64px;
    font-size: 11px;
}
.button84 {
background-color: #fe9b06;

color: #fff;
font-size: 12px !important;
float: right;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 5px;	
	
}
.button85 {
background-color: #2a86cb;

color: #fff;
font-size: 12px !important;
float: left;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;	
	
}
.button86 {
background-color: #2a86cb;

color: #fff;
font-size: 12px !important;
float: left;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;	
	
}
.button87 {
background-color: #2a86cb;
color: #fff;
font-size: 12px !important;
float: left;
margin-top: 7.2px;
margin-bottom: 5px;
margin-left: 5px;	
height:35px;	
}
.button20:hover {
	color: #fff;
	border-color: #25394a !important;
	background-color: #25394a !important;
}
.header-link {
	padding-top: 30px;
}
.navbar-default {
	background-color: #3f475f;
	border-color: #777;
	margin-bottom: 0px;
	z-index: 1;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
	padding: 10px;
	margin-top: 4px;
	font-weight:600;
}
.search-h3 {
	font-size: 15px;
	padding: 0px;
	max-resolution: 0px;
	font-weight: bold;
	color: #5d5c5c
}
.header-s {
	background-color: #2a3154;
	height: 62px;
	box-shadow: 0 1px 1px rgba(0,0,0,.11), 0 2px 2px rgba(0,0,0,.11), 0 4px 4px rgba(0,0,0,.11), 0 5px 5px rgba(0,0,0,.11), 0 5px 5px rgba(0,0,0,.11);
}
.search-pad {
	padding-top: 10px
}
.search-list {
	margin: -20px;
	padding: 0px;
	margin-top: 15px
}
.search-list li {
	float: left;
	list-style-type: none;
	margin: 5px 5px;
	width: 400px;
	border: solid 1px #c9b4af;
	padding: 7px;
	border-radius: 4px;
}
.search-list li:first-child {
	margin-left: 0px
}
.search-list li:first-child {
	margin-left: 0px
}
.search-list li:nth-child(5) {
	margin-left: 0px
}
.search-list li a {
	color: #5d5c5c;
	font-size: 12px;
	font-weight: bold;
	display: block !important;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.banner1 {
	margin-top: 1px;
}
.category {
	margin: 0px;
	padding: 0px
}
.category li {
	list-style-type: none;
	font-size: 13px;
	line-height: 20px;
	color: #003399;
    font-family: inherit;
	font-weight: 500;
}
.category li span {
	font-size: 11px;
	color: #B1B1B1
}
.category li a {
	color: #003399 !important;
	line-height: 20px;
	text-decoration:none;
	margin-left: 14px;
	font-family: verdana;
}
.maincat {
	font-weight: bold;
	font-size: 14px !important;
	padding-bottom: 3px;
	margin-bottom: 3px;
	margin-top: 10px;
}
.leftmenu {
	margin: 0px;
	padding: 0px;
	border: none !important
}
.leftmenu li {
	list-style-type: none;
	line-height: 30px;
	border-bottom: solid 1px #e5e5e5 !important
}
.leftmenu li a {
	color: #555555
}
.ilandetay1 {
	font-weight: normal !important;
	border: solid 1px #eee;
	display: inline-block !important;
	width: 100% !important;
	line-height: 30px;
	padding: 5px;
	padding-left: 10px
}
.selects {
	max-height: 125px;
	overflow-y: scroll;
	background-color: #f5f5f5
}
.track3 {
	width: 10px;
	background: rgba(0, 0, 0, 0);
	margin-right: 2px;
	border-radius: 10px;
	-webkit-transition: background 250ms linear;
	transition: background 250ms linear;
}
.track3:hover, .track3.dragging {
	background: #d9d9d9;
	background: rgba(0, 0, 0, 0.15);
}
.handle3 {
	width: 7px;
	right: 0;
	background: #999;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 7px;
	-webkit-transition: width 250ms;
	transition: width 250ms;
}
.track3:hover .handle3, .track3.dragging .handle3 {
	width: 10px;
}
.qlabel {
	font-size: 14px !important;
	font-weight: bold !important;
	border-bottom: solid 1px #eee;
	display: block;
	padding-bottom: 5px !important;
	margin-bottom: 10px !important
}
.btn-info {
	border: 1px solid #ccc;
	color: #383838 !important
}
.select .form-group {
	margin-bottom: 10px !important
}
.select {
	margin-top: 10px;
}
.btn-primary {
	padding: 12px !important;
	border: none !important
}
.btn-danger {
	padding: 12px !important;
	border: none !important
}
.dropdown-menu {
	min-width: 180px !important
}
.green {
	background-color: #239a15 !important
}
.box {
	border: solid 1px #eee;
	padding: 15px;
	position: relative;
	height: 150px;
}
.box h5 {
	padding: 0px !important;
	margin: 0px !important;
	padding-bottom: 10px !important;
	font-weight: bold;
	font-size: 16px
}
.box select {
	position: absolute;
	bottom: 15px !important;
	max-width: 92%
}
.sub2 {
	padding-left: 10px !important
}
.sub3 {
	padding-left: 20px !important
}
.sub4 {
	padding-left: 30px !important
}
.sub5 {
	padding-left: 40px !important
}
.sub6 {
	padding-left: 50px !important
}
.sub7 {
	padding-left: 50px !important
}
.row.no-gutter {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutter > [class^="col-"], .row.no-gutter > [class*=" col-"] {
	padding-right: 5px;
	padding-left: 0px;
	margin-bottom: 5px;
}
.td-title {
	background-color: #777777;
	line-height: 40px;
	border: solid 1px #fff;
	text-align: center !important;
	font-size: 12px;
	font-weight: bold;
	color: #fff
}
.adv {
	padding: 5px;
	background-color: #fff;
	border: solid 1px #ededed;
	border-radius: 4px;
	margin-bottom: 2px
}
.logomm {
	
}
.mobil-menu {
  background: #0d0b24;
  left: -250px;
  height: 100%;
  position: fixed;
  width: 215px;
  top: 46px;
  z-index: 1000;
  list-style-type: none;
  overflow: scroll;
  font-size: 10px;
  font-weight: 600;
}
 
.mobil-menu ul {
  border-top: 1px solid #636366;
  list-style: none;
  margin: 0;
  padding: 0;
}
 
.mobil-menu li {
  border-bottom: 1px solid #4d4d4d;
  line-height: 18px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-top: 5px;
  color:white;
  text-decoration:none;
  transition:all .6s;
  padding: 10px !important;
}
 
.mobil-menu li:hover {
  background-color:#000;
  color:white;
}
 
.mobil-menu li a{
  color:inherit;
  text-decoration:none;
  font-size:15px;
}
.mobil-menuqq {
  background: #0d0b24;
  right:-250px;
  height: 100%;
  position: fixed;
  width: 215px;
  top: 46px;
  z-index: 1000;
  list-style-type: none;
  font-weight: 600;
}
 
.mobil-menuqq ul {
  border-top: 1px solid #636366;
  list-style: none;
  margin: 0;
  padding: 0;
}
 
.mobil-menuqq li {
  border-bottom: 1px solid #4d4d4d;
  line-height: 18px;
  font-size:14px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-top: 5px;
  color:white;
  text-decoration:none;
  transition:all .6s;
  padding: 7px !important;
}
 
.mobil-menuqq li:hover {
  background-color:#000;
  color:white;
}
 
.mobil-menuqq li a{
  color:inherit;
  text-decoration:none;
}
.ac-kapa{
  color:white;
  margin-top: 4px;
  padding: 6px 10px;
  display:none;
  border-radius:0 6px 6px 0
}
@media (max-width:768px){
.ac-kapa{
  color:white;
  margin-top: 4px;
  padding: 6px 10px;
  display:block;
  border-radius:0 6px 6px 0
}
}
.ac-kapasag{
  color:white;
  margin-top: 4px;
  padding: 6px 10px;
  display:none;
  border-radius:0 6px 6px 0;
  float:right;
}
@media (max-width:768px){
.ac-kapasag{
  color:white;
  margin-top: 4px;
  padding: 6px 10px;
  display:block;
  border-radius:0 6px 6px 0
}
}
.adv:hover {
	background-color: #f5f5f5 !important;
}
.adv-color {
	background-color: #F8F6BD;
	border: solid 1px #FFF67F
}
.panel {
	margin-bottom: 10px;
	border: solid 1px #ededed;
}
.listing-card__price {
    margin-top:10px;
    color: #05419d;
    font-size: 13px;
    text-align: center;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}
.price {
	cursor: default;
	padding: 5px !important;
	margin-top: 15px;
	background-color: #ff2c00 !important;
	color:white;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #696969;
	border-color: #fff;
	font-weight: 600;
}
.pagination > li > a, .pagination > li > span {
	color: #000;
}
.image1 {
	text-align: center;
	height: 160px;
}
.image1:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.image1 img {
	display: inline-block;
	vertical-align: middle;
	border-radius: 10px;
}
.adv2 {
	margin-bottom: 10px !important;
	height: 290px !important;
	border-bottom: solid 1px #ededed;
}
@media (max-width: 767px) {
	.adv2 {
	margin-bottom: 10px !important;
	height: 340px !important;
	border-bottom: solid 1px #ededed;
}
}
.adv2-title {
	font-size: 12px
}
.adv2-title a {
	color: #2c2c2c !important
}
.panel-heading a {
	color: #4b4b4b;
	font-weight: normal !important;
	font-size:14px;
}
.ilan-title {
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	font-weight: bold;
	padding-top: 10px
}
.ilan-image {
	border: solid 1px #eee;
	height: 100%;
	vertical-align: middle;
	text-align: center !important;
}
.ilan-image img {
	max-width: 100%;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}
.kucuk {
	cursor: pointer
}
.buyuk {
	padding: 10px;
	border: solid 1px #EEEEEE;
	border-top: none
}
.st {
	font-weight: bold
}
.font12 {
	font-size: 12px
}
.hr {
	margin-top: 5px;
	margin-bottom: 5px
}
.userbox {
	padding: 15px;
	border: solid 1px #ededed;
}
.userbox2 {
	margin-top: 15px;
}
.ilan-kategori-link {
	margin-left: 5px;
	font-size: 18px;
	margin-top: 5px;
}
.ilan-kategori-link a {
	color: #777777
}
.nb-footer {
	border-bottom: solid 2px #f7f7f7;
	padding-bottom: 15px;
	border-top: solid 4px #d0d0d0;
	background: url(../../arka2.png);
}
.nb-footer .footer-title {
	display: block;
	margin: 10px 0 10px 0;
	border-bottom: 1px dotted #e4e9f0;
}
.nb-footer .footer-single a {
	text-decoration: none;
}
.nb-footer .footer-single h2 {
	color: #505050;
	font-size: 18px;
	font-weight: 200;
	display: inline-block;
	border-bottom: 2px solid #b3b3b3;
	padding-bottom: 5px;
	margin-bottom: -2px;
}
.nb-footer .footer-single li {
	border-top: solid 1px #777;
}
.nb-footer .footer-single li:first-child {
	border-top: none;
}
.nb-footer .footer-single li a {
	color: #202020;
	font-size: 12px;
	padding: 6px 0px;
	display: block;
	transition: all 0.4s ease-in-out;
	font-weight: 600;
}
.nb-footer .footer-single li a:hover {
	color: #ee7e62;
}
.nb-footer .footer-single li a:hover i {
	color: #ee7e62;
}

.nb-footer .footer-project a {
	font-size: 13px;
}
.nb-copyright {
	background: #2a3154;
	padding-bottom: 10px;
	border-top: ssolid 1px #fff !important
}
.nb-copyright .copyrt {
	margin-top: 22px;
	font-size: 14px;
}
.nb-copyright .copyrt a {
	color: #ee7e62;
}
.footercop {
	font-size: 11px;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center
}
.footerlogo {
	height: 65px;
	margin-top: 29px;
	text-align: center;
	padding-top: 14px;
	border-radius: 4px !important;
}
.pagination {
	margin:0px !important
}
@media (min-width: 768px) and (max-width: 991px) {
	.category li a {
	font-size:12px !important	
	}
	.maincat {
	font-size:12px !important	
	}
}
@media (max-width: 767px) {
	.nav > li > a {
	padding: 6px 1px !important
	}
	.header-s {
    background: url(../img/header-bg.png);
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    padding-left: 15px;
	}
	.ilan-image {
		max-width:100% !important;
		height:auto !important
	}
	.ilan-image img {
		max-width:100% !important;
		height:auto !important
	}
	.navbar-default {
	background-color: #3f475f;
	border-color: #777;
	margin-bottom: 0px;
	z-index: 1;
	display: list-item;
}
}