@import url(https://fonts.googleapis.com/css?family=PT Sans:400,700,400italic,700italic&subset=latin,cyrillic-ext,latin-ext,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Crete+Round:400,400italic);
@import url(https://fonts.googleapis.com/css?family=Petit+Formal+Script);
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,latin-ext,cyrillic,cyrillic-ext);


.btn, input, .well { 
	outline: none !important; 
	border-radius: 0 !important;
}

html {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
	background-color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*font-family: "Roboto", sans-serif;*/
	font-size:16px;
}

a { color:auto; }  

a:link,	
a:focus, 
a:visited , 
a:active,
a:hover { 
	text-decoration: none; 
}

/* SLİDE BARS*/

#sb-site, .sb-site-container {
	padding: 14px;
	background:#fff;
}

.sb-slidebar {
	padding: 0;
	color: #333;
	background:#fff;
	border-right:1px #e5e5e5 solid;
}

html.sb-active #sb-site, .sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
	cursor: pointer;
}

/* Fixed position examples */
#sb-site.top-padding {
	padding:0;
	padding-top: 50px;
	padding-bottom: 50px;
}

/*Sidebar Header Left*/

.sidebar-header-left{
    height:60px;
    border-bottom:solid 1px rgba(255,255,255,0.05);
    background-color:#FFFFFF;
}

.sidebar-header-left a img {
    width: 150px;
    margin-top: 10px;
    margin-left: 15px;
}

.sidebar-header-left a:first-child{
    width:130px;
    float:left;
}

.sidebar-header-left a:last-child{
    width:60px;
    height:60px;
    line-height:60px;
    color:#1f1f1f;
    position:absolute;
    left:205px;
    text-align:center;
    border-left:dashed 1px rgba(0,0,0,0.1);
    border-right:dashed 1px rgba(0,0,0,0.1);
}

.sidebar-header-left a i{
	width:54px; 
	height:60px; 
	line-height:60px; 
	text-align:center;
}


#fixed-top {
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	background-color: #c0392b;
	z-index: 4;
}

#fixed-top span.sb-toggle-left {
	float: left;
	color: rgba(255,255,255,.95);
	padding: 15px 18px;
	background: rgba(255,255,255,.1)
}

#fixed-top span.sb-toggle-right {
	float: right;
	color: rgba(255,255,255,.95);
	padding: 15px 18px;
	background: rgba(255,255,255,.1)
}

#fixed-top button.myModal {
	float: right;
	color: rgba(255,255,255,.95);
	padding: 15px 18px;
	background: rgba(255,255,255,.1);
	border:0;
}

/* İMSAKİYE + HEADER 

#fixed-top button.imsakiye {
	float: right;
	margin-right:2px;
	color: rgba(255,255,255,.95);
	padding: 0 18px;
	height:50px;
	background: rgba(52, 73, 94, .2);
	border:0;
	line-height:normal;
	font-size:20px;
}

.header-logo{
    position:absolute;
    left:50%;
    margin-left:-75px;
	line-height:22px;
}

.header-logo span{
	display:block;
    width:90px;
    margin-top:4px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	line-height:22px;
}
*/

.header-logo{
    position:absolute;
    left:50%;
    margin-left:-80px;
}

.header-logo span{
	display:block;
    width:160px;
    margin-top:12px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}

.header-logo img{
    width:240px;
    margin-top:5px;
}


/* === SIDEBAR MENU === */
.nav-side-menu {
  overflow: hidden;
  width: 100%;
}
.nav-side-menu .brand {
  background-color: #23282e;
  display: block;
  text-align: center;
  font-size: 14px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #34495e;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #34495e;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  clear:both;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li a {
  display:block;
  background-color: #ecf0f1;
  border: none;
  border-bottom: 1px solid #ecf0f1;
  margin-left: 0px;
}

