@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:400,500,600,700,800&subset=cyrillic');

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}


body{
	font-family: 'Fira Sans Condensed', sans-serif;
	margin:5px;
    line-height: 14pt;
    font-size: 9pt;
	background: #232033;
}

h2, h3 {
    margin: 8px 0 9px;
}
h2 {
/* 	font-size: 1.2em;
	font-weight: bold; */
}
h3 {
    font-size: 17px;
    font-weight: bold;
}
p {
    margin: 4px 0px 0px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0px 12px 0px;
    font-size: 16px;
    line-height: 16px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.hiden {
    display: none;
}


.topmenu {
/*     margin: 0px 0px 0px;
    float: right;

    right: 5px;
 */
}

.col {
	position: relative;
    min-height: 1px;
    padding: 0;
}

.col.map {
	width: 100%;
	float: left;
	height: 100%;
}
.col.list {
    height: 100%;
	padding-top: 38px;
}

.col.hide {
	display: none;
}


.row {
/*     margin: 2px 2px 9px; */
}

.row:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }


.contentwrap {
    height: calc(100% - 67px);
    position: absolute;
    margin-top: 31px;
    left: 0;
    right: 0;
}

.searchbox {
    position: absolute;
    left: 0;
    right: 0;
	top: 0;
}
#logo {
	display: none;
}
#body {
    position: absolute;
    left: 0;
    width: 100%;
	height: 100%;
    z-index: 1;
    bottom: 0;
    top: 0;
	background-color: #E2E2E2;
}

#header {
    position: fixed;
    background-color: #F7F7F7;
    top: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to top, rgba(197, 197, 197, 0.21), rgba(0, 0, 0, 0.12));
    color: #000000;
    text-shadow: 0px 1px 0 #FFF;
    height: 26px;
    overflow: hidden;
    z-index: 100;
    padding: 1px 0px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}


#header > h2 {
    margin: 2px 0px 5px 0px;
    white-space: nowrap;
    padding: 0 8px;
    font-weight: normal;
    font-size: 1.3em;
    line-height: 27px;
	text-align: center;
}
#map {
    display: block; 
    height: 100%;
}

#map.large{
  height:500px;
}

#map .busname {
    transition: box-shadow 150ms ease-in-out;
}

#map .busname.clicable:hover {
    
	cursor: pointer;
}




#results {
	height: 100%;
	overflow: auto;
	/*border: 1px solid #ddd;*/
	border-top: none;
	padding: 0;
	position: relative;
	background: linear-gradient(180deg, #2C283F 0%, #232033 100%);
}






/*  omni  */
.litem {
    /* border: 1px solid transparent;*/
    border-bottom: 1px solid #2F2C41; 
}

.litem.active >.litem .info > p.title {
   color: black; 
}

.litem.active .info {
    background-color: #77738C;
    height: 52px;
    white-space: normal;
}
.litem.active .info .desc {
color: white;
}


.litem .info {
    padding: 3px 8px 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	line-height: 20px;
	cursor: pointer;
}



.litem .entry .head {
    padding: 0px 0px 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 18px;
    cursor: pointer;
    height: 20px;
}



.litem .entry.active .head {
    height: 48px;
    white-space: normal;
}


.litem p {
    margin: 0;
}

.litem .info > p {
    display: inline;
}

.info.nosch > p {
	color: #504D60 !important;
}

.info.nosch > .busicon {
	opacity: 0.53;
}

.litem .info .title {
  font: 500 16px/16px 'Fira Sans Condensed', sans-serif;
  margin: 1px 5px 2px 0;
	color: white;
	float: left;
}

.litem .info .desc,
.entry .head .desc {
    font-size: 12px;
    color: #8A8895;
	font-family: 'Fira Sans Condensed', sans-serif;
    /* padding: 0 0 3px 0; */
}

.entry .head .title, 
.entry .head .desc {
    display: inline;
}


.entry {
    margin-bottom: 6px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.09);
    padding-bottom: 5px;
}

.entry:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
}


.entry.dir {
    margin-left: 25px;
    position: relative;
}


.tt {
    font-size: 14px;
	display: none;
}


