	/* reset */
	ol, ul {
    list-style: none outside none;
	}
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
	}
	
	/* end reset */
	
	body {
	font-family: 'Roboto', sans-serif;
	overflow:hidden;
	}
	
	* 
	{ 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
	}

	html, body,#map-canvas{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
	}
	

#map-canvas{
left:280px;
width: calc(100% - 280px);	
}

#map-canvas.leftState{
left:0 !important;
width:100%;
}


.gmnoprint ~ .gmnoprint .gm-style-mtc{
  left:-10px;
  top:40px;
  position: relative;
}
	
	
	/* toggle icon*/
	.list_left_close{
	position:absolute;
	width:50px;
	height:50px;
	top:50%;
	left:280px;
    background: rgba(0, 0, 0, 0.77);
	z-index: 999999; 
	cursor:pointer;
	color:white;
	font-size:30pt;
	padding-left:15px;
	-webkit-box-shadow: inset 5px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 5px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: inset 5px 0px 5px 0px rgba(0,0,0,0.25);
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
	
	}
	
	/* end close  */
	
	
	
	.list_left{ 
	width: 280px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.77);
    z-index: 999999; 
    position: absolute; 
    top: 50px;
    left: 0px;
	padding-left:14px;
	padding-right:14px;
	padding-top:10px;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
	}
		
	.header{
	z-index: 999999; 
	height:50px;
	width:280px;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	background:#E31837;
	}
	.logo{
	height:100%;
	background:#e31837;
	width:180px;
	float:left;
	
	}
	.logo img{
	vertical-align:center;
	padding:5px 5px 0 13px;
	width:130px;
	}
	
	.header .page_title{
	color:#fff;
	font-size:15pt;
    font-weight:200;
	position: absolute;
    margin: 12px 0 0 -42px; 
	}
	
	
    /* search styles  */
	
	.search_area{
	width:100%;
	height:50px;
	border:1px solid #BEBEBE;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    
		
	}

	.search_text{
	padding:13px;
	border:none;
	background:none;
	font-size:12pt;
	color:#cccccc;
	vertical-align:center;
	width:191px;
	font-weight:100;
	}

	.search_text:focus{
	border:none;
	outline:0;
	}

	.search_text::-webkit-input-placeholder {
	color: #999;
	font-style:italic;
	font-weight:100;
	}
	.search_text:-moz-placeholder { /* Firefox 18- */
	color: #999; 
	font-weight:100;
	font-style:italic;   
	}
	.search_text::-moz-placeholder {  /* Firefox 19+ */
    color: #999;
    font-weight:100;
	font-style:italic;   
	}
	.search_text:-ms-input-placeholder {  
    color: #999;
    font-weight:100;
    font-style:italic; 
	}
	
	.search_button{
	float:right;
	margin-top:6px;
    margin-right:4px;
	padding:7px 12px 9px 12px;
	color:white;
	background:none;
	border:2px solid #cccccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-family: FontAwesome;
	}
	.search_button:active{
	border:none;
	outline:none;
    -webkit-appearance: none;
	}

	.search_button:focus{
	border:none;
	outline:none;
    -webkit-appearance: none;
	}
	
	.search_button:hover{
	
	color:#333;
	background:#fff;
	cursor: pointer;
	border:2px solid #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    -webkit-appearance: none;
	}
		
	/* end search styles  */
	

	
	
	/* list styles  */
	.list_wrap{
	height:91%;
	width:100%;
	overflow:scroll;
	padding-bottom:50px;
	color:#fff;
	}
	
	.list_wrap::-webkit-scrollbar{ 
    display: none; 
	}
	
	
	.list{
  	border-bottom:1px dashed #666;
	}
	
	.route_list .list{
    border-bottom: initial;
	}
	
		
	.categories_ul{ 
    margin-top:10px;
	list-style-type: none;
	border-bottom:1px dashed #666;
	padding-bottom:10px;
	margin-bottom:5px;
	}
	.categories_ul li{
	min-height:50px;
	color:#fff;
	font-size:13pt;
	font-weight:300;
	}
	
	.categories_ul li a,
	#side_bar a,
	#side_bar_move a,
	.list_left a{
	color:#fff;
	text-decoration:none;	
	}

	/* AE */
	#side_bar a.name li {
	margin-bottom: 10px;
	list-style-type:none;
	}
	
	.categories_ul li:hover{
	border-top:1px solid #555;
	border-bottom:1px solid #555;
	cursor:pointer;
	height:48px;
	margin-top:-1px;
	margin-bottom:1px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}
	.categories_ul li:hover:after{
	content: "\f105";
	font-family: FontAwesome;
	float:right;
	color:#666;
	position:relative;
	margin-top:-40px;
	font-size:20pt;
	}

	
	.categories_ul img{
	float:left;
	width:35px;
	height:auto;
	margin:5px 10px 0 0;
	
	}
	
   .categories_ul li div {
    height:50px;
	
    display:table-cell;
    vertical-align : middle;
	}
	
	/* list styles  */
	
	.paths_ul{
	margin-top:10px;
	list-style-type: none;
	}
	.list_headers{
	width:100%;
	font-size:11pt;
	font-weight:bold;
	margin:20px 0 5px 0;
	text-align:center;
	}
	
	.paths_ul li{
	margin:10px 0 10px 0;
	list-style-type: none;
	}

	input[type="checkbox"] + label span {
		display:inline-block;
		width:19px;
		height:19px;
		background-color:blue;
	}
	

/* checkbox styles  */
	