/*
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #34495e;
  color:#ecf0f1;
}
*/
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  vertical-align: middle;
  line-height:50px;
  padding:0 15px;
  float:left;
}
.nav-side-menu li:first-child {
  border-top: 1px solid #ecf0f1;
}
.nav-side-menu li {
  padding-left: 0px;
  border-bottom: 1px solid #ecf0f1;
}
.nav-side-menu li a {
  display:block;
  padding:15px 0; 
  text-decoration: none;
  color: #2c3e50;
  font-size:16px;

}
/*
.nav-side-menu li a:active {
  background:#34495e;
  color:#fff;
}*/

.nav-side-menu li a i {
  padding-left: 10px;
  width: 35px;
  padding-right: 20px;
}

.nav-side-menu li a.ramazan {
  display:block;
  padding:15px 0; 
  text-decoration: none;
  background: #337ab7;
  color:#fff;
  font-size:16px;

}

/*
.nav-side-menu li a:hover {
  background-color: #34495e;
  color:#ecf0f1 !important;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
*/
/* === END SIDEBAR MENU === */


/* Testimonials */

.testimonials { margin-bottom:15px; padding-bottom:15px; border-bottom:1px #ccc dashed;}

.testimonials .carousel-info img {
	background: #ecf0f1;
	border-radius: 15px !important;
	height: 80px;
	width: 80px; 
}
.testimonials .carousel-info {
	overflow: hidden;
}
.testimonials .carousel-info img {
	margin-right: 20px;
}
.testimonials .carousel-info span {
	display: block;
}
.testimonials span.testimonials-name {
	color: #e6400c;
	font-size: 18px;
	font-weight:bold;
	line-height:22px;
	margin: 8px 0 5px;
}
.testimonials span.testimonials-name-blue {
	color: #3498db;
	font-size: 18px;
	font-weight:bold;
	line-height:22px;	
	margin: 8px 0 5px;
}

.testimonials span.testimonials-post {
	color: #656565;
	font-size: 15px;
	line-height:19px;
}




#myList {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}

#myList li {
	list-style:none !important;
	border-bottom:1px rgba(0,0,0,0.1) solid;
}

#myList li a {
     position:relative;
	display:block;
	padding:18px 0;
	font-size:18px;
	line-height:22px;
	color:#333;
	padding-right:20px;
	padding-left:25px;
}

.audio-list li a {
	color:#333 !important;
}

.video-list li a.fa-play-circle:after {
    content: "\f144";
    font-family: FontAwesome;
    position: absolute; 
	z-index: -1;
	left:0;
	top:18px;
	color:#16a085;
	font-size:22px;
	background: -webkit-linear-gradient(#16a085, #16a085);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#myList li a.fa-chevron-right:before {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute; 
	z-index: -1;
	right:0;
	top:50%;
	margin-top:-10px;
	color:#666;
 }

#myList li a.fa-volume-off:after {
    content: "\f026";
    font-family: FontAwesome;
    position: absolute; 
	z-index: -1;
	left:0;
	top:18px;
	color:#3498db;
	font-size:24px;
	background: -webkit-linear-gradient(#3498db, #3498db);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
 
#myList li a.fa-folder:after {
    content: "\f07b";
    font-family: FontAwesome;
    position: absolute; 
	z-index: -1;
	left:0;
	top:18px;
	color:#f39c12;
	font-size:18px;
	background: -webkit-linear-gradient(#f1c40f, #f39c12);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


#myList li a.fa-youtube-play:after {
    content: "\f16a";
    font-family: FontAwesome;
    position: absolute; 
	z-index: -1;
	left:0;
	top:18px;
	color:#CC0000;
	font-size:18px;
}

#myList li a.fa-file-text-o:after {
    content: "\f15c";
    font-family: FontAwesome;
    position: absolute; 
	z-index: -1;
	left:0;
	top:18px;
	color:#7f8c8d;
	font-size:18px;
}

#myList li a.fa-external-link:after {
    content: "\f08e";
    font-family: FontAwesome;
    position: absolute; 
	z-index: -1;
	left:0;
	top:18px;
	color:#2980b9;
	font-size:18px;
	font-weight:bold;
}
 
 /*
#myList li a i.fa-folder {
	float:left;
	font-size:18px;
	margin-right:10px;
	margin-left:1px;
	color:#f39c12;
	background: -webkit-linear-gradient(#f1c40f, #f39c12);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#myList li a i.fa-file-text-o {
	float:left;
	font-size:18px;
	margin-right:10px;
	margin-left:1px;
	color:#7f8c8d;
}


#myList li a i.fa-volume-off {
	float:left;
	font-size:24px;
	margin-right:12px;
	margin-left:5px;
	margin-top:-2px;
	color:#3498db;
	background: -webkit-linear-gradient(#3498db, #3498db);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
*/

