@import url(../../bower_components/Simple-Grid/simplegrid.css);
.wrap {
  position: relative;
  z-index: 0;
  padding: 0 20px;
}

.wrap .inner-wrap {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1100px;
}

.wrap .inner-wrap.bg {
  background: #fff;
}

.wrap .inner-wrap.padding {
  padding: 70px 20px;
}

.wrap .inner-wrap.padding-big {
  padding: 140px 20px;
}

.wrap .inner-wrap.padding-small {
  padding: 30px 10px;
}

.wrap.arrow-down .inner-wrap.padding {
  padding: 110px 20px 70px;
}

.wrap.arrow-down .inner-wrap.padding-big {
  padding: 180px 20px 140px;
}

.wrap.arrow-down .inner-wrap.padding-small {
  padding: 70px 10px 30px;
}

.trim {
  padding: 0;
}

html,
body,
.top,
.top .wrap,
.top .inner-wrap {
  height: 100%;
  min-height: 100%;
  padding: 0px;
  margin: 0px;
}

.center {
  text-align: center;
}

.darker-bg {
  background: #f0f5f5;
}

.blue-bg {
  background: #16b9ee;
}

#footer {
  background: #333;
}

#footer p, #footer a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: #888;
  text-decoration: none;
}

.center-1 {
  display: table;
  height: 100%;
  width: 100%;
}

.center-2 {
  display: table-cell;
  vertical-align: middle;
}

.center-3 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.sprite {
  background-image: url("../images/spritesheet.png");
  background-repeat: no-repeat;
  display: inline-block;
}

.sprite-chevron-down-icon-small-1 {
  width: 12px;
  height: 8px;
  background-position: -6px -6px;
}

.sprite-chevron-down-icon-small-2 {
  width: 13px;
  height: 9px;
  background-position: -30px -6px;
}

.sprite-chevron-down-square {
  width: 56px;
  height: 56px;
  background-position: -55px -6px;
}

.sprite-clock-icon {
  width: 21px;
  height: 21px;
  background-position: -123px -6px;
}

.sprite-exclamation-mark-icon {
  width: 62px;
  height: 62px;
  background-position: -156px -6px;
}

.sprite-mobile-icon-speech-bubble {
  width: 200px;
  height: 200px;
  background-position: -6px -98px;
}

.sprite-pdf-icon {
  width: 23px;
  height: 31px;
  background-position: -264px -65px;
}

.sprite-person-icon {
  width: 13px;
  height: 27px;
  background-position: -218px -108px;
}

.sprite-time-wrench-graphic {
  width: 154px;
  height: 154px;
  background-position: -299px -6px;
}

.sprite-top-card-corner-icon {
  width: 20px;
  height: 13px;
  background-position: -218px -172px;
}

.sprite-m-crm-benefits-icon-1,
.sprite-m-crm-benefits-icon-2,
.sprite-m-crm-benefits-icon-3,
.sprite-m-crm-benefits-icon-4,
.sprite-m-crm-benefits-icon-5,
.sprite-m-crm-benefits-icon-6,
.sprite-m-crm-benefits-icon-7,
.sprite-m-crm-benefits-icon-8 {
  background-image: url(../images/m-crm-benefits-icons.png);
  background-repeat: no-repeat;
  display: block;
}

.sprite-m-crm-benefits-icon-1 {
  width: 23px;
  height: 17px;
  background-position: -6px -6px;
}

.sprite-m-crm-benefits-icon-2 {
  width: 20px;
  height: 20px;
  background-position: -41px -6px;
}

.sprite-m-crm-benefits-icon-3 {
  width: 22px;
  height: 21px;
  background-position: -73px -6px;
}

.sprite-m-crm-benefits-icon-4 {
  width: 25px;
  height: 20px;
  background-position: -107px -6px;
}

.sprite-m-crm-benefits-icon-5 {
  width: 21px;
  height: 17px;
  background-position: -144px -6px;
}

.sprite-m-crm-benefits-icon-6 {
  width: 19px;
  height: 19px;
  background-position: -177px -6px;
}

.sprite-m-crm-benefits-icon-7 {
  width: 20px;
  height: 17px;
  background-position: -208px -6px;
}

.sprite-m-crm-benefits-icon-8 {
  width: 20px;
  height: 20px;
  background-position: -238px -6px;
}

#hero {
  color: #fff;
  background: #50d6fb;
}

#hero .sprite-mobile-icon-speech-bubble {
  margin-bottom: 30px;
}

