@charset "UTF-8";
/* CSS Document */

@media (max-width: 480px) 
{

.Container30 {
	display: block;
	float: none;
	width: 100%;
	min-height: auto;
	height: 200px;
	overflow: hidden;
	padding: 0px;
}

.Container70 {
	padding: 50px 50px;
}

.BoxMainPhoto {
	top:40px;
	background-image: url(../img/HeaderPhotoMobile.jpg);
}

.BoxMainPhoto .TxtBox {
	max-width: 100%;
	right: 0px;
	bottom: 40px;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}

.BoxMainPhoto .TxtBox img {
	width: 180px;
	margin: 0 0 40px 0;
	float: right;
}

.BoxMainPhoto .TxtBox h1 {
	font-size: 1.5em;
	font-weight: 300;
}

.BoxMainPhoto .TxtBox strong {
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
}



.BoxGreen p {
	margin: 15px 0px 0 0px;
}

.BoxStudy .BoxCircleMain {
	margin: -80px auto 0 auto;
	width: 150px;
	height: 150px;
}


.BoxStudy .CircleMain {
	width: 150px;
	height: 150px;
	border-radius: 75px;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
}

.BoxStudy .CircleMain .CircleCenter {
  width: 150px;
  height: 150px;
  line-height: 150px;
}

.BoxStudy .CircleMain p {
	line-height: 1.1em;
	font-size: 0.7em;
}


.BoxStudy .CircleSecondary {
	width: 140px;
	height: 140px;
	border-radius: 70px;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
}

.BoxStudy .CircleSecondary .CircleCenter {
  width: 140px;
  height: 140px;
  line-height: 140px;
  padding: 10px;
}

.BoxStudy .CircleSecondary p {
	font-size: 0.95em;
}

.BoxStudy .CircleSecondary .Bigger {
	font-size: 1.6em;
}

.BoxStudy .CircleSecondary .Bigger2 {
	font-size: 1.9em;
}

.BoxStudy .CircleBlue {
	top:-88px;
	left:-88px;
}

.BoxStudy .CircleRed {
	top:100px;
	left:-88px;
}

.BoxStudy .CirclePurple {
	top:-88px;
	right:-88px;
}

.BoxStudy .CircleYellow {
	top:100px;
	right:-88px;
}

.BoxSPWhiteFirst {
	padding-top: 120px;
}

.BoxSPGreen .CirclePeople {
	float: none;
	margin: 0 auto 20px auto;
}
.BoxSPGreen .BoxTxt {
		margin-left: 0px;
		margin-bottom: 20px;
}

.BoxSPGreen .BoxTxt .Bubble {
	width: 28px;
	height: 39px;
	left:30px;
	top:-26px;
	background: url(../img/Bubble6.png) no-repeat center center;
	}
	
	
.ContainerReference {
	display: block;
	width: 100%;
	height: auto;
	margin: 0px 0 80px 0;
	text-align: center;
}

.ContainerReferenceFull {
	width: 100%;
	height: auto;
	}

.BoxReference {
	width: 100%;
	height: 100%;
}

.BoxReference .BoxName {
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 20px;
}


.BoxReference .BoxTxt {
	width: 100%;
}

.BoxReference .BoxTxt .Bubble {
	position: absolute;
	display: block;
	width: 28px;
	height: 39px;
	left:100px;
	top:-20px;
	background: url(../img/Bubble6.png) no-repeat center center;
	}
	



}

