body {
	background-color: #FFF;
	font-family: 'Poppins', sans-serif;
}

.dashboard-nav .dashboard-nav-dropdown-toggle:after {
    border-top-color: rgb(255 255 255 / 72%) !important;
}
 .ilan_sub_panel {
       display: flex;
       width: 100%;
       height: 25px;
       padding: 13px;
       background: #fafafa;
       border: 1px solid #eaeaea;
       align-items: center;
       justify-content: space-evenly;
       
    }
    
    .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;
        }
    }
.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
}

.card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    text-align: center;
}

.dashboard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
}

.dashboard-app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-top: 84px;
}

.dashboard-content {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding: 25px;
}

.dashboard-nav {
    min-width: 238px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    background-color: #373193;
}

.dashboard-compact .dashboard-nav {
    display: none;
}

.dashboard-nav header {
    padding: 0px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.dashboard-nav header .menu-toggle {
    display: none;
    margin-right: auto;
}

.dashboard-nav a {
    color: #515151;
}

.dashboard-nav a:hover {
    text-decoration: none;
}

.dashboard-nav {
    background-color: #3f475f;
}

.dashboard-nav a {
    color: #fff;
}

.brand-logo {
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #515151;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.brand-logo:focus, .brand-logo:active, .brand-logo:hover {
    color: #dbdbdb;
    text-decoration: none;
}

.brand-logo i {
    color: #d2d1d1;
    font-size: 27px;
    margin-right: 10px;
}

.dashboard-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-item {
    min-height: 45px;
    padding: 8px 20px 8px 57px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.02em;
    transition: ease-out 0.5s;
}

.dashboard-nav-item i {
    width: 36px;
    font-size: 19px;
    margin-left: -40px;
}

.dashboard-nav-item:hover {
    background: rgba(255, 255, 255, 0.04);
}

.active {
    
}

.dashboard-nav-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-dropdown.show {
    background: rgba(255, 255, 255, 0.04);
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle {
    font-weight: bold;
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle:after {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.dashboard-nav-dropdown-toggle:after {
    content: "";
    margin-left: auto;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(81, 81, 81, 0.8);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.dashboard-nav .dashboard-nav-dropdown-toggle:after {
    border-top-color: rgba(255, 255, 255, 0.72);
}

.dashboard-nav-dropdown-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-dropdown-item {
    min-height: 40px;
    padding: 5px 0px 20px 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: ease-out 0.5s;
}

.dashboard-nav-dropdown-item:hover {
    background: rgba(255, 255, 255, 0.04);
}
.btn-facebook {
	color: #fff;
	background-color: #4C67A1;
}
.btn-facebook:hover {
	color: #fff;
	background-color: #405D9B;
}
.btn-facebook:focus {
	color: #fff;
}


.btn-whatsapp {
	color: #fff;
	background-color: #17a313;
}
.btn-whatsapp:hover {
	color: #fff;
	background-color: #2B9328;
}
.btn-whatsapp:focus {
	color: #fff;
}
.menu-toggle {
    position: relative;
    height: 45px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
    text-decoration: none;
    color: #fff;
}

.menu-toggle i {
    font-size: 25px;
    margin-top: 10px;
}

.dashboard-toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 15px;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.nav-item-divider {
    height: 1px;
    margin: 1rem 0;
    overflow: hidden;
    background-color: rgba(236, 238, 239, 0.3);
}

@media (min-width: 992px) {
    .dashboard-app {
        margin-left: 238px;
    }

    .dashboard-compact .dashboard-app {
        margin-left: 0;
    }
}


@media (max-width: 768px) {
    .dashboard-content {
        padding: 15px 0px;
    }
}

@media (max-width: 992px) {
    .dashboard-nav {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1070;
        width: 50%;
    }

    .dashboard-nav.mobile-show {
        display: block;
    }
}

@media (max-width: 992px) {
    .dashboard-nav header .menu-toggle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 992px) {
    .dashboard-toolbar {
        left: 238px;
    }

    .dashboard-compact .dashboard-toolbar {
        left: 0;
    }
}
.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: #525252 !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;
	
	text-decoration:none;
	border:1px solid #ddd;
	border-radius: 4px;
	font-weight: 600;
}
#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;}
#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: 54px;
  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: #3f475f;
    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: 12px;
    line-height: 20px;
    text-decoration: none;
    color: #fff;
}
.mobil_fixed_iletisim {bottom:44px;}
.tab-content {
	display:none
}
#tab1 {
	display:block
}

.tab-container {
	
	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;
	border: solid 1px #DADADA;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	margin-bottom: 5px;
}
.btn-primary {
	background-color: #777 !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: 3px;
	border-radius: 6px;
	width: 315px;
    margin-left: 304px;
    margin-top: -75px;
	box-shadow: inset 0px 0px 0px 11px #3f475f;
}
#custom-search-input input {
	border: 0;
	box-shadow: none;
	font-size: 11px;
	background-color: #2f3546;
	font-weight: 500;
	color: white;
	border-radius: 4px;
}
#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: 15px;
	z-index: 1000;
	color:#fff;
}
.button1 {
	background-color: #989898;
	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;
}
.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: #3f475f;
	height: 62px;
}
.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: 24px;
	text-decoration:none;
	margin-left: 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: 5px !important
}
.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: 0;
}
.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: #3f475f;
  left: -250px;
  height: 100%;
  position: fixed;
  width: 215px;
  top: 46px;
  z-index: 1000;
  list-style-type: none;
  overflow: scroll;
}
 
.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;
}
.mobil-menuqq {
  background: #3f475f;
  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: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;
}
.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: 80px;
	
}
.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 {
	margin-bottom: 10px !important;
	height: 90px !important;
	
	
}
.adv2-title {
	padding: 12px;
	text-align: center;
	font-size: 12px
}
.adv2-title a {
	color: #5d5c5c !important
}
.panel-heading a {
	color: #4b4b4b;
	font-weight: normal !important;
	text-decoration: underline;
	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: 12px
}
.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: #fdda36;
	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: #5F5F5F;
	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;
}
}