/* Generated by less 2.5.1 */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,300,600,800,400);
/* Inmaginator Style */
.sprite-x {
  background: url(../img/sprite-x.png) no-repeat transparent;
}
@media (min-width: 1024px) {
  .container {
    width: 960px;
  }
}
a {
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease;
}
li {
  list-style: none;
}
.main-wrap {
  font-family: 'Open Sans';
  background: white;
  font-weight: 400;
  color: #423F3F;
}
.main-wrap header .navbar {
  background-color: #FFDD00;
  border-bottom: 4px solid #CC252D;
}
.main-wrap header .navbar * {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.main-wrap header .navbar.mini #navbar ul {
  margin-top: 0;
}
.main-wrap header .navbar.mini #navbar ul li a {
  padding: 21px 25px 40px;
}
.main-wrap header .navbar.mini .navbar-header {
  padding: 0;
}
.main-wrap header .navbar.mini .navbar-brand img {
  width: 240px;
  margin: 0 20px;
}
.main-wrap header .navbar-header {
  padding: 12px 0;
}
.main-wrap header .navbar-brand {
  position: relative;
  height: auto;
}
.main-wrap header .navbar-brand img {
  display: block;
  max-height: none;
  max-width: none;
  width: 295px;
}
.main-wrap header #navbar {
  font-size: 18px;
}
.main-wrap header #navbar ul {
  float: right;
  margin-top: 20px;
  position: relative;
}
.main-wrap header #navbar ul li {
  position: static;
}
.main-wrap header #navbar ul li a {
  border-bottom: 4px solid transparent;
  text-align: center;
  background: none;
  padding: 40px 25px;
  display: block;
  position: relative;
}
.main-wrap header #navbar ul li a:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  bottom: 16px;
  left: 48%;
}
.main-wrap header #navbar ul li.active a:after {
  background: #cc252d;
}
.main-wrap header #navbar ul #magic-line {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100px;
  height: 4px;
  background: #CC252D;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.main-wrap .content {
  margin-top: 105px;
}
.main-wrap .content h2 {
  font-weight: 800;
  font-size: 24px;
  font-family: 'Open Sans';
}
.main-wrap .content .title {
  text-align: center;
}
.main-wrap .content .title:after,
.main-wrap .content .title:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cc252d;
  display: inline-block;
  position: relative;
  top: -4px;
}
.main-wrap .content .title:before {
  left: -13px;
}
.main-wrap .content .title:after {
  right: -13px;
}
.main-wrap .content .slider .carousel-inner {
  height: 500px;
}
.main-wrap .content .slider .carousel-inner .item {
  -webkit-transition: all 1s cubic-bezier(0.075, 0.082, 0.165, 1);
  -moz-transition: all 1s cubic-bezier(0.075, 0.082, 0.165, 1);
  -ms-transition: all 1s cubic-bezier(0.075, 0.082, 0.165, 1);
  -o-transition: all 1s cubic-bezier(0.075, 0.082, 0.165, 1);
  height: 100%;
}
.main-wrap .content .slider .carousel-inner .item.active {
  padding-left: 0;
  padding-right: 0;
  color: #423F3F;
}
.main-wrap .content .slider .carousel-inner .item.next .carousel-caption {
  padding-left: 10%;
  padding-right: 0;
  color: transparent;
}
.main-wrap .content .slider .carousel-inner .item.prev .carousel-caption {
  padding-right: 10%;
  padding-left: 0;
  color: transparent;
}
.main-wrap .content .slider .carousel-inner .item img {
  width: 100%;
  position: relative;
}
.main-wrap .content .slider .carousel-inner .item .carousel-caption {
  text-align: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  font-size: 78px;
  color: #423F3F;
  padding: 15px 0;
  bottom: auto;
  top: 35%;
  left: 0;
  text-shadow: none;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.075, 0.082, 0.165, 1);
  -moz-transition: all 0.5s cubic-bezier(0.075, 0.082, 0.165, 1);
  -ms-transition: all 0.5s cubic-bezier(0.075, 0.082, 0.165, 1);
  -o-transition: all 0.5s cubic-bezier(0.075, 0.082, 0.165, 1);
}
.main-wrap .content .slider .carousel-indicators li {
  background: white;
  border: none;
}
.main-wrap .content .slider .carousel-indicators li.active {
  background: #cc252d;
}
.main-wrap .content .services {
  display: block;
  position: relative;
  padding-top: 40px;
}
.main-wrap .content .services i {
  border-radius: 50%;
  border: 5px solid #727272;
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 20px;
  background: url(../img/sprite-x.png) no-repeat transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  opacity: .8;
}
.main-wrap .content .services li {
  clear: both;
  display: block;
}
.main-wrap .content .services li:hover i {
  opacity: 1;
  border-color: #CC252D;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
}
.main-wrap .content .services .icon-pencil {
  background-position: 16px 11px;
}
.main-wrap .content .services .icon-community {
  background-position: 9px -64px;
}
.main-wrap .content .services .icon-monitor {
  background-position: 9px -228px;
}
.main-wrap .content .services .icon-spaces {
  background-position: 9px -314px;
}
.main-wrap .content .services .icon-finance {
  background-position: 7px -405px;
}
.main-wrap .content .services .icon-mentorship {
  background-position: 12px -144px;
}
.main-wrap .content .services ul {
  padding-top: 55px;
}
.main-wrap .content .services ul li p {
  font-size: 14px;
  color: #727272;
  line-height: 28px;
}
.main-wrap .content .services ul li p strong {
  font-weight: 800;
  display: block;
  font-size: 18px;
  color: #423F3F;
}
.main-wrap .content .services .illustration {
  display: block;
  position: relative;
  height: 380px;
  margin-top: 80px;
}
.main-wrap .content .services .illustration .cloud-1,
.main-wrap .content .services .illustration .cloud-2,
.main-wrap .content .services .illustration .star-1,
.main-wrap .content .services .illustration .star-2 {
  width: 100%;
  height: 100%;
  position: absolute;
}
.main-wrap .content .services .illustration .cloud-1 {
  background: url('../img/cloud-1.png') repeat transparent;
  bottom: 0;
  left: 0;
}
.main-wrap .content .services .illustration .cloud-1.play {
  -webkit-animation: moveclouds 60s 0s ease infinite;
  -moz-animation: moveclouds 60s 0s ease infinite;
  -ms-animation: moveclouds 60s 0s ease infinite;
}
.main-wrap .content .services .illustration .cloud-2 {
  background: url('../img/cloud-2.png') repeat transparent;
  bottom: 0;
  left: 0;
}
.main-wrap .content .services .illustration .cloud-2.play {
  -webkit-animation: moveclouds 75s 0s ease infinite;
  -moz-animation: moveclouds 75s 0s ease infinite;
  -ms-animation: moveclouds 75s 0s ease infinite;
}
.main-wrap .content .services .illustration .star-1 {
  background: url('../img/star-1.png') repeat transparent;
  bottom: 0;
  left: 0;
}
.main-wrap .content .services .illustration .star-1.play {
  -webkit-animation: moveclouds 80s 0s ease infinite;
  -moz-animation: moveclouds 80s 0s ease infinite;
  -ms-animation: moveclouds 80s 0s ease infinite;
}
.main-wrap .content .services .illustration .star-2 {
  background: url('../img/star-2.png') repeat transparent;
  bottom: 0;
  left: 0;
}
.main-wrap .content .services .illustration .star-2.play {
  -webkit-animation: moveclouds 90s 0s ease infinite;
  -moz-animation: moveclouds 90s 0s ease infinite;
  -ms-animation: moveclouds 90s 0s ease infinite;
}
.main-wrap .content .services .illustration .environment {
  background: url('../img/environment.png') no-repeat transparent 70% bottom;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}
