@font-face {
  font-family: 'AvenirLTStd-Light';
  src: url("../fonts/2F93DF_0_0.eot");
  src: url("../fonts/2F93DF_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2F93DF_0_0.woff2") format("woff2"), url("../fonts/2F93DF_0_0.woff") format("woff"), url("../fonts/2F93DF_0_0.ttf") format("truetype"); }
@font-face {
  font-family: 'CharterITCStd-Regular';
  src: url("../fonts/2F9415_0_0.eot");
  src: url("../fonts/2F9415_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2F9415_0_0.woff2") format("woff2"), url("../fonts/2F9415_0_0.woff") format("woff"), url("../fonts/2F9415_0_0.ttf") format("truetype"), url("../fonts/2F9415_0_0.svg#wf") format("svg"); }
@font-face {
  font-family: 'AvenirLTStd-Heavy';
  src: url("../fonts/2F9415_1_0.eot");
  src: url("../fonts/2F9415_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2F9415_1_0.woff2") format("woff2"), url("../fonts/2F9415_1_0.woff") format("woff"), url("../fonts/2F9415_1_0.ttf") format("truetype"), url("../fonts/2F9415_1_0.svg#wf") format("svg"); }
@font-face {
  font-family: 'AvenirLTStd-Medium';
  src: url("../fonts/2F9415_2_0.eot");
  src: url("../fonts/2F9415_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2F9415_2_0.woff2") format("woff2"), url("../fonts/2F9415_2_0.woff") format("woff"), url("../fonts/2F9415_2_0.ttf") format("truetype"), url("../fonts/2F9415_2_0.svg#wf") format("svg"); }
@font-face {
  font-family: 'AvenirLTStd-Roman';
  src: url("../fonts/2F9415_3_0.eot");
  src: url("../fonts/2F9415_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2F9415_3_0.woff2") format("woff2"), url("../fonts/2F9415_3_0.woff") format("woff"), url("../fonts/2F9415_3_0.ttf") format("truetype"), url("../fonts/2F9415_3_0.svg#wf") format("svg"); }
body {
  padding: 0;
  -webkit-font-smoothing: antialiased; }

.table-div {
  width: 100%;
  height: 100%;
  display: table; }
  .table-div .table-row {
    display: table-row; }
    .table-div .table-row .table-cell {
      display: table-cell;
      vertical-align: middle; }