/* GAZETE 1. SAYFALAR*/

.ng-logo {
	display:block;
	margin:auto;
	width:171px;
	padding:8px 0 0 0 !important;
}

.ng-logo img {
	height:34px;
}

.gazeteler_menu { 
	list-style:none; 
	margin:0; 
	padding:0; 
}
.gazeteler_menu li a { 
	display:block; 
	padding:10px 30px; 
	color:#495A63; 
	text-decoration:none; 
	font-size:16px; 
}
.gazeteler_menu li a:hover { 
	background: #e5e5e5; 
	color:#495A63;
}

.ana-baslik {
    margin: 0 0 30px 0;
}

.myCarousel {
	padding-bottom:55px;
	margin-bottom:30px;
	border-bottom:1px rgba(0,0,0,0.15) dashed;
}
#carousel-example-generic {
	position:relative;
}
.main-headline-indicators {
	bottom:-65px;
}
.main-headline-indicators li {
	background-color:rgba(0,0,0,1);
	border-radius:15px !important;
}
.main-headline-indicators li.active {
	background-color:#888
}
.carousel-inner>.item img {
	width:100%
}
.carousel-indicators li { 
	border-radius: 50%; 
	height: 12px;
	width: 12px;
	background-color:#95a5a6 !important;
}
.carousel-indicators .active {
	height: 14px;
	width: 14px;
	background-color:#e74c3c !important;
}			

.baslik {
    font-size: 18px;
	font-weight:bold;
    padding-right: 32px;
    display: inline-block;
	color:#c00;
	margin:3px 0;
}


.tarih {
    display: block;
    font: 11px/11px;
}

