@import url(http://fonts.googleapis.com/css?family=Open+Sans);

h1 {
display: none;
}


body{
	margin: 0; 
	padding: 0; 
	font-family: 'Open Sans', sans-serif;
}

#container{
	width: 55%; 
	margin: 0 auto; 
	padding-bottom: 100px;
	max-width: 620px;
}

#container #logo{
	background-color: rgba(255, 255, 255, 0.95);
	width: 90%;
	padding: 9% 5% 6% 5%;
	text-align: center;
}

#container #chapo{
	width: 100%;
	background-color: rgba(30, 34, 170, 0.9);
	color: white; 
	margin-top: 65px;
	font-size: 15px;
	margin-bottom: 25px;
	margin-right: 1%;

}

#container #chapo #chapoContent{
	padding: 18px 50px 0px 57px;
}

#container #chapo #chapoLink{
	padding: 0px 53px 20px 60px;
}

#container #chapo #chapoLink a{
	display: block; 
	width: 140px; 
	height: 25px; 
	line-height: 25px; 
	vertical-align: middle; 
	background: transparent url(../images/btn.png) left top no-repeat;
	color: white; 
	text-decoration: none;
	text-align: left;
	position: relative; 
}

#container #chapo #chapoLink a:hover{
	text-decoration: underline;
}

@media (max-width: 770px) {

	#container{
		width: 90%;
		margin: 0 auto; 
	}
	#container #chapo #chapoContent{
		padding: 20px 35px 0px 35px;
	}
}


#body2{
	margin: 0; 
	padding: 0; 
	font-family: 'Open Sans', sans-serif;
	font-size: 18px; 
	background : url(../images/bg2.jpg) no-repeat scroll 50% 40% white;
	color: #7e7d74;
}

#container2{
	width: 70%; 
	margin: 0 auto; 
	padding-bottom: 100px;
	max-width: 1000px;
}


#container2 #logo{
	width: 31%;
	background-color: rgba(255, 255, 255, 0.95);
	margin-left: 0; 
}

#container2 #logo img{
	margin: 10% 10% 4% 10%;
}

/*@media (max-width: 1000px) {
	#logo{
	width: 75%;
	background-color: white; 
	margin: 0 auto; 
	}

}*/

@media (max-width: 1000px) {
	#container2 #logo{
	width: 100%;
	background-color: white; 
	margin: 0 auto; 
	}
}

#container2 #chapo{
	width: 99%;
	min-height: 75px; 
	background-color: rgba(30, 34, 170, 0.95);
	color: white; 
	margin-top: 50px;
	font-size: 30px;
	margin-bottom: 25px;
	margin-right: 1%;
}

#container2 #chapo p{
	padding: 3%;
}

#container2 .block-content{
	width: 31.3%;
	
	margin-right: 3%;
	float: left;
	margin-top: 45px;
}



#container2 .block-content:last-child{
	margin-right: 0;
}

#container2 .block-content h2{
	background-color: rgba(30, 34, 170, 0.95);
	width: 100%;
	text-indent: 28px;
	color: white;
	font-size: 13px;
	margin-top: 0;
	height: 35px; 
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 38px; 
	vertical-align: middle;
	font-weight: lighter;
	margin-bottom: 0px;
	font-family: 'Open Sans';
}

#container2 .block-content-text{
	background-color: rgba(255, 255, 255, 0.95);
}

#container2 .block-content p{
	padding: 7px 20px 0px 27px;
	line-height: 18px;
	font-size: 12px;
	color: #445055;
}


#container2 .block-content .imgLink{
	margin: 8%;
	width: 84%;
	line-height: 18px;
	font-size: 12px;
	color: #445055;
	overflow: hidden;
}

@media (min-width:470px) and (max-width: 800px) {

	.contentfloat{
			float: left;
			margin: 0;
			width: 60%;
		}
}

@media (max-width: 800px) {
		
	#container2 .block-content .imgLink {
		width: 30%;
		padding: 3%;
		margin: 0;
	}	
	
	#container2 .block-content h2 {
		margin: 0
	}
	#container2 .block-content-text{
		overflow: hidden;
	}

}

@media only screen and (min-width: 1050px) {
	#container2 .block-content-text{
		height: 390px;
		overflow: hidden;
	}
	#container2 .block-content p:first-child{
	padding: 12px 20px 0px 27px;
	}
}

#container2 .block-content a#linkedinLink{
	display: none;
	width: 100%; 
	height: 100%; 
	color: white; 
	background-color: rgba(0, 0, 0, 0);
	font-size: 13px;
	line-height: 223px;
	vertical-align: middle;
	text-decoration: none; 
	text-align: center;
	margin-top: -228px;
	position: relative; 
	z-index: 10000;
}

#container2 .block-content a#linkedinLink:hover{
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
         -ms-transition: all 2s ease;
          -o-transition: all 2s ease;
             transition: all 2s ease;
	
}

#container2 .block-content a#mapLink{
	display: none;
	width: 100%; 
	height: 100%;
	color: white; 
	background-color: rgba(0, 0, 0, 0);
	font-size: 13px;
	line-height: 242px;
	vertical-align: middle;
	text-decoration: none; 
	text-align: center;
	margin-top: -247px;
	position: relative; 
	z-index: 10000;
}

#container2 .block-content a#mapLink:hover{
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
         -ms-transition: all 2s ease;
          -o-transition: all 2s ease;
             transition: all 2s ease;
	
}

#container2 .block-content img.btnLinkedIn{
	margin-bottom: -8px;
}

#container2 .block-content img.btnLinkedIn2{
	margin-bottom: -4px;
}
span.mefspe{
	font-weight: bold; 
	color: rgb(30, 34, 170);
}




@media only screen and (max-width: 420px) {
	
	#container2 .block-content h2{
	text-indent: 25px;
	}

	#container2 .block-content .imgLink {
		width: 80%;
		padding: 10%;}
}

@media only screen and (min-width:301px) and (max-width: 800px) {
	#container2 #chapo{
		font-size:18px;
	}
	#container2 .block-content{
	width: 100%;
	clear: left;
	}

}

@media only screen and (min-width: 801px) and (max-width: 1050px) {
	#container2 .block-content-text{
		height: 500px;
	}
	#container2 .block-content h2{
		margin-bottom: -13px;
	}
}

@media only screen and (max-width: 1050px){
	#container2 .block-content a#linkedinLink,
	#container2 .block-content a#mapLink{
	margin-top: 0;
	width: 0;
	height: 0;
	opacity: 0;
}

@media only screen and (min-width: 1600px) {
	
	#container2 .block-content{
		height: 420px;
	}
	
	#container2 .block-content #gm{
		height : 240px;
	}
	
}

@media (max-width: 1000px) {
	
	#container2 .block-content{
	width: 100%;
	clear: left;
	}
}

@media (max-width: 1050px) {
	#container2 .block-content h2{
		font-size: 13px;
	}
	
	#container2 .block-content:last-child{
		margin-bottom: 100px;
	}
}

@media (max-width: 1350px) {
	
	#container2 .block-content p{
		font-size: 12px;
	}
	#container2 .block-content p:first-child{
		padding-top: 20px;
	}
	 
	 
	
}

@media (max-width: 780px) {

	#container2 .block-content p:first-child{
		padding-top: 7px;
	}
	 
}