.tt .nott {
    color: #DA034C;
    text-align: center;
    padding: 14px 0 18px;
    font-size: 0.8em;
    font-weight: 500;
}

.tt > .nott {
    border-top: 1px solid #CACACA;
}

.tt2 > .nott {
    margin-top: -11px;
    padding-top: 0;
}

.litem.active .tt {
	display: block;
}

.warn {
    color: red;
    text-align: center;
    padding: 4px 0 11px;
    font-size: 0.85em;
    font-weight: bold;
}

.tt2 .pad {
    border: 1px solid #CACACA;
}


.timelist {
    margin-left: -3px;
    margin-right: 0px;
}

.dt_wrap {
    text-align: right;
    margin-top: -24px;
    height: 25px;
    overflow: hidden;
}

.daytype {
   display: inline;
height: 26px;
line-height: 26px;
margin: 0px 2px 0 0;
font-size: 0.90em;
letter-spacing:0.03em;
font-weight: 500;
text-transform: uppercase;
color: #313131;
/*border-right: 1px solid #77738C;
border-left: 1px solid #77738C;*/
border-bottom: 1px solid #77738C;
padding: 10px 10px 5px;
text-decoration: none;
cursor: pointer;
white-space: nowrap;
background-image: linear-gradient(to bottom, #FFD439 20%, #39354E 20%);
}
.daytype.active {  
color: #232031 !important;
background-image: linear-gradient(to bottom, #FFD439 20%, #FFD439 20%);
}

.pads {
    margin-top: -1px;
}

.pad {
    padding: 6px 6px 0;
	border-top: 1px solid #CACACA;
}

.daytype.active {
	border-bottom: 1px solid #f1f1f1;
}


.daytype[data-days *="5"], 
.daytype[data-days *="6"] {
    background-color: #A50000;
    background-image: linear-gradient(to bottom, #A50000 20%, #494464 20%);
    color: white;
}

.daytype.active[data-days *="5"], 
.daytype.active[data-days *="6"] {
	border-bottom: 1px solid #FFF4F4;
}

.daytype[data-days*="0"],
.daytype[data-days*="1"],
.daytype[data-days*="2"],
.daytype[data-days*="3"],
.daytype[data-days*="4"] {
 /*   background-color: #7AC14B;*/
	color: white;
}

.daytype.active[data-days*="0"],
.daytype.active[data-days*="1"], 
.daytype.active[data-days*="2"], 
.daytype.active[data-days*="3"],
.daytype.active[data-days*="4"] {
    border-bottom: 1px solid #F4FAFF;
	background-color: #7AC14B;
}


.pad[data-days*="5"], .pad[data-days*="6"] {
    background: #494464;
}


.pad[data-pcid] { background-color: #f1f1f1; }

/* weekend */
.pad[data-days*="5"], .pad[data-days*="6"] { background-color: #494464; }

.daytype.active[data-days*="5"], .daytype.active[data-days*="6"] {
	background: #A50000;
	color: white!important;
}



/* weekday */
.pad[data-days*="0"], .pad[data-days*="1"], .pad[data-days*="2"], .pad[data-days*="3"], .pad[data-days*="4"] {  background-color: #39354E; }

span.cl0 /* активное время*/  {
color: white;	
}

.busicon {
    width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    margin: 1px 4px 0px 0;
}

.busicon[data-type="unknown"] {
	display: none;
}

.busicon[data-type="bus"] {background-image: url(img/bus.png);}
.busicon[data-type="tram"] {background-image: url(img/tram.png);}
.busicon[data-type="trolleybus"] {background-image: url(img/trolleybus.png);}

.busname {
    display: inline-block;
    background-color: #FFD439;
    min-width: 33px;
    height: 18px;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
	margin: 1px 5px 3px 0px;
    padding: 2px 3px 16px 2px;
    text-align: center;
    border-radius: 0px;   
    color: #2F2C41;
    vertical-align: middle;
	
}

.entry .busname {
	float: left;
}


.busdesc {
margin: 0px 7px 0px 0;
font-size: 0.9em;
color: #ffffff;
line-height: 1.25em;
min-height: 22px;
letter-spacing: 0.04em;
font-weight: 600;
}

.timelist > span.gray {
    color: #797979;
    opacity: 0.7;
}

.cl1 {background-color: #A4CBFB;}
.cl2 {background-color: #8BDE99;}
.cl3 {background-color: #FBA4A4;}
.cl4 {background-color: #C9A4FB;}
.cl5 {background-color: #fff8aa;}
.cl6 {background-color: #ffaae1;}
.cl7 {background-color: #cccccc;}
.cl8 {background-color: #96c152;}
.cl8 {background-color: #979ef7;}


.timelist > span {
    margin: 0 2px 2px 0;
    display: inline-block;
    padding: 0 3px;
    line-height: 1.2em;
    min-width: 42px;
}
.legend {
    padding: 0 3px 2px;
   /*  background: rgba(248, 255, 196, 0.82); */
    margin: 0px 0px 3px -3px;
}

.busdesc.short {
    min-height: 18px;
    padding: 1px 5px 0 5px;
    margin: 0 2px 3px 0;
    display: inline-block;
}

.inpwrap {
    margin-right: 0px;
}


#clock {
    width: 118px;
    height: 34px;
    display: none;
    position: absolute;
    
    top: 0;
    right: 5px;
    font-family: 'Fira Sans Condensed', sans-serif;
    padding: 7px 4px 8px;
    color: #ffffff;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    vertical-align: middle;
   
 /*   border: 1px solid #CECECE;*/
}


.clockDW {
    padding: 2px 5px 0px;
    color: #424242;
    text-shadow: none;
    font-size: 13px;
    line-height: 1em;
    display: inline-block;
    height: 21px;
    vertical-align: text-top;
    margin-top: -2px;
    margin-right: 3px;
    border-top: 4px solid #000000;
    background-color: #e0e0e0;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
}

.clockDW.weekday {
    border-top-color: #7AC14B;
}
.clockDW.weekend {
    border-top-color: #99002F;
}

.cline {
	height: 4px;
	width: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	/*background: #7AC14B!important;*/
}

a.busroute {
    text-decoration: none;
}


/*  end  omni  */



/*  autocomplate  */
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong {
    font-weight: bold;
    font-size: 13px;
    color: #656565;
    display: block;
    padding-bottom: 1px;
    border-bottom: 1px solid #000;
}
/* end autocomplate  */




/*  register-switch  */
.register-switch {
    width: 100%;
    white-space: nowrap;
	display: flex;
}

.register-switch-input {
  display: none;
}
.register-switch-label {
    width: calc(33.4% + 1px);
    font-size: 12px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    padding: 1px 0 0px 0;
    border-top: 4px solid rgba(205, 218, 234, 0);
    border-right: 1px solid #b7b7b7;
    border-left: 1px solid transparent;
    margin: 0 -1px 0 0;
}

.register-switch-input:checked + .register-switch-label {
    color: #434248;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    background: #E2E2E2;
    border-top: 4px solid #3085DC;
    border-left: 1px solid #d0d0d0;
    /* padding-top: 2px; */
}
/*  end  register-switch  */





#footer {
    
  padding: 5px 10px 0;   
  color: #fff;
  text-align: center; 
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
	height: 36px;
	line-height: 1em;
}
.fr {
    float: right;
    margin-top: -16px;
    height: 16px;
}

#footer ul {
    display: inline-block;
}

#footer ul li {
    list-style: none;
    display: inline-block;
	margin: 0px 8px;
}

#footer a, .site-slogan {
    text-decoration: none;
    font-weight: 300;
    color: #77738C;
    font-size: 0.9em;
}
#footer a:hover {
    color: #fff;
}
p.iw_desc {
    color: #777;
    margin: 0 0 11px 0;
}

.gm-style-iw {
    max-width: 300px;
}

.wrap_opentt {
    display: block;
    text-align: center;
}

a.iw_opentt {
    background-color: #4da578;
    padding: 3px 10px 4px 10px;
    border-radius: 4px;
    color: white;
    text-decoration: none;
    /* font-size: 13px; */
    font-weight: bold;
    display: inline-block;
    margin: 9px 0px 3px 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
    box-shadow: 1px 2px 1px #C7C7C7;
    text-shadow: 0px -1px 0px #616161;
    font-family: sans-serif;
}

a.iw_opentt:hover {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    box-shadow: 0px 1px 1px #797979;
}

#legend {
    font-family: 'Fira Sans Condensed', sans-serif;
    background: #39354E;
    padding: 7px;
    margin: 10px;
}

#legend .legline {
    cursor: pointer;
	padding: 1px 2px 0px;
}

#legend .legline:hover {
    
}

.doticon {
    width: 20px;
    height: 100%;
    position: absolute;
    margin-left: -25px;
}


.doticon:after, .doticon:before {
    content: " ";
    position: absolute;
    overflow: hidden;
}


/* кружочек */
.doticon:before {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background-color: #4D931F; 
	z-index: 7;
}

.gray .doticon:before {
    background-color: #a9a9a9;
}

.current .doticon:before, .sit .doticon:before, .out .doticon:before {
    border-radius: 50%;
    border: 4px solid #4D931F;
}

.current .doticon:before {
    background-color: #ffffff;
}

.sit .doticon:before {
    background-color: #00f513;
}

.out .doticon:before {
    background-color: #ff7a7a;
}


/* палочка */
.doticon:after {
    background-color: #4D931F;
    width: 4px;
    height: calc(100% + 16px);
    left: 7px;
    position: absolute;
    z-index: 4;
}

.gray .doticon:after, .out .doticon:after {
    background-color: #868686;
}

/* скрыть палочку у последней */
.entry:last-of-type .doticon:after {
    display: none;
}

.list-type {
   /* border: 1px solid rgba(0, 0, 0, 0.18);*/
    border-bottom: none;
    border-top: none;
    margin: 0px 0px 0px 0px;
    display: none;
    padding: 0 0 5px 0;
	
}

.list-button {
    display: inline-block;
    border-top: 2px solid #77738C;
    border-bottom: none;
    margin: 0px 0px -1px -1px;
    padding: 4px 7px;
    background-color: #e8e8e8;
    width: calc(50% + 1px);
    text-align: center;
    z-index: 10;
    /*border-bottom: 1px solid #d6d6d6;*/
    font-size: 14px;
    cursor: pointer;
   
    padding-top: 4px;
	 background: #312D46;
	 text-transform:uppercase;
	 font-family: 'Fira Sans Condensed', sans-serif;
	 font-weight:500;letter-spacing: 0.03em;
	 color: #77738C;
}

.list-button.active {
 z-index: 11;
    /* box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.38); */
    
    color: #fff;
    border-top: 3px solid #FFD434;
    padding-top: 2px;
    background: #39354E;/*linear-gradient(180deg, #2C283F 0%, #232033 100%);*/
	font-family: 'Fira Sans Condensed', sans-serif;
	text-transform:uppercase;
	font-weight:500;
	letter-spacing: 0.03em;
}

.list-button:last-of-type {
    border-right: none;
}


#stor_pickup, #dom_stor {
	display: none;
}

#pickform {
  padding: 0;
	width: 99%;
}

#pickform > .form-control {
  margin: 7px 0px;
	font-family: 'Fira Sans Condensed', sans-serif;
}
#pickform > .form-control:first-child {
    margin-top: 0;
}
.gm-style-iw-d {
	font-family: 'Fira Sans Condensed', sans-serif;
	
}
.button {
    display: block;
    width: 100%;   
    padding: 7px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #fff;   
    cursor: pointer;
    border: none; 
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight:500;
	background: #7AC14B url('icons/search.png') 37% no-repeat;
}
.button:hover, .button:active {
background: #4D931F url('icons/search.png') 37% no-repeat;	
}

.entry .head .title {
color: white;
	
}
.pickbut {
    padding: 5px 23px 6px 23px;
    border-radius: 2px;
    color: white;
    text-decoration: none;
    font-weight: 300;
	letter-spacing: 0.04em;
    display: inline-block;
    margin: 9px 9px 3px 0px;
    background: #39354E;
    font-family: 'Fira Sans Condensed', sans-serif;
}

.pickbut:focus, .pickbut:active, .pickbut:focus {
    background: #494464;
}

#pick_list {
    padding: 0 15px;
}


#pick_list .headed {
    text-align: center;
    font-size: 13px;
    padding: 15px 0 0px 4px;
    font-weight: 300;
	color: #8A8895;
	
}