/*label::-moz-selection {background: transparent;}
label::selection {background: transparent;}


label {
    
    color: white;
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    padding-left: 45px !important;
}

input[type="radio"], input[type="checkbox"] {
    display: none;
}
input[type="checkbox"]:optional + label:before {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
label:before {
 
    border: 1px solid #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    bottom: 0px;
    content: "";
    display: inline-block;
    height: 18px;
    left: 6px;
    margin-right: 20px;
    position: absolute;
    width: 18px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


input[type="checkbox"]:checked + label:before {
   background:#fff;
    border: 1px solid #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 0 2px #151515;
    -moz-box-shadow: 0 0 2px #151515;
    -webkit-box-shadow: 0 0 2px #151515;
    content: "";
    text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

input[type="checkbox"]#eymir2:checked + label:before{
	 background:#00cb21;
}
input[type="checkbox"]#ulus2:checked + label:before{
	 background:#0080c0;
}
input[type="checkbox"]#kizilay2:checked + label:before{
	 background:#0000ff;
}
input[type="checkbox"]#tunus2:checked + label:before{
	 background:#00ffff;
}
input[type="checkbox"]#ayranci2:checked + label:before{
	 background:#ff6600;
}
input[type="checkbox"]#havaalani2:checked + label:before{
	 background:#ff0080;
}
input[type="checkbox"]#kirmizi_ring2:checked + label:before{
	 background:#ff0000;
}
input[type="checkbox"]#sari_ring2:checked + label:before{
	 background:#ffff00;
}
*/



	/* toggle styles  */
	.toggled{
	left:-314px!important;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
	}
	
	.toggled_button{
	left:0!important;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
	
	}
	.toggled_button i{
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
	
	}
	
	
	/* end toggle styles  */
	
	/* building list styles */
	.building_list li,
	.route_list li{
	font-weight:normal;
	cursor:pointer;
	}
	
	.route_list li{
	  padding: 0px;
	}
	
	.route_list li a div,
	.building_list li a div,
	.building_list div a li{
	  padding:10px 0px;
	}
	
	
	.building_list li:hover,
	.route_list li:hover{
	border-top:1px solid #555;
	border-bottom:1px solid #555;
	cursor:pointer;
	margin-top:-1px;
	margin-bottom:-1px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}
		
	/* active list item */
	.building_list .active,
	.route_list li .active{
	/*border-left:10px solid #e31837;
	padding-left: 10px;
	*/
	}
	/* end active list item */
	
	/* end building list styles */
	
	/* active list header styles */
	
	.active_list img{
	float:left;
	margin-right: 10px;
	height:35px;
	}
	
	.active_list div{
	display: table-cell;
	vertical-align: middle;
	height:40px;
	}
	.active_list::before{
	content:"\f104";
	color:white;
	float:left;
	margin-right:8px;
	font-size:24px;
	font-family: FontAwesome;
	margin-top:5px;
	margin-left:5px;
	
	}
	
	.active_list {
	cursor:pointer;
	}
	
	.active_list:hover::before{
	font-size:30px;
	margin-top:2px;
	margin-right:6px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-left:1px;
	}
	

	
	
	.active_list {
	margin-bottom: 5px;
    margin-top: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 6px;
	}
	
	/* end active list header styles */

	.clearfix{
	clear:both;
	}
	
	
form#guzergah input{
 vertical-align:middle; 
}

form#guzergah label{
  vertical-align:middle;
 
}

.categories_ul li a{
  display: block;
}

.hide{
display:none;	
}

.categories_ul .list a{
font-size:16px;
font-weight:400;	
}

.categories_ul .list{
border-bottom: 1px dashed #666;
padding-bottom: 10px;
}

#categories a, .paths_ul {
  font-size:11pt;
}

.lang-switcher{
text-align: right;
display:block;
margin-bottom:7px;
font-size:10pt !important;
position:absolute;
left:280px;
background:white;
padding:8px;
padding-top:10px;
top:-7px;
text-decoration:none;
color:#666;
}

.lang-switcher:hover{
background:#666;
color:#fff;	
}

.line{
border-top: 1px dashed #666;	
}
li.no-results{
  color: #333;
}
li.line:hover{
  margin-top:0px;
  border-top:1px solid #555;
}

.list_wrap h3{
  margin-bottom:6px;
}

hr{
  border-color: #666;
}


div.ringinfo{
margin-top:15px;	
}

ul.list li.active a{
  font-weight: bold;
  color:#999;
}

/* ek */
/*.sidebar{
width: 20vw;
float:left;
}

.header{
  width: 100%;
  position: relative;
}

#map-canvas{
width: 80vw;
height: 100%;
}

.list_left{
width: 100%;
position: relative;
top:0px;
}

.lang-switcher{
  left: initial;
  position: relative;
  float:right;
}

.lang-switcher{
 text-decoration: none !important;
}
*/

/*
@media only screen and (max-width: 1440px) {
.sidebar{
width: 30vw;
}

#map-canvas{
width: 70vw;
}
}*/

/*

@media only screen and (max-width: 900px) {
.sidebar{
width: 40vw;
}

#map-canvas{
width: 60vw;
}
}*/


/*#categories,
.header{
display:none !important;	
}

.gmnoprint{
right:0px !important;
z-index:0 !important;
left:initial !important;
}

.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom{
right:28px !important;
}

.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint{
right:initial !important;
}*/


.bootstrap-select.btn-group .dropdown-menu.open{
    max-width: 250px !important;
}


@media (max-width: 992px) {
.header{
display:none;	
}
.list_left{
top:0px;	
}
.gmnoprint ~ .gmnoprint .gm-style-mtc{
  display:none;
}
}