/* Artfully masterminded by ZURB  */

/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/

html {
    height: 100%;
    margin-bottom: 1px;
    min-height: 100%;
    width: 100%;
}
body {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 100%;
    width: 100%;
}
/* -----------------------------------------
   Shared Styles
----------------------------------------- */
#mapWrapper {
	padding:0;
}
#pageTitle h1{
	font-size:1em;
	padding:0.5em 0;
	line-height: 1em;
	font-weight: bold;
}
#pageTitle h1 small {
	line-height:1.5em;
	text-align: right;
	font-size: 0.9em;
}
.reveal-modal {
	z-index: 1099;
}
/*#header{
	margin: 3% 6%;
}*/
#sidebar{
    position: relative;
}
#footer{
	position:absolute;
	bottom:1px;
	width: 100%;
	padding: 0 2%;
	display:none;
}
#social, #appstores {
	margin-bottom: 1.5em;
}
span.b-share{
	padding: 0px !important;
}
#banner{
	padding-right:30px;
}
#banner_image{
    border-radius: 5px;
}
#social {line-height:1.5em;}
#copyright {
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 38px;
    z-index: 999;
}
#bishkek {
}
.switcher_div{
	border:1px solid #D9D9D9;
	padding: 5%;
	margin:0 10%;
	color:#000;
	font-weight:bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#console{
	margin:0 10% 5%;
}
#divRoute {
	margin-top: 0em;
}
#divRoute label {padding-bottom:5px;}
#divsubRoute {
	display:none;
}
#hintText {
    border: 1px solid #CCCCCC;
    /*margin-top: 4em;*/
    padding: 10px 10px 10px 40px;
    position:relative;
}
#hintText:before {
	content:"#1";
	position:absolute;
	top:0;
	left:5px;
	font-size:2.7em;
	font-weight:bold;
	color:#ddd;
	z-index:-10;
}
#hintText:after {
	content:"";
	display:block;
	background: url("../images/arrow-right.png") no-repeat scroll 100% 100% transparent;
	position:absolute;
	right:-30px;
	bottom:5px;
	width:60px;
	height:20px;
}
#resultingRoutesArea {display:none;}
.show_route_buttons{
	margin:5%;
}
.buttons_route{
	padding:5px 15px;
	letter-spacing: 1px;
}
.buttons_route:hover{
	cursor:pointer;
}
.show_route_area{
	margin: 2em 10% 1em;
}
#dim_wrapper{
	width: 100%;
	height: 100%;
	background: #000 url(../images/ajax-loader.gif) 50% 50% no-repeat;
	z-index: 9999;
	position: absolute;
	opacity: 0.5;
}
.show_route_area fieldset{
	border-radius: 10px 10px 10px 10px;
	border: solid 1px #ddd !important;

}
fieldset legend{
	margin: 0 0 0 10px !important;
}
.bus_listing{
	padding: 10px;	
}
.bus_listing ul{
	margin-left: 10%;
}
.bus_listing li{
	font-weight:bold;
	list-style-type: circle;
	font-size: 13pt;
	border-radius:7px;
	cursor: pointer;
}
.bus_listing li.selected{
	background:#d5d4f6;
	padding-left:10px;
}
.bus_listing li .details {
	display:none;
	font-size: 10pt;
	font-weight: normal;
	margin: -5px 0px 0px 15px;
}

.row {
	max-width:100%;
}

.right {
	text-align:right;
}
#popupMenuDiv{
	display:none;
	position: absolute;	
	width: 230px;
	z-index:1000;
	
}

#popupMenuDiv ul{	
	position: relative;	
	top: 22px;
	left: 22px;
	list-style-type: none;	
	box-shadow: 10px 10px 5px #888888;
	background-color:#dddddd;
	border-radius: 15px;	
	
}




#popupMenuDiv li
{
	border: 1px solid #eeeeee;		
	background-color:#dddddd;
	padding-left: 5px;		
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;	
	cursor: hand; cursor: pointer;	
}


#popupMenuDiv li:hover {
  color: white ;  
 	background-color: #245898; 
}

#popupMenuTargetImg { 
position: absolute;
display: none;
}

.leaflet-container {
	cursor: default;
	}

.has-tip {
	cursor:pointer;
	border:none;
}
.has-tip:hover {
	border:none;
}
#brandModalOk {
	float: right;
}
@media only screen and (max-width: 1280px) {
	#logo {width:35%;}
	#pageTitle {width:60%;}
	#pageTitle h1{ padding: 0; }
	#divRoute label{margin-left: 1em !important; margin-right:-1em !important;}
	#footer {
		font-size: 0.85em;
	}
	#divRoute {
		margin-top: 1em;
	}
	.show_route_area {
    	margin: 1em 10% 0.5em;
	}
}
@media only screen and (max-device-width:1024px) and (orientation:landscape) {
	#hintText {
		margin-top: 2em;
		font-size: 0.9em;
	}

}

@media only screen and (max-width: 599px) {
	#logo {width:100%;}
	form.custom .custom.dropdown ul {
		max-height:8.5em;
	}
	#footer {
		width: auto;
	}
	.bus_listing {
    	max-height: 6.5em;
    	overflow: auto;
	}
	.bus_listing li {
		font-size: 1em;
    	max-width: 3em;
    }
	.bus_listing li .details {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    line-height: 1.2em;
    padding: 3px 10px;
    position: absolute;
    right: -11em;
    text-align: center;
    width: 10em;
    z-index: 1002;
	}
}
.small-3{
	position: relative !important;
}
#map{
	width: 100%; 
	border: 1px solid #ccc !important;
}
@media only screen and (min-width: 768px){
	.hide-for-small {
    	display: inherit !important;
	}
}
}

.button {
	font-size: 1rem !important;
    background-color: #003F60 !important;
}

.small-3 .columns{
	    margin-top: 10px !important;
}
#lang_m{
	margin-top: 14px;
} 
  
.mob_rs#routesSelect{
background: radial-gradient(circle at center, #7f9bba, #5272a0);
    color: #fefefe;
    height: 3.8rem;
    font-size: 1.5rem;
    padding-left: 5px;
    padding-right: 0px;
    margin-bottom: 0px;
   
}
.mob_rs option{
	background-color: #476899;
	border-bottom: 1px solid #fefefe;
}
select .mob_rs {
	text-align: center;
}

.mob_rs#resultSelect{
background: radial-gradient(circle at center, #7f9bba, #5272a0);
	padding-right: 0px;
    padding-left: 5px;
    margin-bottom: 0px; 
    color: #fefefe;
    height: 3.8rem;
    font-size: 1.5rem;
    
}


.form_mb{
margin-top: 0em !important; 
}
.mob{
	padding-left:0;
	padding-right:0;
	position: relative;
    right: -10px;
}
form.custom{
	border-color: #fefefe;
}
#nambabutton img{
    width: 50px;
    padding-left: 10px;
    padding-bottom: 10px;
}
#nambaimage{
	width:50px;
	padding-bottom: 10px;
}
#head-taxi{
	display: inline-block;
}
#cancel{
	margin-right: 5px;
}
#cancel_conf{
	margin-right: 5px;
}
#back_namba{
	margin-right: 5px;
}
#head-success{
	display: inline-block;
	top: 10px;
    position: relative;
}
#head-fail{
	display: inline-block;
	top: 10px;
    position: relative;
}
#adrs,#tel{
	text-align:center;
}
/* -----------------------------------------
   Page Name 1
----------------------------------------- */




/* -----------------------------------------
   Page Name 2
----------------------------------------- */


