body {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  background-color:#f3f3f3;
}
html, body, #map {
  height: 100%;
}

#content-container {
	width:100%;
	display:block;
	height: -moz-calc(100% - 100px);
  height: -webkit-calc(100% - 100px);
  height: calc(100% - 100px);
}

#print-branding {
	display:none;
}

/*****************
* DISTRICT LAYER
*****************/

.district {
	z-index: 100;
	stroke-width: 3;
	stroke-dasharray: 5,5;
	stroke: #b55f26;
	fill: rgba(28, 144, 153, 0.01);    
}
.district:hover {
	stroke: #000;
	stroke-dasharray: 10,0;
	fill: rgba(28, 144, 153, 0.3);
}

.district-active-filter-container {
	display: none;
	margin-bottom: 20px;
	margin-top: 5px;
}

/*****************
* POLYGON LAYER
*****************/

.subway {
	stroke-width: 5;
	stroke-opacity: 0.9;
}
.cycle-route {
	strok-width: 5;
	stroke-opacity: 1;
	stroke-dasharray: 1,10;
}

.subway-station-filter-container {
	display: block;
}

/******
* MAP
******/

#map-container {
	position: relative;
	float:right;
	width: 70%;
	height: 100%;
	padding: 25px;
}
#map-container .vce-legal {
	padding-top: 6px;
	font-size: 85%;
	color: #777;
}
#map {
	border:1px solid #ccc;
}
.map-overlay-box {
	position: absolute;
	background-color: rgba(255,255,255,0.8);
	top:40px;
	right:40px;
	padding: 5px 10px;
	display: block;
	z-index:100;
}
.map-overlay-box:empty {
	display:none;
}

.leaflet-bar {
	border-radius: 2px;
}
.leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom: none;
}

.leaflet-control-container .leaflet-user-marker a, .leaflet-control-container .leaflet-control-locate a {
	font-size: 1.1em;
	margin-left: 1px;
	color: #444;
	padding-top: 2px;
	padding-left: 1px;
	margin-left: 0;
	cursor:pointer;
}

.leaflet-control-container .leaflet-user-marker a.highlight, .leaflet-control-container  .leaflet-bar a:hover {
	background-color:#f1f1f1;
	color: #b32222;
}

.leaflet-container.crosshair {
	cursor:crosshair;
}


/**********************
* LEAFLET POPUP
**********************/

.leaflet-popup-content-wrapper {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	max-width:250px;
}
.leaflet-container a.leaflet-popup-close-button {
	padding: 6px 6px 0 0;
	width: inherit;
	height: inherit;
}
.leaflet-popup-content {
	margin: 10px 30px 10px 10px;
}
.leaflet-popup {
	text-align: left;
}
.leaflet-popup .delete-user-marker {
	margin-left: 10px;
	color: #aaa;
}
.leaflet-popup .delete-user-marker:hover {
	color: #b32222;
}


/**********************
* MAP SEARCH
**********************/

.leaflet-center {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.leaflet-control-geosearch, .leaflet-control-geosearch ul {
	margin: 10px 0 0 0;
	width: 100%;
	height: auto;
}
.leaflet-control-geosearch-msg ul {
	list-style: none;
	display: none;
	height: auto;
	background: none;
	padding: 0;
}
.leaflet-control-geosearch ul li {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
  border-radius: 2px;
  margin: 2px 0;
  padding: 4px;
  font: 12px arial;
  text-indent: 4px;
}


/**********************
* BOOTSTRAP TOOLTIPS
**********************/

.tooltip-inner {
  background-color: #434a54;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #434a54;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #434a54;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #434a54;
}


/*************
* NAVIGATION
*************/

.navbar {
	margin-bottom: 25px;
}
.navbar-default {
	background-color: #434a54;
	border: 0;
	border-radius: 0;
}
.navbar .navbar-brand {
	color: #fcd943;
	margin-right: 40px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 300;
	font-size: 16px;
}
.navbar ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
  margin: 0;
}
.navbar-nav>li>.dropdown-menu {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	margin-top:-5px;
}
.dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 35px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 36px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}
.navbar .glyphicon {
	margin-right:8px;
}
.navbar .navbar-brand:hover {
	color: #fcd943;
}
.navbar .navbar-nav > li > a {
	font-size: 13px;
	color: #f6f6f6;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
	color: #b3bbc6;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #b3bbc6;
	background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #b3bbc6;
	background-color: transparent;
}
.navbar-default li.active a {
	cursor:default;
}
.navbar .navbar-toggle {
	padding: 0;
	border: 0;
	background: none;
	border: 0;
	font-size: 24px;
	color: #fff;
}
.navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
	background: none;
	color: #fff;
}
.navbar-collapse {
	border-top: 0;
}