#hero h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 37px;
  line-height: 39px;
  font-weight: 400;
  margin: 0 0 60px 0;
}

#hero p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin: 20px 0 0;
}

#hero .desc {
  text-align: center;
}

#hero .desc p {
  display: inline-block;
  max-width: 650px;
}

#hero .desc p:first-child {
  margin: 0px;
}

#hero .inner-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}

#hero .box {
  margin-top: 50px;
  position: relative;
  z-index: 0;
  display: inline-block;
  max-width: 538px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 2.7px 3px 13px rgba(0, 0, 0, 0.11);
          box-shadow: 2.7px 3px 13px rgba(0, 0, 0, 0.11);
}

#hero .box p {
  margin: 0;
  padding: 25px 35px;
  position: relative;
  z-index: 2;
  color: #151515;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

#hero .box:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: .75;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 2.7px 3px 13px rgba(0, 0, 0, 0.31);
          box-shadow: 2.7px 3px 13px rgba(0, 0, 0, 0.31);
  -webkit-transform: rotate(1.4deg);
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: rotate(1.4deg);
  /* Firefox 16+, IE 10+, Opera */
}

#hero .box .sprite-top-card-corner-icon {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: 10px;
}

.top-icon-bar {
  -webkit-transition: all 0.5s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.5s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  height: 124px;
  background-color: white;
  -webkit-box-shadow: 0 6px 17px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 17px rgba(0, 0, 0, 0.08);
}

.top-icon-bar span {
  width: 100%;
  height: 100%;
  display: block;
  background: url("../images/icon-bar.png") repeat-x center center;
}

.blue-speech-box {
  background-color: #17baef;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(88, 88, 88, 0.03)), to(rgba(255, 255, 255, 0.03)));
  background-image: linear-gradient(to top, rgba(88, 88, 88, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%);
  border-radius: 6px;
  position: relative;
  z-index: 0;
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1);
}

.blue-speech-box .text {
  text-align: center;
  padding: 30px 45px;
  color: #fefefe;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.blue-speech-box:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -20px;
  left: 50%;
  margin-left: -21px;
  border-style: solid;
  border-width: 20px 21px 0 21px;
  border-color: #14b7ed transparent transparent transparent;
}

.blue-speech-box-info {
  margin: 74px 0;
  display: inline-block;
  max-width: 636px;
  color: #555;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
}

.blue-speech-box-info.two {
  margin-bottom: 10px;
}

.divider {
  text-align: center;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAADUExURfHx8dRhNksAAAAMSURBVAjXY2BgYAAAAAQAASc0JwoAAAAASUVORK5CYII=") repeat-x center center;
}

.divider .sprite {
  margin-top: 5px;
}

.divider.margin {
  margin: 0 100px;
}

.full-width-divider {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 1px;
  background: #dfe5e6;
  border-bottom: 1px solid #f6f9f9;
}

.full-width-divider.lighter {
  opacity: .5;
}

.benefits h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 37px;
  line-height: 39px;
  font-weight: 400;
  color: #444444;
  margin: 60px 0;
}

.benefits h2 span {
  color: #17baef;
}

.benefits ul, .benefits li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}

.benefits li {
  color: #888;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  padding: 27px 10px;
  padding-left: 50px;
  margin-left: 20px;
  position: relative;
  z-index: 0;
  display: block;
}

.benefits li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -20px;
  right: 0px;
  z-index: 1;
  border-top: 1px solid #ececec;
}

.benefits li:first-child:before {
  border: none;
}

.benefits .box {
  margin-top: 50px;
  position: relative;
  z-index: 0;
  display: inline-block;
  max-width: 538px;
  border: 2px solid #10b7fd;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.15);
}

.benefits .box p {
  margin: 0;
  padding: 25px 35px;
  position: relative;
  z-index: 2;
  color: #222;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.benefits .box .sprite-top-card-corner-icon {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: 10px;
}

.m-crm-benefits-icon-1 {
  background: url("../images/m-crm-benefits-icon-1.png") no-repeat left center;
}

.m-crm-benefits-icon-2 {
  background: url("../images/m-crm-benefits-icon-2.png") no-repeat left center;
}

.m-crm-benefits-icon-3 {
  background: url("../images/m-crm-benefits-icon-3.png") no-repeat left center;
}

.m-crm-benefits-icon-4 {
  background: url("../images/m-crm-benefits-icon-4.png") no-repeat left center;
}

