/* FONTS */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:800,900);
/* ALL */
* {
  box-sizing: border-box; }

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  min-width: 320px; }

p {
  margin: 0; }

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

.container {
  width: 100%;
  max-width: 1200px;
  margin: auto; }

.row:before,
.row:after {
  content: "";
  display: table;
  clear: both; }

[class*="col-"] {
  float: left;
  width: 100%;
  padding: 12px; }

.col-1 {
  width: 8.33%; }

.col-2 {
  width: 16.66%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33%; }

.col-5 {
  width: 41.66%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33%; }

.col-8 {
  width: 66.66%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33%; }

.col-11 {
  width: 91.66%; }

.col-12 {
  width: 100%; }

.col-offset-1 {
  margin-left: 8.33%; }

.col-offset-2 {
  margin-left: 16.66%; }

.col-offset-3 {
  margin-left: 25%; }

.col-offset-4 {
  margin-left: 33.33%; }

.col-offset-5 {
  margin-left: 41.66%; }

.col-offset-6 {
  margin-left: 50%; }

.col-offset-7 {
  margin-left: 58.33%; }

.col-offset-8 {
  margin-left: 66.66%; }

.col-offset-9 {
  margin-left: 75%; }

.col-offset-10 {
  margin-left: 83.33%; }

.col-offset-11 {
  margin-left: 91.66%; }

.col-20 {
  width: 20%; }

.col-40 {
  width: 40%; }

.col-60 {
  width: 60%; }

.col-80 {
  width: 80%; }

.col-offset-20 {
  margin-left: 20%; }

.col-offset-40 {
  margin-left: 40%; }

.col-offset-60 {
  margin-left: 60%; }

.col-offset-80 {
  margin-left: 80%; }

