html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.blog-cell,
.feature,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.blog-cell,
.feature,
.contact-box,
.col-md-6,
.blog-cell,
.feature,
.contact-box,
.col-lg-6,
.contact-box,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-offset-12 {
  margin-left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .blog-cell,
  .feature,
  .contact-box,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6, .blog-cell, .feature, .contact-box {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .blog-cell,
  .feature,
  .contact-box,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6, .blog-cell, .feature, .contact-box {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .blog-cell,
  .feature,
  .col-lg-5,
  .col-lg-6,
  .contact-box,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6, .contact-box {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4, .blog-cell, .feature {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " "; }

.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  color: #222; }

a {
  color: #222;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  text-decoration: none; }
  a:hover, a:visited, a:focus {
    color: #222;
    text-decoration: none; }

p {
  margin-bottom: 16px;
  margin-left: 16px;
  margin-right: 16px;
  line-height: 1.5em; }

li {
  line-height: 1.5em;
  font-size: 16px; }

section {
  padding: 0;
  padding-top: 30px;
  padding-bottom: 30px; }
  section.last {
    background-color: #eee;
    margin-top: 30px; }
  section .section-header {
    border-left: #f36618 2px solid; }
    section .section-header h2 {
      margin-bottom: 2px; }
    section .section-header h1 {
      padding-left: 16px;
      margin-top: 0;
      font-weight: 300;
      text-transform: uppercase;
      font-size: 2.2em;
      font-family: "Roboto";
      margin-bottom: 2px; }
  section:only-of-type {
    min-height: calc(100vh - 62px); }

h1 {
  font-weight: 300;
  margin-top: 0;
  font-size: 3em; }

h2 {
  padding-left: 16px;
  margin-top: 0;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2.2em;
  font-family: "Roboto"; }

h3 {
  padding-left: 16px;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1.4em;
  font-family: "Roboto";
  font-weight: 300; }

h4 {
  font-size: 1.25em;
  font-weight: 300; }

.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

::-moz-selection {
  text-shadow: #f36618;
  background: rgba(243, 102, 24, 0.2); }

::selection {
  background: rgba(243, 102, 24, 0.2); }

input::selection {
  background: rgba(243, 102, 24, 0.2); }

img::selection {
  color: rgba(243, 102, 24, 0.2);
  background: 0 0; }

img::-moz-selection {
  color: rgba(243, 102, 24, 0.2);
  background: 0 0; }

ul {
  font-size: 14px; }

@media (min-width: 768px) {
  body {
    font-size: 18px; }
  li {
    line-height: 1.6em;
    font-size: 16px; }
  p {
    line-height: 1.6em; }
  section {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 60px;
    padding-bottom: 60px; }
    section.last {
      margin-top: 60px; } }

@media (min-width: 992px) {
  body {
    font-size: 20px; }
  li {
    line-height: 1.6em;
    font-size: 20px; }
  p {
    line-height: 1.8em; }
  section {
    padding-top: 90px;
    padding-bottom: 90px; }
    section.last {
      margin-top: 90px; } }

.flat-card, .card, .blog-cell .blog-cell-card, .feature .feature-content {
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.card, .blog-cell .blog-cell-card {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .card:hover, .blog-cell .blog-cell-card:hover {
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.45); }

.cell-fadeout, .blog-cell .blog-cell-card .blog-cell-fadeout {
  position: absolute;
  bottom: 0px;
  height: 32px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%); }

.full-cell-image {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px; }

.youtube-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
  position: relative;
  width: calc(100% - 32px);
  height: 56vw;
  max-height: 315px;
  max-width: 560px; }
  .youtube-container iframe {
    width: 100%;
    height: 50vw;
    max-height: 315px;
    max-width: 560px; }

nav {
  height: 42px;
  width: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 1; }
  nav li {
    float: left;
    line-height: 16px; }
    nav li .icon {
      display: none; }
    nav li a {
      color: #222;
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 16px;
      padding-bottom: 8px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 14px;
      font-weight: 500; }
    nav li span.long {
      display: inline; }
    nav li span.short {
      display: none; }
  nav ul {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden; }
  nav .active {
    border-bottom: 2px solid #f36618; }
    nav .active a {
      color: #f36618; }

.toolbar-logo {
  margin-left: 10px;
  margin-top: 16px;
  left: 0px; }

@media (max-width: 680px) {
  .toolbar {
    background-color: #fff;
    position: fixed;
    z-index: 2; }
    .toolbar li {
      display: none; }
      .toolbar li .icon {
        display: inline-block; }
    .toolbar ul {
      display: inline-block; }
  .responsive li {
    display: inline; }
  .responsive li a {
    display: block;
    text-align: right; } }

@media (max-width: 768px) {
  nav li span.long {
    display: none; }
  nav li span.short {
    display: inline; } }

header {
  text-align: center;
  margin-bottom: 30px; }
  header img {
    margin-top: 42px;
    width: 100vw;
    height: 56.25vw;
    max-height: 720px;
    max-width: 1280px; }
  header svg {
    margin-top: 42px;
    width: 100vw;
    height: 56.25vw;
    max-height: 720px;
    max-width: 1280px; }

@media (min-width: 768px) {
  header {
    margin-bottom: 60px; } }

@media (min-width: 992px) {
  header {
    margin-bottom: 90px; } }

footer {
  background-color: #222;
  height: auto;
  width: 100%;
  text-align: left;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 33px;
  padding-right: 33px;
  display: block; }
  footer p {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 0px;
    margin: 0px; }
  footer a {
    float: right;
    margin-left: 16px; }
  footer img {
    width: 25px;
    height: 25px; }

@media (max-width: 768px) {
  img {
    margin-top: 16px; } }

section:first-of-type {
  padding-top: 90px; }

.blog-cell .blog-cell-card {
  overflow: hidden;
  height: 400px;
  margin-bottom: 16px;
  margin-top: 16px; }
  .blog-cell .blog-cell-card .blog-tag {
    background-color: #f36618;
    color: #fff;
    font-weight: 500;
    position: absolute;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    top: 24px;
    right: 15px;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px; }
  .blog-cell .blog-cell-card .blog-cell-image {
    overflow: hidden;
    top: 0px;
    text-align: center; }
    .blog-cell .blog-cell-card .blog-cell-image img {
      width: 100%;
      max-width: 460px;
      margin-top: 0px;
      margin-left: auto;
      margin-right: auto;
      height: auto;
      object-fit: cover;
      border-top-left-radius: 2px;
      border-top-right-radius: 2px; }
  .blog-cell .blog-cell-card .blog-cell-content {
    position: absolute;
    height: 150px;
    width: calc(100% - 30px);
    bottom: 2px;
    overflow: hidden;
    -webkit-transition: height 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -moz-transition: height 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: height 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
    .blog-cell .blog-cell-card .blog-cell-content .blog-cell-header {
      height: 80px;
      width: 100%;
      padding: 16px;
      background-color: #eee;
      border-bottom: #f36618 solid 2px;
      display: table; }
      .blog-cell .blog-cell-card .blog-cell-content .blog-cell-header h4 {
        font-size: 1em;
        margin-top: 0px;
        margin-bottom: 0px;
        display: table-cell;
        vertical-align: middle; }
    .blog-cell .blog-cell-card .blog-cell-content .blog-cell-description {
      background-color: #fff;
      padding-top: 8px;
      border-bottom-left-radius: 2px;
      border-bottom-right-radius: 2px;
      height: 280px; }
      .blog-cell .blog-cell-card .blog-cell-content .blog-cell-description p {
        margin-top: 0px;
        overflow: hidden;
        font-size: 0.9em; }
    .blog-cell .blog-cell-card .blog-cell-content .vr {
      border-bottom: #f36618 solid 2px; }
    .blog-cell .blog-cell-card .blog-cell-content .apps {
      border-bottom: #f36618 solid 2px; }
    .blog-cell .blog-cell-card .blog-cell-content .web {
      border-bottom: #f36618 solid 2px; }
  .blog-cell .blog-cell-card:hover .blog-cell-image {
    background-color: #222; }
    .blog-cell .blog-cell-card:hover .blog-cell-image img {
      opacity: 0.5;
      -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .blog-cell .blog-cell-card:hover .blog-cell-content {
    height: 350px; }
  .blog-cell .blog-cell-card:hover .blog-cell-description {
    height: 280px; }
  .blog-cell .blog-cell-card .blog-cell-fadeout {
    width: calc(100% - 30px); }

.read-more {
  float: right;
  margin: 16px;
  color: #f36618; }
  .read-more:visited, .read-more:hover, .read-more:focus {
    color: #f36618; }

@media (min-width: 768px) {
  .blog-cell .blog-cell-card .blog-cell-content {
    bottom: 16px; }
  .blog-cell .blog-cell-card .blog-cell-fadeout {
    bottom: 16px; }
  .blog-cell .blog-cell-card:hover .blog-cell-content {
    height: 250px; } }

.feature .feature-content {
  margin-top: 16px;
  margin-bottom: 16px;
  display: block; }
  .feature .feature-content .feature-header {
    height: 80px;
    background-color: #eee;
    border-bottom: 2px solid #f36618;
    padding: 16px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
    .feature .feature-content .feature-header h4 {
      font-size: 1em;
      text-align: left;
      margin: 0px;
      vertical-align: middle;
      display: table-cell; }
    .feature .feature-content .feature-header img {
      float: right;
      margin-top: -10px;
      margin-right: -10px;
      width: 70px;
      height: 70px; }
    .feature .feature-content .feature-header .feature-title {
      height: 100%;
      display: table; }
  .feature .feature-content .feature-description {
    background-color: #fff;
    height: 230px;
    overflow: hidden; }
    .feature .feature-content .feature-description ul {
      margin-right: 16px;
      text-align: left; }
      .feature .feature-content .feature-description ul li {
        font-size: 1.3em;
        line-height: 1.3em; }
  .feature .feature-content img {
    width: 40%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    display: block; }
  .feature .feature-content h4 {
    text-align: center; }

@media (max-width: 780px) {
  .feature .feature-content .feature-description {
    height: auto; }
  .feature .feature-content .feature-cell-fadeout {
    bottom: 0px;
    height: 0px; } }

header {
  height: auto;
  width: 100%;
  overflow: hidden;
  z-index: -100;
  padding-top: 42px;
  max-width: none;
  display: block; }
  header .video-container {
    background-color: #eee;
    max-height: 720px; }
  header video {
    max-width: 1280px;
    max-height: 720px;
    width: 100vw;
    height: 56.25vw; }
  header .logo-container {
    position: absolute;
    top: 0px;
    width: 100%;
    max-height: 720px;
    height: 56.25vw;
    margin-left: auto;
    margin-right: auto; }
    header .logo-container #logo-overlay {
      max-width: 1280px;
      max-height: 720px;
      width: 100%;
      height: 56.25vw;
      opacity: 1;
      transition: opacity 0.5s linear; }
  header .background-container {
    position: absolute;
    top: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    header .background-container #background-overlay {
      max-width: 1280px;
      max-height: 720px;
      width: 100vw;
      height: 56.25vw;
      opacity: 1;
      transition: opacity 0.5s linear; }

.contacts a {
  color: #222; }

.contacts p {
  margin-bottom: 0px;
  margin-top: 0px; }

.contacts svg,
.contacts img {
  margin-bottom: -4px;
  height: 20px;
  width: 20px;
  margin-right: 8px; }

.contacts label {
  font-size: 14px;
  float: left;
  padding-bottom: 4px; }

.contact-box {
  padding-top: 30px; }
  .contact-box form {
    padding-left: 16px;
    padding-right: 16px; }

.contact-header {
  font-size: 1.5em; }

.contact-subheader {
  font-size: 1em; }

input {
  padding: 4px 4px 4px 4px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 300; }

input[type=text] {
  width: 100%;
  height: auto;
  display: inline-block;
  border: 1px solid #222;
  color: #222;
  border-radius: 2px; }

input[type=email] {
  width: 100%;
  height: auto;
  display: inline-block;
  border: 1px solid #222;
  color: #222;
  border-radius: 2px; }

textarea {
  width: 100%;
  height: 120px;
  display: inline-block;
  border: 1px solid #222;
  margin-bottom: 16px;
  color: #222;
  padding: 4px 4px 4px 4px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 300; }

input[type=submit] {
  background-color: #fff;
  color: #222;
  font-size: 14px;
  border: 1px solid #222;
  float: right;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: 500; }
  input[type=submit]:hover {
    background-color: #f36618;
    color: #fff;
    border: 1px solid #f36618; }

@media (min-width: 768px) {
  .contacts label {
    float: right;
    padding-top: 4px; } }
