body {
    font-family: "Quicksand", sans-serif;
	background-color: #FFF;
}
/*================================================
14 - WORKS AREA CSS
==================================================*/

.how-works-area {
	background: #f0f3fa none repeat scroll 0 0;
	padding-bottom: 110px;
}
.login-columns {
    display: flex;
    justify-content: space-between;
    max-width:100%;
}

.login-columns > div {
    width: 35%;
    padding: 20px;
}
.login-columns 
.right-column {
    background: #fff;
    border-radius: 10px;
}

.login-area {
    background: url(/img/login-bg.jpeg);
    background-size: 100%;
    padding:150px;
}
.login-area .container {
    max-width: 100% !important;
}
.login-columns .left-column img {
    width: 100%;
    padding-top: 50px;
}
.login-columns input[type="submit"] {
    background-color: #e0c400 !important;
}

@media(max-width: 1300px) {
    .login-area {
        padding: 100px;
    }
}
@media(max-width: 1024px) {
    .login-columns {
        flex-direction: column;
        align-items: end;
    }
    .container{
        max-width:970px;
    }
    .login-area {
        padding: 50px;
    }
}
 


.login-buttons img {
    max-width: 30px;
}
.login-buttons .cstmGoogle a {
    display: flex;
    align-content: center;
    align-items: center;
    border: 1px solid #4086f5;
    padding: 2px;
    margin: 10px 0;
    border-radius: 5px;
    justify-content: center;
}

.login-buttons .cstmGoogle a span {
    padding: 10px;
    font-weight: 700;
    font-size: 15px;
}
.login-buttons {
    display: flex;
}

.cstmGoogle {
    margin:  0 2px;
    width: 100%;
}
.how-works-box {
	text-align: center;
	position: relative;
	border-radius: 50%;
	height: 250px;
	padding: 75px 30px;
	margin: 70px auto 0;
	width: 250px;
	z-index: 1;
	background: #fff none repeat scroll 0 0;
}

.box-1 img {
	position: absolute;
	top: -30px;
	right: -63%;
}

.box-2 img {
	position: absolute;
	right: -63%;
	bottom: -30px;
}

.works-box-icon i {
	color: #25AD60;
	font-size: 70px;
	margin-bottom: 10px;
}

.works-box-text p {
	color: #111;
	text-transform: capitalize;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 20px;
}

.how-works-box.box-1,
.how-works-box.box-2,
.how-works-box.box-3 {
	position: relative
}

.how-works-box.box-1:before {
	position: absolute;
	content: "1";
	font-size: 208px;
	font-size: 208px;
	font-size: 208px;
	font-size: 13rem;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	width: 100%;
	left: 0px;
	height: 100%;
	top: 0;
	line-height: 224px;
	line-height: 224px;
	line-height: 224px;
	line-height: 14rem;
	z-index: -1;
	color: #f6f6f6;
}

.how-works-box.box-2:before {
	position: absolute;
	content: "2";
	font-size: 208px;
	font-size: 208px;
	font-size: 208px;
	font-size: 13rem;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	width: 100%;
	left: 0px;
	height: 100%;
	top: 0;
	line-height: 224px;
	line-height: 224px;
	line-height: 224px;
	line-height: 14rem;
	z-index: -1;
	color: #f6f6f6;
}

.how-works-box.box-3:before {
	position: absolute;
	content: "3";
	font-size: 208px;
	font-size: 208px;
	font-size: 208px;
	font-size: 13rem;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	width: 100%;
	left: 0px;
	height: 100%;
	top: 0;
	line-height: 192px;
	line-height: 192px;
	line-height: 192px;
	line-height: 12rem;
	z-index: -1;
	color: #f6f6f6;
}
.container {
	max-width: 1200px !important;
}
.container2 {
	max-width: 1920px;
}
  .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: #17a71d;
            margin-bottom: 10px;
        }
        @media (max-width: 480px) {
            .category-container {
                grid-template-columns: repeat(2, 1fr);
            }
        }
.faq-item {
    padding: 0 30px;
    border-radius: 10px;
    background-color: #ebf2ff;
    border: 1px solid rgba(101, 93, 202, 0.3);
    box-shadow: -2.316px 18.858px 10px 0px rgba(26, 18, 65, 0.05);
    margin-bottom: 20px;
}

