body {
	background-color: #FFF;
	font-family: 'Poppins', sans-serif;
}
:root {
    --swiper-navigation-size: 20px;
}
.category-list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
gap: 15px;
}
.category-item {
text-align: center;
background: #efefef;
border: 1px solid #e0e0e0;
border-radius: 8px;
padding: 15px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
transition: transform 0.2s ease;
}

.category-item:hover {
transform: scale(1.05);
}

.category-item img {
width: 50px;
height: 50px;
margin-bottom: 10px;
}

.category-item h3 {
font-size: 16px;
margin-bottom: 5px;
font-weight: 600;
}
.category-item p {
font-size: 14px;
color: #ed002c;
font-weight:600;
}
@media (max-width: 600px) {
.category-item h3 {
font-size: 14px;
}
.category-item p {
font-size: 12px;
}
}
.ilan_sub_panel {
       display: flex;
       width: 100%;
       height: 25px;
       padding: 13px;
       background: #fafafa;
       border: 1px solid #eaeaea;
       align-items: center;
       justify-content: space-evenly;
       margin-top: 10px;
    }
    
    .ilan_sub_button {
        cursor: pointer;
        color: #003399;
        font-weight: 600;
    }
    
    .ilan_sub_button i {
        margin-right: 6px;
    }
    
    .fullscreen-video {
        display: none;
        position: fixed;
        z-index: 999999999999;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 25px;
        background-color: #000000db;
    }
    
    .fullscreen-video video {
        width: 100%;
        height: 100%;
    }
    
    .login-panel .panel-body {
        padding: 15px 24px 24px 24px !important;
    }
    
    .close-fullscreen-video {
        position: absolute;
        z-index: 99999;
        cursor: pointer;
        color: #fff;
        right: 28px;
    }
    
    .close-fullscreen-video i {
        font-size: 30px;
    }
    
    .open-video.disabled, .expand-img.disabled {
        color: #808080 !important;
        cursor: unset !important;
    }
    
    @media (max-width: 310px) {
        .ilan_sub_panel {
            justify-content: unset !important;
        }
        
        .ilan_sub_button {
            margin-left: 10px;
        }
    }
    
    @media (min-width: 310px) and (max-width: 350px) {
        .ilan_sub_panel {
            justify-content: unset !important;
        }
        
        .ilan_sub_button {
            margin-left: 38px;
        }
    }
    
    @media (min-width: 350px) and (max-width: 500) {
        .ilan_sub_panel {
            justify-content: unset !important;
        }
        
        .ilan_sub_button {
            margin-left: 58px;
        }
    }
.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;
}
.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: 13px 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: #464646 !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;
}
.tab-menu li {
	list-style:none;
	display:inline-block;
	margin:0 0px 5px 0;
	border-radius: 4px;
}
.tab-menu li a {
	display:block;
	color:#fff;
	padding:8px;
	font-size:14px;
	text-decoration:none;
	border:1px solid #ddd;
	border-radius: 4px;
	background-color:#525252;
}
.one-cikan {
    position: absolute;
    top: 10px;
    left:10px;
    font-size: 12px;
    font-weight: 700;
    height: 29px;
    line-height: 20px;
    transform: rotate(0deg);
}
.badge {
    display: inline-block;
    padding: 0.3em 0.75em;
    font-size: 100%;
    font-weight: 300;
    
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    
}
.bg-info {
    background-color: #f94141 !important;
}
/*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: 120px;
    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{
    bottom: 0px;
    width: 100%;
    z-index: 1;
    color: #0c0c0c;
    text-align: center;
}

/*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-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;
}
#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: 60px;
  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-size:14px;
	color:#666
}
.current a {
	background:#d90044;
	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;
}
.panel-heading {
	font-weight: bold
}
.header {
	height: 105px;
	background-color: #fff;
	border-bottom: solid 1px #ededed;
	padding-top: 5px;
	border-top: solid 5px #474747
}
#custom-search-input {
	padding: 1px;
    border: solid 2px #adadad;
    border-radius: 6px;
    background-color: #fff;
    width: 520px;
    margin-left: 250px;
    margin-top: -77px;
}
#custom-search-input input {
    border: 0;
    box-shadow: none;
}
#custom-search-input button {
	margin: 2px 0 0 0;
    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: #ff2b2b;
	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: #0848a5;
    color: #fff;
    font-weight: 600;
    margin-left: 960px !important;
    margin-top: -107px;
    width: 180px;
}
.button34 {
    background-color: #4e4e4e;
    color: #fff;
    font-weight: 600;
    margin-left: 790px !important;
    margin-top: -66px;
    width: 160px;
}
.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: #fff;
	height: 62px;
	
}
.search-pad {
	padding-top: 10px
}
.search-list {
	padding: 0px;
	margin-top: 15px;
	margin-bottom: -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-weight: 500;
}
.category li span {
	font-size: 11px;
	color: #B1B1B1
}
.category li a {
	line-height: 26px;
    text-decoration: none;
    margin-left: 14px;
    font-weight: 600;
    font-size: 14px;
	
}
.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: #3a3a3a;
  left: -250px;
  height: 100%;
  position: fixed;
  width: 215px;
  top: 46px;
  z-index: 1000;
  list-style-type: none;
  overflow: scroll;
  font-size: 10px;
}
 
.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: #3a3a3a;
  right:-250px;
  height: 100%;
  position: fixed;
  width: 215px;
  top: 46px;
  z-index: 1000;
  list-style-type: none;
}
 
.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:#666666;
  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:#666666;
  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:-9px;
    color: #004997;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.price {
	cursor: default;
	padding: 5px !important;
	margin-top: 15px;
	background-color: #0848a5 !important;
    color: #ffffff;
}
.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%;
}

@media only screen and (max-width: 768px) {
    .image1 img {
        height: 120px !important;
    }
}
.image1 img {
	display: inline-block;
	vertical-align: middle;
	border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
@media only screen and (max-width: 768px) {
    .box_type {
        top: 116px !important;
    }
}
.adv2 {
	height: 285px !important;
	border: 1px solid #e7e7e7;
	
}
@media only screen and (max-width: 768px) {
    .adv2 {
        height: 270px !important;
    }
}
.adv2-title {
	padding: 10px;
	
	font-size: 12px
}
.adv2-title a {
	color: #000000 !important
}
.panel-heading a {
	color: #4b4b4b;
	font-weight: normal !important;
	font-size:14px;
}
.ilan-title {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	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: 14px
}
.hr {
	margin-top: 5px;
	margin-bottom: 5px
}
.userbox {
	padding: 15px;
	border: solid 1px #ededed;
	background: #f6f6f6;
}
.userbox2 {
	padding: 15px;
	margin-top: 15px;
	border: solid 1px #ddd
}
.ilan-kategori-link {
	padding-bottom: 15px;
	margin-left: 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: #363636;
	padding-bottom: 10px;
	border-top: solid 3px #f90  !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;
}
}