/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
body {
	width: 100%;
	height: 100%;
	font-family: Lora, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #FFF;
}

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

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 35px;
	text-transform: uppercase;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
}

p {
	margin: 0 0 25px;
	font-size: 18px;
	line-height: 1.5;
}

@media ( min-width :767px) {
	p {
		margin: 0 0 35px;
		font-size: 20px;
		line-height: 1.6;
	}
}

a {
	color: #219ab3;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a:hover, a:focus {
	text-decoration: none;
	color: #11505d;
}

.light {
	font-weight: 400;
}

.navbar-custom {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	text-transform: uppercase;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #000;
}

.navbar-custom .navbar-brand {
	font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
	outline: 0;
}

.navbar-toggle {
	padding: 4px 6px;
	font-size: 16px;
	color: #FFF;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}

.navbar-custom a {
	color: #FFF;
}

.navbar-custom .nav li.active {
	outline: nonte;
	background-color: rgba(0, 0, 0, .3);
}

.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus,
	.navbar-custom .nav li a.active {
	outline: 0;
	background-color: rgba(0, 0, 0, .3);
}

@media ( min-width :767px) {
	.navbar {
		padding: 20px 0;
		border-bottom: 0;
		letter-spacing: 1px;
		background: 0 0;
		-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
		-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
		transition: background .5s ease-in-out, padding .5s ease-in-out;
	}
	.top-nav-collapse {
		padding: 0;
		color: #000;
		background-color: #FFF;
	}
	.navbar-custom.top-nav-collapse {
		border-bottom: 1px solid rgba(0, 0, 0, .3);
	}

	.top-nav-collapse a {
	    color: #000;
	}

}

@
-webkit-keyframes pulse { 0 {
	-webkit-transform: scale(1);
	transform: scale(1);
}

50%
{
-webkit-transform
:

scale
(1
.2
);


transform
:

scale
(1
.2
);


}
100%
{
-webkit-transform
:

scale
(1);


transform
:

scale
(1);


}
}
@
-moz-keyframes pulse { 0 {
	-moz-transform: scale(1);
	transform: scale(1);
}

50%
{
-moz-transform
:

scale
(1
.2
);


transform
:

scale
(1
.2
);


}
100%
{
-moz-transform
:

scale
(1);


transform
:

scale
(1);


}
}

.landsat_copyright {
    position: absolute;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-align: right;
	letter-spacing: 1px;
	z-index: 1;
	font-size: 6px;
	bottom: 4px;
	right: 4px;
}

@media ( min-width :767px) {
	.landsat_copyright {
		font-size: 7px;
	}
}

.btn-circle {
	width: 70px;
	height: 70px;
	margin-top: 15px;
	padding: 7px 16px;
	border: 2px solid #fff;
	border-radius: 35px;
	font-size: 40px;
	color: #fff;
	background: 0 0;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.btn-circle:hover, .btn-circle:focus {
	outline: 0;
	color: #fff;
	background: rgba(255, 255, 255, .1);
}

.btn-circle i.animated {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
}

footer {
	padding: 50px 0;
}

footer p {
	margin: 0;
	font-size: 10px;
}

::-moz-selection {
	text-shadow: none;
	background: #fcfcfc;
	background: rgba(255, 255, 255, 0.2);
}

::selection {
	text-shadow: none;
	background: #fcfcfc;
	background: rgba(255, 255, 255, 0.2);
}

img::selection {
	background: 0 0;
}

img::-moz-selection {
	background: 0 0;
}

body {
	webkit-tap-highlight-color: rgba(0, 0, 0, .2);
}

.sharebutt{
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}

.sharebutt .fa{
	display: inline-block;
    height: 43px;
    width: 43px;
    line-height: 43px;
    color: white;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: black;
    text-align: center;
    vertical-align: middle;
    font-size: 2em;
/*     border: 1px solid; */
}

.sharebutt .fa:hover{
    color: #000;
    background-color: #FFF;
}

.share-count{
	color: black;
	padding-left: 3px;
	vertical-align: middle;
}

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

/* web-mapping */
.modal{
    margin-top: 50px;
    height: auto;
}

.sharezone{
    position: absolute;
    top: 10px;
    right: 45px;
    height: auto;
    width: auto;
    min-width: 200px;
    padding: 25px 10px 25px 10px;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: #000;
    background-color: rgba(255,255,255,0.8);
    opacity: 1;
    z-index: 1000;
    border-radius: 5px;
}

.sharezone .close{
    position: absolute;
    top: 5px;
    left: 5px;
    color: #000;
    opacity: 1;
}
.sharezone .close:hover{
    color: #a5a5a5;
    opacity: 1;
}

#modalShare{
    top: -400px;
    background-color: transparent;
    z-index: 100;
    overflow-y: hidden;
	    -webkit-transition: all .5s ease;
	    -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	    transition: all .5s ease;
}

#modalShare.in{
    position: absolute;
    top: 0px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease;
}

#modalShare .modal-backdrop{
    background-color: transparent;
    overfow-y: hidden;
}

/* bottom */

.sharezone-bottom{
    position: absolute;
    bottom: 10px;
    right: 45px;
    height: auto;
    width: auto;
    min-width: 200px;
    padding: 25px 10px 25px 10px;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: #000;
    background-color: rgba(255,255,255,0.8);
    opacity: 1;
    z-index: 1000;
    border-radius: 5px;
}

.sharezone-bottom .close{
    position: absolute;
    top: 5px;
    left: 5px;
    color: #000;
    opacity: 1;
}
.sharezone-bottom .close:hover{
    color: #a5a5a5;
    opacity: 1;
}

#modalShare-bottom{
    bottom: -400px;
    overflow-y: hidden;
    background-color: transparent;
    z-index: 100;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease;
}

#modalShare-bottom.in{
    position: absolute;
    bottom: 0px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease;
}

#modalShare-bottom .modal-backdrop{
    background-color: transparent;
    overflow-y: hidden;
}

.display-none {
    display: none;
}

.leaflet-control-layers label {
  font-weight: normal;
  margin-bottom: 0px;
/*
     FILE ARCHIVED ON 02:44:28 Oct 15, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:44:13 Aug 05, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.525
  exclusion.robots: 0.061
  exclusion.robots.policy: 0.05
  esindex: 0.009
  cdx.remote: 39.811
  LoadShardBlock: 258.83 (3)
  PetaboxLoader3.datanode: 83.047 (4)
  PetaboxLoader3.resolve: 231.385 (3)
  load_resource: 130.746
*/