@media (min-width: 768px) {
.product-details .faq-item .faq-title {
    padding: 15px 0;
}
}
.faq-item .faq-title {
    cursor: pointer;
    padding: 20px 0;
    position: relative;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size:20px;
    font-weight:bold;
}
.faq-item .faq-title .title {
    align-self: center;
    display: block;
    width: calc(100% - 40px);
    padding-right: 50px;
    padding-left: 20px;
    font-size: 20px;
    color: #323636;
    line-height: 28px;
    font-family: "Roboto", sans-serif;
}
@media (min-width: 768px) {
.faq-head-title {
    margin-bottom: 25px;
}
}
.faq-head-title {
    text-transform: capitalize;
    margin-bottom: 18px;
}
@media (min-width: 768px) {
h5 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 3px;
}
}

h5 {
    font-size: 20px;
    line-height: 26px;
    margin-top: -2px;
}
.faq-item .faq-title .right-icon {
    border-radius: 50%;
    background: -webkit-linear-gradient(90deg, rgb(61, 169, 245) 0%, rgb(104, 61, 245) 100%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    position: absolute;
}
.faq-item .faq-title .right-icon::before {
    width: 2px;
    height: 20px;
}
.faq-item .faq-title .right-icon::after, .faq-item .faq-title .right-icon::before {
    position: absolute;
    content: "";
    background: #ffffff;
    top: 50%;
    transition: all ease 0.3s;
    left: 50%;
    transform: translate(-50%, -50%);
}
.faq-item .faq-title .right-icon::after {
    width: 20px;
    height: 2px;
}
.faq-item.open .faq-title .right-icon::before {
    transform: translate(-50%, -50%) rotate(90deg);
}
.faq-item .faq-content {
    padding: 30px 0;
    border-top: 1px solid rgba(101, 93, 202, 0.3);
    display: none;
}
.faq-item .faq-content p {
    font-size: 16px;
    color: #323636;
}

.tab-menu {
    border: none;
    align-items: stretch;
    margin: 0 -15px;
    padding: 10px 0;
    text-align: center;
}


.tab-menu li {
    padding: 10px 15px;
    flex-grow: 1;
    align-items: center;
    list-style:none;
    display:inline-block;
}

.history-table-area {
    background: #ebf2ff;
    border-radius: 5px;
    padding: 20px 40px;
}

@media (min-width: 992px) {
.mt-70-100 {
    margin-top: 100px;
}
}
.mt-70-100 {
    margin-top: 70px;
}
/*
.product-tab-menu-area {
    background: #ebf2ff;
}
*/
@media (min-width: 768px){
.mb-40-60 {
    margin-bottom: 60px;
}
.history-table {
    width: 100%;
}
}
.mb-40-60 {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
.navbar-nav {
    float: left;
   
    margin-right: -8px;
}
}

.price-tables {
    margin-top:10px;
    background: #ebf2ff;
    border-radius: 10px;
    padding: 20px 15px;
}
.price-tables li {
    justify-content: space-between;
    padding: 0;
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
@media (min-width: 768px){
h3 {
    font-size: 36px;
    line-height: 46px;
    margin-top: -9px;
    color: #43b055;
}
}
@media (min-width: 768px){
h5 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 3px;
}
}
.money {
    flex-grow: 1;
    padding: 0px 30px;
    background: transparent;
}
.teklifbutton {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    height: 50px;
    
}
.countdown {
    color:#707070;
    background-clip: text;
    padding-bottom: 10px;
    margin-top:10px;
    border-bottom: 1px solid rgba(101, 93, 202, 0.3);
    font-size: 30px;
    line-height: 1;
}
.countdownkat {
    text-shadow: 0px 5px 3px rgb(0 0 0 / 20%);
    background: -webkit-linear-gradient(#666666, #484848);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #bf979700;
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid rgba(101, 93, 202, 0.3);
    font-size: 24px;
    line-height: 1;
}
.ustbolum {
    margin-top: 10px;
    margin-bottom:8px
}
.call-wrapper {
    margin-left:-20px;
    margin-bottom:50px;
    padding: 80px 80px 50px;
    border-radius: 20px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.cl-white {
    color: #ffffff;
}
.bg_img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.call-wrapper .section-header {
    max-width: 420px;
    text-align: left;
    margin-left: 0;
    margin-bottom: 30px;
}
.custom-button.white {
    background: #ffffff;
    color: #3f22b3;
}
.call-wrapper .custom-button {
    color: #ee4730;
    margin-bottom: 30px;
}
.custom-button {
    color: #ffffff;
    border-radius: 30px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 30px 10px;
    font-size: 18px;
    background: -webkit-linear-gradient(90deg, rgb(61, 169, 245) 0%, rgb(104, 61, 245) 100%);
    box-shadow: -1.04px 4.891px 20px 0px rgba(69, 49, 183, 0.5);
    font-family: "Roboto", sans-serif;
    transition: all 0.4s;
}
.how-section {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left:-20px;

}
.adv2 {
    padding: 10px 10px 30px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(22, 26, 57, 0.36);
    margin: 0 auto 30px;
    transition: all 0.4s;
    transition: all 0.4s;
}
.how-wrapper {
    padding: 60px;
    border-radius: 20px;
}
.section-bg {
    background: #f1f3fd;
}
.section-header {
    margin: 0 auto 35px;
    text-align: center;
}
.section-header .title {
    font-weight:bold;
}

.mb--40 {
    margin-bottom: -40px;
}
.justify-content-center {
    justify-content: center!important;
}
.how-item {
    margin-bottom: 40px;
    text-align: center;
}
.section-header-3 .left {
    width: 100%;
    max-width: 640px;
    display: flex;
    flex-wrap: wrap;
}
.section-header-3 {
    margin-top:30px;
    display:flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: space-between;
}
.section-header-3 .left .title-area {
    width: calc(100% - 80px);
    
    align-self: center;
    margin-top: 0;
}
.section-header-3 .normal-button {
    margin-top: 30px;
}
.normal-button {
    padding: 2px 25px 1px;
    border: 1px solid rgb(27 155 78);
    border-radius: 30px;
    color: #171d1c;
    line-height: 35px;
    margin-right:20px;

}
.normal-button:hover {

    background:#1a8b71;
    color:#ffffff;
    transition: all 0.4s;

}
.section-header-3 .left .thumb {
    margin-right:10px;
    position: relative;
    color:#3bb557;
    font-size:50px;
    margin-top:20px;
}
.gerisayim {
	color:#ff8400;
	font-size:18px;
	font-weight: 600;
}
.gerisayimalan {
	margin-top:10px;
}

.bid-area {
display: flex;
flex-wrap: wrap;
}
.bid-amount::before {
    position: absolute;
    content: "";
}
.bid-amount {
    padding: 12px 10px;
    align-items: center;
    border-bottom: 2px dotted #deddf5;
    border-top: 2px dotted #deddf5;
    justify-content: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width:50%;
}
.bid-amount .amount-content {
    padding-left: 15px;
    max-width: calc(100% - 30px);
}
.bid-amount .amount-content .current {
    font-size: 14px;
    color: #43b055;
    line-height: 20px;
    margin-bottom: 5px;
    text-align:left;
    font-weight: 600;
}
.bid-amount .amount-content .amount {
    font-size: 20px;
    line-height: 20px;
    color: #171d1c;
}
.bid-amount .icon {
    max-width: 30px;
}
.bid-amount .icon i {
    line-height: 1;
    font-size: 36px;
    color: #43b055;
}

.bid-amount2::before {
    position: absolute;
    content: "";
}
.bid-amount2 {
    padding: 12px 10px;
    align-items: center;

    justify-content: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;

}

.bid-amount2 .amount-content {
    padding-left: 15px;
    max-width: calc(100% - 30px);
}
@media (min-width:768px){
.bid-amount2 .amount-content .current {
    font-size: 14px;
    color: #43b055;
    line-height: 20px;
    margin-bottom: 5px;
    text-align:left;
    font-weight: 700;
}
}
@media (max-width:768px){
.bid-amount2 .amount-content .current {
    font-size: 24px;
    color: #43b055;
    line-height: 20px;
    margin-bottom: 5px;
    text-align: left;
    font-weight: 600;
}
}
@media (min-width:768px){
.bid-amount2 .amount-content .amount {
    font-size: 20px;
    line-height: 20px;
    color: #171d1c;
}
}
@media (max-width:768px){
    .bid-amount2 .amount-content .amount {
    font-size: 24px;
    line-height: 52px;
    color: #171d1c;
    font-weight: 600;
}
}
.bid-amount2 .icon {
    max-width: 30px;
}
.bid-amount2 .icon i {
    line-height: 1;
    font-size: 36px;
    color: #43b055;
}

.flaticon-auction:before {
    content: "\f100";
}
.bid-amount:nth-child(even) .icon i {
    color: #ee4730;
}
.bid-amount:nth-child(even)::before {
    width: 0px;
    right: 0;
    bottom: 15px;
    top: 15px;
    background: #bfbee8;
}
.bid-amount::before {
    width: 1px;
    right: 0;
    bottom: 15px;
    top: 15px;
    background: #bfbee8;
}


.tab-menu li a {
	display:block;
	padding:15px 50px 15px 50px;
	font-size:18px;
	font-family: "Quicksand", sans-serif;
	text-decoration:none;
	border:1px solid #ddd;
	border-radius: 10px;
	font-weight: 600;
	
}
.one-cikan {
    position: absolute;
    top: 18px;
    left:23px;
    font-size: 12px;
    font-weight: 700;
    height: 29px;
    line-height: 20px;
    transform: rotate(0deg);
    z-index: 777;
}
.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;
}
.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;
}

/*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: "Quicksand", sans-serif;
}
.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;
}
#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: "Quicksand", sans-serif;
	font-size:14px;
	color:#666
}
.current a {
	background:#1a8b71;
	color:#fff;
	box-shadow: 0.707px 0.707px 10px 0px rgba(55, 34, 154, 0.1);
}
.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: #565656 !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: 20px;
	width: auto;
}
.panel-heading {
	font-weight: bold
}
.panel-default > .panel-heading {
    color: #ffffff;
    font-size: 18px;
    border-bottom: solid 1px #ededed;
    border-top: solid 1px #ededed;
    background: #3d9956;
    padding: 10px;
}
.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: #149f56;
	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: #ff9210;
    color: #fff;
    font-weight: 600;
    margin-left: 960px !important;
    margin-top: -107px;
    width: 180px;
}
.button34 {
    background-color: #484848;
    color: #fff;
    font-weight: 600;
    margin-left: 790px !important;
    margin-top: -66px;
    width: 160px;
}
.button34:hover {
    background-color: #000000;
    color: #fff;
}
.button345 {
    background-color: #eb9500;
    color: #fff;
    font-weight: 600;
    /* margin-left: 790px !important;
    margin-top: -66px; */
    margin-top:30px;
    width: 200px;
}
.button345:hover {
    background-color: #000000;
    color: #fff;
}
.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: 25px;
	margin-bottom: -20px;
}
.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: "Quicksand", sans-serif;
	font-weight: 500;
}
.category li span {
	font-size: 11px;
	color: #B1B1B1
}
.category li a {
	
	line-height: 30px;
	text-decoration:none;
	margin-left: 10px;
	font-family: "Quicksand", sans-serif;
	font-size: 18px;
}
.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: 10px;
	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:#5c5c5c;
  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:#5c5c5c;
  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:-5px;
    margin-bottom:5px;
    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: #f2dd41 !important
}
.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: 255px;
	
}
.image1:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.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;
}
.adv2 {
	height: 510px !important;
	border: 1px solid #e7e7e7;
	
}
.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: 18px
}
.hr {
	margin-top: 5px;
	margin-bottom: 5px
}
.hrkategori {
	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: 2px 15px 1px;
    border: 1px solid rgb(100, 128, 165);
    border-radius: 10px;
    color: #171d1c;
    line-height: 35px;
}
.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: #318717;
	font-size: 18px;
	font-weight: 200;
	display: inline-block;
	border-bottom: 2px solid #b3b3b3;
	padding-bottom: 5px;
	margin-bottom: -2px;
	font-weight: 600;
}
/* 
.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: 14px;
	padding: 6px 0px;
	display: block;
	transition: all 0.4s ease-in-out;
	font-weight: 600;
}
.nb-footer .footer-single li a:hover {
	color: #6480a5;
}
.nb-footer .footer-single li a:hover i {
	color: #6480a5;
}

.nb-footer .footer-project a {
	font-size: 13px;
}
.nb-copyright {
	background: #000;
	padding-bottom: 10px;
	border-top: solid 3px #6480a5  !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;
}
}