/**
VARS AND MIXINS
===========================
*/
/* COLORS */
/* FONT SIZES */
/* BREAKPOINTS */
/* MIXINS */
.products-services:after, .products-services ul:after, .portfolio-home:after, .main-banner:after, .columns:after {
  content: "";
  display: table;
  clear: both; }

/**
HOME
===========================
*/
/* Products & Services */
.products-services {
  padding: 90px 0 110px 0;
  text-align: center; }
  @media only screen and (max-width: 960px) {
    .products-services {
      padding: 70px 0 80px 0; } }
  .products-services h2 {
    text-align: left; }
  .products-services img {
    margin-top: 30px; }
  .products-services ul {
    padding: 90px 0;
    margin: 0; }
    @media only screen and (max-width: 960px) {
      .products-services ul {
        padding: 60px 0; } }
  .products-services li {
    width: 31%;
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
    margin-left: 3%; }
    @media only screen and (max-width: 960px) {
      .products-services li {
        width: 100%;
        margin: 40px 0 0 0; } }
    .products-services li i {
      font-size: 34px;
      color: #bbb;
      margin-bottom: 35px; }
    .products-services li h3 {
      margin: 0 0 10px 0; }
    .products-services li p {
      margin: 0;
      line-height: 35px; }
    .products-services li a {
      margin-top: 5px;
      display: inline-block; }
  .products-services li:first-child {
    margin-left: 0; }
    @media only screen and (max-width: 960px) {
      .products-services li:first-child {
        margin-top: 0; } }

/* About */
.about {
  padding: 90px 0 80px 0;
  background: #F9F9F9; }
  @media only screen and (max-width: 960px) {
    .about {
      padding: 70px 0 60px 0; } }
  .about strong {
    color: #333; }
  .about h3 {
    margin-top: 80px; }
    @media only screen and (max-width: 960px) {
      .about h3 {
        margin-top: 60px; } }

.mobile-about {
  width: 100%;
  margin-top: 70px;
  display: none; }
  @media only screen and (max-width: 960px) {
    .mobile-about {
      display: block; } }

.parallax {
  background-image: url("../../images/about.jpg");
  margin-top: 70px;
  height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 960px) {
    .parallax {
      display: none; } }
  .parallax img {
    width: 100%; }

/* Portfolio home */
.portfolio-home {
  padding: 90px 0; }
  @media only screen and (max-width: 960px) {
    .portfolio-home {
      padding: 70px 0; } }
  .portfolio-home .columns {
    margin-top: 70px; }
  @media only screen and (max-width: 960px) {
    .portfolio-home .column-02 {
      border-top: 1px solid #eee;
      padding-top: 50px;
      margin-top: 40px; } }
  .portfolio-home img {
    width: 100%; }

/**
MAIN BANNER
===========================
*/
.main-banner {
  background-size: cover;
  border-top: 5px solid #00B7B3;
  box-sizing: border-box;
  padding-top: 80px;
  min-height: 100vh;
  position: relative; }
  @media only screen and (max-width: 960px) {
    .main-banner {
      text-align: center;
      padding-bottom: 460px; } }
  .main-banner h1 {
    width: 50%;
    font-weight: normal;
    margin: 60px 50px 20px 0;
    letter-spacing: -1px;
    line-height: 55px;
    font-size: 40px; }
    .main-banner h1 strong {
      color: #00B7B3; }
    @media only screen and (max-width: 960px) {
      .main-banner h1 {
        font-size: 40px;
        line-height: 55px;
        width: 100%; } }
  .main-banner p {
    width: 43%;
    margin: 30px 0; }
    @media only screen and (max-width: 960px) {
      .main-banner p {
        width: 100%; } }
  .main-banner .download-link img {
    width: 200px; }

.logo {
  width: 70px; }

.device {
  width: 450px;
  margin-top: 0;
  position: absolute;
  bottom: 0;
  right: 5%;
  float: right; }
  @media only screen and (max-width: 960px) {
    .device {
      width: 250px;
      margin-top: 40px;
      float: none; } }

/**
CONTENT
===========================
*/
.content {
  width: 60%;
  margin: auto;
  padding: 50px 0; }
  @media only screen and (max-width: 960px) {
    .content {
      width: 92%; } }
  .content .logo {
    width: 200px;
    margin-bottom: 40px; }
  .content h1 {
    text-align: center; }
  .content h2 {
    font-size: 30px;
    color: #333; }
  .content h3 {
    margin: 50px 0 10px 0; }

/**
RESPONSIVE
===========================
*/
/* Viewports */
html,
body {
  width: 100%;
  overflow-x: hidden; }

@viewport ,
@-ms-viewport {
  zoom: 1.0;
  width: extend-to-zoom; }
/**
GENERAL
===========================
*/
a:hover,
header:hover {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }

/* Generic */
body {
  border-top: 5px solid #00B7B3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  margin: 0;
  color: #777; }

strong {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif !important; }

p,
li,
blockquote,
address,
form {
  color: #777; }

p {
  line-height: 35px;
  font-size: 18px; }
  p a {
    font-weight: bold;
    text-decoration: none; }

a {
  font-weight: bold;
  color: #00B7B3; }
  a:hover {
    opacity: .8; }

/* Grid */
.holder {
  width: 90%;
  margin: auto; }
  @media only screen and (max-width: 960px) {
    .holder {
      width: 92%; } }

.column-01,
.column-02 {
  width: 45%; }
  @media only screen and (max-width: 960px) {
    .column-01,
    .column-02 {
      width: 100% !important; } }

.column-01 {
  float: left; }
  @media only screen and (max-width: 960px) {
    .column-01 {
      float: none; } }

.column-02 {
  float: right; }
  @media only screen and (max-width: 960px) {
    .column-02 {
      float: none; } }

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