.navbar-right select {
	display: block;
}

.navbar-form .form-group {
	margin-top: 1px;
}
.leaflet-geosearch-container {
	margin-right: 20px;
}
.leaflet-geosearch-container input.form-control {
	width: 350px;
	color: #b3bbc6;
	font-size: 13px;
	border: 0;
	background-color: #4A515B;
}
.leaflet-geosearch-container input.form-control:focus, .leaflet-geosearch-container input[type="text"]:focus, .leaflet-geosearch-container input[type="search"]:focus {   
	box-shadow: none;
	outline: 0 none;
}

.language-select {
	/*border: 1px solid #8d96a9; */
	border: 0;
	color: #9a9b97;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px; 
	border-radius: 2px;
	-webkit-appearance: none;
	padding: 0 26px 0 10px;
	cursor: pointer;
	outline: none;
	font-size: 85%;
	background: url(../images/select_arr_l.png) no-repeat right #4A515B;
	background-position: right 10px center;
}
.language-select:hover {
	color: #b3bbc6;
	/*border: 1px solid #aaa; */
	background: url(../images/select_arr_h.png) no-repeat right #4A515B;
	background-position: right 10px center;
}
.language-select:focus {
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	/*border: 1px solid #8d96a9; */
}

/* NAVBAR HOME */

.navbar-home {
	background-color: #fff;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	padding: 10px 20px 50px 20px;
}
.navbar-home .navbar-brand {
	color: #000;
}
.navbar-home .nav>li {
	display: inline-block;
}
.navbar-home .nav>li a {
	color: #000;
}
.navbar-home .nav>li a:hover {
	background: transparent;
	color: #8f8f8f;
}
.navbar-home .language-select {
	border: 0;
	color: #000;
	background: url(../images/select_arr_b.png) no-repeat right transparent;
	background-position: right 11px;
	background-size: 6px 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 11px 0 10px;
	margin-left: 40px;
	margin-top: -4px;
	font-size: 85%;
}

/*****************
* TOOLBOX
*****************/

/* BUTTON */

.toolbox-button {
	width: 100%;
	text-align: right;
	margin-bottom: 10px;
}
.toolbox-button-left {
	float:left;
	text-align: left;
}
.toolbox-button-left .checkbox-inline {
	margin-left: 5px;
}
toolbox-button-right {
	float:right;
}
.toolbox-button button {
	padding: 2px 6px;
	font-size: 16px;
	color: #8a8a8a;
	outline: none;
}
.toolbox-button button:hover {
	color: #434a54;
}
.toolbox-button button:focus, .toolbox-button button:active  {
	color: #8a8a8a;
	outline: none;
}

/* TABS */
.nav-tabs {
	margin-bottom: 20px;
}
.nav>li>a:hover, .nav>li>a:focus {
	background-color: #fafafa;
}
.nav-tabs>li>a:hover {
	border-color: #fafafa #fafafa #ddd;	
}
.nav-tabs>li>a {
	color: #8a8a8a;
	padding: 10px 8px;
}

.toolbox .panel {
	border: 0;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 2px dashed #ddd;
	color: #8a8a8a;
	font-size: 13px;
}
.toolbox .panel:last-child {
	border: 0;
}

.toolbox .panel-heading {
	padding: 10px 0;
}

.toolbox .panel .panel-title {
	font-size: 15px;
}

.toolbox .panel .panel-title .glyphicon, .toolbox .panel .panel-title .fa {
	width: 25px;
}

.toolbox.panel-group .panel-heading+.panel-collapse .panel-body {
	border-top: 0;
	padding: 0 0 15px 30px;
}

.toolbox-tags {
	float: right;
}
.toolbox-tags .radius:before {
	content: "Radius: ";
}

.toolbox .panel-body-line {
	width: 100%;
	display: block;
	margin: 5px 0;
}

.toolbox .panel-body-line-hidden {
	display: none;
}

.toolbox .panel-body-line .checkbox {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 0;
	margin-top: 5px;
}

.toolbox .panel-body-line label {
	font-weight: inherit;
	width: 70px;
}