.m-crm-benefits-icon-5 {
  background: url("../images/m-crm-benefits-icon-5.png") no-repeat left center;
}

.m-crm-benefits-icon-6 {
  background: url("../images/m-crm-benefits-icon-6.png") no-repeat left center;
}

.m-crm-benefits-icon-7 {
  background: url("../images/m-crm-benefits-icon-7.png") no-repeat left center;
}

.m-crm-benefits-icon-8 {
  background: url("../images/m-crm-benefits-icon-8.png") no-repeat left center;
}

.arrow-down:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -44px;
  z-index: 1;
  border-style: solid;
  border-width: 40px 44px 0 44px;
  border-color: #ffffff transparent transparent transparent;
}

.arrow-light-blue.arrow-down:before {
  border-color: #f0f5f5 transparent transparent transparent;
}

.arrow-lighter-blue.arrow-down:before {
  border-color: #e4f8ff transparent transparent transparent;
}

.column-box h2 {
  color: #1f1f1f;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 33px;
  line-height: 40px;
  font-weight: 400;
  margin: 0 0 20px 0;
}

.column-box p {
  margin: 20px 0 0 0;
  color: #515151;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
}

.column-box p:first-child {
  margin-top: 0px;
}

.column-box .info-box {
  margin: 40px 20px 0 0;
  display: inline-block;
  color: #515151;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  padding: 30px 36px;
  background-color: #fff;
}

.flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-chart {
  width: 100%;
  max-width: 170px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
}

.circle-bg {
  fill: none;
  stroke: #dbe6e6;
  stroke-width: 1.5;
}

.circle {
  fill: none;
  stroke-width: 3.2;
  stroke-linecap: round;
}

.chart.animated.doughnut .circle {
  -webkit-animation: progress 2s ease-out forwards;
          animation: progress 2s ease-out forwards;
}

@-webkit-keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.red .circle {
  stroke: #ff6c5d;
}

.circular-chart.blue .circle {
  stroke: #03aeef;
}

.circular-chart.orange .circle {
  stroke: #ffc65d;
}

.percentage {
  fill: #666;
  font-family: 'Quicksand', sans-serif;
  font-size: 0.45em;
  font-weight: 300;
  text-anchor: middle;
}

.person-icon {
  overflow: hidden;
  max-width: 200px;
  margin: 0 auto;
}

.sprite-person-icon {
  float: left;
  margin: 0 4px 4px 0;
  opacity: .4;
}

.sprite-person-icon.opaque {
  opacity: .8;
}

.sprite-person-icon.opaque.animated {
  opacity: .4 !important;
  -webkit-transition: opacity 0.3s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6 */
  transition: opacity 0.3s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+ */
}

.divider-box {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 19px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.part-2.one .inner-wrap {
  padding-bottom: 30px;
}

.part-2.two .inner-wrap {
  padding-top: 30px;
}

.part-2 {
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
}

.part-2 .inner-wrap div {
  display: inline-block;
  text-align: center;
}

.part-2 .top {
  margin-bottom: 25px;
}

.part-2 .top h2 {
  font-size: 25px;
  line-height: 34px;
  font-weight: 400;
}

.part-2 .top p {
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
}

.part-2 .bottom {
  position: relative;
  z-index: 0;
  margin-top: 31px;
  padding: 50px 30px;
  opacity: 0.58;
  background-color: #efefef;
}

.part-2 .bottom:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -31px;
  left: 50%;
  margin-left: -31px;
  width: 62px;
  height: 62px;
  background-position: -156px -6px;
  background-image: url(../images/spritesheet.png);
  background-repeat: no-repeat;
  display: block;
}

.point {
  background: #e4f8ff;
  color: #1f1f1f;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 29px;
  line-height: 34px;
  font-weight: 300;
  text-align: center;
}

.point i, .point span {
  display: inline-block;
}

.point i {
  margin-bottom: 20px;
}

.part-3 {
  margin-top: 20px;
}

.clock-icon {
  overflow: hidden;
  max-width: 200px;
  margin: 0 auto;
}

.sprite-clock-icon {
  float: left;
  margin: 0 4px 4px 0;
  opacity: .2;
}

.sprite-clock-icon.opaque {
  opacity: .8;
}

.sprite-clock-icon.opaque.animated {
  opacity: .2 !important;
  -webkit-transition: opacity 0.3s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6 */
  transition: opacity 0.3s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+ */
}

