@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,300,300italic);
@import url(iconic-glyphs.css);

body,
html{
	height: 100%;
	width: 100%;
}

body{
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	overflow: hidden;
	display:block;
}

a{
	color: inherit;
	text-decoration: underline;
}

a:hover{
	color: inherit;
}

.container-fluid{
	padding: 0;
}

h1{
	text-indent: -99999px;
	position: absolute;
}

.image{
	margin-bottom: 20px;
	width: 500px;
	height:268px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -134px;
	margin-left: -250px;
}

	.image img{
		max-width: 100%;
		height: auto;
	}

	.image span{
		height: 40px;
		width: 100%;
		line-height: 40px;
		margin-top: 10px;
		display: inline-block;
		text-align: center;
	}
	

.header{
	width: 350px;
	height: auto;
	position: absolute;
	top: 25px;
	left: -300px;
	padding: 20px 20px 10px;
	background: #fff;
	z-index: 1;
			box-shadow: 0px 1px 15px rgba(0,0,0,0.2);
	     -o-box-shadow: 0px 1px 15px rgba(0,0,0,0.2);
		-ms-box-shadow: 0px 1px 15px rgba(0,0,0,0.2);
	   -moz-box-shadow: 0px 1px 15px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 15px rgba(0,0,0,0.2);
	opacity: 0;
}

.header.visible{
	opacity: 1;
	left: 25px;
}

	.header h1{
		/*	margin: 30px 0 50px;*/
			text-indent: -99999px;
			position: absolute;
		}

	.header img{
		max-width: 100%;
		display: inline;
		height: auto;
	}

	.header .logo_img{
		max-width: 100%;
		display: block;
		margin: 0 auto 14px;
		margin-top: -8px;
	}

	.header p.about{
		text-align: left;
		margin-bottom: 10px;
	}		
		
		.header h2{
			border: 1px solid #00ad40;
			border-bottom: 0;
					border-radius: 6px 6px 0 0;
			     -o-border-radius: 6px 6px 0 0;
				-ms-border-radius: 6px 6px 0 0;
			   -moz-border-radius: 6px 6px 0 0;
			-webkit-border-radius: 6px 6px 0 0;
			text-align: center;
			color: #00ad40;
			font-size: 1.2em;
			padding: 10px 0;
			margin-bottom: 0;
			font-weight: 400;
			text-transform: uppercase;
			margin-top: 10px;
		}
		
		.header h2 .iconic:before{
			font-size: 13px;
		}
		
		.btn-half{
			width: 50%;
			float: left;
			font-size: 0.9em;
			padding: 10px 0;
		}
		
		.btn-half-left{
					border-radius: 0 0 0 6px;
			     -o-border-radius: 0 0 0 6px;
				-ms-border-radius: 0 0 0 6px;
			   -moz-border-radius: 0 0 0 6px;
			-webkit-border-radius: 0 0 0 6px;
		}
		
		.btn-half-right{
					border-radius: 0 0 6px 0;
			     -o-border-radius: 0 0 6px 0;
				-ms-border-radius: 0 0 6px 0
			   -moz-border-radius: 0 0 6px 0;
			-webkit-border-radius: 0 0 6px 0;
		}

	.header .share{
		list-style: none;
		text-align: right;
		margin: 0;
		padding: 0;
		margin-top: 6px;
	}

		.header .share li{
			display: inline-block;
			text-transform: uppercase;
			font-size: 90%;
			font-weight: 900;
			height: 40px;
			line-height: 40px;
		}
		
			.header .share li.about_link{
				text-align: left;
				color: #aaa;
				text-decoration: underline;
				float: left;
				text-transform: none;
				cursor: pointer;
			}

			.header .share li a{
				display: block;
			}

			.header .share li img{
				max-width: 30px;
				height: auto;
				vertical-align: top;
			}
			
			.lang{
				list-style: none;
				position: absolute;
				top: 18px;
				right: 13px;
				margin: 0;
				padding: 0;
			}
			
				.lang a{
					color: #777;
					text-decoration: none;
				}
			
.counter{
	position: absolute;
	right: 0;
	bottom: 40%;
	background: #fff;
	background: rgba(255,255,255,0.9);
	padding: 20px;
	font-size: 1em;
	text-align: center;
	color: #555;
	font-weight: 700;
	z-index: 9;
}

	.counter span{
		font-size: 3em;
		line-height: 1.1em;
		font-weight: 300;
	}
		