.pager {
  position: fixed;
  z-index: 1;
  top: 48%;
  left: -48%;
  width: 100%;
  height: 20px;
  transform: rotate(270deg);
  text-align: center; }
  .pager .group {
    display: inline-block;
    margin-right: 0px;
    cursor: pointer; }
    .pager .group .ball {
      width: 10px;
      height: 10px;
      background: #e4e4e4;
      border-radius: 20px;
      float: left;
      margin-top: 2px;
      margin-right: 8px; }
    .pager .group .text {
      width: 0;
      overflow: hidden;
      float: left;
      font-family: "bebas_neue_regularregular";
      font-weight: bold;
      font-size: 15px;
      color: #fff;
      padding-right: 0;
      letter-spacing: 1px;
      white-space: nowrap; }
    .pager .group.visible .ball {
      background: #009ddc; }
    .pager .group.visible .text {
      width: auto;
      padding-right: 8px; }
    .pager .group.blue .text {
      color: #009ddc; }

section {
  position: relative;
  min-height: 750px; }

header {
  transition: all 0.5s;
  background: transparent;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 80px;
  z-index: 100; }
  header .selector {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 12px;
    font-family: "AvenirLTStd-Light";
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer; }
    header .selector a {
      margin-right: 35px;
      color: #fff;
      outline: 0 !important; }
    header .selector img {
      vertical-align: middle;
      margin-right: 10px; }
  header .logo {
    position: absolute;
    top: 25px;
    left: 30px;
    display: none;
    transition: all 0.5s; }
  header.v2 {
    background: #fff;
    box-shadow: 2px 2px 5px #dedede; }
    header.v2 .selector {
      color: #666666; }
      header.v2 .selector a {
        color: #666666; }
    header.v2 .logo {
      display: block; }

section.main .countries-selector {
  background: url("../img/countries-top-bg.png");
  width: 100%;
  height: 100px;
  display: none;
  position: fixed;
  z-index: 101; }
  section.main .countries-selector .close-selector {
    position: absolute;
    background: url("../img/close-black.png");
    height: 15px;
    width: 15px;
    right: 14px;
    top: 11px; }
  section.main .countries-selector h4 {
    display: inline-block;
    text-transform: uppercase;
    color: #999999;
    font-size: 22px;
    vertical-align: middle;
    margin: -32px 0 0 147px;
    letter-spacing: 2px;
    font-family: "bebas_neuebold"; }
  section.main .countries-selector .countries {
    display: inline-block;
    margin-left: 145px; }
    section.main .countries-selector .countries .top {
      margin: 31px 0 16px 0; }
      section.main .countries-selector .countries .top a:last-child {
        margin-left: -24px; }
    section.main .countries-selector .countries a {
      font-family: "AvenirLTStd-Medium";
      margin-right: 25px;
      color: #868686;
      min-width: 84px;
      display: inline-block; }
      section.main .countries-selector .countries a:last-child {
        margin-right: 0; }
      section.main .countries-selector .countries a:hover {
        color: #333333;
        text-decoration: underline; }
section.main .close {
  position: absolute;
  right: 40px;
  top: 83px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("../img/close.png") no-repeat;
  display: none;
  z-index: 1; }
section.main .main-text {
  position: absolute;
  top: 26%;
  width: 100%;
  text-align: center; }
  section.main .main-text h2 {
    font-family: "bebas_neuebook";
    color: #fff;
    font-size: 20px;
    letter-spacing: 4px; }
  section.main .main-text img {
    margin-top: 50px;
    margin-bottom: 39px; }
  section.main .main-text img.separator {
    margin-top: 0px;
    margin-bottom: 40px; }
  section.main .main-text h3 {
    font-size: 48px;
    color: #fff;
    font-family: "AvenirLTStd-Light";
    font-weight: normal; }
  section.main .main-text .player {
    cursor: pointer; }
section.main .video-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
section.main .video-wrapper {
  position: absolute;
  display: none;
  background: #000;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0; }
  section.main .video-wrapper video {
    width: 100%;
    height: 100%; }

section.white {
  display: none;
  min-height: 100px;
  padding: 100px;
  background: #fff;
  text-align: center; }
  section.white h3 {
    color: #252525;
    font-size: 30px;
    font-family: "AvenirLTStd-Light";
    font-weight: normal; }
  section.white h4 {
    font-size: 24px;
    color: #919191;
    font-family: "AvenirLTStd-Light";
    font-weight: normal;
    line-height: 36px;
    width: 700px;
    margin: 0 auto; }
  section.white img {
    margin: 30px; }

section.animation {
  height: 910px;
  position: relative;
  cursor: pointer;
  /*	.rocket{
  
  		width: 135px;
  		height: 392px;
  		
  		position: absolute;
  
  		//bottom: -111px;
  		bottom: -115px;
  
  		left: 50%;
  		margin-left: -67px;
  
  		*{
  
  			width: 135px;
  			height: 392px;
  
  			position: absolute;
  			top: 0;
  			left: 0;
  
  		}
  
  		.rocket-img{
  
  			background: url('../img/rocket.png') no-repeat center center;
  			z-index: 1;
  
  		}
  
  		.rocket-1,
  		.rocket-2,
  		.rocket-3,
  		.rocket-4{
  
  			transition: all 0.2s;
  
  		}
  
  		.rocket-1{
  
  			background: url('../img/rocket-1.png') no-repeat center center;
  
  		}
  
  		.rocket-2{
  
  			background: url('../img/rocket-2.png') no-repeat center center;
  
  		}
  
  		.rocket-3{
  
  			background: url('../img/rocket-3.png') no-repeat center center;
  
  		}
  
  		.rocket-4{
  
  			background: url('../img/rocket-4.png') no-repeat center center;
  
  		}
  
  
  
  	}
  
  
  
  
  	.extra-planets{
  
  		height: 6440px;
  
  	}
  
  	.container{
  
  		position: absolute;
  		width: 100%;
  
  		//top: 907px;
  		bottom: 4782px;
  
  		.subcontainer{
  
  			width: 1220px;
  			height: 742px;
  			margin: 0 auto;
  			position: relative;
  
  		}
  
  
  		.planet1{
  
  			width: 240px;
  			height: 240px;
  
  			bottom: 351px;
  			left: 250px;
  
  			position: absolute;
  
  			background: url('../img/p1.png') no-repeat center center;
  
  			&.active{
  
  				background: url('../img/p1h.png') no-repeat center center;
  
  			}
  
  		}
  
  
  		.planet2{
  
  			width: 240px;
  			height: 240px;
  
  			position: absolute;
  
  			bottom: 525px;
  			left: 484px;
  
  			background: url('../img/p2.png') no-repeat center center;
  
  			&.active{
  
  				background: url('../img/p2h.png') no-repeat center center;
  
  			}
  
  		}
  
  
  		.planet3{
  
  			width: 240px;
  			height: 240px;
  
  			position: absolute;
  
  			bottom: 347px;
  			left: 734px;
  
  			background: url('../img/p3.png') no-repeat center center;
  
  			&.active{
  
  				background: url('../img/p3h.png') no-repeat center center;
  
  			}
  
  		}
  
  
  		.group1{
  
  			width: 260px;
  
  			bottom: 177px;
  			left: 0;
  
  			text-align: right;
  
  			a{
  
  				background: #a48f6d;
  
  				float: right;
  
  			}
  
  		}
  
  
  		.group2{
  
  			width: 272px;
  
  			bottom: 177px;
  			left: 474px;
  
  			text-align: center;
  
  			a{
  
  				background: #4284a2;
  
  				margin: 26px auto 34px;
  
  				display: block;
  				width: 68px;
  
  
  			}
  
  		}
  
  
  		.group3{
  
  			width: 260px;
  
  			bottom: 177px;
  			left: 980px;
  
  
  			a{
  
  				background: #779f76;
  
  				float: left;
  
  			}
  
  		}
  
  		.group1,
  		.group3{
  
  			a{
  
  				margin-top: 33px;
  
  			}
  
  		}
  
  
  		.group{
  
  
  			position: absolute;
  
  			h6{
  
  				font-family: $flight;
  				color: #ffffff;
  				font-size: 24px;
  
  				letter-spacing: 5px;
  
  				margin-bottom: 20px;
  
  			}
  
  			p{
  
  				font-size: 14px;
  				color: #fff;
  				font-family: $f2regular;
  				line-height: 32px;
  
  			}
  
  			p.subcontent{
  
  				display: none;
  				font-family: $fregular;
  				font-weight: bold;
  				letter-spacing: 1.5px;
  				color: #fff;
  				line-height: 30px;
  				font-size: 16px;
  
  			}
  
  
  			a{
  
  				font-size: 14px;
  				line-height: 12px;
  				color: #fff;
  				font-family: $fregular;
  				letter-spacing: 2px;
  
  				padding: 17px 36px;
  
  				border-radius: 24px;
  
  				opacity: 0.7;
  
  				text-transform: uppercase;
  				outline: none;
  
  				&:hover{
  					outline: none;
  					opacity: 1;
  
  				}
  
  			}
  
  		}
  
  	}
  
  */ }
  section.animation .visible {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden; }
  section.animation .scenario,
  section.animation .stars,
  section.animation .asteroids,
  section.animation .planets,
  section.animation .clouds,
  section.animation .extra-planets,
  section.animation .moon,
  section.animation .satellite {
    position: absolute;
    bottom: 0;
    width: 100%; }
  section.animation .scenario {
    height: 4134px;
    background: url("../img/rocket_bg.jpg") no-repeat center top; }
    section.animation .scenario .text {
      margin: 3470px auto 0;
      width: 825px;
      text-align: center; }
      section.animation .scenario .text h3 {
        color: #252525;
        font-size: 30px;
        font-family: "AvenirLTStd-Light";
        font-weight: normal; }
      section.animation .scenario .text h4 {
        font-size: 24px;
        color: #919191;
        font-family: "AvenirLTStd-Light";
        font-weight: normal;
        line-height: 36px; }
      section.animation .scenario .text img {
        margin: 30px; }
      section.animation .scenario .text .launcher {
        cursor: pointer; }
  section.animation .moon {
    height: 3500px;
    background: url("../img/rocket_moon.png") no-repeat center top; }
  section.animation .satellite {
    height: 3500px;
    background: url("../img/rocket_satelite.png") no-repeat center top; }
  section.animation .stars {
    height: 5500px;
    background: url("../img/rocket_stars.png") no-repeat center top; }
  section.animation .asteroids {
    height: 3500px;
    background: url("../img/rocket_asteroid.png") no-repeat center top; }
  section.animation .planets {
    height: 5000px;
    background: url("../img/rocket_planets.png") no-repeat center top; }
  section.animation .planets2 {
    height: 3000px;
    background: url("../img/rocket_planets2.png") no-repeat center top; }
  section.animation .clouds {
    height: 6000px;
    background: url("../img/rocket_clouds.png") no-repeat center bottom; }
  section.animation .clouds2 {
    height: 6000px;
    background: url("../img/rocket_clouds2.png") no-repeat center bottom; }
  section.animation .smoke-wrapper {
    width: 100%;
    position: absolute;
    bottom: -50px; }
    section.animation .smoke-wrapper .smoke {
      width: 1122px;
      height: 218px;
      margin: 0 auto;
      position: relative; }
      section.animation .smoke-wrapper .smoke .smoke-1,
      section.animation .smoke-wrapper .smoke .smoke-2,
      section.animation .smoke-wrapper .smoke .smoke-3,
      section.animation .smoke-wrapper .smoke .smoke-4 {
        display: none;
        width: 1122px;
        height: 218px;
        position: absolute;
        top: 0;
        left: 40px; }
      section.animation .smoke-wrapper .smoke .smoke-1 {
        background: url("../img/smoke-1.png") no-repeat; }
      section.animation .smoke-wrapper .smoke .smoke-2 {
        background: url("../img/smoke-2.png") no-repeat; }
      section.animation .smoke-wrapper .smoke .smoke-3 {
        background: url("../img/smoke-3.png") no-repeat; }
      section.animation .smoke-wrapper .smoke .smoke-4 {
        background: url("../img/smoke-4.png") no-repeat; }

div.evolution .board {
  width: 620px;
  height: 209px;
  background: url("../img/evolution.png") no-repeat;
  margin: 0 auto 60px;
  position: relative; }
  div.evolution .board .box-students {
    width: 300px;
    height: 200px;
    position: absolute;
    top: 58px;
    left: -108px;
    font-size: 122px;
    line-height: 122px;
    text-align: center;
    color: #25b7d3;
    font-family: "bebas_neuebold"; }
  div.evolution .board .box-schools {
    position: absolute;
    top: 58px;
    right: 5px;
    text-align: center;
    font-family: "bebas_neuebold";
    color: #3cb29d;
    font-size: 122px;
    line-height: 122px; }

section.facts {
  height: 732px;
  background: url("../img/facs_bg.jpg") no-repeat center bottom 0px;
  width: 100%; }
  section.facts h3 {
    color: #252525;
    font-size: 30px;
    font-family: "AvenirLTStd-Light";
    text-align: center;
    padding-top: 87px; }
  section.facts h4 {
    color: #666;
    font-size: 20px;
    font-family: "AvenirLTStd-Light";
    text-align: center;
    padding-top: 35px;
    margin-bottom: 45px; }
  section.facts .wrapper {
    width: 1110px;
    margin: 0 auto; }
    section.facts .wrapper .item-group {
      width: 50%;
      float: left;
      height: 225px; }
      section.facts .wrapper .item-group .item {
        width: 50%;
        height: 225px;
        float: left; }
        section.facts .wrapper .item-group .item .play {
          width: 100%;
          height: 225px;
          background: url("../img/play.png") no-repeat center center;
          cursor: pointer; }
      section.facts .wrapper .item-group.reverse .item {
        float: right; }
      section.facts .wrapper .item-group .desc {
        width: 223.5px;
        padding: 50px 27px;
        height: 125px;
        text-align: left; }
        section.facts .wrapper .item-group .desc h5 {
          color: #ea5d10;
          font-size: 21px;
          font-weight: normal;
          margin-bottom: 15px; }
        section.facts .wrapper .item-group .desc span {
          color: #a9a9a9;
          font-size: 14px;
          font-family: "bebas_neuebook";
          font-weight: bold;
          letter-spacing: 2.5px;
          margin-bottom: 19px;
          display: block; }
        section.facts .wrapper .item-group .desc p {
          color: #313131;
          font-size: 14px;
          line-height: 16px;
          font-family: "AvenirLTStd-Light"; }
        section.facts .wrapper .item-group .desc.desc-0 {
          background: #ea5d10; }
          section.facts .wrapper .item-group .desc.desc-0 h5,
          section.facts .wrapper .item-group .desc.desc-0 p {
            color: #fff; }
          section.facts .wrapper .item-group .desc.desc-0 span {
            color: #fff; }
        section.facts .wrapper .item-group .desc.desc-1 {
          background: #fff;
          text-align: right; }
        section.facts .wrapper .item-group .desc.desc-2 {
          background: #fff;
          text-align: right; }
        section.facts .wrapper .item-group .desc.desc-3 {
          background: #f89829; }
          section.facts .wrapper .item-group .desc.desc-3 h5,
          section.facts .wrapper .item-group .desc.desc-3 p {
            color: #fff; }
          section.facts .wrapper .item-group .desc.desc-3 span {
            color: #fff; }
  section.facts .window {
    float: left;
    width: 100%;
    height: 100%;
    background: #313439;
    display: none;
    position: absolute;
    top: 0;
    left: 0; }
    section.facts .window .close {
      position: absolute;
      right: 40px;
      top: 76px;
      width: 30px;
      height: 30px;
      cursor: pointer;
      background: url("../img/close.png") no-repeat; }
    section.facts .window .wrapper {
      width: 1250px;
      margin: 0 auto; }
      section.facts .window .wrapper .side-left {
        text-align: center;
        padding: 73px 112px;
        width: 323px;
        float: left; }
        section.facts .window .wrapper .side-left h5 {
          font-size: 24px;
          color: #fff;
          font-family: "AvenirLTStd-Light";
          margin-bottom: 11px; }
        section.facts .window .wrapper .side-left span {
          display: block;
          color: #cccccc;
          font-size: 14px;
          font-family: "bebas_neue_regularregular";
          font-weight: bold;
          letter-spacing: 3px;
          margin-bottom: 25px; }
        section.facts .window .wrapper .side-left p.quote {
          color: #ffffff;
          font-size: 18px;
          line-height: 23px;
          letter-spacing: 0.5px; }
        section.facts .window .wrapper .side-left p.main {
          color: #cccccc;
          font-size: 14px;
          line-height: 27px;
          font-family: "AvenirLTStd-Light"; }
      section.facts .window .wrapper .side-right {
        float: left;
        width: 703px;
        margin-top: 55px; }
        section.facts .window .wrapper .side-right .video-js {
          float: left;
          width: 100%; }
        section.facts .window .wrapper .side-right video {
          width: 100%; }
        section.facts .window .wrapper .side-right .vjs-big-play-button {
          width: 54px;
          height: 54px;
          background: url("../img/play.png") no-repeat;
          margin: 24% 46%;
          border: 0; }
          section.facts .window .wrapper .side-right .vjs-big-play-button:before {
            content: ''; }

section.world {
  background: #e6fbff url("../img/mapbg.png") no-repeat center center;
  padding-top: 80px; }
  section.world .wrapper {
    width: 1250px;
    margin: 0 auto;
    text-align: center; }
    section.world .wrapper h3 {
      font-size: 30px;
      color: #252525;
      font-family: "AvenirLTStd-Light";
      margin-bottom: 25px; }
    section.world .wrapper .separator {
      display: block;
      margin: 0 auto 30px; }
    section.world .wrapper span {
      display: block;
      color: #949fa2;
      font-size: 20px;
      font-family: "AvenirLTStd-Light";
      margin-bottom: 46px; }
    section.world .wrapper .selector {
      color: #538d98;
      font-family: "bebas_neue_regularregular";
      font-size: 16px;
      letter-spacing: 2.2px;
      margin-bottom: 45px; }
      section.world .wrapper .selector img {
        vertical-align: middle;
        margin-right: 13px; }
    section.world .wrapper .map {
      background: url("../img/map.png") no-repeat;
      height: 335px;
      position: relative;
      margin-bottom: 43px; }
      section.world .wrapper .map .point {
        position: absolute;
        cursor: pointer;
        float: left;
        width: 8px;
        height: 8px;
        display: none; }
      section.world .wrapper .map .point1 {
        background: url("../img/orange-ball.png") no-repeat; }
      section.world .wrapper .map .point2 {
        background: url("../img/black-ball.png") no-repeat; }
      section.world .wrapper .map .point3 {
        background: url("../img/half-ball.png") no-repeat; }
      section.world .wrapper .map .message {
        display: none;
        width: 192px;
        position: absolute;
        top: 125px;
        left: 600px;
        margin-top: -105px;
        margin-left: 3px; }
        section.world .wrapper .map .message .container {
          position: relative; }
          section.world .wrapper .map .message .container .inner {
            position: absolute;
            right: 0;
            top: 0;
            z-index: 1;
            width: 131px;
            min-height: 131px;
            padding: 0 16px 15px;
            background: #eeeeee url("../img/point-bg.png") no-repeat center top;
            box-shadow: 2px 2px 7px #888;
            text-align: center; }
            section.world .wrapper .map .message .container .inner h5 {
              color: #808080;
              font-size: 22px;
              font-family: "bebas_neue_regularregular";
              padding-top: 22px;
              margin-bottom: 11px;
              letter-spacing: 2px; }
            section.world .wrapper .map .message .container .inner img {
              display: block;
              margin: 0 auto 13px; }
            section.world .wrapper .map .message .container .inner a {
              display: block;
              margin: 0 auto;
              background: #46442f;
              font-family: "bebas_neuebook";
              font-size: 12px;
              letter-spacing: 3px;
              color: #fff;
              border-radius: 20px;
              padding: 10px 0; }
          section.world .wrapper .map .message .container .form {
            position: absolute;
            left: 0;
            top: 106px;
            width: 29px;
            height: 21px;
            background: url("../img/figure.png") no-repeat; }
    section.world .wrapper .legend .group {
      display: inline-block;
      font-family: "bebas_neue_regularregular";
      font-size: 16px;
      letter-spacing: 2px;
      color: #5e7f86;
      margin-right: 20px; }
      section.world .wrapper .legend .group .ball {
        float: left;
        width: 8px;
        height: 8px;
        margin-right: 10px;
        margin-top: 3px; }
      section.world .wrapper .legend .group .ball1 {
        background: url("../img/orange-ball.png") no-repeat; }
      section.world .wrapper .legend .group .ball2 {
        background: url("../img/orange-ball.png") no-repeat; }
      section.world .wrapper .legend .group .ball3 {
        background: url("../img/half-ball.png") no-repeat; }

section.contact {
  background: #ffffff; }
  section.contact .wrapper {
    width: 1290px;
    margin: 100px auto;
    padding: 0 0 20px;
    border: 6px solid #f4f4f4;
    border-radius: 20px; }
    section.contact .wrapper h5 {
      font-size: 30px;
      color: #252525;
      font-family: "AvenirLTStd-Light";
      margin-top: -24px;
      text-align: center;
      margin-bottom: 85px; }
      section.contact .wrapper h5 span {
        background: #fff;
        padding: 0 45px; }
    section.contact .wrapper .side-left {
      width: 540px;
      float: left;
      margin-left: 77px; }
      section.contact .wrapper .side-left p {
        color: #969695;
        font-size: 18px;
        font-family: "AvenirLTStd-Light";
        line-height: 30px;
        width: 360px;
        margin-bottom: 67px;
        padding-top: 42px; }
    section.contact .wrapper .side-right {
      width: 578px;
      float: left; }
      section.contact .wrapper .side-right form {
        background: #f6f6f6;
        padding: 32px; }
        section.contact .wrapper .side-right form .group {
          width: 245px;
          float: left;
          margin-right: 21px;
          margin-bottom: 18px; }
          section.contact .wrapper .side-right form .group label {
            display: block;
            font-size: 14px;
            color: #9c9c9c;
            font-family: "bebas_neue_regularregular";
            letter-spacing: 1.5px;
            margin-bottom: 15px; }
          section.contact .wrapper .side-right form .group input[type="text"],
          section.contact .wrapper .side-right form .group textarea,
          section.contact .wrapper .side-right form .group select {
            display: block;
            width: 90%;
            font-family: "bebas_neue_regularregular";
            letter-spacing: 2px;
            color: #ababab;
            background: #fff;
            padding: 0 5%;
            border: 0;
            height: 39px; }
          section.contact .wrapper .side-right form .group textarea {
            padding: 2.5%;
            resize: none;
            height: 86px; }
          section.contact .wrapper .side-right form .group input[type="submit"] {
            display: block;
            border: 0;
            background: #7ac142;
            float: right;
            width: 60%;
            font-family: "bebas_neue_regularregular";
            color: #fff;
            font-size: 14px;
            letter-spacing: 3px;
            font-weight: bold;
            padding: 13px 0;
            border-radius: 22px; }
        section.contact .wrapper .side-right form .full-group {
          width: 100%; }
        section.contact .wrapper .side-right form .no-margin {
          margin-right: 0; }
      section.contact .wrapper .side-right .confirm {
        display: none; }
  section.contact footer {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 30px;
    background: #333333;
    letter-spacing: 1px; }
    section.contact footer .fwrapper {
      width: 1100px;
      margin: 0 auto; }
    section.contact footer .row1 {
      float: left;
      width: 380px;
      margin-top: 40px; }
      section.contact footer .row1 a {
        display: block;
        color: #b1b1b1;
        font-family: "AvenirLTStd-Light";
        line-height: 29px; }
    section.contact footer .row2 {
      float: left;
      width: 420px; }
      section.contact footer .row2 a {
        display: block;
        color: #b1b1b1;
        font-family: "AvenirLTStd-Light";
        line-height: 29px; }
    section.contact footer .row3 {
      float: left;
      width: 300px; }
      section.contact footer .row3 a {
        display: block;
        color: #b1b1b1;
        font-family: "AvenirLTStd-Light";
        line-height: 29px; }
    section.contact footer h5 {
      font-family: "bebas_neuebook";
      color: #8d8d8d;
      font-size: 15px;
      margin-bottom: 32px; }
    section.contact footer .subrow1,
    section.contact footer .subrow2 {
      color: #b1b1b1;
      font-size: 14px;
      font-family: "AvenirLTStd-Light";
      float: left;
      width: 50%;
      line-height: 29px; }
    section.contact footer .full {
      text-align: center;
      margin-top: 90px;
      width: 100%;
      float: left; }
      section.contact footer .full a, section.contact footer .full img {
        color: #b1b1b1;
        font-size: 14px;
        font-family: "bebas_neuebook";
        margin: 0 20px;
        letter-spacing: 2px; }

section.sc {
  height: 673px;
  min-height: 673px;
  width: 100%;
  position: relative;
  text-align: center;
  background: url("../img/scbg.png") no-repeat center bottom; }
  section.sc .red-planet {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 331px;
    height: 204px;
    background: url("../img/red-planet.png") no-repeat; }
  section.sc .title {
    color: #252525;
    font-size: 32px;
    font-family: 'AvenirLTStd-Roman';
    text-align: center;
    letter-spacing: -1px;
    padding-top: 103px;
    margin-bottom: 20px; }
  section.sc img.separator {
    margin-bottom: 40px; }
  section.sc .subtitle {
    color: #919191;
    font-family: 'AvenirLTStd-Roman';
    font-size: 20px;
    line-height: 30px;
    width: 480px;
    margin: 0 auto; }
    section.sc .subtitle strong {
      font-weight: normal;
      font-family: 'AvenirLTStd-Medium'; }

section.benefits {
  min-height: 438px;
  background: url("../img/girl.jpg") no-repeat center center; }
  section.benefits h3 {
    text-align: center;
    color: #fff;
    font-family: 'AvenirLTStd-Medium';
    font-weight: normal;
    font-size: 26px;
    margin-top: 88px; }
  section.benefits .module {
    width: 990px;
    margin: 0 auto;
    position: relative; }
  section.benefits .next,
  section.benefits .prev {
    width: 15px;
    height: 97px;
    position: absolute;
    top: 32px;
    cursor: pointer; }
  section.benefits .next {
    background: url("../img/next2.png") no-repeat center center;
    right: -20px; }
  section.benefits .prev {
    background: url("../img/prev2.png") no-repeat center center;
    left: -20px; }
  section.benefits .item {
    float: left;
    display: none;
    width: 21%;
    margin: 30px 2%;
    height: 200px;
    overflow: hidden;
    color: #fff;
    text-align: center; }
    section.benefits .item.item-0, section.benefits .item.item-1, section.benefits .item.item-2, section.benefits .item.item-3 {
      display: block; }
    section.benefits .item:hover .box {
      margin-top: -200px; }
    section.benefits .item .box {
      height: 200px;
      transition: margin 0.5s; }
    section.benefits .item .hidden-text {
      font-size: 16px;
      line-height: 24px;
      color: #fff;
      font-family: AvenirLTStd-Roman; }
    section.benefits .item .number {
      font-family: bebas_neue_regularregular;
      font-size: 30px;
      letter-spacing: 6px;
      margin-bottom: 14px;
      padding-top: 32px; }
    section.benefits .item .txt {
      font-size: 16px;
      line-height: 24px;
      color: #fff;
      font-family: AvenirLTStd-Roman;
      margin-top: 27px; }

/*# sourceMappingURL=styles.css.map */