.part-4, .part-5 {
  font-family: "Source Sans Pro";
}

.part-4 h3, .part-5 h3 {
  color: #515151;
  font-size: 28px;
  line-height: 33px;
  font-weight: 400;
}

.part-4 .desc, .part-5 .desc {
  color: #515151;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  padding-bottom: 30px;
}

.part-4 h4, .part-5 h4 {
  color: #515151;
  font-size: 23px;
  line-height: 27px;
  font-weight: 400;
}

.part-4 ul, .part-4 li, .part-5 ul, .part-5 li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.part-4 li, .part-5 li {
  display: block;
  color: #515151;
  font-size: 17px;
  font-weight: 400;
  overflow: hidden;
}

.part-4 li .text, .part-5 li .text {
  float: left;
}

.part-4 li > span, .part-5 li > span {
  float: right;
}

.part-4 ul .percentage, .part-5 ul .percentage {
  font-family: "Source Sans Pro";
  color: #515151;
  font-size: 17px;
  font-weight: 400;
}

.part-4 ul .percentage div, .part-5 ul .percentage div {
  display: inline;
}

.part-4 .progressbar, .part-5 .progressbar {
  margin: 7px 0 23px 0;
  position: relative;
  z-index: 0;
  height: 7px;
}

.part-4 .progressbar .bg, .part-5 .progressbar .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.22;
}

.part-4 .progressbar .bar, .part-5 .progressbar .bar {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  opacity: 1;
}

.part-4 .progressbar.red span, .part-5 .progressbar.red span {
  background-color: #ff6c5d;
}

.part-4 .progressbar.red .bar, .part-5 .progressbar.red .bar {
  width: 27%;
}

.part-4 .progressbar.blue span, .part-5 .progressbar.blue span {
  background-color: #03aeef;
}

.part-4 .progressbar.red .bar, .part-5 .progressbar.red .bar {
  width: 17.9%;
}

.part-4 .progressbar.orange span, .part-5 .progressbar.orange span {
  background-color: #ffc65d;
}

.part-4 .progressbar.red .bar, .part-5 .progressbar.red .bar {
  width: 15.9%;
}

.part-4 .progressbar span, .part-5 .progressbar span {
  border-radius: 4px;
}

.part-4 .text-middle, .part-5 .text-middle {
  color: #515151;
  font-family: "Source Sans Pro";
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  padding: 0 2%;
  margin: 75px 0 0;
}

.part-4 .column-box, .part-5 .column-box {
  margin-bottom: 35px;
}

.part-4 .text-bottom, .part-5 .text-bottom {
  color: #515151;
  font-family: "Source Sans Pro";
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}

.part-4 .text-bottom span, .part-5 .text-bottom span {
  display: inline-block;
  max-width: 350px;
}

.part-4 .more-info-btn, .part-5 .more-info-btn {
  cursor: pointer;
  color: #515151;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.part-4 .more-info-btn div, .part-5 .more-info-btn div {
  border: 1px solid #ccc;
  border-radius: 10px;
  display: inline-block;
  padding: 9px 23px;
}

.part-4 .more-info-btn div span, .part-5 .more-info-btn div span {
  display: inline-block;
  padding-right: 10px;
}

.part-4 .more-info-btn div i, .part-5 .more-info-btn div i {
  display: inline-block;
}

.part-4 .more-info-btn:hover div, .part-5 .more-info-btn:hover div {
  -webkit-transition: all 0.15s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.15s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  padding: 7px 21px;
  border: 3px solid #ffc65d;
}

.part-6 .yellow-box {
  color: #343333;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 19px;
  line-height: 29px;
  font-weight: 400;
  padding: 52px 68px;
  background: url("../images/yellow-bg.png");
  border: 5px solid white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 28px #e0e7e7;
          box-shadow: 0px 5px 28px #e0e7e7;
}

.part-7 {
  text-align: center;
}