/* HEADER */
header {
  background: #404040; }
  header > nav > .logo {
    display: inline-block;
    width: 150px;
    margin: 10px auto;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #FFF; }
  header > nav > ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    header > nav > ul > li {
      width: 100%;
      margin: 0 auto; }
      header > nav > ul > li > a {
        line-height: 50px;
        padding: 0 18px;
        display: block;
        color: #FFF;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center; }
        header > nav > ul > li > a:hover {
          background: #515151; }

input[type="checkbox"] {
  display: none; }
  input[type="checkbox"] + label {
    font-size: 25px;
    cursor: pointer; }

label {
  display: block;
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0; }

#menu-button:not(:checked) ~ ul {
  display: none; }

#menu-button:checked ~ ul {
  display: block; }

/* HERO */
.hero {
  background: url(https://images.unsplash.com/photo-1469521669194-babb45599def?dpr=1&auto=format&crop=entropy&fit=crop&w=1500&h=1000&q=80&cs=tinysrgb) 0/cover no-repeat;
  height: 80vh; }

.slogan {
  background: rgba(0, 0, 0, 0.5);
  float: right;
  max-width: 700px;
  padding: 20px;
  margin-top: 18vh; }
  .slogan h1, .slogan p {
    line-height: 35px;
    font-size: 25px;
    color: #FFF;
    margin: 0; }

h1 {
  font-weight: 700; }

/* PROFIT SECTION */
.profit i {
  font-size: 80px;
  padding: 15px;
  background: #404040;
  color: #FFF;
  border-radius: 20%;
  width: 120px;
  height: 120px; }
  .profit i .col-m-4:nth-child(2) i {
    background: #00C7E8; }
  .profit i .col-m-4:nth-child(2) h2 {
    color: #00C7E8; }
  .profit i p, .profit i h2 {
    margin: 0;
    padding: 5px; }
  .profit i h2 {
    margin-top: 20px;
    font-size: 20px; }

.team h2 {
  margin-top: 20px;
  font-size: 20px; }

section > .container {
  margin: 50px auto;
  text-align: center; }

section h2 {
  text-transform: uppercase; }

/* GALERY SECTION */
.img-deer {
  background-image: url("https://images.unsplash.com/photo-1439886183900-e79ec0057170?dpr=1&auto=format&crop=entropy&fit=crop&w=1500&h=920&q=80&cs=tinysrgb"); }

.img-sun {
  background-image: url("https://images.unsplash.com/photo-1465173904241-1f101f249d97?dpr=1&auto=format&crop=entropy&fit=crop&w=1500&h=1000&q=80&cs=tinysrgb"); }

.img-mountain {
  background-image: url("https://images.unsplash.com/photo-1469521669194-babb45599def?dpr=1&auto=format&crop=entropy&fit=crop&w=1500&h=1000&q=80&cs=tinysrgb"); }

.img-bar {
  background-image: url("https://images.unsplash.com/photo-1469920783271-4ee08a94d42d?dpr=1&auto=format&crop=entropy&fit=crop&w=1500&h=1202&q=80&cs=tinysrgb"); }

.gallery .row > div[class*="col-"] {
  padding: 0;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: 1s;
  overflow: hidden; }

.gallery i {
  font-size: 38px;
  padding: 15px;
  background: #404040;
  color: #FFF;
  border-radius: 20%;
  cursor: pointer;
  margin-top: 71px;
  text-align: center;
  opacity: 0.5; }
  .gallery i:last-child {
    margin-left: 62px; }

.gallery .layer {
  width: 200px;
  margin: 0 auto;
  display: none; }

.gallery div[class*="col-"]:hover .layer {
  display: block;
  z-index: 10;
  position: relative;
  height: 200px; }

/* TEAM SECTION */
.cicle, .grill, .team div[class*="col-"]:hover .overlay {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto; }

.grill {
  background: url("http://i1060.photobucket.com/albums/t450/seriu/css-patterns/d5ec85f2_zpsztgdihsm.png") repeat;
  overflow: hidden; }

.team img {
  border-radius: 50%; }

.team div[class*="col-"]:hover .overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.5); }

.team .layer {
  color: #FFF;
  display: block;
  z-index: 10;
  position: relative;
  height: 150px;
  padding-top: 56px; }

.team .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0; }

.team h3 {
  margin: 0;
  font-size: 18px; }

/* PROMO SECTION */
.promo .col-4 p {
  font-style: italic; }

.promo p {
  text-align: left; }

.promo h2 {
  margin-bottom: 0;
  margin-top: -30px; }

.promo .container > .row {
  padding-top: 20px; }

/* NUMBER SECTION */
.number {
  font-family: 'Raleway', sans-serif;
  font-size: 60px;
  font-weight: 900; }

.number-desc {
  color: #25CBE5;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase; }

/* FOOTER */
div.border {
  border-bottom: 3px solid #FFF;
  margin: 0 0 30px 0; }

.pad {
  padding: 0 5px 5px 5px;
  min-height: 50px; }

.footer {
  background: #404040;
  color: #FFF; }
  .footer h2 {
    position: relative;
    bottom: -17px;
    background: #404040;
    padding: 0 10px;
    margin: 0;
    display: inline-block;
    text-align: left; }
  .footer p {
    text-align: left;
    color: #CACCCB; }
  .footer .icons {
    text-align: left;
    margin-top: 20px; }
    .footer .icons .icon-btn {
      float: left;
      width: 50px;
      height: 50px;
      border-width: 0;
      cursor: pointer;
      font-size: 30px;
      line-height: 50px;
      border-radius: 50%;
      margin: 9px;
      transition: 0.7s; }
      .footer .icons .icon-btn:hover {
        transform: scale(1.15); }
      .footer .icons .icon-btn:active {
        border-radius: 50%; }

.twitter {
  color: #4099FF; }
  .twitter:hover {
    color: #FFF;
    background: #4099FF; }

.facebook {
  color: #3B5998; }
  .facebook:hover {
    color: #FFF;
    background: #3B5998; }

.google-plus {
  color: #DB5A3C; }
  .google-plus:hover {
    color: #FFF;
    background: #DB5A3C; }

.instagram {
  color: #5C3D2E; }
  .instagram:hover {
    color: #FFF;
    background: #5C3D2E; }

.github {
  color: #4183C4; }
  .github:hover {
    color: #FFF;
    background: #4183C4; }

footer .container {
  margin: 0 auto; }

.copyright {
  background: #252726;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  color: #FFF; }

#pages p, #feature p, #services p, footer {
  line-height: 24px; }

/*   --ANIMATION--   */
.animation-left {
  -webkit-animation: fromleft 1s 1;
  animation: fromleft 1s 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

/* Chrome, Safari, Opera */
@-webkit-keyframes fromleft {
  from {
    left: -100px; }
  to {
    left: 0px; } }

/* Standard syntax */
@keyframes fromleft {
  from {
    left: -100px; }
  to {
    left: 0px; } }

.animation-bottom {
  -webkit-animation: frombottom 1s 1;
  animation: frombottom 1s 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

/* Chrome, Safari, Opera */
@-webkit-keyframes frombottom {
  from {
    bottom: -150px; }
  to {
    bottom: 0px; } }

/* Standard syntax */
@keyframes frombottom {
  from {
    bottom: -150px; }
  to {
    bottom: 0px; } }

/* MEDIA */
@media (max-width: 767px) {
  /* For tablets: */
  .col-s-1 {
    width: 8.33%; }
  .col-s-2 {
    width: 16.66%; }
  .col-s-3 {
    width: 25%; }
  .col-s-4 {
    width: 33.33%; }
  .col-s-5 {
    width: 41.66%; }
  .col-s-6 {
    width: 50%; }
  .col-s-7 {
    width: 58.33%; }
  .col-s-8 {
    width: 66.66%; }
  .col-s-9 {
    width: 75%; }
  .col-s-10 {
    width: 83.33%; }
  .col-s-11 {
    width: 91.66%; }
  .col-s-12 {
    width: 100%; }
  .col-s-20 {
    width: 20%; }
  .col-s-40 {
    width: 40%; }
  .col-s-60 {
    width: 60%; }
  .col-s-80 {
    width: 80%; } }

@media (min-width: 768px) {
  /* For desktop: */
  .col-m-1 {
    width: 8.33%; }
  .col-m-2 {
    width: 16.66%; }
  .col-m-3 {
    width: 25%; }
  .col-m-4 {
    width: 33.33%; }
  .col-m-5 {
    width: 41.66%; }
  .col-m-6 {
    width: 50%; }
  .col-m-7 {
    width: 58.33%; }
  .col-m-8 {
    width: 66.66%; }
  .col-m-9 {
    width: 75%; }
  .col-m-10 {
    width: 83.33%; }
  .col-m-11 {
    width: 91.66%; }
  .col-m-12 {
    width: 100%; }
  .col-m-20 {
    width: 20%; }
  .col-m-40 {
    width: 40%; }
  .col-m-60 {
    width: 60%; }
  .col-m-80 {
    width: 80%; }
  header > nav > img {
    float: left; }
  header > nav > ul {
    display: block;
    float: right; }
    header > nav > ul > li {
      display: inline-block;
      width: auto;
      margin: 0; }
  label {
    display: none; }
  #menu-button:not(:checked) ~ ul {
    display: block; }
  #menu-button:checked ~ ul {
    display: block; }
  .slogan {
    max-width: 800px;
    padding: 25px; }
    .slogan h1, .slogan p {
      margin-right: 50px; }
  .team .layer {
    display: none; }
  .team div[class*="col-"]:hover .layer {
    display: block;
    z-index: 10;
    position: relative;
    height: 100px;
    padding-top: 56px; }
  .team h3 {
    font-size: 22px; }
  .relative {
    position: relative; }
  .img-promo {
    height: 100%;
    transition: 1s;
    position: absolute;
    bottom: 0; }
  .promo-background {
    background: #404040;
    width: 100%;
    height: 319px; }
  .promo h2 {
    margin-top: 25px;
    color: #FFF; }
  .promo p {
    color: #CACCCB; }
  .gallery i {
    font-size: 22px;
    margin-top: 77px;
    opacity: 1; }
    .gallery i:last-child {
      margin-left: 0; }
  .gallery div[class*="col-"]:hover .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0; }
  .gallery .layer {
    width: 110px; }
  .gallery div[class*="col-"] .layer {
    display: none; }
    .gallery div[class*="col-"] .layer:hover .layer {
      display: block;
      z-index: 10;
      position: relative;
      height: 200px; } }

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