.toolbox .panel-body-line .amount {
	float: right;
}

.amount {
	background-color: #eaedf1;
	color: #858585;
	-webkit-border-radius: 3px;
	-moz-border-radius: 2px;
	border-radius: 3px;
	padding: 1px 5px;
	margin: 0 0 0 8px;
	font-size: 11px;
}

#accordion {
	width:100%;
	background: #fafafa;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	margin:0 0 10px 0;
	padding: 5px 15px;
	overflow: auto;
	height: 260px;
}


/**********
* SIDEBAR
**********/

#sidebar {
	float:left;
	width:30%;
	background-color:#fff;
	height:100%;
	display:block;
	padding: 25px 20px 20px 20px;
}
#sidebar h2 {
	margin-top:0;
	font-size: 20px;
	text-transform: uppercase;
}

/* SORTABLE */

.toolbox .panel .panel-heading h4 .panel-icon {
	cursor: move;
}

.toolbox .panel.highlight {
	border: 2px dashed #8d8d8d;
	color: #424242;
	background-color: rgba(250,250,250,0.8);
	padding: 0 5px 5px 5px;
}

.toolbox .panel.ui-state-disabled {
	opacity: 1;
}
.toolbox .panel.ui-state-disabled .panel-heading h4 .panel-icon {
	cursor: default;
}


/* SLIDER */

.ui-slider {
	width: 220px;
	display: inline-block;
	margin-top: 4px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	outline: none;
	cursor: pointer;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br 	{	border-bottom-right-radius: 8px; 	}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl 	{	border-top-right-radius: 8px;			}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr 		{	border-bottom-left-radius: 8px;		}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl 			{	border-top-left-radius: 8px;			}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #7a7667;
	border: 0;
}

.ui-slider .ui-slider-handle {
	width: 1.1em;
	height: 1em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.1em;
}

.ui-widget-content {
	background: #eee;
	border: 0;
}
.ui-widget-header {
	background: #fcd943;
}

/* NODE DETAILBOX */

.detailbox {
	padding: 5px 10px;
}
.detailbox-inner {
	white-space: pre-wrap; /* css-3 */    
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */    
  white-space: -o-pre-wrap; /* Opera 7 */    
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.detailbox h2 {
	margin-bottom: 15px;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
}
.detailbox h2 i {
	font-size: 18px;
	padding-right: 5px;
}

.detailbox .wiki {
	border-top: 1px solid #ddd;
	margin-top: 40px;
	padding-top: 15px;
	display: block;
}

/**********
* D3 TIP
**********/

.d3-tip {
  line-height: 1;
  padding: 5px;
  background: rgba(0, 0, 0, 0.8);
  color: #fcd943;
  border-radius: 2px;
  pointer-events: none;
  font-size:12px;
}

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  position: absolute;
  pointer-events: none;
}

/* Northward tooltips */
.d3-tip.n:after {
  content: "\25BC";
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
  text-align: center;
}

/*************
* D3 CIRCLES
*************/

.circle-node {
	cursor: pointer;
}
.circle-node:hover {
	fillOpacity: 1;
}

/*******************************************************************************************/

/*****************
* START CAROUSEL
*****************/

.carousel {
  height: 400px;
  margin-bottom: 60px;
}
.carousel-caption {
  z-index: 10;
}
.carousel .item {
  height: 400px;
  background-color: #fff;
  -webkit-transition: opacity 2s;
  -moz-transition: opacity 2s;
  -ms-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s;
}
.carousel .active.left {left:0;opacity:0;z-index:2;}
.carousel .next {left:0;opacity:1;z-index:1;}
.carousel .icon-special-prev, .carousel .icon-special-next {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control.left, .carousel-control.right{ 
	background: none !important; 
	filter: progid:none !important; 
}
.carousel-control {
	color: #000;
	font-size: 30px;
	width: 10%;
}
.carousel-control:hover {
	color: #aaa;
}
.carousel .item-content-inner {
	width: 100%;
	margin: 0 auto;
}
.carousel .item-content-inner {
	height: 400px;
}
.carousel .item-content-browser {
	height: 100%;
	padding: 0;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .1);
}
.carousel .item-content-browser-header {
	height: 24px;
	font-size: 18px;
	padding: 0px 10px;
	color: #7f7f7f;
	background-color: #ddd;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.carousel .item-content-browser-image img {
	width:100%;
	height: auto;
}
.carousel .item-content-desc{
	padding-top: 40px;
}
.carousel .item-content-desc h2 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.carousel .item-content-desc p {
	color: #777;
	margin-bottom: 30px;
}
.carousel .item-content-desc-tags {
	font-size: 90%;
	font-family: 'Montserrat', sans-serif;
	display: block;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 10px;
	width: 100%;
}
.carousel .carousel-btn {
	background-color: #222;
	color: #fff;
	border-radius: 50px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding: 6px 20px;
	font-size: 11px;
	display: inline-block;
}
.carousel .carousel-btn:hover {
	text-decoration: none;
	background-color: #474747;
}
.item-content-desc-inner {
	padding: 0 0 0 40px;
}
.carousel-indicators {
	bottom: 0;
	padding-left:80px;
}
.carousel-indicators .active, .carousel-indicators li:hover {
	background-color: #ddd;
}
.carousel-indicators li {
	border: 1px solid #ddd;
}