.gazete-resim {
    background: #fff;
    padding:15px;
    margin:10px 0;
	border:1px #ccc solid;
	overflow:hidden;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.gazete-resim a { 
	display:block;
}

.gazete-resim a:hover { 
	color:#c00;
}

.gazete-baslik {
	font-size:16px;
	text-align:center;
	padding:4px 0;
	margin:5px 0;
}

.paylas-link {
    position: absolute;
    left: 0;
    top: 200px;

}

.paylas-link.single {
	position: absolute;
	left: -31px;
	top: 90px;
	right: inherit;
}

.paylas-link i {
	font-size: 18px;
	display: block;
	cursor: pointer;
}


.paylas-link ul { 
	list-style:none; 
	margin:0; 
	padding:0; 
}

.paylas-link ul li a {
	padding: 14px 0;
	margin-bottom: 3px;
	display: block;
	z-index: 2;
	position: relative;
	color: #e5e5e5 !important;
	background: rgba(0,0,0,.59);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 47px;
	text-align: center;
	text-decoration:none;
}

.paylas-link ul li a.facebook {
	background: #3b5998;
}
.paylas-link ul li a.twitter {
	background: #00abdc;
}
.paylas-link ul li a.gplus {
	background: #ea3032;
}

@media (max-width: 767px) {
	
	.ana-baslik.gazete-detay {
		margin: 25px 0 53px 0;
	}	
	
	.paylas-link.single {
		left:15px; 
		top: -36px;
	}
	
	.paylas-link.single li {
		display: inline-block;
	}
	
	.paylas-link.single.notread {
		top: -36px !important;
	}
}

.di-baslik {
	border-top: dashed 1px #dbdbdb; 
	padding-top: 20px; 
	display: block; 
	margin-top: 30px; 
	width: 100%; 
	text-align: center;
}

.di-baslik span {
	background:#fff;
	padding: 0 15px; 
	font-size:22px;
	font-weight:bold;
	display: inline-block; 
	text-align: center; 
	position: relative; 
	top: -34px; 
	margin-right: 0px;
}

.haber-resim {
    padding:5px;
    margin:10px 0;
	overflow:hidden;
}

.haber-link:hover { color:#c00;}

.haber-baslik {
	font-size:15px;
	font-weight:bold;
	padding:4px 0;
}



.footer-logo {
	border-top: dashed 1px #dbdbdb; 
	padding-top: 20px; 
	display: block; 
	margin-top: 50px; 
	width: 100%; 
	text-align: center;
}

.footer-logo span {
	background:#fff;
	padding: 0 15px; 
	font-size:18px;
	font-weight:bold;
	display: inline-block; 
	text-align: center; 
	position: relative; 
	top: -42px; 
	margin-right: 0px;
}

.footer-logo span img {
	height:42px;
}
.footer_1 li a { color:#369 !important; }
.footer_2 li a { color:#666 !important; }
.footer_2 li a.red { color:#c00 !important; }
.footer_3 li a { color:#666 !important; }
.footer_4 li a { color:#666 !important; }

.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 999;
	background-color: #95a5a6;
	color: #ecf0f1;
	width: 50px;
	height: 48px;
	right: 15px;
	bottom: 15px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #7f8c8d;
}
.scroll-top-wrapper.show {
	visibility:visible;
	cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}
.sohbet { background:#ecf0f1;}
.sohbet p { font-size:18px;}

.detay { padding:20px 0 0;}
.detay-baslik {font-size:24px; color:#e6400c; margin:0; margin-bottom:20px; padding-bottom:15px; border-bottom:1px #ccc dashed}

.arama-baslik {font-size:20px; color:#2980b9; margin:0; margin-bottom:20px; padding-bottom:20px; border-bottom:1px #ccc dashed;}

.breadcrumb > li a {
	 color: #e74c3c;
}

.breadcrumb > li + li:before {
	 content: "\f101";
	 color: #aaa;
	 font-family: FontAwesome;
}

.affix {
	position: fixed;
	z-index:99999999999999999999;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	height:45px;

}

section.social {
	width:100%;
	display:inline-block;
	height:45px;
}
section.social > a {
	/*display:inline-block;*/
	float:left;
	width:20%;
	height:45px;
	background:#333;
	text-align:center;
	line-height:45px;
	-webkit-box-sizing:border-box;
	-khtml-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
section.social > a.crop-share {
	background-color:#eeda00;
	border:0;
	vertical-align:bottom;
}
section.social > a.crop-share span.cropy-crop-share-button-wrapper {
	vertical-align:bottom
}
section.social > a.crop-share button.cropy-crop-share-button {
	display:block;
	width:100% !important;
	height:100% !important;
	border:0 !important;
	background:#eeda00 url("images/crop-share-button2x.png") 43px 9px no-repeat;
	background-size:20px 20px !important;
	background-position:center !important;
	margin:0 5px 0 0 !important
}
section.social > a i.fa {
	color:#fff;
	font-size:24px;
	vertical-align:middle;
}
section.social > a.facebook {
	background:#4a67b7;
}
section.social > a.twitter-x {
	background:#000000;
}
section.social > a.decreaseFont {
	background:#95a5a6;
}
section.social > a.increaseFont {
	background:#7f8c8d;
}
section.social > a.email {
	background:#bc1515;
}
section.social > a.whatsapp {
	background:#2ab200;
	/*background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTUuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCiAgIHdpZHRoPSIxMDBweCIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMCAxMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggaWQ9IldoYXRzQXBwIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7IiBmaWxsPSJ3aGl0ZSIgZD0iTTk1LDQ5LjI0N2MwLDI0LjIxMy0xOS43NzksNDMuODQxLTQ0LjE4Miw0My44NDEKICBjLTcuNzQ2LDAtMTUuMDI1LTEuOTgtMjEuMzU3LTUuNDU1TDUsOTUuNDA2bDcuOTc1LTIzLjUyMmMtNC4wMjMtNi42MDctNi4zNC0xNC4zNTUtNi4zNC0yMi42MzcKICBjMC0yNC4yMTMsMTkuNzgxLTQzLjg0MSw0NC4xODQtNDMuODQxUzk1LDI1LjAzNCw5NSw0OS4yNDd6IE01MC44MTgsMTIuMzg4Yy0yMC40ODQsMC0zNy4xNDYsMTYuNTM1LTM3LjE0NiwzNi44NTkKICBjMCw4LjA2NSwyLjYyOSwxNS41MzQsNy4wNzYsMjEuNjExbC00LjY0MSwxMy42ODhsMTQuMjc1LTQuNTM3YzUuODY1LDMuODUxLDEyLjg5MSw2LjA5NywyMC40MzYsNi4wOTcKICBjMjAuNDgyLDAsMzcuMTQ2LTE2LjUzNCwzNy4xNDYtMzYuODU4UzcxLjMwMSwxMi4zODgsNTAuODE4LDEyLjM4OHogTTczLjEyOSw1OS4zNDRjLTAuMjczLTAuNDQ3LTAuOTk0LTAuNzE3LTIuMDc2LTEuMjU0CiAgYy0xLjA4NC0wLjUzNy02LjQxLTMuMTM4LTcuNC0zLjQ5NWMtMC45OTQtMC4zNTgtMS43MTctMC41MzktMi40MzksMC41MzdjLTAuNzIxLDEuMDc2LTIuNzk3LDMuNDk1LTMuNDMsNC4yMTIKICBjLTAuNjMxLDAuNzE4LTEuMjYyLDAuODA4LTIuMzQ2LDAuMjdjLTEuMDgyLTAuNTM3LTQuNTcyLTEuNjcyLTguNzA5LTUuMzMzYy0zLjIxOS0yLjg0OC01LjM5My02LjM2NC02LjAyNS03LjQ0MQogIGMtMC42MzEtMS4wNzUtMC4wNjYtMS42NTYsMC40NzUtMi4xOTFjMC40ODgtMC40ODIsMS4wODQtMS4yNTUsMS42MjUtMS44ODJjMC41NDMtMC42MjgsMC43MjMtMS4wNzUsMS4wODItMS43OTMKICBjMC4zNjMtMC43MTcsMC4xODItMS4zNDQtMC4wOS0xLjg4M2MtMC4yNy0wLjUzNy0yLjQzOC01LjgyNS0zLjM0LTcuOTc3Yy0wLjkwMi0yLjE1LTEuODAzLTEuNzkyLTIuNDM2LTEuNzkyCiAgYy0wLjYzMSwwLTEuMzU0LTAuMDktMi4wNzYtMC4wOXMtMS44OTYsMC4yNjktMi44ODksMS4zNDRjLTAuOTkyLDEuMDc2LTMuNzg5LDMuNjc2LTMuNzg5LDguOTYzYzAsNS4yODgsMy44NzksMTAuMzk3LDQuNDIyLDExLjExMwogIGMwLjU0MSwwLjcxNiw3LjQ5LDExLjkyLDE4LjUsMTYuMjIzYzExLjAxMiw0LjMwMiwxMS4wMTIsMi44NjcsMTIuOTk4LDIuNjg4YzEuOTg0LTAuMTc5LDYuNDA2LTIuNTk5LDcuMzExLTUuMTA4CiAgQzczLjM5OCw2MS45NDQsNzMuMzk4LDU5Ljc5Miw3My4xMjksNTkuMzQ0eiIvPgo8L3N2Zz4K");
	background-size:26px 26px;
	background-repeat:no-repeat;
	background-position:center center*/
}