#pickform > select[name="day"], #pickform > input[name="time"], #pickform > select[name="sort"] {
    display: inline-block;
	padding: 0px 7px 0px;
}

#pickform > select[name="day"] {
    width: 21%;
	margin-right: 5px;
}

#pickform > input[name="time"] {
    width: 21%;
	margin-right: 5px;
}

#pickform > select[name="sort"] {
	width: calc(58% - 10px);
}


.ext {
	font-size: 12px;
	line-height: 18px;
	height: 18px;
	color: #fff;
}

.litem.active .ext {
    display: none;
}

.ext.line2 {
	text-align: center;
}

.ext .from {
  color: #7AC14B;
  font-weight: bold;
}
.ext .mid {
  margin: 0 8px;
  color: #fff;
  font-weight: normal;
}
.ext .to {
    color: #FFD434;
    font-weight: bold;
}

.ext a {
    color: #737373;
    text-decoration: none;
}

.ext a:hover {
    color: #0000c1;
    text-shadow: 0 0 3px #99d0ff;
}

[name="search"] {
    margin-left: 5px;
    width: calc(100% - 10px);
}

/* jquery timepicker */
.ui-timepicker-wrapper {
	overflow-y: auto;
	max-height: 150px;
	width: 4.25em;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	box-shadow:0 5px 10px rgba(0,0,0,0.2);
	outline: none;
	z-index: 10001;
	margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
	width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
	width: 11em;
}

