/* Page styles */
body {
  overflow-x: hidden;
  background-color: #ececec;
  font-family: Arial, Verdana, sans-serif;
  color: #404040; }

.button-red {
  display: inline-block;
  height: 46px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 44px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  border: none;
  color: #fff;
  background-color: #b01d37;
  background-image: none;
  border-radius: 5px; }
  .button-red:hover, .button-red:active, .button-red:focus {
    outline: none;
    background-color: #db001c; }

.button-container {
  text-align: center; }

.section-form {
  margin-top: 40px;
  margin-bottom: 20px;
  overflow: hidden; }
  .section-form input[type="email"] {
    background: #fff;
    padding: 5px 9px;
    border: 1px solid #d2d2d2;
    font-size: 16px;
    color: #404040;
    height: 45px;
    width: 75%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
    .section-form input[type="email"]:focus {
      outline: none; }
  .section-form button {
    display: inline-block;
    height: 46px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 44px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    border: none;
    color: #fff;
    background-color: #b01d37;
    background-image: none;
    margin-left: -4px;
    margin-top: -3px;
    width: 24%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    .section-form button:hover, .section-form button:active, .section-form button:focus {
      outline: none;
      background-color: #db001c; }

/* Page header */
.page-header {
  position: fixed;
  z-index: 1000;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #fff;
  border-bottom: 1px solid #b01d37; }
  .page-header .top-logo {
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 50px;
    vertical-align: middle; }
    .page-header .top-logo a img {
      width: 140px;
      height: auto; }
      @media only screen and (max-width: 992px) {
        .page-header .top-logo a img {
          width: 120px; } }
  .page-header .navbar {
    display: inline-block;
    float: right;
    margin: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    box-shadow: none; }
    .page-header .navbar .header-nav-button {
      margin-top: 6px;
      padding: 5px;
      font-size: 18px;
      text-transform: uppercase;
      color: #b01d37;
      background-color: #fff;
      border: 1px solid #b01d37;
      border-radius: 2px; }
      .page-header .navbar .header-nav-button:hover, .page-header .navbar .header-nav-button:focus, .page-header .navbar .header-nav-button:active {
        outline: none;
        background-color: #d6b7bd;
        border-color: #d6b7bd;
        color: #fff; }
    @media only screen and (max-width: 768px) {
      .page-header .navbar .nav {
        position: absolute;
        background-color: #fff;
        width: 140px;
        margin: 0;
        top: 50px;
        right: 0; } }
    .page-header .navbar .nav li {
      color: #626262; }
      .page-header .navbar .nav li a:hover {
        color: #fff;
        background: #b01d37;
        transition: background-color .2s; }
      @media only screen and (max-width: 992px) {
        .page-header .navbar .nav li a {
          padding-left: 10px;
          padding-right: 8px; } }

/* Page footer */
.page-footer {
  color: #989898;
  text-align: center; }
  .page-footer .container {
    background-color: #404040; }
  .page-footer .contact-info {
    text-align: left;
    padding: 50px 0 50px; }
    @media only screen and (max-width: 768px) {
      .page-footer .contact-info {
        padding: 20px 0 20px; } }
  @media only screen and (max-width: 768px) {
    .page-footer .service-links {
      padding-bottom: 20px; } }
  .page-footer .service-links h3 {
    font-size: 20px;
    font-weight: bolder;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    text-align: left; }
    @media only screen and (max-width: 768px) {
      .page-footer .service-links h3 {
        margin-top: 0;
        margin-left: 0; } }
  .page-footer .service-links ul {
    text-align: left;
    margin-bottom: 0; }
    @media only screen and (max-width: 768px) {
      .page-footer .service-links ul {
        list-style: none;
        padding: 0; } }
  .page-footer .service-links li {
    padding-bottom: 3px; }
    .page-footer .service-links li:last-child {
      border: none; }
  .page-footer .service-links a {
    font-size: 13px;
    color: #989898; }
    .page-footer .service-links a:hover {
      text-decoration: none;
      color: #b01d37; }
  .page-footer .blog-news {
    text-align: left; }
    @media only screen and (max-width: 768px) {
      .page-footer .blog-news {
        padding-bottom: 20px; } }
    .page-footer .blog-news h3 {
      font-size: 20px;
      font-weight: bolder;
      margin-top: 10px;
      margin-bottom: 10px; }
    .page-footer .blog-news a {
      color: #989898; }
      .page-footer .blog-news a:hover {
        text-decoration: none;
        color: #b01d37; }
    .page-footer .blog-news .blog-item h4 {
      font-size: 15px;
      font-weight: bolder;
      line-height: 16px;
      margin-top: 0;
      margin-bottom: 5px; }
    .page-footer .blog-news .blog-item p {
      font-size: 12px;
      line-height: 13px; }
      .page-footer .blog-news .blog-item p a {
        font-weight: bolder; }

/* Page section */
.page-section .container {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff; }
  @media only screen and (max-width: 1200px) {
    .page-section .container {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media only screen and (max-width: 768px) {
    .page-section .container {
      padding-top: 30px;
      padding-bottom: 30px; } }
.page-section .section-header {
  text-align: center; }
  .page-section .section-header h2 {
    font-size: 35px;
    color: #404040;
    line-height: 1.2em;
    margin: 0 0 40px; }
    @media only screen and (max-width: 992px) {
      .page-section .section-header h2 {
        font-size: 30px;
        margin: 0 0 10px; } }
    @media only screen and (max-width: 768px) {
      .page-section .section-header h2 {
        padding-top: 27px; } }
  .page-section .section-header p {
    margin: 0 0 15px;
    color: #626262;
    font-size: 16px; }
    @media only screen and (max-width: 992px) {
      .page-section .section-header p {
        font-size: 14px;
        margin: 0 0 10px; } }
    @media only screen and (max-width: 768px) {
      .page-section .section-header p {
        padding-top: 13px; } }

/****************** Home page styles ******************/
/* Section "Free trial" */
.free-trial-section {
  height: 500px;
  background: url("../img/top-bg-1650.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left; }
  @media only screen and (max-width: 1200px) {
    .free-trial-section {
      background: url("../img/top-bg-1200.jpg"); } }
  @media only screen and (max-width: 992px) {
    .free-trial-section {
      background: url("../img/top-bg-992.jpg"); } }
  @media only screen and (max-width: 768px) {
    .free-trial-section {
      background: none; } }
  .free-trial-section .container {
    position: relative; }
    @media only screen and (max-width: 768px) {
      .free-trial-section .container {
        background: url("../img/top-bg-768.jpg"); } }
  .free-trial-section .trial-form-container {
    position: absolute;
    width: 585px;
    height: 350px;
    top: 0;
    bottom: 0;
    right: 100px;
    margin: auto;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px; }
    @media only screen and (max-width: 992px) {
      .free-trial-section .trial-form-container {
        width: 480px;
        height: 300px;
        right: 50px; } }
    @media only screen and (max-width: 640px) {
      .free-trial-section .trial-form-container {
        position: static;
        width: 100%;
        height: auto;
        border-radius: 0;
        text-align: center; } }
    .free-trial-section .trial-form-container h1 {
      font-size: 40px;
      line-height: 1.1;
      color: #000; }
      @media only screen and (max-width: 992px) {
        .free-trial-section .trial-form-container h1 {
          font-size: 35px; } }
      @media only screen and (max-width: 768px) {
        .free-trial-section .trial-form-container h1 {
          padding: 0; } }
      @media only screen and (max-width: 640px) {
        .free-trial-section .trial-form-container h1 {
          padding-top: 30px; } }
    .free-trial-section .trial-form-container p {
      margin: 0 0 15px;
      color: #626262;
      font-size: 16px;
      color: #000; }
      @media only screen and (max-width: 992px) {
        .free-trial-section .trial-form-container p {
          font-size: 14px;
          margin: 0 0 10px; } }
      @media only screen and (max-width: 768px) {
        .free-trial-section .trial-form-container p {
          padding-top: 13px; } }
      @media only screen and (max-width: 768px) {
        .free-trial-section .trial-form-container p {
          padding: 0; } }
    .free-trial-section .trial-form-container .trial-form {
      overflow: hidden; }
      .free-trial-section .trial-form-container .trial-form input[type="email"] {
        background: #fff;
        padding: 5px 9px;
        border: 1px solid #d2d2d2;
        font-size: 16px;
        color: #404040;
        height: 45px;
        width: 75%;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px; }
        .free-trial-section .trial-form-container .trial-form input[type="email"]:focus {
          outline: none; }
      .free-trial-section .trial-form-container .trial-form button {
        display: inline-block;
        height: 46px;
        font-family: Arial, Verdana, sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 44px;
        vertical-align: middle;
        text-align: center;
        cursor: pointer;
        border: none;
        color: #fff;
        background-color: #b01d37;
        background-image: none;
        margin-left: -4px;
        margin-top: -3px;
        width: 24%;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .free-trial-section .trial-form-container .trial-form button:hover, .free-trial-section .trial-form-container .trial-form button:active, .free-trial-section .trial-form-container .trial-form button:focus {
          outline: none;
          background-color: #db001c; }

/* Section "Features" */
.features-section .container {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f5f5; }
  @media only screen and (max-width: 1200px) {
    .features-section .container {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media only screen and (max-width: 768px) {
    .features-section .container {
      padding-top: 30px;
      padding-bottom: 30px; } }
.features-section .section-header {
  text-align: center; }
  .features-section .section-header h2 {
    font-size: 35px;
    color: #404040;
    line-height: 1.2em;
    margin: 0 0 40px; }
    @media only screen and (max-width: 992px) {
      .features-section .section-header h2 {
        font-size: 30px;
        margin: 0 0 10px; } }
    @media only screen and (max-width: 768px) {
      .features-section .section-header h2 {
        padding-top: 27px; } }
.features-section .feature-item {
  height: 180px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 5px; }
  @media only screen and (max-width: 1200px) {
    .features-section .feature-item {
      height: 160px; } }
  @media only screen and (max-width: 480px) {
    .features-section .feature-item {
      padding: 8px; } }
  .features-section .feature-item header {
    text-align: left; }
    .features-section .feature-item header h4 {
      font-size: 18px;
      display: inline-block;
      font-family: Arial, Verdana, sans-serif;
      color: #b01d37;
      text-transform: uppercase; }
      @media only screen and (max-width: 1200px) {
        .features-section .feature-item header h4 {
          font-size: 15px;
          font-weight: bolder; } }
  .features-section .feature-item p {
    line-height: 22px;
    text-align: justify; }
    @media only screen and (max-width: 1200px) {
      .features-section .feature-item p {
        line-height: 20px; } }
  @media only screen and (max-width: 1200px) {
    .features-section .feature-item {
      height: 195px; } }
  @media only screen and (max-width: 640px) {
    .features-section .feature-item {
      width: 100%;
      max-width: 300px;
      height: auto;
      margin: 15px auto; } }
@media only screen and (max-width: 480px) {
  .features-section .button-container a {
    margin-bottom: 25px; } }
.features-section .button-container a:first-child {
  margin-right: 25px; }
  @media only screen and (max-width: 480px) {
    .features-section .button-container a:first-child {
      margin-right: 0; } }

/* Section "Business Types" */
.business-types-section .container {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff; }
  @media only screen and (max-width: 1200px) {
    .business-types-section .container {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media only screen and (max-width: 768px) {
    .business-types-section .container {
      padding-top: 30px;
      padding-bottom: 30px; } }
.business-types-section .section-header {
  text-align: center; }
  .business-types-section .section-header h2 {
    font-size: 35px;
    color: #404040;
    line-height: 1.2em;
    margin: 0 0 40px; }
    @media only screen and (max-width: 992px) {
      .business-types-section .section-header h2 {
        font-size: 30px;
        margin: 0 0 10px; } }
    @media only screen and (max-width: 768px) {
      .business-types-section .section-header h2 {
        padding-top: 27px; } }
  .business-types-section .section-header h4 {
    font-size: 20px;
    color: #404040;
    margin: 0 0 10px;
    line-height: 1.5; }
    @media only screen and (max-width: 992px) {
      .business-types-section .section-header h4 {
        font-size: 18px;
        margin: 0 0 10px; } }
    @media only screen and (max-width: 768px) {
      .business-types-section .section-header h4 {
        padding-top: 16px; } }
.business-types-section .business-type-item {
  height: 180px;
  padding: 15px;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 1200px) {
    .business-types-section .business-type-item {
      height: 195px; } }
  @media only screen and (max-width: 992px) {
    .business-types-section .business-type-item {
      height: 170px; } }
  @media only screen and (max-width: 640px) {
    .business-types-section .business-type-item {
      width: 100%;
      max-width: 300px;
      height: auto;
      margin: 15px auto; } }
  @media only screen and (max-width: 480px) {
    .business-types-section .business-type-item {
      padding: 5px; } }
  .business-types-section .business-type-item p {
    text-transform: uppercase;
    color: #b01d37; }

/* Section "Getting Started" */
.getting-started-section .container {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f5f5; }
  @media only screen and (max-width: 1200px) {
    .getting-started-section .container {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media only screen and (max-width: 768px) {
    .getting-started-section .container {
      padding-top: 30px;
      padding-bottom: 30px; } }
.getting-started-section .section-header {
  text-align: center; }
  .getting-started-section .section-header h2 {
    font-size: 35px;
    color: #404040;
    line-height: 1.2em;
    margin: 0 0 40px; }
    @media only screen and (max-width: 992px) {
      .getting-started-section .section-header h2 {
        font-size: 30px;
        margin: 0 0 10px; } }
    @media only screen and (max-width: 768px) {
      .getting-started-section .section-header h2 {
        padding-top: 27px; } }
  .getting-started-section .section-header h4 {
    font-size: 20px;
    color: #404040;
    margin: 0 0 10px;
    line-height: 1.5; }
    @media only screen and (max-width: 992px) {
      .getting-started-section .section-header h4 {
        font-size: 18px;
        margin: 0 0 10px; } }
    @media only screen and (max-width: 768px) {
      .getting-started-section .section-header h4 {
        padding-top: 16px; } }
.getting-started-section .getting-started-item {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  height: 180px;
  margin-bottom: 20px;
  padding: 20px; }
  @media only screen and (max-width: 1200px) {
    .getting-started-section .getting-started-item {
      height: 160px; } }
  @media only screen and (max-width: 480px) {
    .getting-started-section .getting-started-item {
      padding: 8px; } }
  .getting-started-section .getting-started-item header {
    text-align: left; }
    .getting-started-section .getting-started-item header h4 {
      font-size: 18px;
      display: inline-block;
      font-family: Arial, Verdana, sans-serif;
      color: #b01d37;
      text-transform: uppercase; }
      @media only screen and (max-width: 1200px) {
        .getting-started-section .getting-started-item header h4 {
          font-size: 15px;
          font-weight: bolder; } }
  .getting-started-section .getting-started-item p {
    line-height: 22px;
    text-align: justify; }
    @media only screen and (max-width: 1200px) {
      .getting-started-section .getting-started-item p {
        line-height: 20px; } }
  @media only screen and (max-width: 1200px) {
    .getting-started-section .getting-started-item {
      height: 190px; } }
  @media only screen and (max-width: 768px) {
    .getting-started-section .getting-started-item {
      height: 220px; } }
  @media only screen and (max-width: 640px) {
    .getting-started-section .getting-started-item {
      width: 100%;
      max-width: 300px;
      height: auto;
      margin: 15px auto; } }

/* section "Hardware options" */
.hardware-options-section .container {
  padding-top: 60px;
  padding-bottom: 60px;
  height: 640px;
  background-color: #fff;
  background: url("../img/hardware-options-1440.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left; }
  @media only screen and (max-width: 1200px) {
    .hardware-options-section .container {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media only screen and (max-width: 768px) {
    .hardware-options-section .container {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media only screen and (max-width: 1200px) {
    .hardware-options-section .container {
      background: url("../img/hardware-options-1200.jpg");
      height: 500px; } }
  @media only screen and (max-width: 992px) {
    .hardware-options-section .container {
      background: url("../img/hardware-options-992.jpg");
      height: 350px; } }
.hardware-options-section header {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 25px;
  border-radius: 10px; }
  .hardware-options-section header h2 {
    font-size: 35px;
    color: #404040;
    line-height: 1.2em;
    margin: 0 0 40px;
    margin-bottom: 20px;
    color: #000; }
    @media only screen and (max-width: 992px) {
      .hardware-options-section header h2 {
        font-size: 30px;
        margin: 0 0 10px; } }
    @media only screen and (max-width: 768px) {
      .hardware-options-section header h2 {
        padding-top: 27px; } }
  .hardware-options-section header p {
    margin: 0 0 15px;
    color: #626262;
    font-size: 16px;
    font-size: 16px;
    color: #000; }
    @media only screen and (max-width: 992px) {
      .hardware-options-section header p {
        font-size: 14px;
        margin: 0 0 10px; } }
    @media only screen and (max-width: 768px) {
      .hardware-options-section header p {
        padding-top: 13px; } }

/* Section "Pricing" */
.pricing-section .container {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media only screen and (max-width: 1200px) {
    .pricing-section .container {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media only screen and (max-width: 768px) {
    .pricing-section .container {
      padding-top: 30px;
      padding-bottom: 30px; } }
.pricing-section .section-header {
  text-align: center; }
  .pricing-section .section-header h2 {
    font-size: 35px;
    color: #404040;
    line-height: 1.2em;
    margin: 0 0 40px; }
    @media only screen and (max-width: 992px) {
      .pricing-section .section-header h2 {
        font-size: 30px;
        margin: 0 0 10px; } }
    @media only screen and (max-width: 768px) {
      .pricing-section .section-header h2 {
        padding-top: 27px; } }
  .pricing-section .section-header p {
    margin: 0 0 15px;
    color: #626262;
    font-size: 16px; }
    @media only screen and (max-width: 992px) {
      .pricing-section .section-header p {
        font-size: 14px;
        margin: 0 0 10px; } }
    @media only screen and (max-width: 768px) {
      .pricing-section .section-header p {
        padding-top: 13px; } }
.pricing-section .pricing-options {
  width: 930px;
  margin: 15px auto;
  text-align: center;
  font-size: 0;
  display: table; }
  @media only screen and (max-width: 992px) {
    .pricing-section .pricing-options {
      width: auto; } }
.pricing-section .pricing-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px; }
  .pricing-section .pricing-item:not(:last-child) {
    margin-right: 15px; }
  @media only screen and (max-width: 992px) {
    .pricing-section .pricing-item {
      width: auto; } }
  @media only screen and (max-width: 768px) {
    .pricing-section .pricing-item {
      margin-left: 15px;
      margin-right: 15px;
      width: 100%; } }
  @media only screen and (max-width: 640px) {
    .pricing-section .pricing-item {
      margin-left: 0;
      margin-right: 0; } }
  .pricing-section .pricing-item header {
    padding: 30px;
    color: #fff;
    background-color: #b01d37;
    text-align: center; }
    @media only screen and (max-width: 992px) {
      .pricing-section .pricing-item header {
        padding: 20px; } }
    .pricing-section .pricing-item header h2 {
      font-size: 45px; }
      .pricing-section .pricing-item header h2 sup {
        top: -0.8em;
        font-size: 60%; }
      .pricing-section .pricing-item header h2 .week {
        font-size: 20px; }
    .pricing-section .pricing-item header p {
      font-size: 16px;
      color: #fff; }
      @media only screen and (max-width: 992px) {
        .pricing-section .pricing-item header p {
          font-size: 14px; } }
  .pricing-section .pricing-item .item-content {
    height: 340px;
    text-align: center;
    background-color: #fff;
    padding: 30px; }
    @media only screen and (max-width: 992px) {
      .pricing-section .pricing-item .item-content {
        height: 280px;
        padding: 20px; } }
    @media only screen and (max-width: 768px) {
      .pricing-section .pricing-item .item-content {
        height: 360px; } }
    @media only screen and (max-width: 640px) {
      .pricing-section .pricing-item .item-content {
        height: auto; } }
    .pricing-section .pricing-item .item-content p {
      margin: 0 0 15px;
      color: #626262;
      font-size: 16px; }
      @media only screen and (max-width: 992px) {
        .pricing-section .pricing-item .item-content p {
          font-size: 14px;
          margin: 0 0 10px; } }
      @media only screen and (max-width: 768px) {
        .pricing-section .pricing-item .item-content p {
          padding-top: 13px; } }

/* Section "Sign up" */
.sign-up-section .container {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff; }
  @media only screen and (max-width: 1200px) {
    .sign-up-section .container {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media only screen and (max-width: 768px) {
    .sign-up-section .container {
      padding-top: 30px;
      padding-bottom: 30px; } }
.sign-up-section header {
  text-align: center; }
  .sign-up-section header h2 {
    font-size: 35px;
    color: #404040;
    line-height: 1.2em;
    margin: 0 0 40px; }
    @media only screen and (max-width: 992px) {
      .sign-up-section header h2 {
        font-size: 30px;
        margin: 0 0 10px; } }
    @media only screen and (max-width: 768px) {
      .sign-up-section header h2 {
        padding-top: 27px; } }
  .sign-up-section header p {
    margin: 0 0 15px;
    color: #626262;
    font-size: 16px; }
    @media only screen and (max-width: 992px) {
      .sign-up-section header p {
        font-size: 14px;
        margin: 0 0 10px; } }
    @media only screen and (max-width: 768px) {
      .sign-up-section header p {
        padding-top: 13px; } }

/****************** Contact form page ******************/
.contact-form .form-goup {
  margin-bottom: 12px;
  text-align: center; }
.contact-form input[type="text"],
.contact-form input[type="email"] {
  background: #fff;
  padding: 5px 9px;
  border: 1px solid #d2d2d2;
  font-size: 16px;
  color: #404040;
  height: 45px;
  width: 100%;
  height: 42px; }
  .contact-form input[type="text"]:focus,
  .contact-form input[type="email"]:focus {
    outline: none; }
.contact-form label[for="message-field"] {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  color: #626262; }
.contact-form #message-field {
  width: 100%;
  height: 100px;
  resize: none;
  background: #fff;
  padding: 5px 9px;
  border: 1px solid #d2d2d2;
  font-size: 16px;
  color: #404040; }
  .contact-form #message-field:focus {
    outline: none; }
.contact-form button {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 39px;
  margin: 0 auto; }

/****************** Blog list page styles ******************/
/* Blog common styles */
.categories {
  list-style: none;
  padding: 0; }
  @media only screen and (max-width: 768px) {
    .categories {
      font-size: 12px; } }
  .categories li {
    display: inline-block; }
    .categories li:not(:last-child):after {
      content: " | ";
      display: inline;
      margin-left: 5px;
      margin-right: 5px; }
    .categories li a {
      color: #d6b7bd; }
      .categories li a:hover {
        color: #b01d37; }

.author {
  color: #b01d37; }
  @media only screen and (max-width: 768px) {
    .author {
      font-size: 12px; } }
  .author:hover {
    color: #db001c; }

.published {
  display: inline-block;
  margin-left: 10px;
  color: #7f7f7f; }
  @media only screen and (max-width: 768px) {
    .published {
      font-size: 12px; } }

.blog-list {
  padding-left: 60px;
  padding-right: 60px; }
  @media only screen and (max-width: 992px) {
    .blog-list {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (max-width: 768px) {
    .blog-list {
      padding-left: 15px;
      padding-right: 15px; } }
  .blog-list .article-preview {
    margin-bottom: 30px; }
  .blog-list .article-img-thumb a {
    display: block; }
  .blog-list .article-img-thumb img {
    width: 100%;
    max-width: 300px; }
  .blog-list .article-brief a {
    color: #b01d37; }
    .blog-list .article-brief a:hover {
      color: #db001c; }
  .blog-list .article-brief h3 {
    margin-top: 0; }
    @media only screen and (max-width: 768px) {
      .blog-list .article-brief h3 {
        margin-top: 15px; } }
  .blog-list .article-brief .article-text {
    text-align: justify; }
    .blog-list .article-brief .article-text a {
      color: #b01d37; }
      .blog-list .article-brief .article-text a:hover {
        color: #db001c; }

/****************** Blog article ******************/
.blog-article .container {
  padding-left: 60px;
  padding-right: 60px; }
  @media only screen and (max-width: 992px) {
    .blog-article .container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (max-width: 768px) {
    .blog-article .container {
      padding-left: 15px;
      padding-right: 15px; } }
.blog-article .blog-article-header h2 {
  font-size: 35px;
  color: #404040;
  line-height: 1.2em;
  margin: 0 0 40px;
  text-align: left;
  margin-bottom: 20px; }
  @media only screen and (max-width: 992px) {
    .blog-article .blog-article-header h2 {
      font-size: 30px;
      margin: 0 0 10px; } }
  @media only screen and (max-width: 768px) {
    .blog-article .blog-article-header h2 {
      padding-top: 27px; } }
.blog-article .published {
  display: inline-block; }
.blog-article .categories {
  margin-bottom: 20px; }
.blog-article .article-img {
  margin-bottom: 20px; }
  .blog-article .article-img.img-centered img {
    width: 100%; }
  .blog-article .article-img.img-left {
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px; }
  .blog-article .article-img.img-right {
    float: right;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px; }
.blog-article .text-sub-section .article-img {
  width: 100%;
  max-width: 400px; }
  @media only screen and (max-width: 768px) {
    .blog-article .text-sub-section .article-img {
      max-width: 350px; } }
  @media only screen and (max-width: 640px) {
    .blog-article .text-sub-section .article-img {
      max-width: 640px; } }
  .blog-article .text-sub-section .article-img img {
    width: 100%; }
.blog-article .text-sub-section p {
  text-align: justify; }

/****************** Hardware page styles ******************/
.button-red {
  display: block;
  width: 180px;
  height: 40px;
  line-height: 39px; }
  .button-red:hover, .button-red.active, .button-red:visited {
    color: #fff;
    text-decoration: none; }

.hardware-item {
  margin-left: 30px;
  margin-right: 30px; }
  .hardware-item h4 {
    text-transform: uppercase; }
  .hardware-item .description {
    margin-bottom: 20px; }
  .hardware-item .button-red {
    margin: 0 auto; }

.hardware-img img {
  width: 100%;
  max-width: 320px; }

.hardware-list-horizontal .container {
  background-color: #f5f5f5; }
@media only screen and (max-width: 992px) {
  .hardware-list-horizontal .hardware-item {
    margin-bottom: 20px; } }

.sub-heading {
  font-size: 18px;
  margin-left: 45px;
  margin-right: 45px;
  padding-bottom: 1px;
  color: #626262;
  border-bottom: 1px solid #b01d37; }
  @media only screen and (max-width: 992px) {
    .sub-heading {
      margin: 0; } }

.hardware-list-vertical .items-group .hardware-item:not(:last-child) {
  border-bottom: 1px dotted #b01d37; }
.hardware-list-vertical .hardware-item {
  margin: 0 60px;
  padding: 20px 0; }
  @media only screen and (max-width: 992px) {
    .hardware-list-vertical .hardware-item {
      margin: 0; } }
  .hardware-list-vertical .hardware-item .button-red {
    float: left; }

.get-setup-section .container {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f5f5; }
  @media only screen and (max-width: 1200px) {
    .get-setup-section .container {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media only screen and (max-width: 768px) {
    .get-setup-section .container {
      padding-top: 30px;
      padding-bottom: 30px; } }
.get-setup-section .section-header {
  text-align: center; }
  .get-setup-section .section-header h2 {
    font-size: 35px;
    color: #404040;
    line-height: 1.2em;
    margin: 0 0 40px; }
    @media only screen and (max-width: 992px) {
      .get-setup-section .section-header h2 {
        font-size: 30px;
        margin: 0 0 10px; } }
    @media only screen and (max-width: 768px) {
      .get-setup-section .section-header h2 {
        padding-top: 27px; } }
  .get-setup-section .section-header p {
    margin: 0 0 15px;
    color: #626262;
    font-size: 16px; }
    @media only screen and (max-width: 992px) {
      .get-setup-section .section-header p {
        font-size: 14px;
        margin: 0 0 10px; } }
    @media only screen and (max-width: 768px) {
      .get-setup-section .section-header p {
        padding-top: 13px; } }
.get-setup-section .get-setup-item {
  height: 180px;
  margin-bottom: 20px;
  padding: 20px; }
  @media only screen and (max-width: 1200px) {
    .get-setup-section .get-setup-item {
      height: 160px; } }
  @media only screen and (max-width: 480px) {
    .get-setup-section .get-setup-item {
      padding: 8px; } }
  .get-setup-section .get-setup-item header {
    text-align: left; }
    .get-setup-section .get-setup-item header h4 {
      font-size: 18px;
      display: inline-block;
      font-family: Arial, Verdana, sans-serif;
      color: #b01d37;
      text-transform: uppercase; }
      @media only screen and (max-width: 1200px) {
        .get-setup-section .get-setup-item header h4 {
          font-size: 15px;
          font-weight: bolder; } }
  .get-setup-section .get-setup-item p {
    line-height: 22px;
    text-align: justify; }
    @media only screen and (max-width: 1200px) {
      .get-setup-section .get-setup-item p {
        line-height: 20px; } }
  @media only screen and (max-width: 1200px) {
    .get-setup-section .get-setup-item {
      height: 190px; } }
  @media only screen and (max-width: 768px) {
    .get-setup-section .get-setup-item {
      height: 220px; } }
  @media only screen and (max-width: 640px) {
    .get-setup-section .get-setup-item {
      width: 100%;
      max-width: 300px;
      height: auto;
      margin: 15px auto; } }
.get-setup-section a {
  color: #b01d37; }
  .get-setup-section a:hover {
    color: #db001c; }

/* Created with Koala preprocessor tool for SASS language */

/*# sourceMappingURL=style.css.map */
