@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body{
	font-family: 'Lato', sans-serif;
	overflow-x: hidden; 
}

.earthlap{ 
	background: #1c9ccd; 
}

.ip-header {
	position: fixed;
	top: 0;
	z-index: 100;
	min-height: 460px;
	width: 100%;
	height: 100%;
	background: #f1f1f1;
}
.ip-header h1 {
	margin: 0;
}

.ip-logo,
.ip-loader {
	position: absolute;
	left: 0;
	width: 100%;
	opacity: 0;
	cursor: default;
	pointer-events: none;
}

.ip-logo {
	top: 0;
	height: 100%;
	-webkit-transform: translate3d(0,25%,0);
	-ms-transform: translate3d(0,25%,0);
	transform: translate3d(0,25%,0);
}

.ip-loader {
	bottom: 20%;
}

.ip-header .ip-inner {
	display: block;
	margin: 0 auto;
}

.ip-header .ip-logo svg {
	position: absolute;
	/*min-height: 200px;
	height: 25%;*/
	width: 500px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.loaded .ip-header .ip-logo svg {
	max-height: 300px;
}

.ip-header .ip-logo svg path {
	fill: #1c9ccd;
}

.ip-header .ip-loader svg path {
	fill: none;
	stroke-width: 10;
}

.ip-header .ip-loader svg path.ip-loader-circlebg {
	stroke: #ddd;
}

.ip-header .ip-loader svg path.ip-loader-circle {
	-webkit-transition: stroke-dashoffset 0.2s;
	transition: stroke-dashoffset 0.2s;
	stroke: #1c9ccd;
}

/* Content */
.container {
	overflow: hidden;
	margin: 0 auto;
	padding: 280px 0 13.5em 0;
	width: 100%;
	position: relative;
}

.container h2 {
	margin: 0;
	padding: 0.5em 0 1em;
	color: #1c9ccd;
	text-align: center;
	font-size: 4.25em;
	font-size: 4vw;
	line-height: 1;
}

/* Animations */

/* Initial animation of header elements */
.loading .ip-logo,
.loading .ip-loader {
	opacity: 1;
}

.loading .ip-logo {
	-webkit-animation: animInitialLogo 1s cubic-bezier(0.7,0,0.3,1) both;
	animation: animInitialLogo 1s cubic-bezier(0.7,0,0.3,1) both;
}

@-webkit-keyframes animInitialLogo {
	from { opacity: 0; }
}

@keyframes animInitialLogo {
	from { opacity: 0; }
}

.loading .ip-loader {
	-webkit-animation: animInitialLoader 1s cubic-bezier(0.7,0,0.3,1) both;
	animation: animInitialLoader 1s cubic-bezier(0.7,0,0.3,1) both;
}

@-webkit-keyframes animInitialLoader {
	from { opacity: 0; -webkit-transform: scale3d(0.5,0.5,1); }
}

@keyframes animInitialLoader {
	from { opacity: 0; -webkit-transform: scale3d(0.5,0.5,1); transform: scale3d(0.5,0.5,1); }
}

/* Header elements when loading finishes */
.loaded .ip-logo,
.loaded .ip-loader {
	opacity: 1;
}

.loaded .ip-logo {
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-animation: animLoadedLogo 1s cubic-bezier(0.7,0,0.3,1) forwards;
	animation: animLoadedLogo 1s cubic-bezier(0.7,0,0.3,1) forwards;
}

@-webkit-keyframes animLoadedLogo {
	to { -webkit-transform: translate3d(0,100%,0) translate3d(0,50px,0) scale3d(0.65,0.65,1); }
}

@keyframes animLoadedLogo {
	to { -webkit-transform: translate3d(0,100%,0) translate3d(0,50px,0) scale3d(0.65,0.65,1); transform: translate3d(0,100%,0) translate3d(0,50px,0) scale3d(0.65,0.65,1); }
}

.loaded .ip-loader {
	-webkit-animation: animLoadedLoader 0.5s cubic-bezier(0.7,0,0.3,1) forwards;
	animation: animLoadedLoader 0.5s cubic-bezier(0.7,0,0.3,1) forwards;
}

@-webkit-keyframes animLoadedLoader {
	to { opacity: 0; -webkit-transform: translate3d(0,-100%,0) scale3d(0.3,0.3,1); }
}

@keyframes animLoadedLoader {
	to { opacity: 0; -webkit-transform: translate3d(0,-100%,0) scale3d(0.3,0.3,1); transform: translate3d(0,-100%,0) scale3d(0.3,0.3,1); }
}

/* Change the color of the logo */
.loaded .ip-logo svg path {
	-webkit-transition: all 0.5s ease 0.3s;
	transition: all 0.5s ease 0.3s;
	fill: #fff;
}

/* Header animation when loading finishes */
.loaded .ip-header {
	-webkit-animation: animLoadedHeader 1s cubic-bezier(0.7,0,0.3,1) forwards;
	animation: animLoadedHeader 1s cubic-bezier(0.7,0,0.3,1) forwards;
}

@-webkit-keyframes animLoadedHeader {
	to { -webkit-transform: translate3d(0,-100%,0); }
}

@keyframes animLoadedHeader {
	to { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
}

/* Content animations */
.loaded .container h2,
.loaded .container .browser,
.loaded .container .browser .box,
.loaded .codrops-demos {
	-webkit-animation: animLoadedContent 1s cubic-bezier(0.7,0,0.3,1) both;
	animation: animLoadedContent 1s cubic-bezier(0.7,0,0.3,1) both;
}

.loaded .container h2,
.loaded .container .browser .box:first-child {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.loaded .codrops-demos,
.loaded .container .browser .box:nth-child(2) {
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}

.loaded .container .browser .box:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

@-webkit-keyframes animLoadedContent {
	from { opacity: 0; -webkit-transform: scale3d(0.3,0.3,1); }
}

@keyframes animLoadedContent {
	from { opacity: 0; -webkit-transform: scale3d(0.3,0.3,1); transform: scale3d(0.3,0.3,1); }
}

/* Change layout class for header */
.layout-switch .ip-header {
	position: absolute;
}

/* No JS */
.no-js .ip-header {
	position: relative;
	min-height: 0px;
}

.no-js .ip-header .ip-logo {
	margin-top: 20px;
	height: 180px;
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.no-js .ip-header .ip-logo svg path {
	fill: #fff;
}

/* Media queries */

@media screen and (max-width: 45em) {

	.container h2 {
		font-size: 2.25em;
		font-size: 10vw;
	}

	.box {
		width: 100%%;
	}

}

section{
	width: 100%;
	background-color: #fff;
	position: relative;
}

.halfcircle-top{
	width: 50px;
	height: 50px;
	left: 50%;
	border-radius: 50%;
	position: absolute;
	top: -25px;
	background-color: #fff;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.halfcircle-bottom{
	width: 50px;
	height: 50px;
	left: 50%;
	border-radius: 50%;
	position: absolute;
	bottom: -25px;
	background-color: #fff;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.finishrun{
	width: 100%;
	margin: auto;
	text-align: center;
}

.finishrun-text{	
	padding: 2px 20px 50px 20px;
	margin: 0 !important;
	font-weight: 900;
	letter-spacing: 2px;
	color: #1c9ccd;
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg); 
	-o-transform:rotate(-180deg); 
	-ms-transform:rotate(-180deg); 
	transform:rotate(-180deg);
}

.finishrun-line{
	width: 50%;
	height: 20px;
	background-image: url('../images/run/finishline.png');
	margin: auto;
}

.startrun{
	width: 100%;
	margin: auto;
	text-align: center;
}

.startrun-text{	
	padding: 2px 20px 50px 20px;
	margin: 0 !important;
	font-weight: 900;
	letter-spacing: 2px;
	color: #1c9ccd;
}

.startrun-line{
	width: 50%;
	height: 20px;
	background-image: url('../images/run/finishline.png');
	margin: auto;
}
.day-togo{
	width: 100%;
	position: relative;
	padding: 20px 0;
}
.day-togo img{
	width: 30px;
	height: 106px;
}
.day{
	width: 100%;
	position: relative;
	padding: 20px 0;
}

.route{
	width: 6px;
	height: 250px;
	background-color: #1c9ccd;
	margin: auto;
	position: relative;
}

.route-before{
	width: 30px;
	height: 6px;
	position: absolute;
	top: 0;
	left: calc(50% - 15px);
	background-color: #1c9ccd;
}
.route-after{
	width: 30px;
	height: 6px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 15px);
	background-color: #1c9ccd;
}
.loadmore{
	width: 100%;
	text-align: center;
	padding: 20px;
	position: relative;
}

.runner{
	width: 65px;
	height: 65px;
	background-image: url('../images/run/runner.gif');
	background-size: 100% 100%;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}

.distance-speed{
	position: absolute;
	top: 50px;
	left: calc(50% - 90px);
	color: #1c9ccd;
}

.distance-speed h3{
	font-size: 15px;
	font-weight: 300;
	margin: 0;
	margin: 0 0 5px 0;
}

.distance-speed h3 span{
	font-weight: 400;
}

.fa-comment{
	position: absolute;
	bottom: 60px;
	left: calc(50% - 60px);
	color: #1c9ccd;
	font-size: 25px !important;
}

.fa-arrow-up{
	cursor: pointer;
}

.fa-picture-o{
	position: absolute;
	bottom: 90px;
	left: calc(50% - 90px);
	color: #1c9ccd;
	font-size: 25px !important;
}

.weather-temperature{
	position: absolute;
	top: 40px;
	right: calc(50% - 90px);
	color: #1c9ccd;
}

.weather img{
	width: 60px;
}

.weather-temperature h3{
	font-size: 15px;
	font-weight: 300;
	margin: 0;
	text-align: center;
}

.weather-temperature h3 span{
	font-weight: 400;
}

.dateofrun-timeofday-locationofrun{
	position: absolute;
	bottom: 35px;
	right: calc(50% - 235px);
	color: #1c9ccd;
	width: 200px;
}

.dateofrun-timeofday-locationofrun h3{
	font-size: 15px;
	font-weight: 300;
	margin: 0;
	margin: 0 0 5px 0;
}

.dateofrun-timeofday-locationofrun h3 span{
	font-weight: 400;
	text-transform: capitalize;
}

.loadmore-button{
	background-color: #1c9ccd;
	cursor: pointer;
	padding: 10px 15px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: medium none;
	transition: all 0.3s ease 0s;
	color: #fff;
	font-size: 12px;
	border: 2px solid #1c9ccd;
	border-radius: 20px;
}

/*.loadmore-button:hover{
	border: 2px dashed #1c9ccd;
	background-color: transparent;
	color: #1c9ccd;
}

.loadmore-button:active{
	color: rgba(28,156,206,0.6);
}*/

.header-button{
	width: 80%;
	max-width: 300px;
	height: 50px;
	position: absolute;
	top: 100px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.additional-uploads {
    padding-top: 15px;
    width: 150px;
    text-align: center;
    line-height: 1;
    margin-bottom: -100px;
}

.addrun-container{
	display: none;
	margin: auto;
	position: relative;
	padding: 240px 20px 20px 20px;
}

#addrun{
	width: 50px;
	height: 50px;
	background-color: transparent;
	border-radius: 50%;
	border: 4px solid #fff;
	color: #fff;
	font-size: 20px;
	float: right;
	-webkit-transition: background 0.2s, color 0.2s transform 0.2s ease;
	-ms-transition: background 0.2s, color 0.2s transform 0.2s ease;
	transition: background 0.2s, color 0.2s transform 0.2s ease;
	line-height: 10px;
	position: relative;
}

.fa-plus, .fa-star, .fa-times{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}

#addrun:hover{
	background-color: #fff;
	color: #1c9ccd;
}

#addrun:hover{
	-webkit-animation: spinAround 2s linear infinite;
	-ms-animation: spinAround 2s linear infinite;
	animation: spinAround 2s linear infinite;
}

