.main-content {
  overflow: hidden;
}
.flexslider,
.flexslider ul,
.flexslider li {
  height: 100vh;
  min-height: 650px;
  overflow: hidden;
}
.flexslider li img {
  min-width: 100vw;
}
.flexslider li {
	background: #6B6B62;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,241,209,1) 30%, rgba(107,107,98,1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,241,209,1) 30%,rgba(107,107,98,1) 100%);
	background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,241,209,1) 30%,rgba(107,107,98,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6b6b62',GradientType=1 );
	position: relative;
	overflow: hidden;
}
.flexslider .title {
	position: absolute;
  width: 64%;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  font-size: 86px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  text-transform: uppercase;
  left: 16%;
  top: 30%;
  background: rgba(0,0,0,0.4);
}
.pic {
  background-image: url(/sites/all/themes/land1/images/infografic-spritesheet.png);
  background-repeat: no-repeat;
  display: block;
}
.pic-atmosphere {
  /*width: 127px;
  height: 127px;
  background-position: -4px -4px;*/
  background: url(/sites/all/themes/land1/images/smile_green.png) no-repeat 0 0;
	width: 100px;
	height: 100px;
}
.pic-geography {
  width: 108px;
  height: 138px;
  background-position: -139px -4px;
}
.pic-guard {
  /*width: 93px;
  height: 117px;
  background-position: -255px -4px;*/
  background: url(/sites/all/themes/land1/images/okay_green.png) no-repeat 0 0;
	width: 100px;
	height: 100px;
}
.pic-investments {
  width: 117px;
  height: 120px;
  background-position: -4px -150px;
}
.pic-price {
  /*width: 134px;
  height: 79px;
  background-position: -129px -150px;*/
  background: url(/sites/all/themes/land1/images/money_green.png) no-repeat 0 0;
	width: 100px;
	height: 100px;
}
.pic-quality {
  width: 113px;
  height: 106px;
  background-position: -129px -237px;
}
.pic-systems {
  /*width: 122px;
  height: 120px;
  background-position: -356px -4px;*/
  background: url(/sites/all/themes/land1/images/cube_green.png) no-repeat 0 0;
	width: 100px;
	height: 100px;
}
.pic-technology {
  width: 145px;
  height: 143px;
  background-position: -271px -132px;
}
.infografic {
  width: 100%;
  max-width: 1040px;
  position: relative;
  padding: 45px 0 0;
  margin: 0 auto;
}
.infografic section {
    /*max-width: 460px;*/
    z-index: 1;
    margin-bottom: 20px;
}
.infografic .block-left {
	position: relative;
	float: left;
	clear: both;
	text-align: right;
}
.infografic .block-right {
	position: relative;
	float: right;
	clear: both;
}
.infografic .pic-wrapper {
	position: relative;
	float: left;
	clear: both;
}
.infografic .text {
	clear: both;
	padding-top: 18px;
}
.infografic h3 {
	text-transform: uppercase;
	font-size: 24px;
}
.infografic p {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 15px;
}
.infografic p a:hover {
  color: #9BA500;
  -webkit-transition: color 0.15s;
  transition: color 0.3s;
}
.infografic section .fade {
	position: relative;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.infografic section.is-active .fade {
  opacity: 1;
  position: relative;
  bottom: auto;
}
.infografic #systems .pic-wrapper {
	/*left: 335px;*/
	left: 480px;
}
.infografic #guard {
	/*top: -260px;
	margin-bottom: -260px;*/
}
.infografic #guard .pic-wrapper {
	/*left: 210px;*/
	left: 480px;
}
.infografic #quality {
	top: -40px;
	margin-bottom: -40px;
}
.infografic #quality .pic-wrapper {
	left: 120px;
}
.infografic #price {
	/*top: -140px;
	margin-bottom: -140px;*/
}
.infografic #price .pic-wrapper {
	/*eft: 195px;*/
	left: 0;
}
.infografic #technology {
	top: -50px;
	margin-bottom: -50px;
}
.infografic #technology .pic-wrapper {
	left: 80px;
}
.infografic #geography {
	top: -180px;
	margin-bottom: -30px;
}
.infografic #geography .pic-wrapper {
	left: 200px;
}
.infografic #atmosphere .pic-wrapper {
	/*left: 100px;*/
	left: 0;
}
.infografic #investments {
	top: -180px;
	margin-bottom: -180px;
}
.infografic #investments .pic-wrapper {
	left: 250px;
}

.infografic .block-left .pic {
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    position: relative;
    left: -100px;
    opacity: 0;
}
.infografic .block-left.is-active .pic {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    left: 0;
    opacity: 1;
}
.infografic .block-right .pic {
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    position: relative;
    right: -100px;
    opacity: 0;
}
.infografic .block-right.is-active .pic {
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
    right: 0;
    opacity: 1;
}

.infografic svg {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 100% !important;
  z-index: 0;
}
.infografic div.mask svg path {
  stroke-dasharray: 0,100%;
}