.ui-timepicker-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ui-timepicker-duration {
	margin-left: 5px; color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
	color: #888;
}

.ui-timepicker-list li {
	padding: 3px 0 3px 5px;
	cursor: pointer;
	white-space: nowrap;
	color: #000;
	list-style: none;
	margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
	background: #fff; color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
	background: #1980EC; color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
	color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	color: #888;
	cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	background: #f2f2f2;
}
/* END: jquery timepicker */



/* jquery autocomplate */
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.autocomplete-suggestion > span {
    display: block;
    font-size: 0.8em;
    color: #949292;
}
/* END: jquery autocomplate */




@media (min-width: 580px) {
	body {
		font-size: 12pt;
	}
}
/* широкие экраны */
@media (min-width: 892px) {

	body {
		font-size: 9pt;
	}
	
	#body{
		background-color: transparent;
	}

    #clock {
        right: 0;
    }

    [name="search"] {
        margin-left: 0;
        width: 100%;
    }

    .contentwrap {
        height: calc(100% - 68px);
    }

	.col {
		float: left;
	}
	
	.col.map {
		width: calc(100% - 400px);
		margin-left: 17px;
	}
	
	.col.list {
		margin: 0;
		width: 383px;
		padding-top: 100px;
	}
	
	.col.hide {
		display: block;
	}
	
	.topmenu {
		display: none;
	}
	

	.row {
		margin: 14px 17px 17px;
	}


	#results {
		height: calc(100% - 32px); 
	}
	
	.searchbox {
		margin: 0 0 12px;
	}
	#logo {
		margin-bottom: 5px;
		display: inline-block;
	}
	#logo img {
		width: auto;
		max-width: 255px;
	}
	#map, #results, .list-type {
	
	}
	
	#header {
		display: none;
	}

	#header > h2 {
		margin: 13px;
		font-weight: bold;
		font-size: 1em;
		line-height: 15px;
	}
	
/* 	.searchbox #clock {
		width: 118px;
	} */
	
	input[name="search"] {
		background: #6E6B7B;
		color:white;
		font-family: 'Fira Sans Condensed', sans-serif;
	}
	
	input[name="search"]::-moz-placeholder { 
	color:white;
	}
	input[name="search"]::-webkit-input-placeholder { 
	color:white;
	}
	input[name="search"]:-ms-input-placeholder { 
	color:white;
	}
	input[name="search"]::-ms-input-placeholder { 
	color:white;
	}
	input[name="search"]::placeholder { 
	color:white;
	}
	
	.list-type {
		display: flex;
	/*	border-right: 1px solid #d6d6d6;
		border-left: 1px solid #d6d6d6;*/
	}
	#footer {
		height: auto;
	}
}