.kmsofar-kmtogo{
	width: 100%;
	position: fixed;
	height: 100px;
	top: -100px;
	left: 0;
	background-color: #fff;
	overflow: hidden;
	z-index: 999;
}

.kmsofar-kmtogo h2{
	font-size: 18px;
	font-weight: 300;
	margin: 0;
	margin: 0 0 5px 0;
	color: #1c9ccd;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}

.kmsofar-kmtogo h2 span{
	font-weight: 400;
}

#runrecord{
	width: 50px;
	height: 50px;
	background-color: transparent;
	border-radius: 50%;
	border: 4px solid #fff;
	color: #fff;
	font-size: 20px;
	float: left;
	-webkit-transition: background 0.2s, color 0.2s transform 0.2s ease;
	-ms-transition: background 0.2s, color 0.2s transform 0.2s ease;
	transition: background 0.2s, color 0.2s transform 0.2s ease;
	line-height: 10px;
	position: relative;
}

#runrecord:hover{
	background-color: #fff;
	color: #1c9ccd;
}

#runrecord:hover{
	-webkit-animation: spinAround 2s linear infinite;
	-ms-animation: spinAround 2s linear infinite;
	animation: spinAround 2s linear infinite;
}


@-webkit-keyframes spinAround {
	from {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@-ms-keyframes spinAround {
	from {
		-moz-transform: rotate(0deg)
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@keyframes spinAround {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg);
	}
}

.site-wrapper{
	overflow: hidden; 
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#overlay-close {
	width: 50px;
	height: 50px;
	background-color: transparent;
	border-radius: 50%;
	border: 4px solid #fff;
	color: #fff;
	font-size: 20px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	outline: none;
	line-height: 10px;
	z-index: 100;
}

#overlay-close:hover{
	background-color: #fff;
	color: #1c9ccd;
}

#overlay-close:hover{
	-webkit-animation: spinAround 2s linear infinite;
	-moz-animation: spinAround 2s linear infinite;
	animation: spinAround 2s linear infinite;
}