.add_form{
	position: absolute;
	display: block;
	width: 400px;
	top: 0;
	bottom: 0;
	left: -400px;
	overflow-y: auto;
	background: #fff;
	background: rgba(255,255,255,0.9);
			box-shadow: 0px 1px 15px rgba(0,0,0,0.2);
	     -o-box-shadow: 0px 1px 15px rgba(0,0,0,0.2);
		-ms-box-shadow: 0px 1px 15px rgba(0,0,0,0.2);
	   -moz-box-shadow: 0px 1px 15px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 15px rgba(0,0,0,0.2);
	z-index: 1;
	padding: 0 25px;
}

.add_form.visible{
	left: 0;
}

	.add_form .close_location{
		position: absolute;
		right: 10px;
		top: 10px;
		color: #aaa;
		border: 0;
		background: transparent;
		font-weight: 900;
	}

	.add_form h3{
		font-size: 3em;
		font-weight: 100;
	}
	
	.add_form h4{
		text-align: center;
		width: 100%;
		font-size: 1em;
		text-transform: uppercase;
		text-decoration: underline;
		font-weight: 900;
		margin: 20px 0 12px;
		display: block;
	}
	
	.add_form h4.number{
		text-decoration: none;
		height: 40px;
		line-height: 36px;
		width: 40px;
		margin: 14px auto 6px;
		color: #00ad40;
		font-size: 1.5em;
		font-weight: 400;
		border: 2px solid #00ad40;
				border-radius: 50%;
		     -o-border-radius: 50%;
			-ms-border-radius: 50%;
		   -moz-border-radius: 50%;
		-webkit-border-radius: 50%;
	}
	
		.add_form p .iconic:before{
			font-size: 80%;
		}
	
	.add_form .location_hint{
		width: 100%;
		display: block;
		text-align: center;
		color: #00ad40;
		border: 1px dashed #00ad40;
				border-radius: 4px;
		     -o-border-radius: 4px;
			-ms-border-radius: 4px;
		   -moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		padding: 8px 0;
	}
	
		.add_form .location_hint .iconic:before{
		font-size: 12px;
		}
	
	.add_form .characters{
		list-style: none;
		padding: 0;
		margin: 0;
		width: 100%;
		height: 70px;
		overflow: hidden;
		text-align: center;
	}
	
		.add_form .characters li{
			display: inline-block;
			height: 70px;
			width: 40px;
			margin: 0 10px;
			cursor: pointer;
		}
		
			.add_form .characters li.selected{
				background: #ebeca1;
						border-radius: 4px;
				     -o-border-radius: 4px;
					-ms-border-radius: 4px;
				   -moz-border-radius: 4px;
				-webkit-border-radius: 4px;
			}
	

	.add_form .legal{
		font-size: 80%;
		margin: 20px 0;
	}
	
	.add_form .if_org{
		display: none;
	}
	
	#location_loader{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #fff url(../img/ajax-loader.gif) no-repeat center;
		text-indent: -9999px;
	}

.map{
	height: 100%;
	width: 100%;
	display:block;
	position: absolute;
	z-index: 0;
	background: url(../img/ajax-loader.gif) no-repeat center;
}

	.leaflet-popup-content-wrapper{
		border-radius: 0;
		font-family: Roboto, Helvetica, Arial, sans-serif;
	}


.publishing_problems{
	display: none;
}
.uv-icon.uv-bottom-right {
	bottom: 25px !important;
}

.transition{
	transition:all ease 0.8s;
	-o-transition:all ease 0.8s;
	-ms-transition:all ease 0.8s;
	-moz-transition:all ease 0.8s;
	-webkit-transition:all ease 0.8s;
}

.transitionslow{
	transition:all ease 2s;
	-o-transition:all ease 2s;
	-ms-transition:all ease 2s;
	-moz-transition:all ease 2s;
	-webkit-transition:all ease 2s;
}

@media screen and (max-width: 767px) {
	.header{
		position: relative;
		height: auto;
		width: 100%;
		top: 0;
		left: -100%;
		background: transparent;
		box-shadow: none;
	}
	
	.header.visible{
		left: 0;
	}
	
	.header .header-inner{
		width: 80%;
	}
	
	.add_form{
		width: 100%;
		left: -100%;
	}
	
	.add_form.visible{
	}
	
	.map{
		display: none;
	}
		
}
