.whatIsInfluence {
	background: white;
}
.whatIsInfluence.productPage .productSection.topSection.centered {
	background: #F6F8F9;

}
.whatIsInfluence.productPage .productSection.centered {
	padding-bottom: 70px;
}
.whatIsInfluence .productSection .influenceGraph .title {
	font-size: 14px;
	color: #525352;
	font-weight: 700;
}
.whatIsInfluence .productSection .influenceGraph .title i {
	margin-right: 4px;
}
.whatIsInfluence .mainSection .inner .profile{
	border-radius: 50%;
	width: 300px;
	box-shadow: 0 2px 6px 0px #aaa;
	transform: translate(0,0);
	transition: all 0.2s ease;
	opacity: 1;
	margin-bottom: 30px;
}
.whatIsInfluence .mainSection .inner .profile:hover {
	box-shadow: 0 4px 10px 1px #aaa;
	opacity: 0.8;
}
.whatIsInfluence .mainSection .inner .centerAligned .title, .whatIsInfluence .productSection .inner h2 {
	font-family: raleway;
	font-weight: 300;
	font-size: 31px;
	color: #8091A5;
}
.whatIsInfluence .mainSection .inner .centerAligned .title {
	line-height: 1.5;
}
.whatIsInfluence .productSection.cta.signUp .inner .oneHalf.text {
	margin-top: 10px;
}
.whatIsInfluence .productSection.cta.signUp .inner .oneHalf.text h2, .whatIsInfluence .productSection.cta.signUp .inner .oneHalf.text .subTitle {
	margin-bottom: 10px;
}
.whatIsInfluence .mainSection .inner .centerAligned .subTitle {
	font-size: 17px;
	color: #8091A5;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.whatIsInfluence .mainSection .centerAligned .title .highlight {
	color: #124F69;
	/*border-bottom: 2px solid #124F69;*/
}
.whatIsInfluence .mainSection .centerAligned .title .highlight.red {
	color: #F9855C;
	border-color: #F9855C
}
.whatIsInfluence .mainSection .centerAligned .title .highlight.blue {
	color: #29c;
	border-color: #29c;
}
.whatIsInfluence .mainSection .centerAligned .title .highlight i {
	margin-right: 4px;
	font-size: 29px;
}
.whatIsInfluence .inner .oneHalf.images .profile{
	border-radius: 50%;
	width: 300px;
	box-shadow: 0 2px 6px 0px #aaa;
	transform: translate(0,0);
	transition: all 0.2s ease;
	opacity: 1;
}
.whatIsInfluence .productSection.cta .subTitle {
	margin-bottom: 20px;
}
.whatIsInfluence .inner .oneHalf.images .imagesSkills img {
	width: 65px;
	margin-right: 10px;
	opacity: 0.2;
	animation:imageOpacity 5.3s infinite; 
	animation-timing-function: ease-in-out;
}
.whatIsInfluence .inner .oneHalf.images .imagesSkills img.animeLong {
	animation:imageOpacity_Long 7.4s infinite; 
	animation-timing-function: ease-in-out;
	animation-delay: -1.5s;
}
.whatIsInfluence .inner .oneHalf.images .imagesSkills img.animeLonger {
	animation:imageOpacity_Long 8.2s infinite; 
	animation-timing-function: ease-in-out;
	animation-delay: -4.2s;
}
@keyframes imageOpacity {
  0%   { opacity: 0.2; }
  30%  { opacity: 0.9; }
  70%  { opacity: 0.9; }
  100% { opacity: 0.2; }
}
@keyframes imageOpacity_Long {
  0%   { opacity: 0.2; }
  30%  { opacity: 0.9; }
  70%  { opacity: 0.9; }
  100% { opacity: 0.2; }
}
@keyframes imageOpacity_Longer {
  0%   { opacity: 0.2; }
  30%  { opacity: 0.9; }
  70%  { opacity: 0.9; }
  100% { opacity: 0.2; }
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .profile.seen {
	transform: scale(1,1);
	top: 80px;
	left: 165px;
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .profile{
	top: 80px;
	width: 96px;
	left: 165px;
	transform: scale(1.5,1.5);
	opacity: 1;
	transition: all 1s ease;
	position: absolute;
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_1 {
	width: 68px;
	transform: scale(0.5,0.5);
	transition: all 1s ease;
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_1.seen { 
	transform: scale(1,1);
	top: 110px;
	left: 89px;
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_2 {
	width: 70px;
	transform: scale(0.8,0.8);
	transition: all 2.5s ease;
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_2.seen {
	transform: scale(1,1);	
	left: 135px;
	top: 180px;
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_3 {
	width: 40px;
	transform: rotate(0deg) scale(0.2,0.2);
	transition: all 2.2s ease;
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_3.seen {
	transform: scale(1,1) rotate(7deg);
	left: 37px;
	top: 61px;
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_4 {
	width: 70px;
	transform: scale(0.8,0.8);
	transition: all 2s ease;
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_4.seen {
	transform: scale(1,1);	
	top: 95px;
	left: 265px;
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_5 {
	width: 70px;
	transform: rotate(0deg) scale(0.8,0.8);
	transition: all 1.3s ease;
}	
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_5.seen {
	transform: scale(1,1) rotate(-15deg);
	top: 178px;
	left: 218px;		
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_6 {
	width: 69px;
	transform: rotate(-0deg) scale(0.3,0.3);
	transition: all 2.6s ease;
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_6.seen {
	transform: scale(1,1) rotate(-25deg);	
	top: 19px;
	left: 123px;
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_7 {
	width: 48px;
	transform: scale(0.3,0.3);
	transition: all 1.9s ease;
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_7.seen {
	top: 103px;
	left: 0px;
	transform: scale(0.8,0.8);
}	
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_8 {
	width: 70px;
	transform: rotate(0deg) scale(0.4,0.4);
	transition: all 1.3s ease;
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_8.seen {
	top: 4px;
	left: 213px;
	transform: rotate(24deg) scale(0.8,0.8);
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_9 {
	width: 55px;
	transform: rotate(0deg) scale(0.8,0.8);
	transition: all 1.5s ease;
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_9.seen {
	top: 22px;
	left: 317px;
	transform: rotate(-38deg) scale(0.8,0.8);
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_10 {
	width: 67px;
	transform: scale(0.2,0.2);
	transition: all 1.6s ease;
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_10.seen {
	top: 110px;
	left: 349px;
	transform: scale(1,1);
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_12 {
	width: 47px;
	transform: rotate(24deg) scale(0.2,0.2);
	transition: all 1.8s ease;
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_12.seen {
	top: 213px;
	left: 301px;
	transform: rotate(24deg) scale(1,1);
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_13 {
	width: 68px;
	transform: rotate(0deg) scale(0.2,0.2);
	transition: all 1.3s ease;
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_13.seen {
	top: 265px;
	left: 172px;
	transform: rotate(-29deg) scale(1,1);
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_14 {
	width: 64px;
	transform: rotate(-10deg) scale(0.3,0.3);
	transition: all 1.6s ease;
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_14.seen {
	top: 157px;
	left: 17px;
	transform: rotate(-10deg) scale(1,1);
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_15 {
	width: 27px;
	transform: rotate(-20deg) scale(0.8,0.8);
	transition: all 1.7s ease;
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_15.seen {
	left: 370px;
	top: 68px;
	transform: rotate(-20deg) scale(1,1);
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .fa-klear-x-twitter {
	font-size: 40px;
	transform: rotate(-50deg) scale (0.2, 0.2);
	color: #000000;
	transition: all .7s ease;
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .fa-klear-x-twitter.seen {
	top: 50px;
	left: 280px;
	transform: rotate(-50deg) scale(1,1);
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .fa-instagram {
	font-size: 43px;
	transform: rotate(0deg);
	color: #F087B1;
	transition: all .5s ease;
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .fa-instagram.seen {	
	left: 85px;
	transform: rotate(40deg);
	top: 62px;
	color: #F087B1;
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .fa-rss {
	transform: rotate(0deg);
	font-size: 44px;
	color: #C99666;
	transition: all .4s ease;
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .fa-rss.seen {
	top: 184px;
	left: 92px;
	transform: rotate(-60deg);
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .fa-youtube {
	font-size: 40px;
	transform: rotate(0deg);
	color: var(--youtube-color);
	transition: all .6s ease;
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .fa-youtube.seen {
	left: 252px;
	top: 251px;
	transform: rotate(36deg);
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_eng_1 {
	font-size: 32px;
	transform: rotate(0deg);
	color: #8091A5;
	transition: all .6s ease;
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_eng_1.seen {
	top: 140px;
	left: 34px;
	transform: rotate(80deg);
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_eng_2 {
    transform: rotate(0deg);
    font-size: 34px;
    color: #8091A5;
    transition: all .3s ease;
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_eng_2.seen {
    left: 310px;
    top: 113px;
    transform: rotate(-90deg);
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_eng_3 {
	color: #8091A5;
    transform: rotate(0deg);
    font-size: 32px;
    transition: all .3s ease;
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_eng_3.seen {
    top: 237px;
    left: 69px;
    transform: rotate(40deg);
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_eng_4 {
	color: #8091A5;
    transform: rotate(0deg);
    font-size: 30px;
    transition: all .4s ease;
}
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_eng_4.seen {
    left: 293px;
    top: 172px;
    transform: rotate(26deg);
}

.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_1, 
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_2, 
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_3, 
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_4, 
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_5, 
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_6, 
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_7, 
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_8, 
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_9, 
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_10, 
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_12, 
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_13, 
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_14,
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_15, 
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .fa-klear-x-twitter,
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .fa-rss,
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .fa-instagram,
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .fa-youtube,
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_eng_1,
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_eng_2,
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_eng_3,
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_eng_4 {
	opacity: 0;
	left: 179px;
    top: 89px;
    position: absolute;
}

.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_1.seen, 
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_2.seen, 
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_3.seen, 
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_4.seen, 
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_5.seen, 
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_6.seen, 
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_7.seen, 
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_8.seen, 
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_9.seen, 
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_10.seen, 
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_12.seen, 
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_13.seen, 
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_14.seen,
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_15.seen, 
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .fa-klear-x-twitter.seen,
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .fa-rss.seen,
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .fa-instagram.seen,
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .fa-youtube.seen,
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_eng_1.seen,
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_eng_2.seen,
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_eng_3.seen,
.whatIsInfluence .inner .oneHalf.images .imagesDiamond .diamond_eng_4.seen {
	opacity: 0.8;
}
.whatIsInfluence .inner .oneHalf.images .imagesNetwork {
	position: relative;
	font-size: 13px;
	font-family: open sans;
	font-weight: 300;
	text-align: left;
}
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .influenceBanner {
	/*color:#A1B5C5;*/
	font-weight: 700;
	color: #29c;
	font-size: 13px;
}
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .influenceBanner i {
	margin-right: 3px;
}
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .nameBanner {
	font-weight: 700;
	margin-top: 7px;
	color:#8091A5;
}
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_1,
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_2,
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_3,
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_4,
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_5,
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_7,
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_8,
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_9 {
	width: 50px;
	position: absolute;
	transform: scale(0.6, 0.6);
	opacity: 0.2;
}
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_1:hover img,
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_2:hover img,
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_3:hover img,
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_4:hover img,
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_5:hover img,
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_7:hover img,
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_8:hover img,
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_9:hover img {
	box-shadow: 0 0 20px 0px #aaa;
}
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_1:hover .nameBanner,
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_2:hover .nameBanner,
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_3:hover .nameBanner,
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_4:hover .nameBanner,
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_5:hover .nameBanner,
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_7:hover .nameBanner,
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_8:hover .nameBanner,
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_9:hover .nameBanner {
	color: #29c;
}
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_1.seen,
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_2.seen,
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_3.seen,
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_4.seen,
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_5.seen,
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_7.seen,
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_8.seen,
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_9.seen {
	transform: scale(1, 1);
	opacity: 1;
}
.whatIsInfluence .inner .oneHalf.images .imagesNetwork img {
	width: 100%;
}
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_1 {
	right: 7px;
    top: 70px;
    width: 68px;
    transition: all 0.5s ease;
}
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_2 {
	right: 14px;
	top: 235px;
	width: 75px;
	transition: all 2s ease;
	 transition-delay: 0.5s;
}
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_3 {
	right: 147px;
	top: 132px;
	width: 105px;
	transition: all .9s ease;
	 transition-delay: 0.8s;
}
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_4 {
	right: 387px;
	top: 207px;
	width: 125px;
	transition: all 1s ease;
}
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_5 {
	right: 247px;
	top: 287px;
	width: 60px;
	transition: all 0.8s ease;
	 transition-delay: .3s;
}
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_7 {
	right: 158px;
	top: 7px;
	width: 70px;
	transition: all .4s ease;
}
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_8 {
	right: 338px;
	top: 24px;
	width: 80px;
	transition: all 1s ease;
	 transition-delay: 0.2s;
}
.whatIsInfluence .inner .oneHalf.images .imagesNetwork .network_9 {
	right: 308px;
	top: 152px;
	width: 50px;
	transition: all .5s ease;
}
.whatIsInfluence .inner .oneHalf.images .influenceGraph img {
	width: 450px;
	margin-left: -75px;
	margin-top: 40px;	
}
.whatIsInfluence .inner .oneHalf.images {
	position: relative;
}
.whatIsInfluence .productSection .inner .oneHalf {
	width: 50%;
}
.whatIsInfluence .productSection .inner .oneHalf.text{
	color: #426E89;
} 
.whatIsInfluence .productSection .inner .oneHalf.text.centered {
	float: none;
	margin:0 auto;
}
.whatIsInfluence .productSection {
	background: white;
	padding: 100px 0;
}
.whatIsInfluence .ctaContainer {
	position: relative;
	background-color: white;
	z-index: 1;
	margin-top: 70px;	
}
.whatIsInfluence .ctaContainer .productSection.cta.signUp .oneHalf.images img {
	/*width: 380px;*/
	/*margin-top: -72px;*/
	width: 220px;
  margin-top: 0;
	margin-left: 60px;
}
.whatIsInfluence .productSection.cta.signUp {
	background:transparent;
	/*margin-bottom: 100px;*/
}
.whatIsInfluence .productSection.cta.signUp .back {
	transform: skewY(-12deg);
	transform-origin: 0;
	background: linear-gradient(to right, rgba(249, 201, 0, 0.09) , rgba(249, 201, 0, 0.2)); 
	z-index: -1;
	top:0;
	position: absolute;	
	height: 200px;
}
.whatIsInfluence .productSection #scroll-to-diamond {

}
.whatIsInfluence.productPage .productSection.topSection.centered {
	padding: 80px 0;
}