.container {
	overflow-x: hidden;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;	
}

.container.overlay-open {
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

.container::after {
	content: '';
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.container.overlay-open::after {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-contentpush {
	background: #77c4e1;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
	transition: transform 0.5s, visibility 0s 0.5s;
}

.overlay-contentpush.open {
	visibility: visible;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

@media screen and (max-width: 480px) {
.uploadsuccess {
    left: 7px;
}
.container {
    padding: 210px 0 13.5em 0;
}
.header-button {
    top: 80px;
}
.ip-header .ip-logo svg {
	width: 300px;
}
.addrun-container {
    padding: 180px 20px 20px 20px;
}
.kmsofar-kmtogo h2 {
	width: 100%;
	text-align: center;
}
footer img{
	margin-top: 50px;
}
.thought-popup p{
	width: 80%;
}
}

.overlay-verification {
    width: 100%;
    height: 100%;
    background: #77c4e1;
}


.input--nariko {
	overflow: hidden;
	padding-top: 2em;
}

.input__field--nariko {
	width: 100%;
	background: transparent;
	opacity: 0;
	padding: 0.35em;
	z-index: 100;
	color: #f18292;
}

.input__label--nariko {
	width: 100%;
	bottom: 0;
	position: absolute;
	pointer-events: none;
	text-align: left;
	color: #8E9191;
	padding: 0 0.5em;
}

.input__label--nariko::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 40px;
	top: 100%;
	left: 0;
	background: #fff;
	border-top: 3px solid #fff;
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.input__label-content--nariko {
	padding: 0;
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.4s, color 0.4s;
	transition: transform 0.4s, color 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.input__field--nariko:focus,
.input--filled .input__field--nariko {
	cursor: text;
	opacity: 1;
	-webkit-transition: opacity 0s 0.4s;
	transition: opacity 0s 0.4s;
} 

.input__field--nariko:focus + .input__label--nariko::before,
.input--filled .input__label--nariko::before {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transform: translate3d(0, -40px, 0);
	transform: translate3d(0, -40px, 0);
}

.input__field--nariko:focus + .input__label--nariko .input__label-content--nariko,
.input--filled .input__label-content--nariko {
	color: #fff;
	-webkit-transform: translate3d(0, -40px, 0) scale3d(0.81, 0.81, 1);
	transform: translate3d(0, -40px, 0) scale3d(0.81, 0.81, 1);
}

.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1em;
}

.input__field {
	position: relative;
	display: block;
	padding: 10px 10px 9px 10px;
	width: 100%;
	border: none;
	border-radius: 0;
	background: transparent;
	color: #77c4e1;
	font-weight: 300;
	-webkit-appearance: none; /* for box shadows to show on iOS */
	font-size: 18px;
	letter-spacing: 0.5px;
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 30px;
}

.input__label-content {
	position: relative;
	display: block;
	width: 100%;
}

.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}

.icon {
	color: #ddd;
	font-size: 150%;
}

.passcode{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}

.enter-password{
    width: 60px;
    height: 60px;
    background: url("../images/run/go.svg") no-repeat center center;
    border: none;
    margin: auto;
    display: block;
}

.upload-image {
    width: 40px;
    height: 40px;
    position: relative;
    float: right;
}

.fa-camera-retro{
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.fa-commenting{
	cursor: pointer;
	float: left;
}

.upload-thought{
	width: 100%;
	max-width: 450px;
	height: 100px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	visibility: hidden;
}

canvas{
  background: #f5f8fa;
  overflow-y:hidden;
  overflow-x:hidden;
  width:100%;
  margin:0;
}

footer{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 100%;
}

footer img{
	width: 80px;
	padding: 0 10px;
	border: none !important;
	margin: auto;
	display: block;
	margin-top: 66px;
}

footer h5 {
    margin: 15px 0;
    color: #fff;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-align: center;
}

.photo-popup {
    background-color: transparent;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    cursor: pointer;
}
.photo-popup img{
	height: 50%;
	padding: 10px;
	background-color: #1c9ccd;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}

.fa-picture-o{
	cursor: pointer;
}

.fa-comment{
	cursor: pointer;
}

.thought-popup {
    background-color: transparent;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    cursor: pointer;
}

.thought-popup p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	padding: 30px;
	margin: 0;
	color: #fff;
	background-color: #1c9ccd;
	font-size: 15px;
	font-weight: 300;
	border-radius: 0.36rem;
}

.red-underline{
	border-bottom: 1px dashed #ef4138;
}

.not-avalable-1{
	color: #f5f8fa !important;
	pointer-events: none;
}

.not-avalable-2{
	visibility: hidden;
}

.loading-spinner{
	color: #1c9ccd;
	font-size: 6px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: calc(50% + 70px);
	visibility: hidden;
}
		 .disabled
		 {
		cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65;	 
			}
			
.mapsrvinput{
	visibility: hidden;
}






