@charset "utf-8";
/* CSS Document */

* 				 { 	margin: 0; padding: 0; }
::-moz-selection { 	background: #E28590; color: #fff; text-shadow: none; }
::selection 	 { 	background: #E28590; color: #fff; text-shadow: none; }

html 			 {	font-family: 'Open Sans', sans-serif;/*base for em sizes*/}

body 			 {	    background-size: cover;}

.container 		 {	max-width: 1024px; margin: 0 auto; }


.container:first-child {
	/*margin-top: 100px;*/
}
.container:last-child {
	/*margin-top: 40px;
	margin-bottom: 80px;*/
}
.container > .row > div {
	/*background: #f3f3f3;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	/*cursor: pointer;*/
	color: #000;
	/*padding-top: 5px;
	padding-bottom: 5px;*/

}
.container:first-child > .row > div {
	/*background: #dfdfdf;*/
}
.container > .row > div:first-child {
	/*background: #10a0d5;*/
}

/*.container > .row > div:hover {
	background: #10a0d5;

	-webkit-transition: background 240ms ease;
	-moz-transition: background 240ms ease;
	-o-transition: background 240ms ease;
	-ms-transition: background 240ms ease;
	transition: background 240ms ease;
}

.container > .row > div:active {
	margin-top: 2px;
	margin-bottom: 10px;
	background: #33312f;

	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}*/
.embed-container { 
position: relative; 
padding-bottom: 56.25%; 
height: 0;
overflow: 
hidden; max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 98%; height: 100%; }


img,
object,
embed {
  max-width: 100%;
  height: auto; }

.rowhead 			 	{ width: 100%;  }
.rowhead:before, .rowhead:after { content: ""; display: table; padding-top: 5px; }
.rowhead:after 				{ clear: both; }
.rowhead 					{ *zoom: 1; }

.rownav			 	     { width: 100%;  }
.rownav:before, .rownav:after { content: ""; display: table; }
.rownav:after 				{ clear: both; }
.rownav 					{ *zoom: 1; }


  
.row 			 		{ width: 100%; background-color: #fff; }
.row:before, .row:after { content: ""; display: table; padding-top: 5px; }
.row:after 				{ clear: both; }
.row 					{ *zoom: 1; }




.footer 
{ background-color: #333; }

.footer  p
{ background-color: #333; color: #f3f3f3; font-size:13px; padding: 6px 0 6px 10px ; }

.col_1,
.col_2,
.col_3, .col_3c,
.col_4, .col_4c,
.col_5, .col_5c,
.column_5,
.col_6, .col_6c,
.col_7, .col_7c,
.col_8, .col_8c,
.col_9, .col_9c,
.col_10, .col_10c,
.col_11, .col_11c,
.col_12, .col_12c {
	margin-left		: 0.75%;
	margin-right	: 0.75%;
	/*margin-top	: 5px;
	padding-top: 5px;
	padding-bottom	: 5px;*/
	float		: left;
	display		: block;	

}


/* columns (autogenerated styles) */
.col_1 { width: 98.5%; }
.col_2 {
	width: 48.5%;
}
.col_3 { width: 31.8333333333%;}
.col_4 { width: 20%; }
.col_5 { width: 18.5%; }
.column_5 { width: 18.5%; }

.col_6 { width: 15.1666666667%; }
.col_7 { width: 12.7857142857%; }
.col_8 { width: 11%; }
.col_9 { width: 9.61111111111%; }
.col_10 { width: 8.5%; }
.col_11 { width: 7.59090909091%; }
.col_12 { width: 6.83333333333%; }

/* complements (autogenerated styles) */
.col_3c { width: 65.1666666667%; }
.col_4c { width: 73.5%; }
.col_5c { width: 78.5%; }
.col_6c { width: 81.8333333333%; }
.col_7c { width: 84.2142857143%; }
.col_8c { width: 86%; }
.col_9c { width: 87.3888888889%; }
.col_10c { width: 88.5%; }
.col_11c { width: 89.4090909091%; }
.col_12c { width: 90.1666666667%; }


.panel 	{	background: #dfdfdf; 	}

.kamp 	{  /*background-image:url(../media/Image/kampanya.jpg); background-repeat:no-repeat*/ background: #dfdfdf; }

.nav {
	margin-left		: 0;
	margin-right	: 0;
	width: 100%; 
}

.social img:hover { opacity: 0.6;}


.responsiveContainer {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------- Tooltip -------------------------------- */

#Map {
		display:block;
		float:left;
}



.display {
	display:block;
    width: 100%;
	float:left;
	background-color:#01576e;
    color: #ffffff;
    padding: 5px;
    margin: 55px 100px 0 0;
    text-align:left;
    display:none;
	vertical-align: center;
}



img[usemap] {
		border: none;
		height: auto;
		max-width: 100%;
		width: auto;
	}

/* ------------------------- LINKS und FONTS -------------------------------- */

a           { color: #0b88b6; text-decoration: none; font-weight: 300; }
a:link      { color: #0b88b6; text-decoration: none; }
a:visited   { color: #000; text-decoration: none; }
a:hover     { color: #10a0d5; text-decoration: none;}
a:focus     {
	outline: thin dotted;
	text-align: left;
}

pre, code, kbd, samp, h1,  h2,  3,  h4,  h5,  h6 { 	    font-family: 'Open Sans', sans-serif; font-weight:lighter; color: #222222; text-rendering: optimizeLegibility;   } 
 h1 small,  h2 small,  h3 small,  h4 small,  h5 small,  h6 small { font-size: 60%; color: #6f6f6f; line-height: 0; } 

 h1 { font-size: 38px; margin-bottom: 10px; } 
 h2 { font-size: 30px; color: #10a0d5; margin-bottom: 10px; 	} 
 h3 { font-size: 24px; margin-bottom: 10px; } 
 h4 { font-size: 16px; color: #01576e; margin-bottom: 10px;} 
 h5 { font-size: 14px; margin-bottom: 10px; } 
 h6 { font-size: 12px; margin-bottom: 10px; color:#fff;} 
 
 
 .sprache	{margin-bottom: 10px; text-align: right; } 
 
 .sprache a { 
 	font-family: 'Open Sans', sans-serif;
	font-size: 14px; 
	color:#fff;
	text-decoration:none; text-align: right;
  } 
  .sprache a:visited { 
	color:#fff;
  } 
  .sprache a:hover { 
	color:#e61200;	text-decoration:none;
  } 
  .sprache a.selected { 
	color:#e61200;	text-decoration:none;
  } 
 
 .namaz { 
	background-color:#92aeaf;
	height: 100%;
  } 
 
 
.address {
    display: block;
    font-style: normal;
    line-height: 20px;
    margin-bottom: 20px;
}

blockquote {
    background-color: #EEEEEE;
    border-left: 5px solid #10a0d5;
    padding-bottom: 5px;
    padding-top: 5px;
	padding-left: 10px;
}

hr { display: block; height: 1px; border: 0; border-top: 1px solid #10a0d5; margin: 0.6em 0; padding: 0; }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p,  th, td {
    margin: 0;
    padding: 0;
}

ul, ol, dl {
    font-family: inherit;
    font-size: 0.9rem;
    line-height: 1.6;
    list-style-position: outside;
}

ul.disc {
    list-style-type: disc;
    margin-left: 1.1rem;
}
ul {

}


.content li {
    /*list-style: inherit;*/
    text-align: left;
    margin-left: 1.4rem;
}


#console {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 50px;
	line-height: 50px;
	/*padding: 10px 0;*/
	text-align: center;
	font-family: courier;
	color: #000;
	border-bottom: 1px solid #bbb;
	text-shadow: 0px 1px 0px #fff;

	background: #f7f7f7;
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top,  #f7f7f7 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom,  #f7f7f7 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f2f2f2',GradientType=0 );
}
#to-website {
	position: fixed;
	top: 53px;
	right: 0px;
}
#to-website > a {
	background: #555;
	color: #eee;
	padding: 1px 8px 2px 10px;
	text-decoration: none;
	font-size: 12px;
	border-radius: 2px 0px 0px 2px;
}
#to-website > a:hover {
	background: #666;	
}




/* ============================================================================
 	FORMS uns Bottons
   ========================================================================== */




 input[type="button"], input[type="reset"], input[type="submit"] { 
	
	cursor: pointer; 
	-webkit-appearance: button; 
	font-size: 14px;
	font-style: normal;
	color: #fff;
	background: #10a0d5;
	padding: 5px 10px 5px 10px;
    border: 1px; 
    width: 100px;
	
}


 input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { 
	
	cursor: pointer; -webkit-appearance: button; 
	font-size: 14px;
	font-style: normal;
	color: #fff;
	background:#333;
	padding: 5px 10px 5px 10px;
    border: 1px; 
    width: 100px;

}





form     { margin: 0; }
/*fieldset { border: 0; margin: 0; padding: 0; } */

fieldset { border: 1px solid #C5D8E1; padding: 10px;    } 
          
legend   { padding: 10px;    } 
/* Festlegen, dass 'label' den Fokus auf das betreffende Forularelement setzt */

textarea[type=text],
input[type=text],
label[type=text]
{	
	padding: 5px;
	cursor: auto;
	font-size: 16px;
	font-style: normal;
	color: #10a0d5;
	background-color: #FFF;
	border: 1px solid #b4b4b4; 
	-moz-box-shadow: 0 0 1px #b4b4b4;
	-webkit-box-shadow: 0 0 1px #b4b4b4;
	box-shadow: 0 0 1px #b4b4b4;	
	width: 80%;
}

label{
    float:left;
	display: block;
	width:60px;
    line-height:34px;

}


input{
	width: 80%;
	height: 26px;
	display: block;
    vertical-align:middle;
}

.textarea{
	vertical-align: top; resize:none; height: 200px; width: 85%;
	cursor: auto;
	font-size: 16px;
	font-style: normal;
	color: #10a0d5;
	background-color: #FFF;
	display: block;
	border: 1px solid #b4b4b4; 
	-moz-box-shadow: 0 0 1px #b4b4b4;
	-webkit-box-shadow: 0 0 1px #b4b4b4;
	box-shadow: 0 0 1px #b4b4b4;
}

form input[type=button] {
	margin-left: 60px;
}

.text-box
{
	vertical-align: top; resize:none; height: 26px; width: 85%;
	cursor: auto;
	font-size: 16px;
	font-style: normal;
	color: #10a0d5;
	background-color: #FFF;
	display: block;
	border: 1px solid #b4b4b4; 
	-moz-box-shadow: 0 0 1px #b4b4b4;
	-webkit-box-shadow: 0 0 1px #b4b4b4;
	box-shadow: 0 0 1px #b4b4b4;
}


select{
	vertical-align: top; 
	width: 50%;
	/*padding: 6px;*/
	cursor: auto;
	overflow: hidden;
	font-size: 16px;
	font-style: normal;
	color: #10a0d5;
	background-color: #FFF;
	display: block;
	border: 1px solid #b4b4b4; 
	-moz-box-shadow: 0 0 1px #b4b4b4;
	-webkit-box-shadow: 0 0 1px #b4b4b4;
	box-shadow: 0 0 1px #b4b4b4;
}

.styled-select select {
   background: transparent;
   color: #10a0d5;
   width: 50%;
   padding: 10px;
   font-size: 16px;
   line-height: 1;
   border: 1px;
   border-radius: 0;
   height: 40px;
   -webkit-appearance: none;
}
   
.styled-select {
   width: 50%;
   height: 45px;
   overflow: hidden;
   content: "\f027";
   border: 1px solid #ccc;
   background-color: #FFF;
}


option {
    padding: 3px;
}

/* ============================================================================
 	TABLE
   ========================================================================== */

table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
tr:nth-of-type(odd) { 
 /*  background: #eee; */
}
th { 
  background: #333; 
  color: white; 
  font-weight: bold;
}

tbody > tr:hover {
 /*  background: #f3f3f3;*/
}

td, th { 
  padding: 5px; 
  /*border: 1px solid #ccc; */
  text-align: left;  
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
		    height: auto !important;
    width: auto !important;
	}
	

	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		padding: 5px; 
		/*border-bottom: 1px solid #eee; */
		position: relative;
		padding-left: 50%;
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	
	.eyalet td:nth-of-type(1):before { content: "Länderebene"; } 
	.eyalet td:nth-of-type(2):before { content: "DITIB Landesverband"; }
	.eyalet td:nth-of-type(3):before { content: "Landesfrauenverband"; }
	.eyalet td:nth-of-type(4):before { content: "Landesjugendverband"; }
	
	
	.gun td:nth-of-type(1):before { content: "Dini Gün"; } 
	.gun td:nth-of-type(2):before { content: "Tarih / Datum"; }
	.gun td:nth-of-type(3):before { content: "Religiöse Feiertage"; }
	.gun td:nth-of-type(4):before { content: ""; }
	.gun td:nth-of-type(5):before { content: ""; }
	.gun td:nth-of-type(6):before { content: ""; }
	.gun td:nth-of-type(7):before { content: ""; }
	.gun td:nth-of-type(8):before { content: ""; }
	.gun td:nth-of-type(9):before { content: ""; }
	.gun td:nth-of-type(10):before { content: ""; }
	
	td:nth-of-type(1) { font-weight: bold; }
}

/* ============================================================================
 	BREADVRUMP
   ========================================================================== */

.breadcrumb {
    background-color: #F5F5F5;
    border-radius: 0;
    list-style: none outside none;
    margin: 0 0 20px;
    padding: 8px 15px;
}
.breadcrumb > li {
    display: inline-block;
    text-shadow: 0 1px 0 #FFFFFF;
}

.breadcrumb > li > .divider {
    color: #10a0d5;
    padding: 0 5px;
}

/* ============================================================================
 	PAGINATION
   ========================================================================== */


.pagination {
  margin-bottom: 10px;
  margin-top: 0px;
}

.pagination ul {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
}

.pagination ul > li {
  display: inline; 
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left; 
  padding: 10px 10px;
  /*margin-left: 4px;*/
  text-decoration: none;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -ms-linear-gradient(#f4f4f4, #ececec);
  background-image: -o-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  border-bottom: 2px solid #e1e1e1;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #ccc;
  border-bottom: 2px solid #10a0d5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #000;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #000;
  background-color: transparent;
  cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;

}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
}



/* ============================================================================
 	PAGER
   ========================================================================== */



.pager:before, .pager:after {
    content: "";
    display: table;
    line-height: 0;
}
.pager:after {
    clear: both;
}
.pager:before, .pager:after {
    content: "";
    display: table;
    line-height: 0; 
}

.pager li {
    display: inline;
}


.pager .previous a:before {
  content: "\f104";
  font-family: 'FontAwesome';
}
.pager .previous > a, .pager .previous > span {
    float: left;
}

.pager .next a:after {
  content: "\f105 ";
  font-family: 'FontAwesome';
}
.pager .next > a, .pager .next > span {
    float: right;
}

.pager li > a, .pager li > span {
    border-radius: 0;
}
.pager li > a, .pager li > span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;

    display: inline-block;
    padding: 5px 14px;
}


.but1 {
	background-image:url(../media/quicknav/but1.jpg);
	height:70px;
	}
	
.but1:hover {
	background-image:url(../media/quicknav/but_1.jpg);
}

/* ============================================================================
 	FLEXSLIDER
   ========================================================================== */

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexcontainer  { display:block; width: auto; height: 253px; padding-top: 0px; margin: 0px auto;}
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block; width: 180px; height:100%}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 0px; background: #dfdfdf; border: 4px solid #fff; position: relative; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -40px; }
.flex-direction-nav .flex-next { right: -40px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "FontAwesome"; font-size: 30px; display: inline-block; content: '\f060'; }
.flex-direction-nav a.flex-next:before  { content: '\f061'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before {   content: "\f003"; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
@media handheld, only screen and (max-width: 480px) {
.flex-control-nav {
    bottom: 0px;
    position: absolute;
    text-align: center;
    width: 100%;
	z-index: 100;
}

.flex-control-paging li a {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    cursor: pointer;
    display: block;
    height: 11px;
    text-indent: -9999px;
    width: 11px;
}
}