/**********
* PERSONAS
***********/

.personas-header {
	text-align: center;
	margin-bottom: 20px;
}
.personas-header h1 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	margin: 0 0 15px 0;
}
.personas-header .subtitle {
	color: #777;
	font-weight: 300;
}

.persona {
	/*margin: 20px;*/
	margin-bottom: 40px;
	background-color: #fff;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .1);
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
.persona-image {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.persona-image a {
	width: 100%;
	height: 100%;
}
.persona:hover img {
	opacity: 0.4;
}
.persona:hover .persona-image-overlay {
	opacity: 1;
}
.persona-image img {
	width: 100%;
	height: auto;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	transition: opacity 350ms ease-in-out;
	border: 0;
}
.persona .persona-image-overlay {
	position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  /* Text styling */
  font-size: 14px;
  padding: 20px;
  color: #fff;
  text-align: center;
  transition: opacity 350ms ease-in-out;
  opacity: 0;
}
.persona .persona-btn {
	background-color: #222;
	color: #fff;
	border-radius: 50px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	position: absolute;
	line-height: 35px;
  width: 150px;
	height: 35px;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -75px;
}
.persona .persona-btn:hover {
	background-color: #4c4c4c;
}
.persona-content {
	width: 100%;
	padding: 0 20px 20px 20px;
	min-height: 150px;
}
.persona-detail {
	padding: 10px 20px;
	min-height: 40px;
	border-top: 1px solid #eee;
	text-align: center;
	color: #777;
}
.persona-detail .divider {
	color: #d65d3c;
	padding: 0 10px;
}
.persona-content a {
	color: #434a54;
}
.persona:hover .persona-content h2:hover {
	color: #87879f;
}
.persona:hover .persona-content h2 {
	color: #595990;
}
.persona-content h2 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 25px;
}
.persona-content p {
	color: #777;
	font-size: 90%;
}

/*************
* ADVERTISING
*************/

.vce-mega {
	width: 100%;
	border: 2px dashed #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 377px;
	text-align: center
}
.vce-mega .vce-mega-inner {
	margin-top: 160px;
	display: block;
	color: #777;
}



/**********
* FOOTER
***********/

footer {
	background-color: #e5e5e5;
	color: #777;
	padding: 20px 0;
	margin-top: 40px;
}
.footer-inner {
	padding: 5px 0 40px 0;
}
.footer-left {
	float: left;
}
.footer-right {
	float:right;
	text-align: right;
}
footer ul {
	text-align: left;
	padding-left: 20px;
	list-style: none;
	margin: 0;
	display: block;
}
footer li {
	display: inline-block;
	padding-bottom: 10px;
}
footer li a {
	color: #000;
	font-weight: 600;
	font-size: 14px;
	margin: 0 30px 0 0;
	padding: 0;
	display: block;
}
footer ul#menu-footer-second li a {
	color: #919296;
	font-weight: 400;
	font-size: 12px;
	margin: 0 15px 0 0;
	padding: 0;
}
footer ul li a:hover {
	text-decoration: underline;
}
footer .location-picker {
font-weight: 600;
color: #000;
}
footer .location-picker-name {
	vertical-align: middle;
	padding-right: 10px;
	font-size: 14px;
}
footer .copyright {
	color: #919296;
	font-weight: 400;
	/*color: #777;*/
	font-size: 11px;
	margin-top: 10px;
	display: block;
}

/************
* PAGE
************/