.main-wrap .content .startup {
  display: block;
  position: relative;
  background: #F4F4F4;
  padding: 70px 0;
  font-weight: 800;
  text-align: center;
}
.main-wrap .content .startup ul {
  margin-top: 60px;
}
.main-wrap .content .startup ul li {
  padding-top: 90px;
  font-size: 16px;
  color: #727272;
  padding-right: 0;
  background: url(../img/sprite-x.png) no-repeat transparent;
  text-align: center;
}
.main-wrap .content .startup ul li.icon-originality {
  background-position: 87px -465px;
}
.main-wrap .content .startup ul li.icon-creativity {
  background-position: 81px -610px;
}
.main-wrap .content .startup ul li.icon-commercial {
  background-position: 70px -726px;
}
.main-wrap .content .startup ul li.icon-scalability {
  background-position: 75px -852px;
}
.main-wrap .content .startup ul li:after {
  content: "+";
  color: #423F3F;
  font-size: 34px;
  position: absolute;
  right: -20px;
  bottom: 40px;
}
.main-wrap .content .startup ul li:last-child:after {
  content: "";
}
.main-wrap .content .message {
  display: block;
  position: relative;
  background: #e8ce23;
  padding-bottom: 30px;
  margin-bottom: -60px;
}
.main-wrap .content .message .title {
  color: white;
}
.main-wrap .content .message input[type="email"],
.main-wrap .content .message textarea {
  border-radius: 10px;
  border: 1px solid #C6C6C6;
  margin-bottom: 20px;
  padding: 6px 8px;
  width: 515px;
}
.main-wrap .content .message input[type="email"]:focus,
.main-wrap .content .message textarea:focus {
  box-shadow: none;
  border-color: #4F4F4F;
  outline: none;
}
.main-wrap .content .message textarea {
  height: 240px;
  padding: 20px;
  width: 100%;
  border-radius: 10px;
}
.main-wrap .content .message-container {
  margin-top: 30px;
  border-radius: 30px;
  background: url('../img/bg-env.png') repeat white;
  padding: 10px;
  box-shadow: 16px 50px 0px 6px rgba(0, 0, 0, 0.25);
}
.main-wrap .content .message-container .inner-env {
  padding: 30px 0;
  margin: 0;
  border-radius: 6px;
  background: white;
}
.main-wrap .content .message-container .inner-env > section:first-child {
  font-size: 20px;
  float: right;
  font-weight: 800;
  text-transform: uppercase;
  padding-left: 30px;
}
.main-wrap .content .message-container .inner-env > section:last-child {
  float: left;
  border-right: 2px solid #EDD9D9;
  padding-right: 30px;
}
.main-wrap .content .message-container .inner-env > section img {
  margin-bottom: 34px;
  display: block;
}
.main-wrap .content .message-container .inner-env > section p {
  font-size: 14px;
  margin-top: 20px;
}
.main-wrap .content .main-arc {
  color: #423F3F;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 65px;
}
.main-wrap .content .main-arc .banner {
  background: #F4F4F4;
  text-align: center;
  padding: 60px 0 30px;
  margin-bottom: 45px;
}
.main-wrap .content .main-arc p {
  margin-bottom: 30px;
  line-height: 24px;
}
.main-wrap .content .main-arc .quote-block {
  font-size: 24px;
  display: block;
  font-weight: 800;
  margin-top: 20px;
}
.main-wrap .content h4 {
  font-weight: 800;
  font-size: 18px;
}
.main-wrap .content hr {
  border-color: #C6C6C6;
}
.main-wrap .content .contact-main {
  padding: 40px 0;
  position: relative;
  display: flex;
}
.main-wrap .content .contact-main .address {
  display: inline-block;
  border-bottom: 1px solid #C6C6C6;
  margin-bottom: 20px;
  padding-right: 30px;
}
.main-wrap .content .contact-main aside {
  border-left: 1px solid #C6C6C6;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 0;
}
.main-wrap .content .contact-main aside ul {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.main-wrap .content .contact-main aside ul li {
  padding-bottom: 20px;
  display: block;
  position: relative;
  padding-left: 35px;
}
.main-wrap .content .contact-main aside ul li:before {
  position: absolute;
  left: 0;
  content: "";
  width: 30px;
  height: 30px;
  border: 3px solid #727272;
  display: inline-block;
  border-radius: 50%;
  background: url(../img/sprite-x.png) no-repeat transparent;
}
.main-wrap .content .contact-main aside ul .icon-address:before {
  background-position: -13px -988px;
}
.main-wrap .content .contact-main aside ul .icon-mail:before {
  background-position: -12px -1023px;
}
.main-wrap .content .contact-main aside ul .icon-phone:before {
  background-position: -14px -1064px;
}
.main-wrap .content .contact-main aside ul .icon-fax:before {
  background-position: -15px -1106px;
}
.main-wrap .content .contact-main aside ul .icon-fb:before {
  background-position: -15px -1148px;
}
.main-wrap .content .contact-main aside ul .icon-tw:before {
  background-position: -17px -1190px;
}
.main-wrap .content .gallery {
  padding: 40px 0;
}
.main-wrap .content .gallery .item {
  text-decoration: none !important;
  color: #423F3F;
  margin-bottom: 35px;
  position: relative;
}
.main-wrap .content .gallery .item figure {
  overflow: hidden;
  position: relative;
  height: 215px;
  vertical-align: middle;
}
.main-wrap .content .gallery .item figure img {
  text-align: center;
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  min-height: 105%;
  min-width: 105%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.main-wrap .content .gallery .item figure img:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
}
.main-wrap .content .gallery .item .caption {
  background: #F4F4F4;
  position: relative;
  padding: 6px;
  display: block;
  border-top: 1px solid #CC252D;
}
.main-wrap .content .gallery .item .caption .date {
  position: absolute;
  color: #727272;
  font-size: 11px;
  top: 6px;
  right: 6px;
}
.main-wrap .content .gallery .item .caption .detail {
  display: block;
  font-size: 12px;
  color: #727272;
}
.main-wrap .content .gallery .pagination li {
  display: inline-block;
  border: none;
}
.main-wrap .content .gallery .pagination li a {
  border: none;
  font-size: 14px;
  color: #423F3F;
  padding: 3px 6px;
  margin-right: 5px;
}
.main-wrap .content .gallery .pagination li.active a {
  background: none;
  border-radius: 50%;
  border: 3px solid #CC252D;
  padding: 0px 6px;
  line-height: 20px;
}
.main-wrap footer {
  background: #FFDD00;
  border-top: 5px solid #CC252D;
  padding: 50px 0;
  font-size: 28px;
  color: white;
  font-weight: 800;
  z-index: 10;
  text-align: center;
  line-height: 35px;
  vertical-align: bottom;
  position: relative;
}
.main-wrap footer img {
  margin-top: -20px;
  width: 150px;
}
.main-wrap footer .copyright {
  display: block;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #6D6D6D;
  margin-top: 30px;
}
@-webkit-keyframes moveclouds {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@-moz-keyframes moveclouds {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@-o-keyframes moveclouds {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.tcon {
  appearance: none;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 40px;
  background: transparent;
}
.tcon > * {
  display: block;
}
.tcon:focus {
  outline: none;
}
.tcon-menu__lines {
  display: inline-block;
  height: 5.71429px;
  width: 40px;
  border-radius: 2.85714px;
  transition: 0.3s;
  background: white;
  position: relative;
}
.tcon-menu__lines::before,
.tcon-menu__lines::after {
  display: inline-block;
  height: 5.71429px;
  width: 40px;
  border-radius: 2.85714px;
  transition: 0.3s;
  background: white;
  content: '';
  position: absolute;
  left: 0;
  -webkit-transform-origin: 2.85714px center;
  transform-origin: 2.85714px center;
  width: 100%;
}
.tcon-menu__lines::before {
  top: 10px;
}
.tcon-menu__lines::after {
  top: -10px;
}
.tcon-transform .tcon-menu__lines {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}
.tcon-menu--arrow {
  width: auto;
}
.tcon-menu--arrow.tcon-transform .tcon-menu__lines::before,
.tcon-menu--arrow.tcon-transform .tcon-menu__lines::after {
  top: 0;
  width: 22.22222px;
}
.tcon-menu--arrow.tcon-transform .tcon-menu__lines::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.tcon-menu--arrow.tcon-transform .tcon-menu__lines::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.tcon-menu--arrowup {
  width: auto;
}
.tcon-menu--arrowup.tcon-transform {
  -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
  transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
}
.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tcon-visuallyhidden:active,
.tcon-visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background: none;
}
/*# sourceMappingURL=main.css.map */