.part-7 .download-btn {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 400;
  background-color: #ff6c5d;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(88, 88, 88, 0.01)), to(rgba(255, 255, 255, 0.01)));
  background-image: linear-gradient(to top, rgba(88, 88, 88, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
  border-radius: 5px;
  padding: 13px 13px 13px 47px;
  position: relative;
  z-index: 0;
}

.part-7 .download-btn span {
  display: inline-block;
  padding-right: 20px;
}

.part-7 .download-btn .sprite-pdf-icon {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
}

.download-study {
  border: 1px solid #888;
  padding: 5px 10px;
  border-radius: 5px;
}

.part2-video .katso-video {
  max-width: 730px !important;
  text-align: center;
  width: auto !important;
  display: inline-block;
  margin-top: 20px;
}

.part2-video .katso-video a {
  padding: 0;
}

.part2-video .katso-video h3 {
  margin-bottom: 10px;
}

.part2-video .katso-video div {
  margin-bottom: 20px;
}

.part2-form .pure-control-group, .part2-form .submit-container {
  display: inline-block;
}

.part2-form input {
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  position: relative;
  z-index: 5;
  border: none;
  background: transparent;
  border-radius: 10px;
  width: 250px;
  height: 33px;
  line-height: 33px;
  padding: 0 20px;
  outline: none;
}

.part2-form input:focus {
  color: #16b9ee;
}

.part2-form .email {
  position: relative;
  z-index: 0;
  display: inline-block;
}

.part2-form .email:before {
  position: absolute;
  z-index: 1;
  content: "";
  top: -2px;
  right: -2px;
  bottom: 0;
  left: 0;
  border: 2px solid #16b9ee;
  background: #f1f1f1;
  border-radius: 200px;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.part2-form .email label.error {
  position: absolute;
  top: 50px;
  left: 0px;
  font-family: 'Quicksand', sans-serif;
  font-size: 13px;
  text-align: center;
}

.part2-form .submit-container #submit {
  font-family: 'Quicksand', sans-serif;
  font-size: 13px;
  font-weight: normal;
  border: none;
  background: #16b9ee;
  color: #fff;
  padding: 0 20px;
  margin: 0 20px;
  width: auto;
  height: 33px;
  line-height: 33px;
  border-radius: 200px;
}

.contact-form {
  color: #fff;
  margin: 0px;
  text-decroation: underline;
  -webkit-transition: all 0.5s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.5s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.contact-form .inner-wrap {
  padding: 100px 20px !important;
}

.contact-form.h3-animated {
  padding: 28px 0px;
}

.contact-form h3 {
  font-family: 'Quicksand', sans-serif;
  font-size: 28px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 35px;
  color: #fff;
}

.contact-form .inner-wrap > p {
  font-family: 'Source Sans', sans-serif;
  font-weight: 100;
  font-size: 14px;
  margin: 0px;
  margin-bottom: 30px;
}

.contact-form .wrap {
  padding: 0;
}

.contact-form .inner-wrap {
  background: url("../images/lunni-logo-symbol.png") no-repeat center center;
}

.contact-form .inner-wrap {
  padding: 30px 0;
}

.contact-form .col-6-12 {
  text-align: right;
}

.contact-form .bg-overlay {
  opacity: .8;
  background: #000;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.contact-form .bg-overlay {
  background: #17b9ee;
}

.contact-form .bg-overlay.black {
  background: rgba(0, 0, 0, 0.4);
}

.contact-form form {
  display: inline-block;
  font-family: 'Source Sans', sans-serif;
}

.contact-form form div {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}

.contact-form form .error {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.contact-form form input, .contact-form form textarea {
  width: 100%;
  max-width: 212px;
  font-size: 12px;
  border: 2px solid #fff;
  margin: 4px;
  padding: 4px 15px;
}

.contact-form form input:focus, .contact-form form textarea:focus {
  outline: none;
  background: #333;
  color: #fff;
  -webkit-box-shadow: 0 0 15px #006383;
          box-shadow: 0 0 15px #006383;
}

.contact-form form input {
  border-radius: 500px;
}

.contact-form form textarea {
  border-radius: 6px;
}

.contact-form form #submit {
  margin-top: 30px;
  cursor: pointer;
  padding: 5px 20px;
  color: #fff;
  background: transparent;
  width: auto;
}

.contact-form form #submit:focus {
  outline: none;
  background: #333;
  color: #fff;
  -webkit-box-shadow: 0 0 15px #006383;
          box-shadow: 0 0 15px #006383;
}

.katso-video {
  max-width: 250px;
  margin: 0;
  text-align: left;
}

.katso-video h3 {
  color: #fff;
  margin: 20px 0 15px;
}

.katso-video a {
  outline: none;
  padding: 20px 0px;
}

.katso-video a, .katso-video img {
  display: inline-block;
  text-decoration: none;
  color: #cdf4ff;
  text-align: center;
}

.katso-video img {
  max-width: 50px;
}

.katso-video img.hover {
  display: none;
}

.katso-video div {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.katso-video:hover .hover {
  display: inline-block;
}

.katso-video:hover .normal {
  display: none;
}

#footer .inner-wrap {
  padding: 20px 0;
}

.floater-wrap {
  position: fixed;
  z-index: 50;
  margin: 20px;
  top: 0;
  right: 0;
  font-family: 'Source Sans', sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  text-align: right;
}

.floater-wrap a {
  text-decoration: none;
  display: inline-block;
  margin: 0 0 0 10px;
  color: #111;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
  padding: 8px 12px;
  float: right;
  clear: both;
  margin-bottom: 10px;
}

.floater-wrap a i {
  display: inline-block;
  padding-right: 4px;
}

.floater-wrap a:hover {
  background: #ff6c5d;
  color: #fff;
}

#thank-you {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#thank-you .overlay,
#thank-you .close {
  position: absolute;
  z-index: 1;
  outline: none;
  border: none;
  text-decoration: none;
}

#thank-you .overlay {
  position: absolute;
  z-index: 0;
  background: #000;
  opacity: .7;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#thank-you .close {
  top: 0;
  right: 0;
  background: #16b9ee;
  color: #fff;
  padding: 20px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
}