#page .container {
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 25px;
}
#page.network .container {
	background-color: #f3f3f3;
}
#page.network .persona-content {
	min-height: 100px;
}
#page .container.footer {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 90%;
	color: #777;
	background: transparent;
}
#page h3 {
	margin-bottom: 20px;
	margin-top: 40px;
	font-size: 20px;
}
#page table td:first-child {
	width: 60px;
}
#page.contact .container {
	padding: 40px;
}
#page .contact-information {
	line-height: 2;
}
#page .contact-information table {
	margin-top: 20px;
}
#page .contact-form input, #page .contact-form textarea {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 3px;
	outline: none;
	padding: 8px 6px;
	border: 1px solid #ccc;
	box-shadow: none;
}
#page .contact-form dl {
	margin-bottom: 0;
}

/************
* START
************/

.start-vce .navbar .navbar-toggle {
	color: #000;
	margin-top: 18px;
}
.start-vce .navbar-right .dropdown-menu {
	right: inherit;
}
.start-vce .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: transparent;
}

/************
* RESPONSIVE
************/

@media (max-width:1500px){
	.ui-slider {
		width: 200px;
	}
}

@media (max-width:1400px){
	.ui-slider {
		width: 150px;
	}
}

@media (max-width:1300px){
	.ui-slider {
		width: 120px;
	}
}

@media (max-width: 1200px) {
	.leaflet-geosearch-container input.form-control {
		width: 160px;
	}
	.ui-slider {
		width: 100px;
	}
}

@media (max-width:1100px){
	.ui-slider {
		width: 72px;
	}
}

/* Collapse navbar earlier */
@media (max-width:992px){
	.navbar-default {
		margin-bottom: 0;
	}
	.navbar-header {
		float: none;
  }
  .navbar-left,.navbar-right {
		float: none !important;
  }
  .navbar-toggle {
		display: block;
  }
  .navbar-collapse {
		border-top: 1px solid #595c60;
		box-shadow: none;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
  	border-color: #595c60;
  }
  .navbar-form {
  	-webkit-box-shadow: none;
  	box-shadow: none;
  }
  .navbar-form .form-group {
  	display: inline-block;
  	width: 22%;
  }
  .navbar-form .form-group.leaflet-geosearch-container {
  	width: 77%;
		margin-right: 2%;
  }
  .leaflet-geosearch-container input.form-control {
  	width: 100%;
  }
  .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
		display: none!important;
  }
  .navbar-nav {
		float: none!important;
		margin-top: 7.5px;
  }
  .navbar-nav>li {
		float: none;
  }
  .navbar-nav>li>a {
   	padding-top: 10px;
  	padding-bottom: 10px;
  }
  .collapse.in{
  	display:block !important;
  	margin-bottom: 15px;
  }
  .vce-mega {
		height: 150px;
	}
	.vce-mega .vce-mega-inner {
		margin-top: 30px;
	}

	#content-container #sidebar, #content-container #map-container {
		width: 100%;
	}
	#content-container #sidebar {
		height: 400px;
	}
	#content-container #map-container {
		padding: 25px 25px 60px 25px;
	}
	#page .navbar-form {
		border: 0;
	}
	.start-vce .navbar-collapse {
		border: 0;
	}
	.ui-slider {
		width: 500px;
	}
	.navbar-form .form-group.leaflet-geosearch-container {
  	width: 70%;
		margin-right: 2%;
  }
}
@media (max-width:768px){
	#page .container {
		margin-top: 0;
	}
	#page .navbar-form .form-group {
		width: 50%;
	}
	.start-vce .navbar-form {
		padding: 0;
	}
	.start-vce .navbar-home .nav>li {
		display: block;
	}
	.start-vce .nav>li>a {
		padding: 10px 0;
	}
	.start-vce .navbar-home .language-select {
		padding: 0 11px 0 0;
		margin-top: 10px;
		margin-left: 0;
	}
	.start-vce .navbar-form {
		margin-top: 20px;
	}
	.footer-left, .footer-right {
		width: 100%;
		display: block;
		text-align: center;
	}
	.footer-left ul {
		text-align: center;
	}
	.footer-right {
		margin-top: 25px;
		margin-bottom: 10px;
	}
	.ui-slider {
		width: 250px;
	}
}
@media (max-width:480px){
	.navbar .navbar-brand {
		margin-right: 0;
	}
	.navbar .navbar-brand img {
		height: 35px;
	}
	.ui-slider {
		width: 160px;
	}
}
