
/* COMMUNITY (EARLY_ADOPTERS) */

.page-earlyAdopters p {
	margin-bottom: 20px;
}
.page-earlyAdopters ol {
	margin-top: 40px;
	margin-bottom: 40px;
}
.page-earlyAdopters ol li {
	margin-bottom: 20px;
}

.page-earlyAdopters h3 {
	margin: 0px;
}

.page-earlyAdopters .pageTitle {
	background-image: url(../img/community.jpg);
	background-position: 0px 21%;
}

#becomeContainer {
	-webkit-transition: background-color 3s ease-out;
	-moz-transition: background-color 3s ease-out;
	-o-transition: background-color 3s ease-out;
	transition: background-color 3s ease-out;
}

#becomeContainer.becomeEnphasis {
	padding: 10px;
    border: 1px solid lightgray;
    border-radius: 6px;
    background-color: #ffecdb;
}


/* PARTNERS */


.page-partners h3 {
	margin: 0px;
}

.page-partners .pageTitle {
	background-image: url(../img/partners.jpg);
	background-position: 0px 2%;
}

.page-partners .partners-logo {
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 6px;
	height: 112px;
	margin: auto;
	display: flex;
	display: -webkit-flex;
}

.page-partners .partners-logo>img {
	display: block;
	margin: auto;
	width: 100%;
}

.page-partners .partners-logo:hover{
	-webkit-box-shadow: 0px 0px 6px gray;
	-moz-box-shadow: 0px 0px 6px gray;
	box-shadow: 0px 0px 6px gray;
}

/* responsive */
/* Landscape phone to portrait tablet */
@media (max-width: 979px) {
	.page-partners .partners-logo {
		border: none;
		border-radius: 6px;
		padding: 6px;
		max-width: 200px;
		display: block;
		height: auto;
	}
	.page-partners .partners-logo:hover{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}




/* INITIATIVE */


.page-initiative p {
	margin-bottom: 20px;
}
.page-initiative ol {
	margin-top: 40px;
	margin-bottom: 40px;
}
.page-initiative ol li {
	margin-bottom: 20px;
}

.page-initiative h3 {
	margin: 0px;
}

.page-initiative .pageTitle {
	background-image: url(../img/initiative2.jpg);
	background-position: 0px 2%;
}

.page-initiative .initiative-logo {
	display: table-cell;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 6px;
	height: 200px;
	width: 200px;
	margin: auto;
	vertical-align: middle;
}

.page-initiative .initiative-logo:hover{
	-webkit-box-shadow: 0px 0px 6px gray;
	-moz-box-shadow: 0px 0px 6px gray;
	box-shadow: 0px 0px 6px gray;
}

/* responsive */
/* Landscape phone to portrait tablet */
@media (max-width: 979px) {
	.page-initiative .initiative-logo {
		display: table-cell;
		border: none;
		border-radius: 6px;
		padding: 6px;
		height: auto;
		width: 200px;
		margin: auto;
		vertical-align: top;
	}
	.page-initiative .initiative-logo:hover{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}



/* DATA */


.page-data .pageTitle {
	background-image: url(../img/data/observation_measurments.jpg);
}

.page-data .item {
padding-bottom: 3px;
}

.page-data .item > a {
	background-size: cover;
	height: 168px;
	border-radius: 3px;
	background-position: 0px 50%;
	display: block;
}

 .page-data .item.satelliteAcquisitions>a {
	background-image: url(../img/data/satelliteAcquisitionLittle.jpg)
}

.page-data .item.eoBasedMeasurements>a {
	background-image: url(../img/data/eoBasedMeasurementsLittle.jpg)
}

.page-data .item.otherData>a {
	background-image: url(../img/data/nonEoDataLittle.png)
}

.page-data .item.featuredProducts>a {
	background-image: url(../img/data/featuredProductLittle.jpg)
}

.page-data .item.publications>a {
	background-image: url(../img/data/publicationsLittle.jpg)
}


/* */

.basePage.pageDataSatelliteAcquisition .pageTitle {
	background-image: url(../img/data/satelliteAcquisition.jpg);
}

.basePage.pageDataEoBasedMeasurements .pageTitle {
	background-image: url(../img/data/eoBasedMeasurements.jpg);
}

.basePage.pageDataOtherData .pageTitle {
	background-image: url(../img/data/nonEoData.jpg);
}

.basePage.pageDataFeaturedProduct .pageTitle {
	background-image: url(../img/data/featuredProduct.jpg);
}

.basePage.pageDataPublications .pageTitle {
	background-image: url(../img/data/publications.jpg);
}



/* INFORMATION PROCESSING */


#page-informationProcessing .pageTitle {
	background-image: url(../img/data/informationProcessing.jpg);
}

#page-informationProcessing .gep_catalog{ box-shadow: 0px 4px 9px -4px black; }
#page-informationProcessing .gep_catalog thead  { background: #eee; }
#page-informationProcessing .gep_catalog th { white-space: nowrap; }
#page-informationProcessing .gep_catalog th:nth-child(1){ width: 120px; }
#page-informationProcessing .gep_catalog th:nth-child(2){  }
#page-informationProcessing .gep_catalog th:nth-child(3){  }
#page-informationProcessing .gep_catalog th:nth-child(4){  }
#page-informationProcessing .gep_catalog th:nth-child(5){  }

#page-informationProcessing .obfuscatedEmail {
	font-size: 12px;
}
#page-informationProcessing .obfuscatedEmail:hover, #page-informationProcessing .obfuscatedEmail:focus {
	text-decoration: none;
}
#page-informationProcessing .obfuscatedEmail:before {
    content: "\f0e0";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin-right: 3px;
    font-size: 10px;
    vertical-align: inherit;
}



/* USERS */

.users {
	width: 380px;
	padding: 20px 0px;
}

.user {
	background-color: rgb(0, 114, 114);
	padding: 15px;
	height: 80px;
	margin: 12px;
	border-radius: 11px;
}

.user>img {
	width: 85px;
	border-radius: 100px;
	float: left;
	margin-right: 20px;
}

.user>p {
	display: block;
	margin: 10px;
	color: black;
}

.user>a {
	/* float: left; */
	display: block;
	margin: 10px;
	color: white;
}


/* LOGOS */

.logos > div {
	text-align: center;
}

.logos a [class^="icon-"]:hover {
	text-decoration: none;
}

.logos h4 > a {
	color: #656565;
	border-top: 3px solid;
}