#thank-you .text {
  border-radius: 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 100px;
  font-family: 'Source Sans', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

#thank-you .text h2 {
  font-size: 25px;
  line-height: 30px;
  color: #515151;
}

#thank-you .text p {
  font-size: 16px;
  line-height: 22px;
  color: #999;
}

@media (max-width: 767px) {
  .grid {
    padding-left: 0px;
    padding-right: 0px;
  }
  .wrap .inner-wrap.padding {
    padding: 50px 20px;
  }
  .flex-wrapper, .person-icon {
    margin-bottom: 40px;
  }
  .person-icon {
    width: 100%;
  }
  .contact-form .col-6-12 {
    text-align: center;
  }
  .katso-video {
    margin: 0 auto;
  }
  #kiitos .text {
    padding: 50px 30px;
  }
  #kiitos .close {
    padding: 16px;
  }
  #hero h1 {
    font-size: 30px;
  }
  #hero p {
    font-size: 15px;
  }
  .part-6 .yellow-box {
    font-size: 15px;
    padding: 12px 28px;
  }
  .part-7 {
    text-align: center;
  }
  .part-7 .download-btn {
    font-size: 16px;
  }
  .point {
    font-size: 17px;
  }
  .column-box h2 {
    font-size: 27px;
  }
  .benefits li:first-child:before {
    border-top: 1px solid #ececec;
  }
  .part-6 .yellow-box {
    text-align: center;
  }
  .divider.margin {
    margin: 0 20px;
  }
  .wrap .inner-wrap.padding-big {
    padding: 67px 0px;
  }
  .wrap.arrow-down .inner-wrap.padding-big {
    padding: 87px 0px 67px;
  }
  .top-icon-bar {
    height: 85px;
  }
  .top-icon-bar span {
    background-size: auto 50px;
  }
}

@media (max-width: 600px) {
  .top-icon-bar {
    height: 70px;
  }
  .top-icon-bar span {
    background-size: auto 40px;
  }
}

@media (max-width: 450px) {
  .wrap .inner-wrap.padding {
    padding: 32px 0px;
  }
  .wrap .inner-wrap.padding-big {
    padding: 67px 0px;
  }
  .wrap.arrow-down .inner-wrap.padding {
    padding: 52px 0px 32px;
  }
  .wrap.arrow-down .inner-wrap.padding-big {
    padding: 87px 0px 67px;
  }
  .blue-speech-box .text {
    padding: 20px;
  }
  .benefits li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .blue-speech-box-info {
    margin: 54px 0;
  }
  .part-6 .yellow-box {
    padding: 20px 20px;
  }
  .contact-form form input, .contact-form form textarea {
    width: auto;
  }
}

@media (max-width: 550px) {
  .part2-form .pure-control-group {
    display: block;
  }
  .part2-form .submit-container #submit {
    margin: 15px 0 0 0;
  }
}

.w1110 .inner-wrap {
  max-width: 1110px;
}

.w920 .inner-wrap {
  max-width: 925px;
}

.w800 .inner-wrap {
  max-width: 800px;
}

.w730 .inner-wrap {
  max-width: 730px;
}

.wrap.wFull .inner-wrap {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.lity {
  background: rgba(0, 0, 0, 0.4) !important;
}
